<?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-0080_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0080/ses-03/func/sub-0080_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f1f5ceebd7968cc2d67bbc8411d796c9</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:25:41.782500</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.997423, 0.0516142, 0.0498396, -0.0534947, 0.997876, 0.0371656]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102931</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7756, -7177, 488, -57, -154, 52, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.321</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b5f8e68f-a293-4d9c-8798-7ab90c4962dc||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.6760120391845703, -0.1435224413871765, 0.12910176813602448, 114.644287109375], [-0.13847699761390686, 2.677229166030884, 0.10728699713945389, -82.91820526123047], [0.13371597230434418, -0.09971246868371964, 2.694776773452759, -24.64495277404785], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['182541.782500', '182542.242500', '182542.702500', '182543.162500', '182543.622500', '182544.082500', '182544.542500', '182545.002500', '182545.462500', '182545.922500', '182546.382500', '182546.842500', '182547.302500', '182547.762500', '182548.222500', '182548.682500', '182549.142500', '182549.602500', '182550.062500', '182550.522500', '182550.982500', '182551.442500', '182551.902500', '182552.362500', '182552.822500', '182553.282500', '182553.742500', '182554.202500', '182554.662500', '182555.122500', '182555.582500', '182556.042500', '182556.502500', '182556.962500', '182557.422500', '182557.882500', '182558.342500', '182558.802500', '182559.262500', '182559.722500', '182600.182500', '182600.642500', '182601.102500', '182601.562500', '182602.022500', '182602.482500', '182602.942500', '182603.402500', '182603.862500', '182604.322500', '182604.782500', '182605.242500', '182605.702500', '182606.162500', '182606.622500', '182607.082500', '182607.542500', '182608.002500', '182608.462500', '182608.922500', '182609.382500', '182609.842500', '182610.302500', '182610.762500', '182611.222500', '182611.682500', '182612.142500', '182612.602500', '182613.062500', '182613.522500', '182613.982500', '182614.442500', '182614.902500', '182615.362500', '182615.822500', '182616.282500', '182616.742500', '182617.202500', '182617.662500', '182618.122500', '182618.582500', '182619.042500', '182619.502500', '182619.962500', '182620.422500', '182620.882500', '182621.342500', '182621.802500', '182622.262500', '182622.722500', '182623.182500', '182623.642500', '182624.102500', '182624.562500', '182625.022500', '182625.482500', '182625.942500', '182626.402500', '182626.862500', '182627.322500', '182627.782500', '182628.242500', '182628.702500', '182629.162500', '182629.622500', '182630.082500', '182630.542500', '182631.002500', '182631.462500', '182631.922500', '182632.382500', '182632.842500', '182633.302500', '182633.762500', '182634.222500', '182634.682500', '182635.142500', '182635.602500', '182636.062500', '182636.522500', '182636.982500', '182637.442500', '182637.902500', '182638.362500', '182638.822500', '182639.282500', '182639.742500', '182640.202500', '182640.662500', '182641.122500', '182641.582500', '182642.042500', '182642.502500', '182642.962500', '182643.422500', '182643.882500', '182644.342500', '182644.802500', '182645.262500', '182645.722500', '182646.182500', '182646.642500', '182647.102500', '182647.562500', '182648.022500', '182648.482500', '182648.942500', '182649.402500', '182649.862500', '182650.322500', '182650.782500', '182651.242500', '182651.702500', '182652.162500', '182652.622500', '182653.082500', '182653.542500', '182654.002500', '182654.462500', '182654.922500', '182655.382500', '182655.842500', '182656.302500', '182656.762500', '182657.222500', '182657.682500', '182658.142500', '182658.602500', '182659.062500', '182659.522500', '182659.982500', '182700.442500', '182700.902500', '182701.362500', '182701.822500', '182702.282500', '182702.742500', '182703.202500', '182703.662500', '182704.122500', '182704.582500', '182705.042500', '182705.502500', '182705.962500', '182706.422500', '182706.882500', '182707.342500', '182707.802500', '182708.262500', '182708.722500', '182709.182500', '182709.642500', '182710.102500', '182710.562500', '182711.022500', '182711.482500', '182711.942500', '182712.402500', '182712.862500', '182713.322500', '182713.782500', '182714.242500', '182714.702500', '182715.162500', '182715.622500', '182716.082500', '182716.542500', '182717.002500', '182717.462500', '182717.922500', '182718.382500', '182718.842500', '182719.302500', '182719.762500', '182720.222500', '182720.682500', '182721.142500', '182721.602500', '182722.062500', '182722.522500', '182722.982500', '182723.442500', '182723.902500', '182724.362500', '182724.822500', '182725.282500', '182725.742500', '182726.202500', '182726.662500', '182727.122500', '182727.582500', '182728.042500', '182728.502500', '182728.962500', '182729.422500', '182729.882500', '182730.342500', '182730.802500', '182731.262500', '182731.722500', '182732.182500', '182732.642500', '182733.102500', '182733.562500', '182734.022500', '182734.482500', '182734.942500', '182735.402500', '182735.862500', '182736.322500', '182736.782500', '182737.242500', '182737.702500', '182738.162500', '182738.622500', '182739.082500', '182739.542500', '182740.002500', '182740.462500', '182740.922500', '182741.382500', '182741.842500', '182742.302500', '182742.762500', '182743.222500', '182743.682500', '182744.142500', '182744.602500', '182745.062500', '182745.522500', '182745.982500', '182746.442500', '182746.902500', '182747.362500', '182747.822500', '182748.282500', '182748.742500', '182749.202500', '182749.662500', '182750.122500', '182750.582500', '182751.042500', '182751.502500', '182751.962500', '182752.422500', '182752.882500', '182753.342500', '182753.802500', '182754.262500', '182754.722500', '182755.182500', '182755.642500', '182756.102500', '182756.562500', '182757.022500', '182757.482500', '182757.942500', '182758.402500', '182758.862500', '182759.322500', '182759.782500', '182800.242500', '182800.702500', '182801.162500', '182801.622500', '182802.082500', '182802.542500', '182803.002500', '182803.462500', '182803.922500', '182804.382500', '182804.842500', '182805.302500', '182805.762500', '182806.222500', '182806.682500', '182807.142500', '182807.602500', '182808.062500', '182808.522500', '182808.982500', '182809.442500', '182809.902500', '182810.362500', '182810.822500', '182811.282500', '182811.742500', '182812.202500', '182812.662500', '182813.122500', '182813.582500', '182814.042500', '182814.502500', '182814.962500', '182815.422500', '182815.882500', '182816.342500', '182816.802500', '182817.262500', '182817.722500', '182818.182500', '182818.642500', '182819.102500', '182819.562500', '182820.022500', '182820.482500', '182820.942500', '182821.402500', '182821.862500', '182822.322500', '182822.782500', '182823.242500', '182823.702500', '182824.162500', '182824.622500', '182825.082500', '182825.542500', '182826.002500', '182826.462500', '182826.922500', '182827.382500', '182827.842500', '182828.302500', '182828.762500', '182829.222500', '182829.682500', '182830.142500', '182830.602500', '182831.062500', '182831.522500', '182831.982500', '182832.442500', '182832.902500', '182833.362500', '182833.822500', '182834.282500', '182834.742500', '182835.202500', '182835.662500', '182836.122500', '182836.582500', '182837.042500', '182837.502500', '182837.962500', '182838.422500', '182838.882500', '182839.342500', '182839.802500', '182840.262500', '182840.722500', '182841.182500', '182841.642500', '182842.102500', '182842.562500', '182843.022500', '182843.482500', '182843.942500', '182844.402500', '182844.862500', '182845.322500', '182845.782500', '182846.242500', '182846.702500', '182847.162500', '182847.622500', '182848.082500', '182848.542500', '182849.002500', '182849.462500', '182849.922500', '182850.382500', '182850.842500', '182851.302500', '182851.762500', '182852.222500', '182852.682500', '182853.142500', '182853.602500', '182854.062500', '182854.522500', '182854.982500', '182855.442500', '182855.902500', '182856.362500', '182856.822500', '182857.282500', '182857.742500', '182858.202500', '182858.662500', '182859.122500', '182859.582500', '182900.042500', '182900.502500', '182900.962500', '182901.422500', '182901.882500', '182902.342500', '182902.802500', '182903.262500', '182903.722500', '182904.182500', '182904.642500', '182905.102500', '182905.562500', '182906.022500', '182906.482500', '182906.942500', '182907.402500', '182907.862500', '182908.322500', '182908.782500', '182909.242500', '182909.702500', '182910.162500', '182910.622500', '182911.082500', '182911.542500', '182912.002500', '182912.462500', '182912.922500', '182913.382500', '182913.842500', '182914.302500', '182914.762500', '182915.222500', '182915.682500', '182916.142500', '182916.602500', '182917.062500', '182917.522500', '182917.982500', '182918.442500', '182918.902500', '182919.362500', '182919.822500', '182920.282500', '182920.742500', '182921.202500', '182921.662500', '182922.122500', '182922.582500', '182923.042500', '182923.502500', '182923.962500', '182924.422500', '182924.882500', '182925.342500', '182925.802500', '182926.262500', '182926.722500', '182927.182500', '182927.642500', '182928.102500', '182928.562500', '182929.022500', '182929.482500', '182929.942500', '182930.402500', '182930.862500', '182931.322500', '182931.782500', '182932.242500', '182932.702500', '182933.162500', '182933.622500', '182934.082500', '182934.542500', '182935.002500', '182935.462500', '182935.922500', '182936.382500', '182936.842500', '182937.302500', '182937.762500', '182938.222500', '182938.682500', '182939.142500', '182939.602500', '182940.062500', '182940.522500', '182940.982500', '182941.442500', '182941.902500', '182942.362500', '182942.822500', '182943.282500', '182943.742500', '182944.202500', '182944.662500', '182945.122500', '182945.582500', '182946.042500', '182946.502500', '182946.962500', '182947.422500', '182947.882500', '182948.342500', '182948.802500', '182949.262500', '182949.722500', '182950.182500', '182950.642500', '182951.102500', '182951.562500', '182952.022500', '182952.482500', '182952.942500', '182953.402500', '182953.862500', '182954.322500', '182954.782500', '182955.242500', '182955.702500', '182956.162500', '182956.622500', '182957.082500', '182957.542500', '182958.002500', '182958.462500', '182958.922500', '182959.382500', '182959.842500', '183000.302500', '183000.762500', '183001.222500', '183001.682500', '183002.142500', '183002.602500', '183003.062500', '183003.522500', '183003.982500', '183004.442500', '183004.902500', '183005.362500', '183005.822500', '183006.282500', '183006.742500', '183007.202500', '183007.662500', '183008.122500', '183008.582500', '183009.042500', '183009.502500', '183009.962500', '183010.422500', '183010.882500', '183011.342500', '183011.802500', '183012.262500', '183012.722500', '183013.182500', '183013.642500', '183014.102500', '183014.562500', '183015.022500', '183015.482500', '183015.942500', '183016.402500', '183016.862500', '183017.322500', '183017.782500', '183018.242500', '183018.702500', '183019.162500', '183019.622500', '183020.082500', '183020.542500', '183021.002500', '183021.462500', '183021.922500', '183022.382500', '183022.842500', '183023.302500', '183023.762500', '183024.222500', '183024.682500', '183025.142500', '183025.602500', '183026.062500', '183026.522500', '183026.982500', '183027.442500', '183027.902500', '183028.362500', '183028.822500', '183029.282500', '183029.742500', '183030.202500', '183030.662500', '183031.122500', '183031.582500', '183032.042500', '183032.502500', '183032.962500', '183033.422500', '183033.882500', '183034.342500', '183034.802500', '183035.262500', '183035.722500', '183036.182500', '183036.642500', '183037.102500', '183037.562500', '183038.022500', '183038.482500', '183038.942500', '183039.402500', '183039.862500', '183040.322500', '183040.782500', '183041.242500', '183041.702500', '183042.162500', '183042.622500', '183043.082500', '183043.542500', '183044.002500', '183044.462500', '183044.922500', '183045.382500', '183045.842500', '183046.302500', '183046.762500', '183047.222500', '183047.682500', '183048.142500', '183048.602500', '183049.062500', '183049.522500', '183049.982500', '183050.442500', '183050.902500', '183051.362500', '183051.822500', '183052.282500', '183052.742500', '183053.202500', '183053.662500', '183054.122500', '183054.582500', '183055.042500', '183055.502500', '183055.962500', '183056.422500', '183056.882500', '183057.342500', '183057.802500', '183058.262500', '183058.722500', '183059.182500', '183059.642500', '183100.102500', '183100.562500', '183101.022500', '183101.482500', '183101.942500', '183102.402500', '183102.862500', '183103.322500', '183103.782500', '183104.242500', '183104.702500', '183105.162500', '183105.622500', '183106.082500', '183106.542500', '183107.002500', '183107.462500', '183107.922500', '183108.382500', '183108.842500', '183109.302500', '183109.762500', '183110.222500', '183110.682500', '183111.142500', '183111.602500', '183112.062500', '183112.522500', '183112.982500', '183113.442500', '183113.902500', '183114.362500', '183114.822500', '183115.282500', '183115.742500', '183116.202500', '183116.662500', '183117.122500', '183117.582500', '183118.042500', '183118.502500', '183118.962500', '183119.422500', '183119.882500', '183120.342500', '183120.802500', '183121.262500', '183121.722500', '183122.182500', '183122.642500', '183123.102500', '183123.562500', '183124.022500', '183124.482500', '183124.942500', '183125.402500', '183125.862500', '183126.322500', '183126.782500', '183127.242500', '183127.702500', '183128.162500', '183128.622500', '183129.082500', '183129.542500', '183130.002500', '183130.462500', '183130.922500', '183131.382500', '183131.842500', '183132.302500', '183132.762500', '183133.222500', '183133.682500', '183134.142500', '183134.602500', '183135.062500', '183135.522500', '183135.982500', '183136.442500', '183136.902500', '183137.362500', '183137.822500', '183138.282500', '183138.742500', '183139.202500', '183139.662500', '183140.122500', '183140.582500', '183141.042500', '183141.502500', '183141.962500', '183142.422500', '183142.882500', '183143.342500', '183143.802500', '183144.262500', '183144.722500', '183145.182500', '183145.642500', '183146.102500', '183146.562500', '183147.022500', '183147.482500', '183147.942500', '183148.402500', '183148.862500', '183149.322500', '183149.782500', '183150.242500', '183150.702500', '183151.162500', '183151.622500', '183152.082500', '183152.542500', '183153.002500', '183153.462500', '183153.922500', '183154.382500', '183154.842500', '183155.302500', '183155.762500', '183156.222500', '183156.682500', '183157.142500', '183157.602500', '183158.062500', '183158.522500', '183158.982500', '183159.442500', '183159.902500', '183200.362500', '183200.822500', '183201.282500', '183201.742500', '183202.202500', '183202.662500', '183203.122500', '183203.582500', '183204.042500', '183204.502500', '183204.962500', '183205.422500', '183205.882500', '183206.342500', '183206.802500', '183207.262500', '183207.722500', '183208.182500', '183208.642500', '183209.102500', '183209.562500', '183210.022500', '183210.482500', '183210.942500', '183211.402500', '183211.862500', '183212.322500', '183212.782500', '183213.242500', '183213.702500', '183214.162500', '183214.622500', '183215.082500', '183215.542500', '183216.002500', '183216.462500', '183216.922500', '183217.382500', '183217.842500', '183218.302500', '183218.762500', '183219.222500', '183219.682500', '183220.142500', '183220.602500', '183221.062500', '183221.522500', '183221.982500', '183222.442500', '183222.902500', '183223.362500', '183223.822500', '183224.282500', '183224.742500', '183225.202500', '183225.662500', '183226.122500', '183226.582500', '183227.042500', '183227.502500', '183227.962500', '183228.422500', '183228.882500', '183229.342500', '183229.802500', '183230.262500', '183230.722500', '183231.182500', '183231.642500', '183232.102500', '183232.562500', '183233.022500', '183233.482500', '183233.942500', '183234.402500', '183234.862500', '183235.322500', '183235.782500', '183236.242500', '183236.702500', '183237.162500', '183237.622500', '183238.082500', '183238.542500', '183239.002500', '183239.462500', '183239.922500', '183240.382500', '183240.842500', '183241.302500', '183241.762500', '183242.222500', '183242.682500', '183243.142500', '183243.602500', '183244.062500', '183244.522500', '183244.982500', '183245.442500', '183245.902500', '183246.362500', '183246.822500', '183247.282500', '183247.742500', '183248.202500', '183248.662500', '183249.122500', '183249.582500', '183250.042500', '183250.502500', '183250.962500', '183251.422500', '183251.882500', '183252.342500', '183252.802500', '183253.262500', '183253.722500', '183254.182500', '183254.642500', '183255.102500', '183255.562500', '183256.022500', '183256.482500', '183256.942500', '183257.402500', '183257.862500', '183258.322500', '183258.782500', '183259.242500', '183259.702500', '183300.162500', '183300.622500', '183301.082500', '183301.542500', '183302.002500', '183302.462500', '183302.922500', '183303.382500', '183303.842500', '183304.302500', '183304.762500', '183305.222500', '183305.682500', '183306.142500', '183306.602500', '183307.062500', '183307.522500', '183307.982500', '183308.442500', '183308.902500', '183309.362500', '183309.822500', '183310.282500', '183310.742500', '183311.202500', '183311.662500', '183312.122500', '183312.582500', '183313.042500', '183313.502500', '183313.962500', '183314.422500', '183314.882500', '183315.342500', '183315.802500', '183316.262500', '183316.722500', '183317.182500', '183317.642500', '183318.102500', '183318.562500', '183319.022500', '183319.482500', '183319.942500', '183320.402500', '183320.862500', '183321.322500', '183321.782500', '183322.242500', '183322.702500', '183323.162500', '183323.622500', '183324.082500', '183324.542500', '183325.002500', '183325.462500', '183325.922500', '183326.382500', '183326.842500', '183327.302500', '183327.762500', '183328.222500', '183328.682500', '183329.142500', '183329.602500', '183330.062500', '183330.522500', '183330.982500', '183331.442500', '183331.902500', '183332.362500', '183332.822500', '183333.282500', '183333.742500', '183334.202500', '183334.662500', '183335.122500', '183335.582500', '183336.042500', '183336.502500', '183336.962500', '183337.422500', '183337.882500', '183338.342500', '183338.802500', '183339.262500', '183339.722500', '183340.182500', '183340.642500', '183341.102500', '183341.562500', '183342.022500', '183342.482500', '183342.942500', '183343.402500', '183343.862500', '183344.322500', '183344.782500', '183345.242500', '183345.702500', '183346.162500', '183346.622500', '183347.082500', '183347.542500', '183348.002500', '183348.462500', '183348.922500', '183349.382500', '183349.842500', '183350.302500', '183350.762500', '183351.222500'], 'ContentTime': ['182606.674000', '182606.677000', '182606.680000', '182606.683000', '182606.685000', '182606.688000', '182606.698000', '182606.700000', '182606.703000', '182606.705000', '182606.708000', '182606.711000', '182606.714000', '182606.716000', '182606.719000', '182606.722000', '182606.724000', '182606.727000', '182606.730000', '182606.732000', '182606.735000', '182606.737000', '182606.740000', '182606.742000', '182606.745000', '182606.748000', '182606.750000', '182606.753000', '182606.755000', '182606.758000', '182606.768000', '182606.771000', '182606.773000', '182606.776000', '182606.779000', '182606.781000', '182606.784000', '182606.786000', '182606.789000', '182606.792000', '182606.794000', '182606.797000', '182606.799000', '182606.802000', '182606.805000', '182606.807000', '182606.810000', '182606.812000', '182606.815000', '182606.817000', '182606.820000', '182606.823000', '182626.640000', '182626.643000', '182626.646000', '182626.649000', '182626.651000', '182626.654000', '182626.656000', '182626.659000', '182626.661000', '182626.664000', '182626.667000', '182626.679000', '182626.681000', '182626.684000', '182626.686000', '182626.689000', '182626.692000', '182626.694000', '182626.697000', '182626.699000', '182626.702000', '182626.705000', '182626.707000', '182626.710000', '182626.712000', '182626.715000', '182626.718000', '182626.720000', '182626.723000', '182626.726000', '182626.728000', '182626.731000', '182626.733000', '182626.736000', '182626.739000', '182626.741000', '182626.744000', '182626.746000', '182626.749000', '182626.752000', '182626.754000', '182626.757000', '182626.759000', '182626.762000', '182646.641000', '182646.644000', '182646.646000', '182646.649000', '182646.658000', '182646.661000', '182646.663000', '182646.666000', '182646.669000', '182646.671000', '182646.674000', '182646.676000', '182646.679000', '182646.682000', '182646.684000', '182646.687000', '182646.690000', '182646.692000', '182646.695000', '182646.697000', '182646.700000', '182646.702000', '182646.705000', '182646.708000', '182646.710000', '182646.713000', '182646.716000', '182646.718000', '182646.721000', '182646.723000', '182646.726000', '182646.729000', '182646.731000', '182646.734000', '182646.736000', '182646.739000', '182646.742000', '182646.744000', '182646.747000', '182646.749000', '182646.752000', '182646.755000', '182646.758000', '182706.639000', '182706.642000', '182706.645000', '182706.647000', '182706.650000', '182706.653000', '182706.655000', '182706.658000', '182706.661000', '182706.663000', '182706.666000', '182706.668000', '182706.671000', '182706.673000', '182706.676000', '182706.679000', '182706.681000', '182706.684000', '182706.687000', '182706.689000', '182706.692000', '182706.694000', '182706.697000', '182706.699000', '182706.702000', '182706.705000', '182706.707000', '182706.710000', '182706.712000', '182706.715000', '182706.718000', '182706.720000', '182706.723000', '182706.726000', '182706.728000', '182706.731000', '182706.733000', '182706.736000', '182706.739000', '182706.741000', '182706.744000', '182706.747000', '182706.749000', '182706.752000', '182726.659000', '182726.661000', '182726.664000', '182726.667000', '182726.669000', '182726.672000', '182726.674000', '182726.677000', '182726.680000', '182726.682000', '182726.685000', '182726.687000', '182726.690000', '182726.693000', '182726.695000', '182726.698000', '182726.700000', '182726.703000', '182726.706000', '182726.708000', '182726.711000', '182726.713000', '182726.716000', '182726.719000', '182726.721000', '182726.724000', '182726.726000', '182726.729000', '182726.732000', '182726.734000', '182726.737000', '182726.739000', '182726.742000', '182726.745000', '182726.747000', '182726.750000', '182726.753000', '182726.755000', '182726.758000', '182726.760000', '182726.763000', '182726.765000', '182726.768000', '182746.641000', '182746.643000', '182746.646000', '182746.649000', '182746.651000', '182746.654000', '182746.657000', '182746.660000', '182746.663000', '182746.665000', '182746.668000', '182746.671000', '182746.673000', '182746.676000', '182746.678000', '182746.681000', '182746.684000', '182746.686000', '182746.689000', '182746.692000', '182746.694000', '182746.697000', '182746.699000', '182746.702000', '182746.705000', '182746.707000', '182746.710000', '182746.712000', '182746.715000', '182746.718000', '182746.720000', '182746.723000', '182746.725000', '182746.728000', '182746.731000', '182746.733000', '182746.736000', '182746.738000', '182746.741000', '182746.744000', '182746.746000', '182746.749000', '182746.751000', '182806.641000', '182806.643000', '182806.646000', '182806.649000', '182806.651000', '182806.654000', '182806.657000', '182806.659000', '182806.662000', '182806.664000', '182806.667000', '182806.670000', '182806.672000', '182806.675000', '182806.677000', '182806.680000', '182806.683000', '182806.685000', '182806.688000', '182806.690000', '182806.693000', '182806.695000', '182806.698000', '182806.701000', '182806.703000', '182806.706000', '182806.708000', '182806.711000', '182806.714000', '182806.716000', '182806.719000', '182806.721000', '182806.724000', '182806.727000', '182806.729000', '182806.732000', '182806.734000', '182806.737000', '182806.739000', '182806.742000', '182806.745000', '182806.747000', '182806.750000', '182806.752000', '182826.641000', '182826.643000', '182826.646000', '182826.649000', '182826.651000', '182826.654000', '182826.656000', '182826.659000', '182826.662000', '182826.664000', '182826.667000', '182826.670000', '182826.672000', '182826.675000', '182826.678000', '182826.680000', '182826.683000', '182826.686000', '182826.688000', '182826.691000', '182826.693000', '182826.696000', '182826.699000', '182826.701000', '182826.704000', '182826.706000', '182826.709000', '182826.712000', '182826.714000', '182826.717000', '182826.720000', '182826.722000', '182826.725000', '182826.727000', '182826.730000', '182826.733000', '182826.735000', '182826.738000', '182826.741000', '182826.743000', '182826.746000', '182826.748000', '182826.751000', '182826.754000', '182846.641000', '182846.643000', '182846.646000', '182846.649000', '182846.651000', '182846.654000', '182846.656000', '182846.659000', '182846.662000', '182846.664000', '182846.667000', '182846.669000', '182846.672000', '182846.675000', '182846.677000', '182846.680000', '182846.683000', '182846.685000', '182846.688000', '182846.690000', '182846.693000', '182846.696000', '182846.698000', '182846.701000', '182846.703000', '182846.706000', '182846.724000', '182846.727000', '182846.729000', '182846.732000', '182846.734000', '182846.737000', '182846.740000', '182846.742000', '182846.745000', '182846.747000', '182846.750000', '182846.753000', '182846.755000', '182846.770000', '182846.773000', '182846.775000', '182846.778000', '182906.641000', '182906.644000', '182906.646000', '182906.649000', '182906.651000', '182906.654000', '182906.657000', '182906.659000', '182906.662000', '182906.664000', '182906.667000', '182906.670000', '182906.672000', '182906.675000', '182906.678000', '182906.680000', '182906.683000', '182906.685000', '182906.688000', '182906.691000', '182906.693000', '182906.696000', '182906.699000', '182906.701000', '182906.704000', '182906.706000', '182906.709000', '182906.712000', '182906.714000', '182906.717000', '182906.720000', '182906.722000', '182906.725000', '182906.727000', '182906.730000', '182906.733000', '182906.735000', '182906.738000', '182906.740000', '182906.743000', '182906.746000', '182906.748000', '182906.751000', '182906.753000', '182926.640000', '182926.642000', '182926.645000', '182926.648000', '182926.650000', '182926.653000', '182926.655000', '182926.658000', '182926.661000', '182926.663000', '182926.666000', '182926.668000', '182926.671000', '182926.674000', '182926.676000', '182926.679000', '182926.681000', '182926.684000', '182926.687000', '182926.689000', '182926.692000', '182926.694000', '182926.697000', '182926.700000', '182926.702000', '182926.705000', '182926.708000', '182926.710000', '182926.713000', '182926.715000', '182926.718000', '182926.721000', '182926.723000', '182926.726000', '182926.729000', '182926.731000', '182926.734000', '182926.737000', '182926.739000', '182926.742000', '182926.744000', '182926.747000', '182926.750000', '182946.641000', '182946.643000', '182946.646000', '182946.649000', '182946.651000', '182946.654000', '182946.656000', '182946.659000', '182946.662000', '182946.664000', '182946.667000', '182946.670000', '182946.672000', '182946.675000', '182946.678000', '182946.681000', '182946.683000', '182946.686000', '182946.688000', '182946.691000', '182946.694000', '182946.696000', '182946.699000', '182946.702000', '182946.704000', '182946.707000', '182946.710000', '182946.712000', '182946.715000', '182946.717000', '182946.720000', '182946.723000', '182946.725000', '182946.728000', '182946.731000', '182946.734000', '182946.736000', '182946.739000', '182946.742000', '182946.744000', '182946.747000', '182946.749000', '182946.752000', '183006.641000', '183006.643000', '183006.646000', '183006.649000', '183006.651000', '183006.654000', '183006.657000', '183006.659000', '183006.662000', '183006.664000', '183006.667000', '183006.670000', '183006.672000', '183006.675000', '183006.677000', '183006.680000', '183006.683000', '183006.685000', '183006.688000', '183006.690000', '183006.693000', '183006.695000', '183006.698000', '183006.701000', '183006.703000', '183006.706000', '183006.709000', '183006.711000', '183006.714000', '183006.716000', '183006.719000', '183006.722000', '183006.724000', '183006.727000', '183006.730000', '183006.732000', '183006.735000', '183006.738000', '183006.740000', '183006.743000', '183006.745000', '183006.748000', '183006.751000', '183006.753000', '183026.641000', '183026.644000', '183026.646000', '183026.649000', '183026.652000', '183026.654000', '183026.657000', '183026.677000', '183026.679000', '183026.682000', '183026.684000', '183026.687000', '183026.690000', '183026.692000', '183026.695000', '183026.698000', '183026.700000', '183026.703000', '183026.706000', '183026.708000', '183026.711000', '183026.714000', '183026.716000', '183026.719000', '183026.721000', '183026.724000', '183026.727000', '183026.729000', '183026.732000', '183026.735000', '183026.737000', '183026.740000', '183026.743000', '183026.745000', '183026.748000', '183026.751000', '183026.753000', '183026.756000', '183026.758000', '183026.761000', '183026.764000', '183026.766000', '183026.769000', '183046.641000', '183046.644000', '183046.646000', '183046.649000', '183046.651000', '183046.654000', '183046.657000', '183046.659000', '183046.662000', '183046.665000', '183046.667000', '183046.670000', '183046.672000', '183046.675000', '183046.678000', '183046.680000', '183046.683000', '183046.685000', '183046.688000', '183046.691000', '183046.693000', '183046.696000', '183046.698000', '183046.701000', '183046.704000', '183046.706000', '183046.709000', '183046.711000', '183046.714000', '183046.716000', '183046.719000', '183046.722000', '183046.724000', '183046.727000', '183046.730000', '183046.732000', '183046.735000', '183046.738000', '183046.740000', '183046.743000', '183046.745000', '183046.748000', '183046.751000', '183046.753000', '183106.640000', '183106.644000', '183106.647000', '183106.649000', '183106.652000', '183106.654000', '183106.657000', '183106.660000', '183106.662000', '183106.665000', '183106.667000', '183106.670000', '183106.673000', '183106.675000', '183106.678000', '183106.680000', '183106.683000', '183106.686000', '183106.688000', '183106.691000', '183106.694000', '183106.698000', '183106.701000', '183106.703000', '183106.706000', '183106.709000', '183106.711000', '183106.714000', '183106.717000', '183106.726000', '183106.729000', '183106.731000', '183106.734000', '183106.737000', '183106.739000', '183106.742000', '183106.745000', '183106.747000', '183106.750000', '183106.752000', '183106.755000', '183106.758000', '183106.760000', '183126.641000', '183126.643000', '183126.646000', '183126.649000', '183126.651000', '183126.654000', '183126.657000', '183126.659000', '183126.662000', '183126.665000', '183126.667000', '183126.670000', '183126.672000', '183126.675000', '183126.677000', '183126.680000', '183126.683000', '183126.685000', '183126.688000', '183126.690000', '183126.693000', '183126.696000', '183126.698000', '183126.701000', '183126.703000', '183126.706000', '183126.709000', '183126.711000', '183126.714000', '183126.716000', '183126.719000', '183126.722000', '183126.724000', '183126.727000', '183126.730000', '183126.732000', '183126.735000', '183126.737000', '183126.740000', '183126.742000', '183126.745000', '183126.748000', '183126.750000', '183126.753000', '183146.639000', '183146.642000', '183146.645000', '183146.648000', '183146.650000', '183146.653000', '183146.655000', '183146.658000', '183146.661000', '183146.663000', '183146.666000', '183146.669000', '183146.671000', '183146.674000', '183146.678000', '183146.681000', '183146.683000', '183146.686000', '183146.688000', '183146.691000', '183146.694000', '183146.696000', '183146.699000', '183146.702000', '183146.704000', '183146.707000', '183146.709000', '183146.712000', '183146.715000', '183146.717000', '183146.720000', '183146.722000', '183146.756000', '183146.759000', '183146.761000', '183146.764000', '183146.767000', '183146.769000', '183146.772000', '183146.774000', '183146.777000', '183146.780000', '183146.782000', '183206.641000', '183206.643000', '183206.646000', '183206.649000', '183206.652000', '183206.654000', '183206.657000', '183206.659000', '183206.662000', '183206.665000', '183206.667000', '183206.670000', '183206.672000', '183206.675000', '183206.678000', '183206.680000', '183206.683000', '183206.685000', '183206.688000', '183206.691000', '183206.693000', '183206.696000', '183206.698000', '183206.701000', '183206.704000', '183206.706000', '183206.709000', '183206.712000', '183206.714000', '183206.717000', '183206.719000', '183206.722000', '183206.725000', '183206.727000', '183206.730000', '183206.732000', '183206.735000', '183206.738000', '183206.740000', '183206.743000', '183206.746000', '183206.748000', '183206.751000', '183206.753000', '183226.641000', '183226.644000', '183226.646000', '183226.649000', '183226.652000', '183226.654000', '183226.657000', '183226.660000', '183226.662000', '183226.665000', '183226.668000', '183226.670000', '183226.673000', '183226.676000', '183226.678000', '183226.681000', '183226.684000', '183226.686000', '183226.689000', '183226.692000', '183226.694000', '183226.697000', '183226.699000', '183226.702000', '183226.705000', '183226.707000', '183226.710000', '183226.712000', '183226.715000', '183226.718000', '183226.720000', '183226.723000', '183226.726000', '183226.728000', '183226.731000', '183226.733000', '183226.736000', '183226.739000', '183226.741000', '183226.744000', '183226.747000', '183226.749000', '183226.752000', '183246.641000', '183246.644000', '183246.646000', '183246.649000', '183246.651000', '183246.654000', '183246.656000', '183246.659000', '183246.662000', '183246.664000', '183246.667000', '183246.669000', '183246.672000', '183246.675000', '183246.677000', '183246.680000', '183246.682000', '183246.685000', '183246.688000', '183246.690000', '183246.693000', '183246.695000', '183246.698000', '183246.701000', '183246.703000', '183246.706000', '183246.708000', '183246.711000', '183246.714000', '183246.716000', '183246.719000', '183246.721000', '183246.724000', '183246.727000', '183246.729000', '183246.732000', '183246.734000', '183246.737000', '183246.740000', '183246.742000', '183246.745000', '183246.747000', '183246.750000', '183246.753000', '183306.641000', '183306.643000', '183306.646000', '183306.649000', '183306.651000', '183306.654000', '183306.656000', '183306.659000', '183306.662000', '183306.664000', '183306.667000', '183306.670000', '183306.672000', '183306.675000', '183306.677000', '183306.681000', '183306.683000', '183306.686000', '183306.689000', '183306.691000', '183306.694000', '183306.697000', '183306.699000', '183306.702000', '183306.704000', '183306.707000', '183306.710000', '183306.712000', '183306.758000', '183306.760000', '183306.763000', '183306.766000', '183306.769000', '183306.772000', '183306.774000', '183306.777000', '183306.779000', '183306.782000', '183306.784000', '183306.787000', '183306.790000', '183306.792000', '183306.795000', '183326.641000', '183326.644000', '183326.646000', '183326.649000', '183326.651000', '183326.654000', '183326.656000', '183326.659000', '183326.662000', '183326.664000', '183326.667000', '183326.669000', '183326.672000', '183326.675000', '183326.677000', '183326.680000', '183326.682000', '183326.685000', '183326.688000', '183326.690000', '183326.693000', '183326.695000', '183326.698000', '183326.701000', '183326.703000', '183326.706000', '183326.709000', '183326.711000', '183326.714000', '183326.717000', '183326.719000', '183326.722000', '183326.725000', '183326.727000', '183326.730000', '183326.732000', '183326.735000', '183326.738000', '183326.740000', '183326.743000', '183326.746000', '183326.748000', '183326.751000', '183326.754000', '183346.640000', '183346.643000', '183346.646000', '183346.648000', '183346.651000', '183346.654000', '183346.656000', '183346.659000', '183346.661000', '183346.664000', '183346.667000', '183346.669000', '183346.672000', '183346.675000', '183346.677000', '183346.680000', '183346.682000', '183346.685000', '183346.688000', '183346.690000', '183346.693000', '183346.696000', '183346.698000', '183346.701000', '183346.704000', '183346.706000', '183346.709000', '183346.712000', '183346.715000', '183346.717000', '183346.720000', '183346.722000', '183346.725000', '183346.728000', '183346.730000', '183346.733000', '183346.735000', '183346.738000', '183346.741000', '183346.743000', '183346.746000', '183346.749000', '183346.751000', '183352.228000', '183352.231000', '183352.233000', '183352.236000', '183352.239000', '183352.241000', '183352.244000', '183352.247000', '183352.249000', '183352.252000', '183352.255000', '183352.257000', '183352.260000'], 'InstanceCreationTime': ['182606.674000', '182606.677000', '182606.680000', '182606.683000', '182606.685000', '182606.688000', '182606.698000', '182606.700000', '182606.703000', '182606.705000', '182606.708000', '182606.711000', '182606.714000', '182606.716000', '182606.719000', '182606.722000', '182606.724000', '182606.727000', '182606.730000', '182606.732000', '182606.735000', '182606.737000', '182606.740000', '182606.742000', '182606.745000', '182606.748000', '182606.750000', '182606.753000', '182606.755000', '182606.758000', '182606.768000', '182606.771000', '182606.773000', '182606.776000', '182606.779000', '182606.781000', '182606.784000', '182606.786000', '182606.789000', '182606.792000', '182606.794000', '182606.797000', '182606.799000', '182606.802000', '182606.805000', '182606.807000', '182606.810000', '182606.812000', '182606.815000', '182606.817000', '182606.820000', '182606.823000', '182626.640000', '182626.643000', '182626.646000', '182626.649000', '182626.651000', '182626.654000', '182626.656000', '182626.659000', '182626.661000', '182626.664000', '182626.667000', '182626.679000', '182626.681000', '182626.684000', '182626.686000', '182626.689000', '182626.692000', '182626.694000', '182626.697000', '182626.699000', '182626.702000', '182626.705000', '182626.707000', '182626.710000', '182626.712000', '182626.715000', '182626.718000', '182626.720000', '182626.723000', '182626.726000', '182626.728000', '182626.731000', '182626.733000', '182626.736000', '182626.739000', '182626.741000', '182626.744000', '182626.746000', '182626.749000', '182626.752000', '182626.754000', '182626.757000', '182626.759000', '182626.762000', '182646.641000', '182646.644000', '182646.646000', '182646.649000', '182646.658000', '182646.661000', '182646.663000', '182646.666000', '182646.669000', '182646.671000', '182646.674000', '182646.676000', '182646.679000', '182646.682000', '182646.684000', '182646.687000', '182646.690000', '182646.692000', '182646.695000', '182646.697000', '182646.700000', '182646.702000', '182646.705000', '182646.708000', '182646.710000', '182646.713000', '182646.716000', '182646.718000', '182646.721000', '182646.723000', '182646.726000', '182646.729000', '182646.731000', '182646.734000', '182646.736000', '182646.739000', '182646.742000', '182646.744000', '182646.747000', '182646.749000', '182646.752000', '182646.755000', '182646.758000', '182706.639000', '182706.642000', '182706.645000', '182706.647000', '182706.650000', '182706.653000', '182706.655000', '182706.658000', '182706.661000', '182706.663000', '182706.666000', '182706.668000', '182706.671000', '182706.673000', '182706.676000', '182706.679000', '182706.681000', '182706.684000', '182706.687000', '182706.689000', '182706.692000', '182706.694000', '182706.697000', '182706.699000', '182706.702000', '182706.705000', '182706.707000', '182706.710000', '182706.712000', '182706.715000', '182706.718000', '182706.720000', '182706.723000', '182706.726000', '182706.728000', '182706.731000', '182706.733000', '182706.736000', '182706.739000', '182706.741000', '182706.744000', '182706.747000', '182706.749000', '182706.752000', '182726.659000', '182726.661000', '182726.664000', '182726.667000', '182726.669000', '182726.672000', '182726.674000', '182726.677000', '182726.680000', '182726.682000', '182726.685000', '182726.687000', '182726.690000', '182726.693000', '182726.695000', '182726.698000', '182726.700000', '182726.703000', '182726.706000', '182726.708000', '182726.711000', '182726.713000', '182726.716000', '182726.719000', '182726.721000', '182726.724000', '182726.726000', '182726.729000', '182726.732000', '182726.734000', '182726.737000', '182726.739000', '182726.742000', '182726.745000', '182726.747000', '182726.750000', '182726.753000', '182726.755000', '182726.758000', '182726.760000', '182726.763000', '182726.765000', '182726.768000', '182746.641000', '182746.643000', '182746.646000', '182746.649000', '182746.651000', '182746.654000', '182746.657000', '182746.660000', '182746.663000', '182746.665000', '182746.668000', '182746.671000', '182746.673000', '182746.676000', '182746.678000', '182746.681000', '182746.684000', '182746.686000', '182746.689000', '182746.692000', '182746.694000', '182746.697000', '182746.699000', '182746.702000', '182746.705000', '182746.707000', '182746.710000', '182746.712000', '182746.715000', '182746.718000', '182746.720000', '182746.723000', '182746.725000', '182746.728000', '182746.731000', '182746.733000', '182746.736000', '182746.738000', '182746.741000', '182746.744000', '182746.746000', '182746.749000', '182746.751000', '182806.641000', '182806.643000', '182806.646000', '182806.649000', '182806.651000', '182806.654000', '182806.657000', '182806.659000', '182806.662000', '182806.664000', '182806.667000', '182806.670000', '182806.672000', '182806.675000', '182806.677000', '182806.680000', '182806.683000', '182806.685000', '182806.688000', '182806.690000', '182806.693000', '182806.695000', '182806.698000', '182806.701000', '182806.703000', '182806.706000', '182806.708000', '182806.711000', '182806.714000', '182806.716000', '182806.719000', '182806.721000', '182806.724000', '182806.727000', '182806.729000', '182806.732000', '182806.734000', '182806.737000', '182806.739000', '182806.742000', '182806.745000', '182806.747000', '182806.750000', '182806.752000', '182826.641000', '182826.643000', '182826.646000', '182826.649000', '182826.651000', '182826.654000', '182826.656000', '182826.659000', '182826.662000', '182826.664000', '182826.667000', '182826.670000', '182826.672000', '182826.675000', '182826.678000', '182826.680000', '182826.683000', '182826.686000', '182826.688000', '182826.691000', '182826.693000', '182826.696000', '182826.699000', '182826.701000', '182826.704000', '182826.706000', '182826.709000', '182826.712000', '182826.714000', '182826.717000', '182826.720000', '182826.722000', '182826.725000', '182826.727000', '182826.730000', '182826.733000', '182826.735000', '182826.738000', '182826.741000', '182826.743000', '182826.746000', '182826.748000', '182826.751000', '182826.754000', '182846.641000', '182846.643000', '182846.646000', '182846.649000', '182846.651000', '182846.654000', '182846.656000', '182846.659000', '182846.662000', '182846.664000', '182846.667000', '182846.669000', '182846.672000', '182846.675000', '182846.677000', '182846.680000', '182846.683000', '182846.685000', '182846.688000', '182846.690000', '182846.693000', '182846.696000', '182846.698000', '182846.701000', '182846.703000', '182846.706000', '182846.724000', '182846.727000', '182846.729000', '182846.732000', '182846.734000', '182846.737000', '182846.740000', '182846.742000', '182846.745000', '182846.747000', '182846.750000', '182846.753000', '182846.755000', '182846.770000', '182846.773000', '182846.775000', '182846.778000', '182906.641000', '182906.644000', '182906.646000', '182906.649000', '182906.651000', '182906.654000', '182906.657000', '182906.659000', '182906.662000', '182906.664000', '182906.667000', '182906.670000', '182906.672000', '182906.675000', '182906.678000', '182906.680000', '182906.683000', '182906.685000', '182906.688000', '182906.691000', '182906.693000', '182906.696000', '182906.699000', '182906.701000', '182906.704000', '182906.706000', '182906.709000', '182906.712000', '182906.714000', '182906.717000', '182906.720000', '182906.722000', '182906.725000', '182906.727000', '182906.730000', '182906.733000', '182906.735000', '182906.738000', '182906.740000', '182906.743000', '182906.746000', '182906.748000', '182906.751000', '182906.753000', '182926.640000', '182926.642000', '182926.645000', '182926.648000', '182926.650000', '182926.653000', '182926.655000', '182926.658000', '182926.661000', '182926.663000', '182926.666000', '182926.668000', '182926.671000', '182926.674000', '182926.676000', '182926.679000', '182926.681000', '182926.684000', '182926.687000', '182926.689000', '182926.692000', '182926.694000', '182926.697000', '182926.700000', '182926.702000', '182926.705000', '182926.708000', '182926.710000', '182926.713000', '182926.715000', '182926.718000', '182926.721000', '182926.723000', '182926.726000', '182926.729000', '182926.731000', '182926.734000', '182926.737000', '182926.739000', '182926.742000', '182926.744000', '182926.747000', '182926.750000', '182946.641000', '182946.643000', '182946.646000', '182946.649000', '182946.651000', '182946.654000', '182946.656000', '182946.659000', '182946.662000', '182946.664000', '182946.667000', '182946.670000', '182946.672000', '182946.675000', '182946.678000', '182946.681000', '182946.683000', '182946.686000', '182946.688000', '182946.691000', '182946.694000', '182946.696000', '182946.699000', '182946.702000', '182946.704000', '182946.707000', '182946.710000', '182946.712000', '182946.715000', '182946.717000', '182946.720000', '182946.723000', '182946.725000', '182946.728000', '182946.731000', '182946.734000', '182946.736000', '182946.739000', '182946.742000', '182946.744000', '182946.747000', '182946.749000', '182946.752000', '183006.641000', '183006.643000', '183006.646000', '183006.649000', '183006.651000', '183006.654000', '183006.657000', '183006.659000', '183006.662000', '183006.664000', '183006.667000', '183006.670000', '183006.672000', '183006.675000', '183006.677000', '183006.680000', '183006.683000', '183006.685000', '183006.688000', '183006.690000', '183006.693000', '183006.695000', '183006.698000', '183006.701000', '183006.703000', '183006.706000', '183006.709000', '183006.711000', '183006.714000', '183006.716000', '183006.719000', '183006.722000', '183006.724000', '183006.727000', '183006.730000', '183006.732000', '183006.735000', '183006.738000', '183006.740000', '183006.743000', '183006.745000', '183006.748000', '183006.751000', '183006.753000', '183026.641000', '183026.644000', '183026.646000', '183026.649000', '183026.652000', '183026.654000', '183026.657000', '183026.677000', '183026.679000', '183026.682000', '183026.684000', '183026.687000', '183026.690000', '183026.692000', '183026.695000', '183026.698000', '183026.700000', '183026.703000', '183026.706000', '183026.708000', '183026.711000', '183026.714000', '183026.716000', '183026.719000', '183026.721000', '183026.724000', '183026.727000', '183026.729000', '183026.732000', '183026.735000', '183026.737000', '183026.740000', '183026.743000', '183026.745000', '183026.748000', '183026.751000', '183026.753000', '183026.756000', '183026.758000', '183026.761000', '183026.764000', '183026.766000', '183026.769000', '183046.641000', '183046.644000', '183046.646000', '183046.649000', '183046.651000', '183046.654000', '183046.657000', '183046.659000', '183046.662000', '183046.665000', '183046.667000', '183046.670000', '183046.672000', '183046.675000', '183046.678000', '183046.680000', '183046.683000', '183046.685000', '183046.688000', '183046.691000', '183046.693000', '183046.696000', '183046.698000', '183046.701000', '183046.704000', '183046.706000', '183046.709000', '183046.711000', '183046.714000', '183046.716000', '183046.719000', '183046.722000', '183046.724000', '183046.727000', '183046.730000', '183046.732000', '183046.735000', '183046.738000', '183046.740000', '183046.743000', '183046.745000', '183046.748000', '183046.751000', '183046.753000', '183106.640000', '183106.644000', '183106.647000', '183106.649000', '183106.652000', '183106.654000', '183106.657000', '183106.660000', '183106.662000', '183106.665000', '183106.667000', '183106.670000', '183106.673000', '183106.675000', '183106.678000', '183106.680000', '183106.683000', '183106.686000', '183106.688000', '183106.691000', '183106.694000', '183106.698000', '183106.701000', '183106.703000', '183106.706000', '183106.709000', '183106.711000', '183106.714000', '183106.717000', '183106.726000', '183106.729000', '183106.731000', '183106.734000', '183106.737000', '183106.739000', '183106.742000', '183106.745000', '183106.747000', '183106.750000', '183106.752000', '183106.755000', '183106.758000', '183106.760000', '183126.641000', '183126.643000', '183126.646000', '183126.649000', '183126.651000', '183126.654000', '183126.657000', '183126.659000', '183126.662000', '183126.665000', '183126.667000', '183126.670000', '183126.672000', '183126.675000', '183126.677000', '183126.680000', '183126.683000', '183126.685000', '183126.688000', '183126.690000', '183126.693000', '183126.696000', '183126.698000', '183126.701000', '183126.703000', '183126.706000', '183126.709000', '183126.711000', '183126.714000', '183126.716000', '183126.719000', '183126.722000', '183126.724000', '183126.727000', '183126.730000', '183126.732000', '183126.735000', '183126.737000', '183126.740000', '183126.742000', '183126.745000', '183126.748000', '183126.750000', '183126.753000', '183146.639000', '183146.642000', '183146.645000', '183146.648000', '183146.650000', '183146.653000', '183146.655000', '183146.658000', '183146.661000', '183146.663000', '183146.666000', '183146.669000', '183146.671000', '183146.674000', '183146.678000', '183146.681000', '183146.683000', '183146.686000', '183146.688000', '183146.691000', '183146.694000', '183146.696000', '183146.699000', '183146.702000', '183146.704000', '183146.707000', '183146.709000', '183146.712000', '183146.715000', '183146.717000', '183146.720000', '183146.722000', '183146.756000', '183146.759000', '183146.761000', '183146.764000', '183146.767000', '183146.769000', '183146.772000', '183146.774000', '183146.777000', '183146.780000', '183146.782000', '183206.641000', '183206.643000', '183206.646000', '183206.649000', '183206.652000', '183206.654000', '183206.657000', '183206.659000', '183206.662000', '183206.665000', '183206.667000', '183206.670000', '183206.672000', '183206.675000', '183206.678000', '183206.680000', '183206.683000', '183206.685000', '183206.688000', '183206.691000', '183206.693000', '183206.696000', '183206.698000', '183206.701000', '183206.704000', '183206.706000', '183206.709000', '183206.712000', '183206.714000', '183206.717000', '183206.719000', '183206.722000', '183206.725000', '183206.727000', '183206.730000', '183206.732000', '183206.735000', '183206.738000', '183206.740000', '183206.743000', '183206.746000', '183206.748000', '183206.751000', '183206.753000', '183226.641000', '183226.644000', '183226.646000', '183226.649000', '183226.652000', '183226.654000', '183226.657000', '183226.660000', '183226.662000', '183226.665000', '183226.668000', '183226.670000', '183226.673000', '183226.676000', '183226.678000', '183226.681000', '183226.684000', '183226.686000', '183226.689000', '183226.692000', '183226.694000', '183226.697000', '183226.699000', '183226.702000', '183226.705000', '183226.707000', '183226.710000', '183226.712000', '183226.715000', '183226.718000', '183226.720000', '183226.723000', '183226.726000', '183226.728000', '183226.731000', '183226.733000', '183226.736000', '183226.739000', '183226.741000', '183226.744000', '183226.747000', '183226.749000', '183226.752000', '183246.641000', '183246.644000', '183246.646000', '183246.649000', '183246.651000', '183246.654000', '183246.656000', '183246.659000', '183246.662000', '183246.664000', '183246.667000', '183246.669000', '183246.672000', '183246.675000', '183246.677000', '183246.680000', '183246.682000', '183246.685000', '183246.688000', '183246.690000', '183246.693000', '183246.695000', '183246.698000', '183246.701000', '183246.703000', '183246.706000', '183246.708000', '183246.711000', '183246.714000', '183246.716000', '183246.719000', '183246.721000', '183246.724000', '183246.727000', '183246.729000', '183246.732000', '183246.734000', '183246.737000', '183246.740000', '183246.742000', '183246.745000', '183246.747000', '183246.750000', '183246.753000', '183306.641000', '183306.643000', '183306.646000', '183306.649000', '183306.651000', '183306.654000', '183306.656000', '183306.659000', '183306.662000', '183306.664000', '183306.667000', '183306.670000', '183306.672000', '183306.675000', '183306.677000', '183306.681000', '183306.683000', '183306.686000', '183306.689000', '183306.691000', '183306.694000', '183306.697000', '183306.699000', '183306.702000', '183306.704000', '183306.707000', '183306.710000', '183306.712000', '183306.758000', '183306.760000', '183306.763000', '183306.766000', '183306.769000', '183306.772000', '183306.774000', '183306.777000', '183306.779000', '183306.782000', '183306.784000', '183306.787000', '183306.790000', '183306.792000', '183306.795000', '183326.641000', '183326.644000', '183326.646000', '183326.649000', '183326.651000', '183326.654000', '183326.656000', '183326.659000', '183326.662000', '183326.664000', '183326.667000', '183326.669000', '183326.672000', '183326.675000', '183326.677000', '183326.680000', '183326.682000', '183326.685000', '183326.688000', '183326.690000', '183326.693000', '183326.695000', '183326.698000', '183326.701000', '183326.703000', '183326.706000', '183326.709000', '183326.711000', '183326.714000', '183326.717000', '183326.719000', '183326.722000', '183326.725000', '183326.727000', '183326.730000', '183326.732000', '183326.735000', '183326.738000', '183326.740000', '183326.743000', '183326.746000', '183326.748000', '183326.751000', '183326.754000', '183346.640000', '183346.643000', '183346.646000', '183346.648000', '183346.651000', '183346.654000', '183346.656000', '183346.659000', '183346.661000', '183346.664000', '183346.667000', '183346.669000', '183346.672000', '183346.675000', '183346.677000', '183346.680000', '183346.682000', '183346.685000', '183346.688000', '183346.690000', '183346.693000', '183346.696000', '183346.698000', '183346.701000', '183346.704000', '183346.706000', '183346.709000', '183346.712000', '183346.715000', '183346.717000', '183346.720000', '183346.722000', '183346.725000', '183346.728000', '183346.730000', '183346.733000', '183346.735000', '183346.738000', '183346.741000', '183346.743000', '183346.746000', '183346.749000', '183346.751000', '183352.228000', '183352.231000', '183352.233000', '183352.236000', '183352.239000', '183352.241000', '183352.244000', '183352.247000', '183352.249000', '183352.252000', '183352.255000', '183352.257000', '183352.260000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [14420, 13908, 13493, 11021, 13894, 14285, 13140, 16850, 15987, 11660, 11310, 12846, 10310, 12952, 9639, 12172, 11202, 11659, 12341, 11162, 11025, 11209, 9113, 10992, 10637, 10121, 11249, 16276, 11329, 11028, 9840, 11809, 9113, 11494, 13611, 10773, 11048, 8021, 11408, 13588, 10773, 10622, 10124, 11135, 10285, 10941, 13088, 8011, 11070, 13853, 10268, 11008, 9833, 11113, 10290, 11074, 13467, 10234, 11055, 12816, 8274, 11390, 14963, 10989, 13314, 8205, 11118, 14340, 8616, 11622, 15180, 11124, 12377, 10230, 11432, 15240, 11084, 11720, 15397, 11224, 11022, 10228, 10485, 8558, 11120, 15224, 10471, 11275, 15407, 11471, 12127, 9960, 11481, 12282, 11497, 13425, 10826, 12079, 15133, 11752, 11702, 10292, 11163, 15041, 11611, 11426, 14237, 11903, 14825, 11536, 10163, 10168, 10992, 14760, 11592, 10988, 13068, 11584, 14022, 11390, 10303, 11041, 10731, 13918, 11907, 12757, 11246, 10357, 10341, 10446, 9730, 11159, 14951, 10804, 11226, 15007, 11880, 11943, 11100, 10574, 11891, 11181, 13636, 10932, 11501, 15578, 11886, 13722, 11374, 10726, 12910, 11469, 12805, 10436, 10920, 14915, 11873, 11561, 9988, 10949, 14291, 11712, 11133, 10005, 11227, 15742, 11654, 12005, 11895, 11887, 13386, 11459, 11098, 10698, 11156, 13833, 11160, 11337, 12570, 11884, 14220, 11528, 10859, 9163, 11105, 14777, 11297, 11400, 12385, 11668, 14799, 11431, 11560, 10963, 11141, 14046, 11683, 13516, 10500, 11284, 8756, 11244, 12869, 11371, 13025, 9306, 11718, 15234, 11922, 13468, 11141, 11324, 13337, 11377, 12998, 9647, 11543, 15313, 11829, 13774, 11405, 11223, 10732, 11337, 10249, 11821, 14991, 11073, 11535, 10466, 11122, 10448, 11392, 14580, 11097, 11655, 12046, 11318, 13518, 11824, 14713, 10360, 12033, 10574, 8006, 10003, 9950, 12798, 10971, 15627, 17389, 11703, 12984, 15719, 11718, 14643, 11363, 12502, 11604, 10354, 15812, 11709, 11738, 12867, 10413, 14683, 11115, 11120, 12118, 10571, 11212, 11371, 10421, 10702, 9776, 10559, 9925, 13022, 11167, 10546, 13660, 11394, 12120, 11140, 10159, 12275, 10883, 12736, 11180, 10635, 13798, 10652, 13905, 11449, 10220, 15406, 11442, 10825, 11978, 10787, 13421, 11275, 9906, 11360, 10829, 13045, 11153, 10149, 13803, 10858, 10962, 11195, 10670, 13637, 11080, 9944, 10186, 9793, 13060, 11279, 11636, 11602, 11295, 13936, 11079, 12583, 10659, 10539, 14554, 11711, 11613, 10004, 10716, 14045, 11326, 10885, 15068, 11745, 13684, 11211, 10517, 12071, 11274, 12091, 10846, 11108, 15191, 11390, 13202, 10935, 10576, 14611, 11799, 11491, 11161, 10939, 14015, 11372, 11446, 10912, 11131, 14195, 11849, 11179, 10118, 10462, 13945, 11489, 10418, 11724, 11553, 14465, 11709, 12139, 11269, 10533, 13814, 11991, 11481, 10405, 11402, 13263, 11198, 13693, 11470, 10946, 12829, 11715, 11969, 10757, 11190, 11874, 11109, 12591, 10888, 11524, 13559, 11347, 11280, 10983, 11248, 14161, 11885, 11329, 15098, 11747, 11645, 12495, 11786, 12837, 11248, 9767, 9879, 11482, 14140, 11701, 11821, 12942, 12049, 13428, 11704, 11240, 12089, 11519, 13062, 10178, 12126, 14406, 11929, 11406, 11131, 11669, 13889, 11993, 12055, 13825, 12111, 13163, 11645, 11604, 12396, 11602, 11263, 12320, 11985, 12130, 10860, 11675, 8722, 11388, 13239, 11668, 11505, 13960, 12278, 13857, 11788, 11313, 11886, 11629, 13886, 10995, 11614, 15325, 12351, 13178, 11619, 11264, 12387, 11541, 13647, 11462, 11702, 13518, 11864, 13919, 11448, 11201, 15139, 11921, 11290, 12644, 11947, 12745, 11325, 11437, 10730, 11096, 14263, 11454, 11564, 11868, 11702, 13859, 11561, 12375, 11358, 10981, 15103, 12277, 11646, 12575, 11339, 12932, 11464, 11890, 11292, 11238, 13333, 11668, 10581, 9929, 10515, 12017, 11351, 12447, 10592, 11467, 14529, 11654, 12200, 10896, 10813, 14308, 11971, 11493, 11648, 9916, 10886, 10448, 10712, 11456, 14240, 11282, 13346, 11312, 11934, 10416, 14412, 11452, 10180, 13528, 11708, 10156, 10757, 9719, 14770, 10539, 11880, 11979, 10897, 14124, 11416, 10639, 11017, 9999, 12986, 11194, 13154, 11240, 11892, 10930, 10902, 10954, 12391, 12208, 11457, 14499, 11426, 10838, 11899, 10395, 13216, 11759, 10340, 14129, 11825, 11845, 11466, 10032, 12048, 13010, 14314, 12138, 13395, 11224, 12272, 11269, 12157, 14334, 11304, 11643, 11475, 9871, 12769, 11449, 10962, 14287, 11064, 13522, 10907, 10584, 11316, 10453, 14074, 11454, 10100, 14116, 11581, 10858, 11006, 10412, 11163, 10651, 12544, 11602, 10655, 12331, 11769, 13029, 11479, 10758, 10059, 10239, 13469, 11347, 10400, 11785, 11366, 13481, 11764, 12167, 11352, 10125, 11383, 10331, 14607, 11995, 11584, 11246, 10708, 11915, 10679, 12162, 10436, 9748, 14436, 11694, 10400, 10785, 10209, 13636, 10961, 11120, 9804, 11189, 13227, 11948, 10557, 11262, 8847, 10208, 10615, 13492, 11396, 11029, 14355, 11948, 11548, 11208, 10728, 14552, 11414, 10919, 13140, 11805, 12675, 11427, 10495, 9843, 10747, 13076, 11334, 11123, 14414, 11919, 11814, 10779, 10905, 13440, 11559, 10906, 14231, 12041, 11367, 10990, 10631, 13076, 11389, 10687, 13457, 11969, 11323, 10901, 10895, 13428, 11390, 10669, 12044, 11450, 11630, 10480, 10788, 11757, 11068, 10973, 11844, 11435, 12678, 11059, 10640, 13855, 11291, 11030, 11826, 11024, 13169, 11542, 11094, 10255, 10550, 14551, 11741, 10830, 14606, 11996, 11690, 11266, 10705, 11809, 11005, 11021, 10529, 11137, 14071, 11941, 11362, 11412, 10374, 13475, 11365, 10261, 14185, 11599, 13710, 11434, 10557, 12255, 11082, 12864, 11468, 10897, 14108, 11300, 12867, 11410, 10199, 12014, 11506, 12548, 11856, 11217, 10788, 10012, 9761, 10784, 12979, 11024, 10985, 13839, 11650, 11187, 11177, 10228, 13655, 11436, 10690, 13931, 11973, 11891, 11511, 10564, 9896, 10865, 11986, 11466, 10718, 13850, 12043, 10879, 10680, 10603, 13573, 11446, 10709, 15509, 11542, 11577, 11020, 11337, 13228, 11226, 11011, 10979, 10685, 13387, 11930, 10977, 11525, 11157, 12926, 11337, 10218, 13790, 11992, 11432, 10955, 10519, 11890, 11343, 11390, 11096, 10735, 14215, 11851, 11250, 11044, 10074, 13757, 11023, 11422, 12192, 11356, 12681, 10967, 10512, 9326, 9643, 11843, 9812, 9926, 13306, 10927, 10805, 10294, 9638, 10201, 9463, 12422, 9692, 9776, 13411, 10412, 10680, 10028, 10629, 13302, 9726, 11279, 11060, 9832, 13102, 9501, 10495, 8766, 10771, 13382, 9745, 10385, 13966, 9725, 12061, 9468, 10788, 13739, 9897, 10955, 13563, 10009, 12619, 9262, 10631, 9913, 10347, 12871, 9223, 10689, 14363, 10129, 12044, 9587, 11170, 10374, 10912, 13236, 9290, 10727, 13633, 10855, 12760, 9474, 11476, 9825, 10340, 13297, 9648, 11100, 8959, 11041, 9635, 10587, 12854, 10052, 10978, 8705, 11093, 8386, 11057, 13908, 9545, 11322, 9926, 11167, 8884, 10988, 14795, 10514, 12698, 12539, 10204, 12941, 9500, 10813, 8647, 11109, 13438, 10275, 12062, 10037, 11037, 7870, 10767, 9383, 10464, 13000, 8611, 10758, 14351, 10022, 11407, 9017, 11117, 13466, 10301, 12243, 8652, 11047, 13800, 10634, 13234, 8786, 11559, 14236, 9964, 11240, 8389, 11108, 13159, 10854, 12176, 8369, 11164, 14520, 10820, 12496, 9660, 11768, 8377, 10504, 14538, 10792, 13484, 10345, 11743, 15032, 11097, 11984, 12038, 10610, 13182, 10504, 11391, 11180, 12709, 11242, 11256, 11439, 14583, 14344, 11536, 10268, 10410, 10951, 12621, 9022, 12910, 13948, 13415, 11893, 10995, 16278, 11384, 11848, 17744, 11848, 17057, 11683, 12460, 11458, 10492, 10824, 10900, 11220, 10553, 11894, 10924, 12658, 11399, 12482, 10486, 12747, 14762, 13055, 18058, 15229, 12877, 9947, 13102, 16332, 12154, 13822, 11487, 12921, 9798, 12580, 12740, 10596, 11664, 10497, 9481, 8416, 10261, 9047, 10800, 10052], 'WindowCenter': [4389.0, 4364.0, 4349.0, 4316.0, 4334.0, 4317.0, 4277.0, 4311.0, 4288.0, 4268.0, 4284.0, 4323.0, 4302.0, 4320.0, 4291.0, 4335.0, 4312.0, 4312.0, 4323.0, 4311.0, 4301.0, 4300.0, 4280.0, 4300.0, 4301.0, 4301.0, 4313.0, 4357.0, 4314.0, 4314.0, 4302.0, 4323.0, 4292.0, 4324.0, 4333.0, 4314.0, 4325.0, 4273.0, 4326.0, 4348.0, 4328.0, 4317.0, 4317.0, 4328.0, 4316.0, 4329.0, 4347.0, 4286.0, 4339.0, 4349.0, 4317.0, 4329.0, 4318.0, 4340.0, 4328.0, 4338.0, 4361.0, 4317.0, 4339.0, 4352.0, 4298.0, 4341.0, 4370.0, 4330.0, 4361.0, 4297.0, 4338.0, 4359.0, 4297.0, 4340.0, 4371.0, 4328.0, 4337.0, 4317.0, 4339.0, 4357.0, 4326.0, 4337.0, 4357.0, 4327.0, 4327.0, 4315.0, 4317.0, 4295.0, 4328.0, 4358.0, 4316.0, 4327.0, 4358.0, 4327.0, 4337.0, 4305.0, 4326.0, 4335.0, 4326.0, 4347.0, 4315.0, 4336.0, 4345.0, 4324.0, 4324.0, 4302.0, 4314.0, 4344.0, 4313.0, 4324.0, 4344.0, 4323.0, 4343.0, 4323.0, 4303.0, 4301.0, 4314.0, 4344.0, 4313.0, 4313.0, 4333.0, 4313.0, 4345.0, 4324.0, 4303.0, 4313.0, 4314.0, 4334.0, 4325.0, 4336.0, 4325.0, 4305.0, 4304.0, 4315.0, 4304.0, 4325.0, 4346.0, 4314.0, 4315.0, 4345.0, 4324.0, 4324.0, 4313.0, 4316.0, 4312.0, 4313.0, 4334.0, 4303.0, 4325.0, 4344.0, 4313.0, 4333.0, 4312.0, 4314.0, 4322.0, 4312.0, 4324.0, 4301.0, 4302.0, 4343.0, 4312.0, 4313.0, 4291.0, 4313.0, 4343.0, 4323.0, 4315.0, 4303.0, 4315.0, 4344.0, 4324.0, 4325.0, 4312.0, 4322.0, 4333.0, 4313.0, 4314.0, 4303.0, 4313.0, 4333.0, 4313.0, 4325.0, 4324.0, 4324.0, 4345.0, 4325.0, 4315.0, 4294.0, 4326.0, 4346.0, 4325.0, 4328.0, 4336.0, 4326.0, 4346.0, 4326.0, 4326.0, 4316.0, 4327.0, 4346.0, 4327.0, 4348.0, 4316.0, 4326.0, 4286.0, 4327.0, 4337.0, 4337.0, 4350.0, 4307.0, 4339.0, 4358.0, 4337.0, 4349.0, 4326.0, 4328.0, 4336.0, 4326.0, 4337.0, 4306.0, 4327.0, 4357.0, 4326.0, 4335.0, 4326.0, 4326.0, 4327.0, 4329.0, 4317.0, 4339.0, 4359.0, 4327.0, 4327.0, 4316.0, 4328.0, 4317.0, 4327.0, 4349.0, 4329.0, 4328.0, 4326.0, 4325.0, 4348.0, 4365.0, 4384.0, 4330.0, 4338.0, 4331.0, 4301.0, 4332.0, 4346.0, 4377.0, 4358.0, 4414.0, 4388.0, 4343.0, 4341.0, 4348.0, 4326.0, 4347.0, 4326.0, 4327.0, 4315.0, 4304.0, 4343.0, 4312.0, 4314.0, 4311.0, 4290.0, 4320.0, 4299.0, 4300.0, 4297.0, 4289.0, 4288.0, 4298.0, 4289.0, 4298.0, 4291.0, 4301.0, 4303.0, 4324.0, 4301.0, 4302.0, 4322.0, 4301.0, 4311.0, 4312.0, 4304.0, 4312.0, 4302.0, 4324.0, 4301.0, 4302.0, 4322.0, 4302.0, 4333.0, 4312.0, 4292.0, 4331.0, 4300.0, 4302.0, 4301.0, 4301.0, 4322.0, 4300.0, 4292.0, 4300.0, 4301.0, 4323.0, 4300.0, 4291.0, 4320.0, 4300.0, 4301.0, 4299.0, 4301.0, 4322.0, 4300.0, 4291.0, 4290.0, 4292.0, 4322.0, 4313.0, 4315.0, 4312.0, 4313.0, 4334.0, 4314.0, 4325.0, 4304.0, 4315.0, 4334.0, 4313.0, 4314.0, 4292.0, 4304.0, 4333.0, 4312.0, 4314.0, 4333.0, 4312.0, 4333.0, 4302.0, 4304.0, 4323.0, 4313.0, 4323.0, 4302.0, 4313.0, 4333.0, 4313.0, 4323.0, 4301.0, 4303.0, 4332.0, 4312.0, 4313.0, 4301.0, 4303.0, 4321.0, 4310.0, 4312.0, 4301.0, 4312.0, 4332.0, 4311.0, 4312.0, 4291.0, 4303.0, 4332.0, 4312.0, 4303.0, 4312.0, 4313.0, 4333.0, 4313.0, 4311.0, 4312.0, 4314.0, 4333.0, 4324.0, 4314.0, 4301.0, 4314.0, 4334.0, 4314.0, 4334.0, 4324.0, 4315.0, 4323.0, 4325.0, 4326.0, 4313.0, 4326.0, 4325.0, 4326.0, 4337.0, 4314.0, 4314.0, 4335.0, 4313.0, 4314.0, 4313.0, 4314.0, 4335.0, 4324.0, 4315.0, 4344.0, 4325.0, 4325.0, 4323.0, 4324.0, 4334.0, 4325.0, 4306.0, 4305.0, 4327.0, 4347.0, 4327.0, 4327.0, 4325.0, 4326.0, 4335.0, 4325.0, 4328.0, 4324.0, 4325.0, 4336.0, 4303.0, 4324.0, 4334.0, 4324.0, 4314.0, 4314.0, 4325.0, 4335.0, 4326.0, 4326.0, 4334.0, 4324.0, 4334.0, 4324.0, 4327.0, 4325.0, 4325.0, 4316.0, 4323.0, 4324.0, 4324.0, 4314.0, 4325.0, 4284.0, 4326.0, 4336.0, 4325.0, 4327.0, 4346.0, 4324.0, 4348.0, 4326.0, 4327.0, 4325.0, 4326.0, 4336.0, 4315.0, 4315.0, 4344.0, 4324.0, 4323.0, 4313.0, 4315.0, 4323.0, 4314.0, 4334.0, 4313.0, 4325.0, 4334.0, 4314.0, 4334.0, 4313.0, 4315.0, 4344.0, 4313.0, 4314.0, 4322.0, 4313.0, 4323.0, 4313.0, 4314.0, 4314.0, 4326.0, 4345.0, 4325.0, 4326.0, 4324.0, 4325.0, 4346.0, 4326.0, 4336.0, 4327.0, 4329.0, 4346.0, 4326.0, 4326.0, 4324.0, 4314.0, 4323.0, 4314.0, 4326.0, 4313.0, 4313.0, 4323.0, 4311.0, 4302.0, 4291.0, 4302.0, 4321.0, 4313.0, 4324.0, 4302.0, 4324.0, 4334.0, 4312.0, 4312.0, 4302.0, 4313.0, 4333.0, 4323.0, 4325.0, 4341.0, 4332.0, 4328.0, 4316.0, 4314.0, 4326.0, 4345.0, 4315.0, 4333.0, 4326.0, 4326.0, 4317.0, 4347.0, 4313.0, 4292.0, 4322.0, 4299.0, 4290.0, 4288.0, 4279.0, 4330.0, 4300.0, 4311.0, 4299.0, 4298.0, 4319.0, 4298.0, 4287.0, 4298.0, 4291.0, 4321.0, 4299.0, 4307.0, 4297.0, 4310.0, 4312.0, 4313.0, 4316.0, 4338.0, 4324.0, 4313.0, 4333.0, 4301.0, 4302.0, 4300.0, 4290.0, 4309.0, 4298.0, 4289.0, 4321.0, 4309.0, 4299.0, 4296.0, 4278.0, 4309.0, 4332.0, 4331.0, 4310.0, 4308.0, 4298.0, 4309.0, 4301.0, 4324.0, 4332.0, 4300.0, 4300.0, 4286.0, 4278.0, 4307.0, 4297.0, 4298.0, 4318.0, 4287.0, 4307.0, 4286.0, 4287.0, 4287.0, 4287.0, 4309.0, 4286.0, 4277.0, 4307.0, 4296.0, 4287.0, 4285.0, 4287.0, 4297.0, 4289.0, 4309.0, 4310.0, 4301.0, 4310.0, 4310.0, 4321.0, 4300.0, 4300.0, 4289.0, 4291.0, 4320.0, 4300.0, 4291.0, 4309.0, 4311.0, 4322.0, 4311.0, 4311.0, 4312.0, 4301.0, 4312.0, 4304.0, 4333.0, 4323.0, 4315.0, 4300.0, 4303.0, 4310.0, 4301.0, 4312.0, 4289.0, 4279.0, 4332.0, 4312.0, 4301.0, 4299.0, 4290.0, 4320.0, 4301.0, 4301.0, 4289.0, 4312.0, 4323.0, 4312.0, 4303.0, 4301.0, 4282.0, 4302.0, 4315.0, 4335.0, 4313.0, 4316.0, 4333.0, 4313.0, 4314.0, 4312.0, 4303.0, 4332.0, 4311.0, 4303.0, 4323.0, 4323.0, 4322.0, 4312.0, 4302.0, 4290.0, 4302.0, 4322.0, 4312.0, 4314.0, 4333.0, 4312.0, 4312.0, 4301.0, 4303.0, 4322.0, 4311.0, 4314.0, 4334.0, 4322.0, 4312.0, 4300.0, 4303.0, 4321.0, 4311.0, 4303.0, 4322.0, 4323.0, 4314.0, 4301.0, 4302.0, 4321.0, 4312.0, 4303.0, 4311.0, 4313.0, 4313.0, 4290.0, 4302.0, 4311.0, 4312.0, 4314.0, 4311.0, 4312.0, 4323.0, 4300.0, 4301.0, 4322.0, 4301.0, 4302.0, 4309.0, 4301.0, 4321.0, 4311.0, 4301.0, 4290.0, 4302.0, 4332.0, 4311.0, 4302.0, 4332.0, 4312.0, 4312.0, 4299.0, 4290.0, 4309.0, 4300.0, 4301.0, 4288.0, 4301.0, 4321.0, 4299.0, 4301.0, 4297.0, 4289.0, 4319.0, 4300.0, 4292.0, 4321.0, 4299.0, 4320.0, 4299.0, 4290.0, 4308.0, 4298.0, 4310.0, 4311.0, 4300.0, 4319.0, 4300.0, 4309.0, 4309.0, 4291.0, 4309.0, 4311.0, 4311.0, 4310.0, 4299.0, 4300.0, 4293.0, 4291.0, 4314.0, 4335.0, 4303.0, 4303.0, 4322.0, 4301.0, 4301.0, 4301.0, 4301.0, 4322.0, 4311.0, 4302.0, 4321.0, 4312.0, 4311.0, 4300.0, 4301.0, 4290.0, 4301.0, 4311.0, 4311.0, 4303.0, 4334.0, 4322.0, 4302.0, 4301.0, 4302.0, 4322.0, 4311.0, 4301.0, 4331.0, 4310.0, 4312.0, 4289.0, 4299.0, 4309.0, 4300.0, 4300.0, 4299.0, 4300.0, 4321.0, 4312.0, 4301.0, 4300.0, 4301.0, 4321.0, 4302.0, 4303.0, 4322.0, 4313.0, 4313.0, 4300.0, 4301.0, 4311.0, 4312.0, 4313.0, 4311.0, 4314.0, 4333.0, 4311.0, 4312.0, 4312.0, 4304.0, 4332.0, 4313.0, 4314.0, 4323.0, 4313.0, 4322.0, 4302.0, 4302.0, 4281.0, 4292.0, 4324.0, 4292.0, 4304.0, 4334.0, 4302.0, 4313.0, 4304.0, 4295.0, 4303.0, 4305.0, 4326.0, 4295.0, 4306.0, 4335.0, 4305.0, 4304.0, 4304.0, 4314.0, 4335.0, 4293.0, 4317.0, 4312.0, 4293.0, 4323.0, 4292.0, 4303.0, 4271.0, 4304.0, 4323.0, 4290.0, 4303.0, 4333.0, 4292.0, 4311.0, 4292.0, 4314.0, 4332.0, 4293.0, 4315.0, 4323.0, 4291.0, 4313.0, 4282.0, 4303.0, 4292.0, 4303.0, 4325.0, 4294.0, 4314.0, 4333.0, 4291.0, 4312.0, 4291.0, 4314.0, 4292.0, 4302.0, 4324.0, 4282.0, 4302.0, 4321.0, 4302.0, 4321.0, 4281.0, 4313.0, 4292.0, 4303.0, 4332.0, 4291.0, 4301.0, 4283.0, 4314.0, 4292.0, 4315.0, 4325.0, 4303.0, 4303.0, 4284.0, 4314.0, 4273.0, 4316.0, 4336.0, 4306.0, 4316.0, 4293.0, 4313.0, 4283.0, 4314.0, 4334.0, 4304.0, 4326.0, 4325.0, 4306.0, 4323.0, 4282.0, 4304.0, 4272.0, 4314.0, 4323.0, 4305.0, 4325.0, 4292.0, 4303.0, 4273.0, 4315.0, 4293.0, 4315.0, 4338.0, 4286.0, 4316.0, 4334.0, 4294.0, 4314.0, 4283.0, 4314.0, 4334.0, 4317.0, 4327.0, 4284.0, 4315.0, 4334.0, 4304.0, 4326.0, 4273.0, 4315.0, 4336.0, 4305.0, 4314.0, 4272.0, 4315.0, 4322.0, 4313.0, 4315.0, 4273.0, 4315.0, 4333.0, 4302.0, 4311.0, 4281.0, 4312.0, 4272.0, 4304.0, 4335.0, 4315.0, 4335.0, 4305.0, 4327.0, 4335.0, 4303.0, 4315.0, 4311.0, 4304.0, 4323.0, 4303.0, 4313.0, 4328.0, 4349.0, 4357.0, 4345.0, 4369.0, 4406.0, 4379.0, 4358.0, 4338.0, 4346.0, 4332.0, 4352.0, 4311.0, 4349.0, 4334.0, 4322.0, 4300.0, 4302.0, 4333.0, 4290.0, 4288.0, 4318.0, 4286.0, 4318.0, 4285.0, 4296.0, 4274.0, 4273.0, 4262.0, 4273.0, 4270.0, 4262.0, 4271.0, 4263.0, 4271.0, 4273.0, 4282.0, 4263.0, 4286.0, 4294.0, 4269.0, 4291.0, 4290.0, 4281.0, 4250.0, 4281.0, 4301.0, 4268.0, 4279.0, 4259.0, 4270.0, 4248.0, 4281.0, 4294.0, 4274.0, 4273.0, 4273.0, 4265.0, 4255.0, 4288.0, 4267.0, 4301.0, 4290.0], 'WindowWidth': [9663.0, 9616.0, 9587.0, 9536.0, 9557.0, 9525.0, 9446.0, 9508.0, 9468.0, 9441.0, 9474.0, 9541.0, 9515.0, 9534.0, 9498.0, 9563.0, 9528.0, 9527.0, 9543.0, 9524.0, 9511.0, 9505.0, 9479.0, 9505.0, 9511.0, 9509.0, 9530.0, 9600.0, 9533.0, 9534.0, 9514.0, 9544.0, 9502.0, 9547.0, 9559.0, 9533.0, 9551.0, 9478.0, 9553.0, 9587.0, 9559.0, 9544.0, 9541.0, 9558.0, 9540.0, 9560.0, 9586.0, 9500.0, 9575.0, 9590.0, 9544.0, 9562.0, 9546.0, 9579.0, 9561.0, 9575.0, 9610.0, 9544.0, 9573.0, 9600.0, 9521.0, 9580.0, 9620.0, 9565.0, 9611.0, 9517.0, 9573.0, 9605.0, 9515.0, 9579.0, 9624.0, 9559.0, 9571.0, 9542.0, 9575.0, 9600.0, 9551.0, 9568.0, 9597.0, 9556.0, 9558.0, 9539.0, 9543.0, 9511.0, 9560.0, 9602.0, 9538.0, 9555.0, 9601.0, 9554.0, 9570.0, 9522.0, 9553.0, 9564.0, 9551.0, 9585.0, 9538.0, 9566.0, 9578.0, 9546.0, 9546.0, 9513.0, 9533.0, 9575.0, 9529.0, 9547.0, 9577.0, 9542.0, 9572.0, 9544.0, 9517.0, 9512.0, 9534.0, 9573.0, 9528.0, 9532.0, 9559.0, 9529.0, 9576.0, 9547.0, 9517.0, 9530.0, 9535.0, 9562.0, 9550.0, 9567.0, 9549.0, 9524.0, 9520.0, 9537.0, 9520.0, 9550.0, 9581.0, 9530.0, 9536.0, 9577.0, 9544.0, 9547.0, 9529.0, 9537.0, 9528.0, 9530.0, 9560.0, 9514.0, 9547.0, 9575.0, 9528.0, 9557.0, 9527.0, 9532.0, 9543.0, 9526.0, 9547.0, 9509.0, 9513.0, 9570.0, 9526.0, 9531.0, 9497.0, 9530.0, 9571.0, 9544.0, 9536.0, 9515.0, 9535.0, 9575.0, 9546.0, 9551.0, 9525.0, 9539.0, 9558.0, 9531.0, 9532.0, 9517.0, 9531.0, 9560.0, 9529.0, 9548.0, 9547.0, 9547.0, 9579.0, 9547.0, 9537.0, 9506.0, 9552.0, 9580.0, 9548.0, 9558.0, 9567.0, 9551.0, 9580.0, 9552.0, 9552.0, 9538.0, 9556.0, 9581.0, 9555.0, 9588.0, 9540.0, 9555.0, 9498.0, 9557.0, 9570.0, 9570.0, 9592.0, 9528.0, 9574.0, 9601.0, 9568.0, 9588.0, 9552.0, 9558.0, 9567.0, 9551.0, 9571.0, 9526.0, 9556.0, 9597.0, 9551.0, 9564.0, 9552.0, 9552.0, 9557.0, 9563.0, 9542.0, 9576.0, 9603.0, 9554.0, 9553.0, 9539.0, 9557.0, 9540.0, 9554.0, 9586.0, 9561.0, 9560.0, 9554.0, 9550.0, 9588.0, 9622.0, 9648.0, 9566.0, 9573.0, 9567.0, 9528.0, 9571.0, 9600.0, 9645.0, 9619.0, 9711.0, 9668.0, 9588.0, 9583.0, 9586.0, 9549.0, 9584.0, 9551.0, 9554.0, 9533.0, 9519.0, 9574.0, 9524.0, 9530.0, 9521.0, 9491.0, 9534.0, 9501.0, 9505.0, 9494.0, 9486.0, 9486.0, 9498.0, 9489.0, 9501.0, 9495.0, 9507.0, 9516.0, 9546.0, 9508.0, 9511.0, 9539.0, 9508.0, 9522.0, 9526.0, 9519.0, 9525.0, 9510.0, 9547.0, 9509.0, 9511.0, 9539.0, 9511.0, 9555.0, 9523.0, 9500.0, 9551.0, 9505.0, 9510.0, 9507.0, 9506.0, 9537.0, 9506.0, 9498.0, 9505.0, 9509.0, 9544.0, 9504.0, 9496.0, 9534.0, 9505.0, 9511.0, 9501.0, 9508.0, 9540.0, 9505.0, 9497.0, 9492.0, 9499.0, 9541.0, 9528.0, 9536.0, 9525.0, 9527.0, 9560.0, 9532.0, 9548.0, 9517.0, 9534.0, 9560.0, 9527.0, 9533.0, 9498.0, 9517.0, 9556.0, 9525.0, 9530.0, 9556.0, 9525.0, 9556.0, 9510.0, 9517.0, 9543.0, 9527.0, 9544.0, 9509.0, 9528.0, 9555.0, 9527.0, 9543.0, 9508.0, 9514.0, 9553.0, 9525.0, 9530.0, 9507.0, 9513.0, 9539.0, 9521.0, 9527.0, 9508.0, 9526.0, 9553.0, 9520.0, 9527.0, 9493.0, 9513.0, 9555.0, 9527.0, 9518.0, 9524.0, 9527.0, 9556.0, 9527.0, 9524.0, 9526.0, 9531.0, 9559.0, 9544.0, 9534.0, 9509.0, 9531.0, 9561.0, 9531.0, 9561.0, 9545.0, 9537.0, 9544.0, 9547.0, 9552.0, 9528.0, 9551.0, 9548.0, 9551.0, 9569.0, 9531.0, 9532.0, 9562.0, 9528.0, 9532.0, 9530.0, 9530.0, 9562.0, 9544.0, 9536.0, 9575.0, 9547.0, 9549.0, 9545.0, 9544.0, 9559.0, 9548.0, 9524.0, 9523.0, 9554.0, 9582.0, 9553.0, 9556.0, 9552.0, 9549.0, 9564.0, 9549.0, 9558.0, 9547.0, 9547.0, 9568.0, 9515.0, 9543.0, 9560.0, 9546.0, 9533.0, 9531.0, 9549.0, 9564.0, 9550.0, 9553.0, 9562.0, 9545.0, 9561.0, 9546.0, 9555.0, 9547.0, 9547.0, 9538.0, 9543.0, 9544.0, 9548.0, 9530.0, 9548.0, 9493.0, 9552.0, 9567.0, 9549.0, 9557.0, 9580.0, 9548.0, 9585.0, 9549.0, 9556.0, 9546.0, 9549.0, 9566.0, 9534.0, 9534.0, 9573.0, 9543.0, 9543.0, 9529.0, 9534.0, 9541.0, 9530.0, 9561.0, 9529.0, 9548.0, 9559.0, 9530.0, 9560.0, 9529.0, 9536.0, 9573.0, 9527.0, 9531.0, 9540.0, 9528.0, 9543.0, 9528.0, 9531.0, 9531.0, 9550.0, 9578.0, 9548.0, 9554.0, 9544.0, 9547.0, 9580.0, 9552.0, 9567.0, 9555.0, 9561.0, 9583.0, 9551.0, 9553.0, 9547.0, 9532.0, 9543.0, 9532.0, 9552.0, 9528.0, 9527.0, 9543.0, 9522.0, 9511.0, 9494.0, 9513.0, 9536.0, 9529.0, 9547.0, 9514.0, 9546.0, 9560.0, 9527.0, 9528.0, 9510.0, 9530.0, 9557.0, 9541.0, 9549.0, 9585.0, 9573.0, 9558.0, 9538.0, 9533.0, 9550.0, 9577.0, 9537.0, 9559.0, 9551.0, 9553.0, 9543.0, 9587.0, 9528.0, 9498.0, 9541.0, 9502.0, 9492.0, 9486.0, 9477.0, 9549.0, 9505.0, 9524.0, 9503.0, 9500.0, 9529.0, 9497.0, 9484.0, 9499.0, 9497.0, 9536.0, 9503.0, 9508.0, 9496.0, 9518.0, 9525.0, 9529.0, 9539.0, 9574.0, 9548.0, 9529.0, 9557.0, 9508.0, 9513.0, 9505.0, 9490.0, 9517.0, 9497.0, 9489.0, 9537.0, 9516.0, 9502.0, 9494.0, 9472.0, 9517.0, 9551.0, 9552.0, 9520.0, 9515.0, 9499.0, 9516.0, 9508.0, 9546.0, 9555.0, 9505.0, 9507.0, 9478.0, 9470.0, 9511.0, 9493.0, 9501.0, 9530.0, 9483.0, 9509.0, 9480.0, 9484.0, 9481.0, 9481.0, 9514.0, 9477.0, 9468.0, 9509.0, 9493.0, 9483.0, 9476.0, 9483.0, 9496.0, 9489.0, 9516.0, 9518.0, 9511.0, 9521.0, 9521.0, 9537.0, 9505.0, 9506.0, 9489.0, 9495.0, 9534.0, 9504.0, 9495.0, 9515.0, 9521.0, 9541.0, 9521.0, 9524.0, 9523.0, 9509.0, 9526.0, 9518.0, 9558.0, 9542.0, 9537.0, 9505.0, 9513.0, 9519.0, 9509.0, 9527.0, 9488.0, 9475.0, 9552.0, 9527.0, 9510.0, 9502.0, 9493.0, 9534.0, 9507.0, 9510.0, 9489.0, 9526.0, 9542.0, 9524.0, 9512.0, 9508.0, 9486.0, 9512.0, 9534.0, 9562.0, 9527.0, 9537.0, 9560.0, 9527.0, 9530.0, 9524.0, 9515.0, 9552.0, 9522.0, 9515.0, 9543.0, 9541.0, 9541.0, 9523.0, 9512.0, 9493.0, 9512.0, 9540.0, 9525.0, 9530.0, 9559.0, 9524.0, 9527.0, 9508.0, 9514.0, 9541.0, 9521.0, 9531.0, 9561.0, 9539.0, 9527.0, 9506.0, 9514.0, 9537.0, 9522.0, 9516.0, 9541.0, 9542.0, 9532.0, 9507.0, 9512.0, 9536.0, 9523.0, 9516.0, 9523.0, 9528.0, 9530.0, 9491.0, 9511.0, 9522.0, 9525.0, 9532.0, 9522.0, 9525.0, 9543.0, 9505.0, 9509.0, 9539.0, 9507.0, 9513.0, 9516.0, 9509.0, 9537.0, 9520.0, 9511.0, 9493.0, 9511.0, 9554.0, 9521.0, 9511.0, 9553.0, 9523.0, 9526.0, 9500.0, 9491.0, 9516.0, 9505.0, 9509.0, 9486.0, 9509.0, 9536.0, 9502.0, 9508.0, 9497.0, 9488.0, 9530.0, 9503.0, 9499.0, 9537.0, 9501.0, 9532.0, 9500.0, 9493.0, 9512.0, 9499.0, 9521.0, 9521.0, 9507.0, 9531.0, 9505.0, 9517.0, 9516.0, 9497.0, 9517.0, 9523.0, 9524.0, 9519.0, 9505.0, 9506.0, 9500.0, 9496.0, 9531.0, 9563.0, 9513.0, 9513.0, 9541.0, 9507.0, 9507.0, 9507.0, 9511.0, 9540.0, 9522.0, 9513.0, 9537.0, 9523.0, 9524.0, 9506.0, 9508.0, 9491.0, 9509.0, 9525.0, 9522.0, 9515.0, 9560.0, 9540.0, 9515.0, 9507.0, 9512.0, 9540.0, 9522.0, 9512.0, 9551.0, 9519.0, 9527.0, 9487.0, 9501.0, 9517.0, 9504.0, 9507.0, 9502.0, 9505.0, 9539.0, 9524.0, 9509.0, 9504.0, 9508.0, 9535.0, 9510.0, 9516.0, 9541.0, 9528.0, 9529.0, 9505.0, 9509.0, 9520.0, 9523.0, 9529.0, 9523.0, 9532.0, 9559.0, 9521.0, 9525.0, 9522.0, 9518.0, 9555.0, 9528.0, 9532.0, 9542.0, 9527.0, 9540.0, 9510.0, 9513.0, 9481.0, 9500.0, 9546.0, 9497.0, 9519.0, 9561.0, 9513.0, 9528.0, 9517.0, 9507.0, 9516.0, 9520.0, 9554.0, 9507.0, 9525.0, 9564.0, 9519.0, 9518.0, 9516.0, 9533.0, 9561.0, 9502.0, 9542.0, 9528.0, 9500.0, 9543.0, 9499.0, 9516.0, 9467.0, 9516.0, 9541.0, 9494.0, 9516.0, 9556.0, 9498.0, 9523.0, 9498.0, 9531.0, 9553.0, 9500.0, 9536.0, 9545.0, 9496.0, 9528.0, 9483.0, 9516.0, 9496.0, 9515.0, 9548.0, 9506.0, 9531.0, 9557.0, 9496.0, 9523.0, 9496.0, 9530.0, 9497.0, 9510.0, 9545.0, 9486.0, 9512.0, 9538.0, 9509.0, 9536.0, 9481.0, 9527.0, 9496.0, 9515.0, 9554.0, 9495.0, 9511.0, 9486.0, 9530.0, 9499.0, 9535.0, 9550.0, 9515.0, 9516.0, 9489.0, 9530.0, 9474.0, 9536.0, 9565.0, 9524.0, 9540.0, 9502.0, 9527.0, 9486.0, 9531.0, 9559.0, 9517.0, 9552.0, 9547.0, 9521.0, 9543.0, 9482.0, 9516.0, 9471.0, 9531.0, 9542.0, 9523.0, 9550.0, 9499.0, 9514.0, 9475.0, 9533.0, 9501.0, 9534.0, 9572.0, 9498.0, 9537.0, 9559.0, 9503.0, 9529.0, 9488.0, 9531.0, 9561.0, 9539.0, 9556.0, 9490.0, 9532.0, 9558.0, 9517.0, 9551.0, 9473.0, 9531.0, 9565.0, 9522.0, 9532.0, 9471.0, 9531.0, 9537.0, 9528.0, 9534.0, 9476.0, 9534.0, 9557.0, 9509.0, 9522.0, 9481.0, 9524.0, 9473.0, 9519.0, 9565.0, 9534.0, 9561.0, 9520.0, 9554.0, 9562.0, 9514.0, 9535.0, 9522.0, 9515.0, 9542.0, 9512.0, 9528.0, 9554.0, 9587.0, 9613.0, 9594.0, 9634.0, 9705.0, 9649.0, 9619.0, 9588.0, 9596.0, 9568.0, 9596.0, 9540.0, 9586.0, 9559.0, 9538.0, 9502.0, 9511.0, 9562.0, 9491.0, 9485.0, 9524.0, 9476.0, 9528.0, 9473.0, 9491.0, 9454.0, 9454.0, 9434.0, 9455.0, 9445.0, 9438.0, 9446.0, 9439.0, 9444.0, 9453.0, 9465.0, 9439.0, 9471.0, 9480.0, 9434.0, 9473.0, 9468.0, 9457.0, 9418.0, 9459.0, 9490.0, 9437.0, 9454.0, 9425.0, 9440.0, 9408.0, 9458.0, 9483.0, 9457.0, 9453.0, 9453.0, 9446.0, 9435.0, 9482.0, 9455.0, 9507.0, 9489.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.003928223684210526</td></tr>
<tr><td colspan=3>aqi</td><td>0.032356227255639095</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.17494125950139</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2745042375352755</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.053688030790217</td></tr>
<tr><td colspan=3>efc</td><td>0.4777</td></tr>
<tr><td colspan=3>fber</td><td>5854.7422</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10851989662586284</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.706766917293233</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.446390647926983</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3277712172288823</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6844600269065766</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3269406996454896</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144865</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008576450869441032</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031429439783096313</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9819799579993487</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>24.2809</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2114</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.1518</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>300252.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>839.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.6058</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6226</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>525.0149</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3517.4105</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3710.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1249.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.6912</td></tr>
<tr><td colspan=3>tsnr</td><td>34.49053396907402</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>