<?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-0087_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-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087/ses-03/func/sub-0087_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>0410eaacd99bd51c54ca9073aa8e0cda</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>13:41:10.540000</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.999265, 0.0139733, 0.0356885, -0.021455, 0.975539, 0.218776]</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.122794</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>[4172, -7766, -7229, 478, -19, -9, 67, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8adb0a89-1293-4c33-a95d-eb6bf9902e39||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.680955648422241, -0.05756232514977455, 0.08574800193309784, 114.13251495361328], [-0.03748929873108864, 2.617300271987915, 0.5923293232917786, -103.63671875], [0.09574966877698898, -0.5869607925415039, 2.6328299045562744, -18.868040084838867], [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': ['134110.540000', '134111.000000', '134111.460000', '134111.920000', '134112.380000', '134112.840000', '134113.300000', '134113.760000', '134114.220000', '134114.680000', '134115.140000', '134115.600000', '134116.060000', '134116.520000', '134116.980000', '134117.440000', '134117.900000', '134118.360000', '134118.820000', '134119.280000', '134119.740000', '134120.200000', '134120.660000', '134121.120000', '134121.580000', '134122.040000', '134122.500000', '134122.960000', '134123.420000', '134123.880000', '134124.340000', '134124.800000', '134125.260000', '134125.720000', '134126.180000', '134126.640000', '134127.100000', '134127.560000', '134128.020000', '134128.480000', '134128.940000', '134129.400000', '134129.860000', '134130.320000', '134130.780000', '134131.240000', '134131.700000', '134132.160000', '134132.620000', '134133.080000', '134133.540000', '134134.000000', '134134.460000', '134134.920000', '134135.380000', '134135.840000', '134136.300000', '134136.760000', '134137.220000', '134137.680000', '134138.140000', '134138.600000', '134139.060000', '134139.520000', '134139.980000', '134140.440000', '134140.900000', '134141.360000', '134141.820000', '134142.280000', '134142.740000', '134143.200000', '134143.660000', '134144.120000', '134144.580000', '134145.040000', '134145.500000', '134145.960000', '134146.420000', '134146.880000', '134147.340000', '134147.800000', '134148.260000', '134148.720000', '134149.180000', '134149.640000', '134150.100000', '134150.560000', '134151.020000', '134151.480000', '134151.940000', '134152.400000', '134152.860000', '134153.320000', '134153.780000', '134154.240000', '134154.700000', '134155.160000', '134155.620000', '134156.080000', '134156.540000', '134157.000000', '134157.460000', '134157.920000', '134158.380000', '134158.840000', '134159.300000', '134159.760000', '134200.220000', '134200.680000', '134201.140000', '134201.600000', '134202.060000', '134202.520000', '134202.980000', '134203.440000', '134203.900000', '134204.360000', '134204.820000', '134205.280000', '134205.740000', '134206.200000', '134206.660000', '134207.120000', '134207.580000', '134208.040000', '134208.500000', '134208.960000', '134209.420000', '134209.880000', '134210.340000', '134210.800000', '134211.260000', '134211.720000', '134212.180000', '134212.640000', '134213.100000', '134213.560000', '134214.020000', '134214.480000', '134214.940000', '134215.400000', '134215.860000', '134216.320000', '134216.780000', '134217.240000', '134217.700000', '134218.160000', '134218.620000', '134219.080000', '134219.540000', '134220.000000', '134220.460000', '134220.920000', '134221.380000', '134221.840000', '134222.300000', '134222.760000', '134223.220000', '134223.680000', '134224.140000', '134224.600000', '134225.060000', '134225.520000', '134225.980000', '134226.440000', '134226.900000', '134227.360000', '134227.820000', '134228.280000', '134228.740000', '134229.200000', '134229.660000', '134230.120000', '134230.580000', '134231.040000', '134231.500000', '134231.960000', '134232.420000', '134232.880000', '134233.340000', '134233.800000', '134234.260000', '134234.720000', '134235.180000', '134235.640000', '134236.100000', '134236.560000', '134237.020000', '134237.480000', '134237.940000', '134238.400000', '134238.860000', '134239.320000', '134239.780000', '134240.240000', '134240.700000', '134241.160000', '134241.620000', '134242.080000', '134242.540000', '134243.000000', '134243.460000', '134243.920000', '134244.380000', '134244.840000', '134245.300000', '134245.760000', '134246.220000', '134246.680000', '134247.140000', '134247.600000', '134248.060000', '134248.520000', '134248.980000', '134249.440000', '134249.900000', '134250.360000', '134250.820000', '134251.280000', '134251.740000', '134252.200000', '134252.660000', '134253.120000', '134253.580000', '134254.040000', '134254.500000', '134254.960000', '134255.420000', '134255.880000', '134256.340000', '134256.800000', '134257.260000', '134257.720000', '134258.180000', '134258.640000', '134259.100000', '134259.560000', '134300.020000', '134300.480000', '134300.940000', '134301.400000', '134301.860000', '134302.320000', '134302.780000', '134303.240000', '134303.700000', '134304.160000', '134304.620000', '134305.080000', '134305.540000', '134306.000000', '134306.460000', '134306.920000', '134307.380000', '134307.840000', '134308.300000', '134308.760000', '134309.220000', '134309.680000', '134310.140000', '134310.600000', '134311.060000', '134311.520000', '134311.980000', '134312.440000', '134312.900000', '134313.360000', '134313.820000', '134314.280000', '134314.740000', '134315.200000', '134315.660000', '134316.120000', '134316.580000', '134317.040000', '134317.500000', '134317.960000', '134318.420000', '134318.880000', '134319.340000', '134319.800000', '134320.260000', '134320.720000', '134321.180000', '134321.640000', '134322.100000', '134322.560000', '134323.020000', '134323.480000', '134323.940000', '134324.400000', '134324.860000', '134325.320000', '134325.780000', '134326.240000', '134326.700000', '134327.160000', '134327.620000', '134328.080000', '134328.540000', '134329.000000', '134329.460000', '134329.920000', '134330.380000', '134330.840000', '134331.300000', '134331.760000', '134332.220000', '134332.680000', '134333.140000', '134333.600000', '134334.060000', '134334.520000', '134334.980000', '134335.440000', '134335.900000', '134336.360000', '134336.820000', '134337.280000', '134337.740000', '134338.200000', '134338.660000', '134339.120000', '134339.580000', '134340.040000', '134340.500000', '134340.960000', '134341.420000', '134341.880000', '134342.340000', '134342.800000', '134343.260000', '134343.720000', '134344.180000', '134344.640000', '134345.100000', '134345.560000', '134346.020000', '134346.480000', '134346.940000', '134347.400000', '134347.860000', '134348.320000', '134348.780000', '134349.240000', '134349.700000', '134350.160000', '134350.620000', '134351.080000', '134351.540000', '134352.000000', '134352.460000', '134352.920000', '134353.380000', '134353.840000', '134354.300000', '134354.760000', '134355.220000', '134355.680000', '134356.140000', '134356.600000', '134357.060000', '134357.520000', '134357.980000', '134358.440000', '134358.900000', '134359.360000', '134359.820000', '134400.280000', '134400.740000', '134401.200000', '134401.660000', '134402.120000', '134402.580000', '134403.040000', '134403.500000', '134403.960000', '134404.420000', '134404.880000', '134405.340000', '134405.800000', '134406.260000', '134406.720000', '134407.180000', '134407.640000', '134408.100000', '134408.560000', '134409.020000', '134409.480000', '134409.940000', '134410.400000', '134410.860000', '134411.320000', '134411.780000', '134412.240000', '134412.700000', '134413.160000', '134413.620000', '134414.080000', '134414.540000', '134415.000000', '134415.460000', '134415.920000', '134416.380000', '134416.840000', '134417.300000', '134417.760000', '134418.220000', '134418.680000', '134419.140000', '134419.600000', '134420.060000', '134420.520000', '134420.980000', '134421.440000', '134421.900000', '134422.360000', '134422.820000', '134423.280000', '134423.740000', '134424.200000', '134424.660000', '134425.120000', '134425.580000', '134426.040000', '134426.500000', '134426.960000', '134427.420000', '134427.880000', '134428.340000', '134428.800000', '134429.260000', '134429.720000', '134430.180000', '134430.640000', '134431.100000', '134431.560000', '134432.020000', '134432.480000', '134432.940000', '134433.400000', '134433.860000', '134434.320000', '134434.780000', '134435.240000', '134435.700000', '134436.160000', '134436.620000', '134437.080000', '134437.540000', '134438.000000', '134438.460000', '134438.920000', '134439.380000', '134439.840000', '134440.300000', '134440.760000', '134441.220000', '134441.680000', '134442.140000', '134442.600000', '134443.060000', '134443.520000', '134443.980000', '134444.440000', '134444.900000', '134445.360000', '134445.820000', '134446.280000', '134446.740000', '134447.200000', '134447.660000', '134448.120000', '134448.580000', '134449.040000', '134449.500000', '134449.960000', '134450.420000', '134450.880000', '134451.340000', '134451.800000', '134452.260000', '134452.720000', '134453.180000', '134453.640000', '134454.100000', '134454.560000', '134455.020000', '134455.480000', '134455.940000', '134456.400000', '134456.860000', '134457.320000', '134457.780000', '134458.240000', '134458.700000', '134459.160000', '134459.620000', '134500.080000', '134500.540000', '134501.000000', '134501.460000', '134501.920000', '134502.380000', '134502.840000', '134503.300000', '134503.760000', '134504.220000', '134504.680000', '134505.140000', '134505.600000', '134506.060000', '134506.520000', '134506.980000', '134507.440000', '134507.900000', '134508.360000', '134508.820000', '134509.280000', '134509.740000', '134510.200000', '134510.660000', '134511.120000', '134511.580000', '134512.040000', '134512.500000', '134512.960000', '134513.420000', '134513.880000', '134514.340000', '134514.800000', '134515.260000', '134515.720000', '134516.180000', '134516.640000', '134517.100000', '134517.560000', '134518.020000', '134518.480000', '134518.940000', '134519.400000', '134519.860000', '134520.320000', '134520.780000', '134521.240000', '134521.700000', '134522.160000', '134522.620000', '134523.080000', '134523.540000', '134524.000000', '134524.460000', '134524.920000', '134525.380000', '134525.840000', '134526.300000', '134526.760000', '134527.220000', '134527.680000', '134528.140000', '134528.600000', '134529.060000', '134529.520000', '134529.980000', '134530.440000', '134530.900000', '134531.360000', '134531.820000', '134532.280000', '134532.740000', '134533.200000', '134533.660000', '134534.120000', '134534.580000', '134535.040000', '134535.500000', '134535.960000', '134536.420000', '134536.880000', '134537.340000', '134537.800000', '134538.260000', '134538.720000', '134539.180000', '134539.640000', '134540.100000', '134540.560000', '134541.020000', '134541.480000', '134541.940000', '134542.400000', '134542.860000', '134543.320000', '134543.780000', '134544.240000', '134544.700000', '134545.160000', '134545.620000', '134546.080000', '134546.540000', '134547.000000', '134547.460000', '134547.920000', '134548.380000', '134548.840000', '134549.300000', '134549.760000', '134550.220000', '134550.680000', '134551.140000', '134551.600000', '134552.060000', '134552.520000', '134552.980000', '134553.440000', '134553.900000', '134554.360000', '134554.820000', '134555.280000', '134555.740000', '134556.200000', '134556.660000', '134557.120000', '134557.580000', '134558.040000', '134558.500000', '134558.960000', '134559.420000', '134559.880000', '134600.340000', '134600.800000', '134601.260000', '134601.720000', '134602.180000', '134602.640000', '134603.100000', '134603.560000', '134604.020000', '134604.480000', '134604.940000', '134605.400000', '134605.860000', '134606.320000', '134606.780000', '134607.240000', '134607.700000', '134608.160000', '134608.620000', '134609.080000', '134609.540000', '134610.000000', '134610.460000', '134610.920000', '134611.380000', '134611.840000', '134612.300000', '134612.760000', '134613.220000', '134613.680000', '134614.140000', '134614.600000', '134615.060000', '134615.520000', '134615.980000', '134616.440000', '134616.900000', '134617.360000', '134617.820000', '134618.280000', '134618.740000', '134619.200000', '134619.660000', '134620.120000', '134620.580000', '134621.040000', '134621.500000', '134621.960000', '134622.420000', '134622.880000', '134623.340000', '134623.800000', '134624.260000', '134624.720000', '134625.180000', '134625.640000', '134626.100000', '134626.560000', '134627.020000', '134627.480000', '134627.940000', '134628.400000', '134628.860000', '134629.320000', '134629.780000', '134630.240000', '134630.700000', '134631.160000', '134631.620000', '134632.080000', '134632.540000', '134633.000000', '134633.460000', '134633.920000', '134634.380000', '134634.840000', '134635.300000', '134635.760000', '134636.220000', '134636.680000', '134637.140000', '134637.600000', '134638.060000', '134638.520000', '134638.980000', '134639.440000', '134639.900000', '134640.360000', '134640.820000', '134641.280000', '134641.740000', '134642.200000', '134642.660000', '134643.120000', '134643.580000', '134644.040000', '134644.500000', '134644.960000', '134645.420000', '134645.880000', '134646.340000', '134646.800000', '134647.260000', '134647.720000', '134648.180000', '134648.640000', '134649.100000', '134649.560000', '134650.020000', '134650.480000', '134650.940000', '134651.400000', '134651.860000', '134652.320000', '134652.780000', '134653.240000', '134653.700000', '134654.160000', '134654.620000', '134655.080000', '134655.540000', '134656.000000', '134656.460000', '134656.920000', '134657.380000', '134657.840000', '134658.300000', '134658.760000', '134659.220000', '134659.680000', '134700.140000', '134700.600000', '134701.060000', '134701.520000', '134701.980000', '134702.440000', '134702.900000', '134703.360000', '134703.820000', '134704.280000', '134704.740000', '134705.200000', '134705.660000', '134706.120000', '134706.580000', '134707.040000', '134707.500000', '134707.960000', '134708.420000', '134708.880000', '134709.340000', '134709.800000', '134710.260000', '134710.720000', '134711.180000', '134711.640000', '134712.100000', '134712.560000', '134713.020000', '134713.480000', '134713.940000', '134714.400000', '134714.860000', '134715.320000', '134715.780000', '134716.240000', '134716.700000', '134717.160000', '134717.620000', '134718.080000', '134718.540000', '134719.000000', '134719.460000', '134719.920000', '134720.380000', '134720.840000', '134721.300000', '134721.760000', '134722.220000', '134722.680000', '134723.140000', '134723.600000', '134724.060000', '134724.520000', '134724.980000', '134725.440000', '134725.900000', '134726.360000', '134726.820000', '134727.280000', '134727.740000', '134728.200000', '134728.660000', '134729.120000', '134729.580000', '134730.040000', '134730.500000', '134730.960000', '134731.420000', '134731.880000', '134732.340000', '134732.800000', '134733.260000', '134733.720000', '134734.180000', '134734.640000', '134735.100000', '134735.560000', '134736.020000', '134736.480000', '134736.940000', '134737.400000', '134737.860000', '134738.320000', '134738.780000', '134739.240000', '134739.700000', '134740.160000', '134740.620000', '134741.080000', '134741.540000', '134742.000000', '134742.460000', '134742.920000', '134743.380000', '134743.840000', '134744.300000', '134744.760000', '134745.220000', '134745.680000', '134746.140000', '134746.600000', '134747.060000', '134747.520000', '134747.980000', '134748.440000', '134748.900000', '134749.360000', '134749.820000', '134750.280000', '134750.740000', '134751.200000', '134751.660000', '134752.120000', '134752.580000', '134753.040000', '134753.500000', '134753.960000', '134754.420000', '134754.880000', '134755.340000', '134755.800000', '134756.260000', '134756.720000', '134757.180000', '134757.640000', '134758.100000', '134758.560000', '134759.020000', '134759.480000', '134759.940000', '134800.400000', '134800.860000', '134801.320000', '134801.780000', '134802.240000', '134802.700000', '134803.160000', '134803.620000', '134804.080000', '134804.540000', '134805.000000', '134805.460000', '134805.920000', '134806.380000', '134806.840000', '134807.300000', '134807.760000', '134808.220000', '134808.680000', '134809.140000', '134809.600000', '134810.060000', '134810.520000', '134810.980000', '134811.440000', '134811.900000', '134812.360000', '134812.820000', '134813.280000', '134813.740000', '134814.200000', '134814.660000', '134815.120000', '134815.580000', '134816.040000', '134816.500000', '134816.960000', '134817.420000', '134817.880000', '134818.340000', '134818.800000', '134819.260000', '134819.720000', '134820.180000', '134820.640000', '134821.100000', '134821.560000', '134822.020000', '134822.480000', '134822.940000', '134823.400000', '134823.860000', '134824.320000', '134824.780000', '134825.240000', '134825.700000', '134826.160000', '134826.620000', '134827.080000', '134827.540000', '134828.000000', '134828.460000', '134828.920000', '134829.380000', '134829.840000', '134830.300000', '134830.760000', '134831.220000', '134831.680000', '134832.140000', '134832.600000', '134833.060000', '134833.520000', '134833.980000', '134834.440000', '134834.900000', '134835.360000', '134835.820000', '134836.280000', '134836.740000', '134837.200000', '134837.660000', '134838.120000', '134838.580000', '134839.040000', '134839.500000', '134839.960000', '134840.420000', '134840.880000', '134841.340000', '134841.800000', '134842.260000', '134842.720000', '134843.180000', '134843.640000', '134844.100000', '134844.560000', '134845.020000', '134845.480000', '134845.940000', '134846.400000', '134846.860000', '134847.320000', '134847.780000', '134848.240000', '134848.700000', '134849.160000', '134849.620000', '134850.080000', '134850.540000', '134851.000000', '134851.460000', '134851.920000', '134852.380000', '134852.840000', '134853.300000', '134853.760000', '134854.220000', '134854.680000', '134855.140000', '134855.600000', '134856.060000', '134856.520000', '134856.980000', '134857.440000', '134857.900000', '134858.360000', '134858.820000', '134859.280000', '134859.740000', '134900.200000', '134900.660000', '134901.120000', '134901.580000', '134902.040000', '134902.500000', '134902.960000', '134903.420000', '134903.880000', '134904.340000', '134904.800000', '134905.260000', '134905.720000', '134906.180000', '134906.640000', '134907.100000', '134907.560000', '134908.020000', '134908.480000', '134908.940000', '134909.400000', '134909.860000', '134910.320000', '134910.780000', '134911.240000', '134911.700000', '134912.160000', '134912.620000', '134913.080000', '134913.540000', '134914.000000', '134914.460000', '134914.920000', '134915.380000', '134915.840000', '134916.300000', '134916.760000', '134917.220000', '134917.680000', '134918.140000', '134918.600000', '134919.060000', '134919.520000', '134919.980000'], 'ContentTime': ['134127.626000', '134127.629000', '134127.632000', '134127.635000', '134127.637000', '134127.649000', '134127.652000', '134127.654000', '134127.657000', '134127.659000', '134127.662000', '134127.665000', '134127.667000', '134127.670000', '134127.673000', '134127.676000', '134127.678000', '134127.681000', '134127.683000', '134127.686000', '134127.689000', '134127.691000', '134127.700000', '134127.703000', '134127.705000', '134127.708000', '134127.710000', '134127.753000', '134127.756000', '134127.759000', '134127.761000', '134127.765000', '134127.767000', '134127.770000', '134127.773000', '134147.547000', '134147.550000', '134147.553000', '134147.556000', '134147.558000', '134147.561000', '134147.564000', '134147.566000', '134147.569000', '134147.571000', '134147.574000', '134147.576000', '134147.579000', '134147.582000', '134147.584000', '134147.587000', '134147.589000', '134147.592000', '134147.594000', '134147.597000', '134147.600000', '134147.610000', '134147.612000', '134147.615000', '134147.617000', '134147.620000', '134147.623000', '134147.625000', '134147.628000', '134147.630000', '134147.633000', '134147.636000', '134147.638000', '134147.641000', '134147.643000', '134147.646000', '134147.649000', '134147.651000', '134147.654000', '134147.657000', '134147.659000', '134147.662000', '134147.664000', '134147.667000', '134207.547000', '134207.550000', '134207.553000', '134207.556000', '134207.558000', '134207.561000', '134207.563000', '134207.566000', '134207.569000', '134207.571000', '134207.574000', '134207.576000', '134207.579000', '134207.582000', '134207.584000', '134207.587000', '134207.590000', '134207.592000', '134207.595000', '134207.597000', '134207.600000', '134207.603000', '134207.605000', '134207.608000', '134207.610000', '134207.613000', '134207.616000', '134207.618000', '134207.621000', '134207.624000', '134207.626000', '134207.629000', '134207.631000', '134207.634000', '134207.637000', '134207.639000', '134207.642000', '134207.644000', '134207.647000', '134207.650000', '134207.652000', '134207.655000', '134207.657000', '134227.548000', '134227.550000', '134227.553000', '134227.556000', '134227.558000', '134227.561000', '134227.564000', '134227.566000', '134227.569000', '134227.571000', '134227.574000', '134227.577000', '134227.580000', '134227.582000', '134227.585000', '134227.587000', '134227.590000', '134227.593000', '134227.595000', '134227.598000', '134227.601000', '134227.603000', '134227.606000', '134227.608000', '134227.611000', '134227.614000', '134227.616000', '134227.619000', '134227.621000', '134227.624000', '134227.626000', '134227.629000', '134227.632000', '134227.634000', '134227.637000', '134227.639000', '134227.642000', '134227.645000', '134227.647000', '134227.650000', '134227.652000', '134227.655000', '134227.658000', '134227.660000', '134247.548000', '134247.550000', '134247.553000', '134247.556000', '134247.559000', '134247.561000', '134247.564000', '134247.567000', '134247.569000', '134247.572000', '134247.574000', '134247.577000', '134247.580000', '134247.582000', '134247.585000', '134247.588000', '134247.590000', '134247.593000', '134247.596000', '134247.604000', '134247.606000', '134247.609000', '134247.611000', '134247.614000', '134247.617000', '134247.619000', '134247.622000', '134247.625000', '134247.627000', '134247.630000', '134247.632000', '134247.635000', '134247.638000', '134247.640000', '134247.643000', '134247.646000', '134247.648000', '134247.651000', '134247.654000', '134247.656000', '134247.659000', '134247.661000', '134247.664000', '134307.548000', '134307.551000', '134307.553000', '134307.556000', '134307.559000', '134307.561000', '134307.564000', '134307.566000', '134307.569000', '134307.572000', '134307.574000', '134307.577000', '134307.580000', '134307.582000', '134307.585000', '134307.587000', '134307.590000', '134307.593000', '134307.595000', '134307.598000', '134307.601000', '134307.603000', '134307.606000', '134307.609000', '134307.611000', '134307.614000', '134307.616000', '134307.619000', '134307.622000', '134307.624000', '134307.627000', '134307.630000', '134307.632000', '134307.635000', '134307.637000', '134307.640000', '134307.652000', '134307.654000', '134307.657000', '134307.660000', '134307.662000', '134307.665000', '134307.667000', '134307.670000', '134327.548000', '134327.551000', '134327.553000', '134327.556000', '134327.559000', '134327.561000', '134327.564000', '134327.567000', '134327.569000', '134327.572000', '134327.575000', '134327.577000', '134327.580000', '134327.582000', '134327.585000', '134327.588000', '134327.590000', '134327.593000', '134327.596000', '134327.598000', '134327.601000', '134327.604000', '134327.606000', '134327.609000', '134327.612000', '134327.614000', '134327.617000', '134327.619000', '134327.622000', '134327.625000', '134327.627000', '134327.630000', '134327.633000', '134327.635000', '134327.638000', '134327.641000', '134327.643000', '134327.646000', '134327.649000', '134327.651000', '134327.654000', '134327.657000', '134327.659000', '134347.547000', '134347.549000', '134347.552000', '134347.555000', '134347.558000', '134347.561000', '134347.565000', '134347.567000', '134347.570000', '134347.573000', '134347.575000', '134347.578000', '134347.581000', '134347.583000', '134347.586000', '134347.589000', '134347.591000', '134347.594000', '134347.597000', '134347.599000', '134347.602000', '134347.605000', '134347.607000', '134347.610000', '134347.613000', '134347.615000', '134347.618000', '134347.621000', '134347.623000', '134347.626000', '134347.629000', '134347.631000', '134347.634000', '134347.636000', '134347.639000', '134347.642000', '134347.644000', '134347.647000', '134347.650000', '134347.652000', '134347.655000', '134347.657000', '134347.660000', '134347.663000', '134407.548000', '134407.551000', '134407.553000', '134407.556000', '134407.559000', '134407.561000', '134407.564000', '134407.566000', '134407.569000', '134407.572000', '134407.574000', '134407.577000', '134407.580000', '134407.582000', '134407.585000', '134407.588000', '134407.591000', '134407.593000', '134407.596000', '134407.598000', '134407.601000', '134407.604000', '134407.606000', '134407.609000', '134407.611000', '134407.614000', '134407.616000', '134407.619000', '134407.622000', '134407.624000', '134407.627000', '134407.630000', '134407.632000', '134407.635000', '134407.637000', '134407.640000', '134407.643000', '134407.645000', '134407.648000', '134407.650000', '134407.653000', '134407.656000', '134407.658000', '134427.547000', '134427.550000', '134427.553000', '134427.556000', '134427.558000', '134427.561000', '134427.564000', '134427.566000', '134427.569000', '134427.571000', '134427.574000', '134427.577000', '134427.579000', '134427.582000', '134427.585000', '134427.587000', '134427.590000', '134427.593000', '134427.595000', '134427.598000', '134427.600000', '134427.603000', '134427.606000', '134427.608000', '134427.611000', '134427.614000', '134427.616000', '134427.619000', '134427.621000', '134427.624000', '134427.627000', '134427.629000', '134427.632000', '134427.635000', '134427.637000', '134427.640000', '134427.643000', '134427.645000', '134427.648000', '134427.650000', '134427.653000', '134427.656000', '134427.658000', '134447.547000', '134447.550000', '134447.553000', '134447.556000', '134447.559000', '134447.562000', '134447.564000', '134447.567000', '134447.570000', '134447.572000', '134447.575000', '134447.578000', '134447.580000', '134447.583000', '134447.586000', '134447.588000', '134447.591000', '134447.594000', '134447.596000', '134447.599000', '134447.602000', '134447.604000', '134447.607000', '134447.610000', '134447.612000', '134447.615000', '134447.618000', '134447.636000', '134447.639000', '134447.642000', '134447.644000', '134447.647000', '134447.650000', '134447.652000', '134447.655000', '134447.657000', '134447.660000', '134447.663000', '134447.665000', '134447.668000', '134447.670000', '134447.673000', '134447.676000', '134447.678000', '134507.548000', '134507.550000', '134507.553000', '134507.556000', '134507.559000', '134507.561000', '134507.564000', '134507.567000', '134507.570000', '134507.572000', '134507.575000', '134507.577000', '134507.580000', '134507.583000', '134507.586000', '134507.588000', '134507.591000', '134507.593000', '134507.596000', '134507.599000', '134507.603000', '134507.605000', '134507.608000', '134507.610000', '134507.613000', '134507.616000', '134507.618000', '134507.621000', '134507.624000', '134507.626000', '134507.629000', '134507.632000', '134507.634000', '134507.637000', '134507.639000', '134507.642000', '134507.644000', '134507.647000', '134507.649000', '134507.652000', '134507.655000', '134507.657000', '134507.660000', '134527.548000', '134527.551000', '134527.553000', '134527.556000', '134527.559000', '134527.562000', '134527.564000', '134527.567000', '134527.570000', '134527.572000', '134527.575000', '134527.578000', '134527.580000', '134527.583000', '134527.586000', '134527.588000', '134527.591000', '134527.593000', '134527.596000', '134527.599000', '134527.601000', '134527.604000', '134527.606000', '134527.609000', '134527.612000', '134527.614000', '134527.617000', '134527.620000', '134527.622000', '134527.625000', '134527.627000', '134527.630000', '134527.633000', '134527.635000', '134527.638000', '134527.641000', '134527.643000', '134527.646000', '134527.648000', '134527.651000', '134527.653000', '134527.656000', '134527.659000', '134527.661000', '134547.548000', '134547.550000', '134547.553000', '134547.556000', '134547.558000', '134547.561000', '134547.563000', '134547.566000', '134547.569000', '134547.571000', '134547.574000', '134547.577000', '134547.579000', '134547.582000', '134547.584000', '134547.587000', '134547.590000', '134547.592000', '134547.595000', '134547.598000', '134547.600000', '134547.603000', '134547.605000', '134547.608000', '134547.611000', '134547.613000', '134547.616000', '134547.618000', '134547.621000', '134547.624000', '134547.626000', '134547.629000', '134547.631000', '134547.634000', '134547.637000', '134547.639000', '134547.642000', '134547.644000', '134547.647000', '134547.649000', '134547.652000', '134547.655000', '134547.657000', '134607.547000', '134607.550000', '134607.553000', '134607.555000', '134607.558000', '134607.561000', '134607.563000', '134607.566000', '134607.569000', '134607.571000', '134607.574000', '134607.577000', '134607.579000', '134607.582000', '134607.584000', '134607.587000', '134607.590000', '134607.592000', '134607.595000', '134607.597000', '134607.600000', '134607.603000', '134607.605000', '134607.608000', '134607.611000', '134607.613000', '134607.616000', '134607.618000', '134607.621000', '134607.624000', '134607.626000', '134607.629000', '134607.631000', '134607.634000', '134607.636000', '134607.639000', '134607.642000', '134607.644000', '134607.647000', '134607.650000', '134607.652000', '134607.655000', '134607.657000', '134607.660000', '134627.548000', '134627.550000', '134627.553000', '134627.556000', '134627.558000', '134627.561000', '134627.564000', '134627.566000', '134627.569000', '134627.572000', '134627.574000', '134627.577000', '134627.579000', '134627.582000', '134627.584000', '134627.587000', '134627.591000', '134627.594000', '134627.596000', '134627.599000', '134627.602000', '134627.604000', '134627.607000', '134627.610000', '134627.613000', '134627.615000', '134627.618000', '134627.621000', '134627.623000', '134627.626000', '134627.629000', '134627.631000', '134627.634000', '134627.636000', '134627.639000', '134627.644000', '134627.647000', '134627.649000', '134627.652000', '134627.655000', '134627.657000', '134627.662000', '134627.665000', '134647.547000', '134647.550000', '134647.553000', '134647.555000', '134647.558000', '134647.561000', '134647.563000', '134647.566000', '134647.568000', '134647.571000', '134647.574000', '134647.576000', '134647.579000', '134647.581000', '134647.584000', '134647.587000', '134647.589000', '134647.592000', '134647.594000', '134647.597000', '134647.600000', '134647.602000', '134647.605000', '134647.607000', '134647.610000', '134647.613000', '134647.615000', '134647.618000', '134647.621000', '134647.623000', '134647.626000', '134647.628000', '134647.631000', '134647.633000', '134647.636000', '134647.638000', '134647.641000', '134647.644000', '134647.646000', '134647.649000', '134647.652000', '134647.654000', '134647.657000', '134647.659000', '134707.548000', '134707.551000', '134707.553000', '134707.556000', '134707.559000', '134707.561000', '134707.564000', '134707.566000', '134707.569000', '134707.572000', '134707.574000', '134707.577000', '134707.579000', '134707.582000', '134707.584000', '134707.587000', '134707.590000', '134707.592000', '134707.595000', '134707.597000', '134707.600000', '134707.603000', '134707.605000', '134707.608000', '134707.611000', '134707.614000', '134707.617000', '134707.619000', '134707.622000', '134707.624000', '134707.627000', '134707.629000', '134707.632000', '134707.635000', '134707.637000', '134707.640000', '134707.643000', '134707.645000', '134707.648000', '134707.650000', '134707.653000', '134707.656000', '134707.658000', '134727.548000', '134727.551000', '134727.553000', '134727.556000', '134727.559000', '134727.561000', '134727.564000', '134727.567000', '134727.569000', '134727.572000', '134727.575000', '134727.577000', '134727.580000', '134727.582000', '134727.585000', '134727.588000', '134727.590000', '134727.593000', '134727.595000', '134727.598000', '134727.601000', '134727.603000', '134727.606000', '134727.608000', '134727.611000', '134727.614000', '134727.616000', '134727.619000', '134727.621000', '134727.624000', '134727.627000', '134727.629000', '134727.632000', '134727.634000', '134727.637000', '134727.640000', '134727.642000', '134727.645000', '134727.648000', '134727.650000', '134727.653000', '134727.655000', '134727.658000', '134727.661000', '134747.548000', '134747.551000', '134747.553000', '134747.556000', '134747.569000', '134747.572000', '134747.574000', '134747.577000', '134747.579000', '134747.582000', '134747.585000', '134747.587000', '134747.590000', '134747.592000', '134747.595000', '134747.598000', '134747.600000', '134747.603000', '134747.605000', '134747.608000', '134747.611000', '134747.613000', '134747.616000', '134747.618000', '134747.621000', '134747.625000', '134747.627000', '134747.630000', '134747.633000', '134747.635000', '134747.638000', '134747.641000', '134747.643000', '134747.646000', '134747.648000', '134747.651000', '134747.654000', '134747.656000', '134747.659000', '134747.661000', '134747.664000', '134747.667000', '134747.669000', '134807.547000', '134807.550000', '134807.553000', '134807.556000', '134807.558000', '134807.561000', '134807.564000', '134807.566000', '134807.569000', '134807.572000', '134807.574000', '134807.577000', '134807.579000', '134807.582000', '134807.585000', '134807.587000', '134807.590000', '134807.593000', '134807.595000', '134807.598000', '134807.600000', '134807.603000', '134807.606000', '134807.608000', '134807.611000', '134807.614000', '134807.616000', '134807.619000', '134807.621000', '134807.624000', '134807.626000', '134807.629000', '134807.632000', '134807.634000', '134807.637000', '134807.639000', '134807.642000', '134807.645000', '134807.647000', '134807.650000', '134807.653000', '134807.655000', '134807.659000', '134807.661000', '134827.546000', '134827.549000', '134827.552000', '134827.554000', '134827.557000', '134827.560000', '134827.562000', '134827.565000', '134827.567000', '134827.570000', '134827.573000', '134827.575000', '134827.578000', '134827.580000', '134827.583000', '134827.585000', '134827.588000', '134827.591000', '134827.594000', '134827.596000', '134827.599000', '134827.601000', '134827.604000', '134827.606000', '134827.609000', '134827.612000', '134827.614000', '134827.617000', '134827.619000', '134827.622000', '134827.625000', '134827.627000', '134827.630000', '134827.632000', '134827.635000', '134827.638000', '134827.640000', '134827.643000', '134827.645000', '134827.648000', '134827.651000', '134827.653000', '134827.656000', '134847.548000', '134847.551000', '134847.553000', '134847.556000', '134847.558000', '134847.561000', '134847.564000', '134847.566000', '134847.569000', '134847.571000', '134847.574000', '134847.577000', '134847.579000', '134847.582000', '134847.584000', '134847.587000', '134847.590000', '134847.592000', '134847.595000', '134847.598000', '134847.600000', '134847.603000', '134847.606000', '134847.609000', '134847.612000', '134847.615000', '134847.617000', '134847.620000', '134847.622000', '134847.625000', '134847.628000', '134847.630000', '134847.633000', '134847.636000', '134847.638000', '134847.641000', '134847.643000', '134847.646000', '134847.649000', '134847.651000', '134847.654000', '134847.656000', '134847.659000', '134847.662000', '134907.548000', '134907.551000', '134907.553000', '134907.556000', '134907.559000', '134907.561000', '134907.564000', '134907.567000', '134907.569000', '134907.572000', '134907.574000', '134907.577000', '134907.580000', '134907.582000', '134907.585000', '134907.602000', '134907.604000', '134907.607000', '134907.610000', '134907.612000', '134907.615000', '134907.617000', '134907.620000', '134907.622000', '134907.625000', '134907.628000', '134907.630000', '134907.633000', '134907.636000', '134907.638000', '134907.641000', '134907.643000', '134907.646000', '134907.649000', '134907.651000', '134907.654000', '134907.656000', '134907.659000', '134907.661000', '134907.664000', '134907.666000', '134907.669000', '134907.672000', '134921.009000', '134921.012000', '134921.014000', '134921.017000', '134921.020000', '134921.022000', '134921.025000', '134921.027000', '134921.030000', '134921.032000', '134921.035000', '134921.038000', '134921.040000', '134921.043000', '134921.046000', '134921.048000', '134921.051000', '134921.054000', '134921.056000', '134921.059000', '134921.061000', '134921.064000', '134921.066000', '134921.069000', '134921.072000', '134921.074000', '134921.077000', '134921.079000', '134921.082000', '134921.085000'], 'InstanceCreationTime': ['134127.626000', '134127.629000', '134127.632000', '134127.635000', '134127.637000', '134127.649000', '134127.652000', '134127.654000', '134127.657000', '134127.659000', '134127.662000', '134127.665000', '134127.667000', '134127.670000', '134127.673000', '134127.676000', '134127.678000', '134127.681000', '134127.683000', '134127.686000', '134127.689000', '134127.691000', '134127.700000', '134127.703000', '134127.705000', '134127.708000', '134127.710000', '134127.753000', '134127.756000', '134127.759000', '134127.761000', '134127.765000', '134127.767000', '134127.770000', '134127.773000', '134147.547000', '134147.550000', '134147.553000', '134147.556000', '134147.558000', '134147.561000', '134147.564000', '134147.566000', '134147.569000', '134147.571000', '134147.574000', '134147.576000', '134147.579000', '134147.582000', '134147.584000', '134147.587000', '134147.589000', '134147.592000', '134147.594000', '134147.597000', '134147.600000', '134147.610000', '134147.612000', '134147.615000', '134147.617000', '134147.620000', '134147.623000', '134147.625000', '134147.628000', '134147.630000', '134147.633000', '134147.636000', '134147.638000', '134147.641000', '134147.643000', '134147.646000', '134147.649000', '134147.651000', '134147.654000', '134147.657000', '134147.659000', '134147.662000', '134147.664000', '134147.667000', '134207.547000', '134207.550000', '134207.553000', '134207.556000', '134207.558000', '134207.561000', '134207.563000', '134207.566000', '134207.569000', '134207.571000', '134207.574000', '134207.576000', '134207.579000', '134207.582000', '134207.584000', '134207.587000', '134207.590000', '134207.592000', '134207.595000', '134207.597000', '134207.600000', '134207.603000', '134207.605000', '134207.608000', '134207.610000', '134207.613000', '134207.616000', '134207.618000', '134207.621000', '134207.624000', '134207.626000', '134207.629000', '134207.631000', '134207.634000', '134207.637000', '134207.639000', '134207.642000', '134207.644000', '134207.647000', '134207.650000', '134207.652000', '134207.655000', '134207.657000', '134227.548000', '134227.550000', '134227.553000', '134227.556000', '134227.558000', '134227.561000', '134227.564000', '134227.566000', '134227.569000', '134227.571000', '134227.574000', '134227.577000', '134227.580000', '134227.582000', '134227.585000', '134227.587000', '134227.590000', '134227.593000', '134227.595000', '134227.598000', '134227.601000', '134227.603000', '134227.606000', '134227.608000', '134227.611000', '134227.614000', '134227.616000', '134227.619000', '134227.621000', '134227.624000', '134227.626000', '134227.629000', '134227.632000', '134227.634000', '134227.637000', '134227.639000', '134227.642000', '134227.645000', '134227.647000', '134227.650000', '134227.652000', '134227.655000', '134227.658000', '134227.660000', '134247.548000', '134247.550000', '134247.553000', '134247.556000', '134247.559000', '134247.561000', '134247.564000', '134247.567000', '134247.569000', '134247.572000', '134247.574000', '134247.577000', '134247.580000', '134247.582000', '134247.585000', '134247.588000', '134247.590000', '134247.593000', '134247.596000', '134247.604000', '134247.606000', '134247.609000', '134247.611000', '134247.614000', '134247.617000', '134247.619000', '134247.622000', '134247.625000', '134247.627000', '134247.630000', '134247.632000', '134247.635000', '134247.638000', '134247.640000', '134247.643000', '134247.646000', '134247.648000', '134247.651000', '134247.654000', '134247.656000', '134247.659000', '134247.661000', '134247.664000', '134307.548000', '134307.551000', '134307.553000', '134307.556000', '134307.559000', '134307.561000', '134307.564000', '134307.566000', '134307.569000', '134307.572000', '134307.574000', '134307.577000', '134307.580000', '134307.582000', '134307.585000', '134307.587000', '134307.590000', '134307.593000', '134307.595000', '134307.598000', '134307.601000', '134307.603000', '134307.606000', '134307.609000', '134307.611000', '134307.614000', '134307.616000', '134307.619000', '134307.622000', '134307.624000', '134307.627000', '134307.630000', '134307.632000', '134307.635000', '134307.637000', '134307.640000', '134307.652000', '134307.654000', '134307.657000', '134307.660000', '134307.662000', '134307.665000', '134307.667000', '134307.670000', '134327.548000', '134327.551000', '134327.553000', '134327.556000', '134327.559000', '134327.561000', '134327.564000', '134327.567000', '134327.569000', '134327.572000', '134327.575000', '134327.577000', '134327.580000', '134327.582000', '134327.585000', '134327.588000', '134327.590000', '134327.593000', '134327.596000', '134327.598000', '134327.601000', '134327.604000', '134327.606000', '134327.609000', '134327.612000', '134327.614000', '134327.617000', '134327.619000', '134327.622000', '134327.625000', '134327.627000', '134327.630000', '134327.633000', '134327.635000', '134327.638000', '134327.641000', '134327.643000', '134327.646000', '134327.649000', '134327.651000', '134327.654000', '134327.657000', '134327.659000', '134347.547000', '134347.549000', '134347.552000', '134347.555000', '134347.558000', '134347.561000', '134347.565000', '134347.567000', '134347.570000', '134347.573000', '134347.575000', '134347.578000', '134347.581000', '134347.583000', '134347.586000', '134347.589000', '134347.591000', '134347.594000', '134347.597000', '134347.599000', '134347.602000', '134347.605000', '134347.607000', '134347.610000', '134347.613000', '134347.615000', '134347.618000', '134347.621000', '134347.623000', '134347.626000', '134347.629000', '134347.631000', '134347.634000', '134347.636000', '134347.639000', '134347.642000', '134347.644000', '134347.647000', '134347.650000', '134347.652000', '134347.655000', '134347.657000', '134347.660000', '134347.663000', '134407.548000', '134407.551000', '134407.553000', '134407.556000', '134407.559000', '134407.561000', '134407.564000', '134407.566000', '134407.569000', '134407.572000', '134407.574000', '134407.577000', '134407.580000', '134407.582000', '134407.585000', '134407.588000', '134407.591000', '134407.593000', '134407.596000', '134407.598000', '134407.601000', '134407.604000', '134407.606000', '134407.609000', '134407.611000', '134407.614000', '134407.616000', '134407.619000', '134407.622000', '134407.624000', '134407.627000', '134407.630000', '134407.632000', '134407.635000', '134407.637000', '134407.640000', '134407.643000', '134407.645000', '134407.648000', '134407.650000', '134407.653000', '134407.656000', '134407.658000', '134427.547000', '134427.550000', '134427.553000', '134427.556000', '134427.558000', '134427.561000', '134427.564000', '134427.566000', '134427.569000', '134427.571000', '134427.574000', '134427.577000', '134427.579000', '134427.582000', '134427.585000', '134427.587000', '134427.590000', '134427.593000', '134427.595000', '134427.598000', '134427.600000', '134427.603000', '134427.606000', '134427.608000', '134427.611000', '134427.614000', '134427.616000', '134427.619000', '134427.621000', '134427.624000', '134427.627000', '134427.629000', '134427.632000', '134427.635000', '134427.637000', '134427.640000', '134427.643000', '134427.645000', '134427.648000', '134427.650000', '134427.653000', '134427.656000', '134427.658000', '134447.547000', '134447.550000', '134447.553000', '134447.556000', '134447.559000', '134447.562000', '134447.564000', '134447.567000', '134447.570000', '134447.572000', '134447.575000', '134447.578000', '134447.580000', '134447.583000', '134447.586000', '134447.588000', '134447.591000', '134447.594000', '134447.596000', '134447.599000', '134447.602000', '134447.604000', '134447.607000', '134447.610000', '134447.612000', '134447.615000', '134447.618000', '134447.636000', '134447.639000', '134447.642000', '134447.644000', '134447.647000', '134447.650000', '134447.652000', '134447.655000', '134447.657000', '134447.660000', '134447.663000', '134447.665000', '134447.668000', '134447.670000', '134447.673000', '134447.676000', '134447.678000', '134507.548000', '134507.550000', '134507.553000', '134507.556000', '134507.559000', '134507.561000', '134507.564000', '134507.567000', '134507.570000', '134507.572000', '134507.575000', '134507.577000', '134507.580000', '134507.583000', '134507.586000', '134507.588000', '134507.591000', '134507.593000', '134507.596000', '134507.599000', '134507.603000', '134507.605000', '134507.608000', '134507.610000', '134507.613000', '134507.616000', '134507.618000', '134507.621000', '134507.624000', '134507.626000', '134507.629000', '134507.632000', '134507.634000', '134507.637000', '134507.639000', '134507.642000', '134507.644000', '134507.647000', '134507.649000', '134507.652000', '134507.655000', '134507.657000', '134507.660000', '134527.548000', '134527.551000', '134527.553000', '134527.556000', '134527.559000', '134527.562000', '134527.564000', '134527.567000', '134527.570000', '134527.572000', '134527.575000', '134527.578000', '134527.580000', '134527.583000', '134527.586000', '134527.588000', '134527.591000', '134527.593000', '134527.596000', '134527.599000', '134527.601000', '134527.604000', '134527.606000', '134527.609000', '134527.612000', '134527.614000', '134527.617000', '134527.620000', '134527.622000', '134527.625000', '134527.627000', '134527.630000', '134527.633000', '134527.635000', '134527.638000', '134527.641000', '134527.643000', '134527.646000', '134527.648000', '134527.651000', '134527.653000', '134527.656000', '134527.659000', '134527.661000', '134547.548000', '134547.550000', '134547.553000', '134547.556000', '134547.558000', '134547.561000', '134547.563000', '134547.566000', '134547.569000', '134547.571000', '134547.574000', '134547.577000', '134547.579000', '134547.582000', '134547.584000', '134547.587000', '134547.590000', '134547.592000', '134547.595000', '134547.598000', '134547.600000', '134547.603000', '134547.605000', '134547.608000', '134547.611000', '134547.613000', '134547.616000', '134547.618000', '134547.621000', '134547.624000', '134547.626000', '134547.629000', '134547.631000', '134547.634000', '134547.637000', '134547.639000', '134547.642000', '134547.644000', '134547.647000', '134547.649000', '134547.652000', '134547.655000', '134547.657000', '134607.547000', '134607.550000', '134607.553000', '134607.555000', '134607.558000', '134607.561000', '134607.563000', '134607.566000', '134607.569000', '134607.571000', '134607.574000', '134607.577000', '134607.579000', '134607.582000', '134607.584000', '134607.587000', '134607.590000', '134607.592000', '134607.595000', '134607.597000', '134607.600000', '134607.603000', '134607.605000', '134607.608000', '134607.611000', '134607.613000', '134607.616000', '134607.618000', '134607.621000', '134607.624000', '134607.626000', '134607.629000', '134607.631000', '134607.634000', '134607.636000', '134607.639000', '134607.642000', '134607.644000', '134607.647000', '134607.650000', '134607.652000', '134607.655000', '134607.657000', '134607.660000', '134627.548000', '134627.550000', '134627.553000', '134627.556000', '134627.558000', '134627.561000', '134627.564000', '134627.566000', '134627.569000', '134627.572000', '134627.574000', '134627.577000', '134627.579000', '134627.582000', '134627.584000', '134627.587000', '134627.591000', '134627.594000', '134627.596000', '134627.599000', '134627.602000', '134627.604000', '134627.607000', '134627.610000', '134627.613000', '134627.615000', '134627.618000', '134627.621000', '134627.623000', '134627.626000', '134627.629000', '134627.631000', '134627.634000', '134627.636000', '134627.639000', '134627.644000', '134627.647000', '134627.649000', '134627.652000', '134627.655000', '134627.657000', '134627.662000', '134627.665000', '134647.547000', '134647.550000', '134647.553000', '134647.555000', '134647.558000', '134647.561000', '134647.563000', '134647.566000', '134647.568000', '134647.571000', '134647.574000', '134647.576000', '134647.579000', '134647.581000', '134647.584000', '134647.587000', '134647.589000', '134647.592000', '134647.594000', '134647.597000', '134647.600000', '134647.602000', '134647.605000', '134647.607000', '134647.610000', '134647.613000', '134647.615000', '134647.618000', '134647.621000', '134647.623000', '134647.626000', '134647.628000', '134647.631000', '134647.633000', '134647.636000', '134647.638000', '134647.641000', '134647.644000', '134647.646000', '134647.649000', '134647.652000', '134647.654000', '134647.657000', '134647.659000', '134707.548000', '134707.551000', '134707.553000', '134707.556000', '134707.559000', '134707.561000', '134707.564000', '134707.566000', '134707.569000', '134707.572000', '134707.574000', '134707.577000', '134707.579000', '134707.582000', '134707.584000', '134707.587000', '134707.590000', '134707.592000', '134707.595000', '134707.597000', '134707.600000', '134707.603000', '134707.605000', '134707.608000', '134707.611000', '134707.614000', '134707.617000', '134707.619000', '134707.622000', '134707.624000', '134707.627000', '134707.629000', '134707.632000', '134707.635000', '134707.637000', '134707.640000', '134707.643000', '134707.645000', '134707.648000', '134707.650000', '134707.653000', '134707.656000', '134707.658000', '134727.548000', '134727.551000', '134727.553000', '134727.556000', '134727.559000', '134727.561000', '134727.564000', '134727.567000', '134727.569000', '134727.572000', '134727.575000', '134727.577000', '134727.580000', '134727.582000', '134727.585000', '134727.588000', '134727.590000', '134727.593000', '134727.595000', '134727.598000', '134727.601000', '134727.603000', '134727.606000', '134727.608000', '134727.611000', '134727.614000', '134727.616000', '134727.619000', '134727.621000', '134727.624000', '134727.627000', '134727.629000', '134727.632000', '134727.634000', '134727.637000', '134727.640000', '134727.642000', '134727.645000', '134727.648000', '134727.650000', '134727.653000', '134727.655000', '134727.658000', '134727.661000', '134747.548000', '134747.551000', '134747.553000', '134747.556000', '134747.569000', '134747.572000', '134747.574000', '134747.577000', '134747.579000', '134747.582000', '134747.585000', '134747.587000', '134747.590000', '134747.592000', '134747.595000', '134747.598000', '134747.600000', '134747.603000', '134747.605000', '134747.608000', '134747.611000', '134747.613000', '134747.616000', '134747.618000', '134747.621000', '134747.625000', '134747.627000', '134747.630000', '134747.633000', '134747.635000', '134747.638000', '134747.641000', '134747.643000', '134747.646000', '134747.648000', '134747.651000', '134747.654000', '134747.656000', '134747.659000', '134747.661000', '134747.664000', '134747.667000', '134747.669000', '134807.547000', '134807.550000', '134807.553000', '134807.556000', '134807.558000', '134807.561000', '134807.564000', '134807.566000', '134807.569000', '134807.572000', '134807.574000', '134807.577000', '134807.579000', '134807.582000', '134807.585000', '134807.587000', '134807.590000', '134807.593000', '134807.595000', '134807.598000', '134807.600000', '134807.603000', '134807.606000', '134807.608000', '134807.611000', '134807.614000', '134807.616000', '134807.619000', '134807.621000', '134807.624000', '134807.626000', '134807.629000', '134807.632000', '134807.634000', '134807.637000', '134807.639000', '134807.642000', '134807.645000', '134807.647000', '134807.650000', '134807.653000', '134807.655000', '134807.659000', '134807.661000', '134827.546000', '134827.549000', '134827.552000', '134827.554000', '134827.557000', '134827.560000', '134827.562000', '134827.565000', '134827.567000', '134827.570000', '134827.573000', '134827.575000', '134827.578000', '134827.580000', '134827.583000', '134827.585000', '134827.588000', '134827.591000', '134827.594000', '134827.596000', '134827.599000', '134827.601000', '134827.604000', '134827.606000', '134827.609000', '134827.612000', '134827.614000', '134827.617000', '134827.619000', '134827.622000', '134827.625000', '134827.627000', '134827.630000', '134827.632000', '134827.635000', '134827.638000', '134827.640000', '134827.643000', '134827.645000', '134827.648000', '134827.651000', '134827.653000', '134827.656000', '134847.548000', '134847.551000', '134847.553000', '134847.556000', '134847.558000', '134847.561000', '134847.564000', '134847.566000', '134847.569000', '134847.571000', '134847.574000', '134847.577000', '134847.579000', '134847.582000', '134847.584000', '134847.587000', '134847.590000', '134847.592000', '134847.595000', '134847.598000', '134847.600000', '134847.603000', '134847.606000', '134847.609000', '134847.612000', '134847.615000', '134847.617000', '134847.620000', '134847.622000', '134847.625000', '134847.628000', '134847.630000', '134847.633000', '134847.636000', '134847.638000', '134847.641000', '134847.643000', '134847.646000', '134847.649000', '134847.651000', '134847.654000', '134847.656000', '134847.659000', '134847.662000', '134907.548000', '134907.551000', '134907.553000', '134907.556000', '134907.559000', '134907.561000', '134907.564000', '134907.567000', '134907.569000', '134907.572000', '134907.574000', '134907.577000', '134907.580000', '134907.582000', '134907.585000', '134907.602000', '134907.604000', '134907.607000', '134907.610000', '134907.612000', '134907.615000', '134907.617000', '134907.620000', '134907.622000', '134907.625000', '134907.628000', '134907.630000', '134907.633000', '134907.636000', '134907.638000', '134907.641000', '134907.643000', '134907.646000', '134907.649000', '134907.651000', '134907.654000', '134907.656000', '134907.659000', '134907.661000', '134907.664000', '134907.666000', '134907.669000', '134907.672000', '134921.009000', '134921.012000', '134921.014000', '134921.017000', '134921.020000', '134921.022000', '134921.025000', '134921.027000', '134921.030000', '134921.032000', '134921.035000', '134921.038000', '134921.040000', '134921.043000', '134921.046000', '134921.048000', '134921.051000', '134921.054000', '134921.056000', '134921.059000', '134921.061000', '134921.064000', '134921.066000', '134921.069000', '134921.072000', '134921.074000', '134921.077000', '134921.079000', '134921.082000', '134921.085000'], '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': [9835, 14756, 8838, 13922, 9560, 13391, 9209, 13542, 9287, 13716, 9204, 13470, 8956, 13267, 8326, 13239, 8754, 13348, 8608, 13555, 8667, 12590, 8358, 13184, 8211, 13745, 8323, 12553, 8565, 13033, 8293, 12533, 7513, 10583, 7439, 10806, 11455, 9676, 14894, 9323, 13746, 9573, 13322, 9102, 13516, 8513, 12711, 8461, 12270, 8285, 12346, 7867, 12527, 8039, 12481, 9331, 11915, 10688, 12106, 9548, 12157, 8636, 11580, 9611, 11874, 8147, 11968, 7487, 11184, 7439, 11754, 7509, 12084, 7458, 12172, 7265, 11498, 8945, 10328, 7983, 11588, 8451, 14110, 9636, 8336, 12699, 7699, 12922, 7690, 13331, 7795, 13681, 7772, 13122, 7997, 12716, 9083, 10514, 7643, 11530, 7896, 12680, 7955, 10395, 7367, 11923, 7527, 12051, 10452, 9129, 9155, 9007, 14392, 8865, 13280, 8060, 11856, 7667, 12211, 7778, 11634, 8013, 11532, 7520, 10891, 7014, 11377, 7718, 12152, 7474, 12501, 7461, 11650, 7170, 12036, 11036, 10182, 15369, 9174, 14219, 9075, 14067, 8805, 13343, 9465, 10007, 9799, 9901, 10380, 8234, 11378, 10653, 10298, 14782, 9673, 14323, 8998, 13584, 8942, 13227, 9176, 13350, 8193, 12909, 8100, 12806, 9035, 12978, 8952, 13198, 9074, 13182, 9144, 12969, 9083, 12669, 9237, 10394, 9809, 9116, 10600, 7196, 11898, 7510, 12399, 7899, 11582, 7643, 11898, 7445, 11979, 7511, 11607, 7474, 11579, 9995, 11223, 7827, 11093, 9916, 10726, 11968, 10067, 9195, 10270, 9714, 9788, 9996, 10327, 8964, 13397, 9204, 14328, 10621, 14607, 10513, 11272, 9846, 15089, 9581, 13895, 8707, 12136, 8550, 11096, 7906, 11698, 7547, 10452, 7552, 10303, 7260, 11096, 7320, 11034, 7639, 11001, 7396, 10885, 10551, 9708, 7962, 9220, 8679, 10049, 7421, 10585, 7252, 11209, 7300, 12140, 7848, 12519, 7749, 12726, 7423, 12575, 7373, 11559, 7659, 11390, 9058, 10568, 7963, 12000, 7927, 12462, 7702, 12382, 8048, 12548, 7516, 12897, 8187, 12137, 7688, 11873, 8874, 10652, 9290, 11484, 10298, 13779, 9747, 9502, 12735, 15225, 10139, 14624, 9822, 13376, 9705, 13697, 9484, 13196, 8916, 13624, 8777, 12487, 8357, 12269, 7868, 13139, 8250, 12510, 8432, 12744, 7787, 12444, 8204, 12706, 7340, 12821, 7521, 11869, 7633, 11371, 8373, 10710, 8118, 10188, 9961, 9280, 13927, 9022, 12827, 9254, 13584, 8975, 13295, 8765, 12833, 8653, 12719, 7968, 12508, 7682, 11670, 7624, 10551, 7035, 10534, 9454, 9435, 11467, 8961, 13091, 8875, 12983, 8518, 12966, 7866, 12406, 7999, 13260, 8068, 13261, 7707, 13424, 8378, 13371, 8614, 13425, 8427, 12732, 7855, 12904, 8271, 12679, 7601, 11361, 7175, 11406, 7739, 11204, 7999, 11055, 7256, 11113, 11465, 9785, 9489, 9854, 10700, 9355, 12821, 9345, 8800, 9402, 11472, 9428, 13314, 9470, 11714, 9180, 14652, 9451, 13741, 9644, 12339, 9304, 13297, 9526, 12782, 9601, 13090, 9235, 14430, 9033, 12857, 9124, 13295, 8814, 14031, 9137, 12732, 8522, 14013, 8691, 13415, 8722, 13063, 8571, 12824, 8447, 12899, 8155, 12955, 8512, 12824, 8138, 12920, 8659, 13288, 8605, 12800, 8212, 12960, 8686, 13232, 8552, 12974, 8252, 12319, 8553, 12962, 8188, 12685, 8357, 12837, 8662, 12174, 9000, 14224, 9140, 10908, 9358, 10410, 10246, 9660, 11108, 7332, 12636, 10171, 11003, 15518, 9026, 13735, 8130, 13395, 8101, 12957, 8005, 13347, 8408, 13993, 8311, 12989, 7466, 12684, 7841, 13237, 8333, 13352, 8711, 9488, 11155, 8384, 9783, 8967, 14495, 8486, 10648, 14253, 9823, 13121, 9229, 14470, 10571, 7664, 13752, 8578, 14864, 8889, 13514, 12754, 11312, 9857, 13007, 9038, 13197, 9571, 13575, 10072, 12570, 9566, 12332, 8829, 11189, 9362, 12147, 9456, 8861, 10560, 9236, 12705, 9234, 13256, 9343, 8435, 10333, 7836, 11060, 7708, 10327, 7168, 10863, 7255, 10919, 7033, 10813, 7210, 10709, 8537, 9079, 7127, 9720, 10198, 9014, 12871, 8772, 11643, 8466, 14395, 8940, 11841, 8924, 13610, 8690, 13218, 9285, 13330, 8552, 13103, 9031, 14077, 8853, 13171, 7620, 13217, 7736, 13132, 7470, 12121, 7333, 11582, 7271, 10989, 8632, 10115, 10056, 9076, 14401, 9049, 13276, 8399, 13174, 7579, 12947, 7501, 12830, 7497, 12568, 7762, 12083, 7210, 10891, 7174, 11139, 7073, 11589, 7578, 11834, 7257, 11119, 7379, 11518, 7392, 10290, 13397, 8691, 14130, 8050, 13285, 8700, 13407, 8895, 12904, 7877, 13477, 8292, 13841, 9181, 12857, 7945, 13556, 7899, 13186, 7961, 12833, 8029, 13326, 8255, 13395, 9152, 13378, 8694, 13561, 9728, 12416, 10121, 8109, 11262, 8566, 11271, 9178, 10678, 7809, 10897, 8613, 11533, 8095, 10844, 7162, 11683, 7345, 13680, 7855, 13980, 7883, 13716, 9251, 14065, 9187, 9403, 9609, 7616, 12145, 8072, 13755, 8115, 14078, 8122, 13540, 8443, 12965, 7967, 13491, 8831, 13646, 9351, 11886, 10048, 7725, 12273, 9169, 8398, 12485, 8506, 14228, 8514, 13780, 8644, 13417, 8676, 13532, 7989, 12498, 8078, 11353, 7699, 12351, 7940, 13429, 8247, 10442, 8886, 7311, 12017, 7765, 13020, 8191, 13465, 8293, 13098, 9120, 10114, 10910, 7992, 11561, 9446, 8324, 11812, 9066, 10994, 10531, 8869, 10649, 8934, 14225, 11329, 10836, 11095, 9275, 12056, 9792, 12011, 8212, 12685, 8880, 13454, 9470, 12095, 9292, 8666, 11228, 8206, 11981, 10711, 9197, 13796, 9666, 8233, 11803, 8691, 9972, 9992, 7413, 12595, 7873, 13311, 8834, 7331, 11234, 8092, 12326, 9577, 8353, 11361, 8566, 12299, 11002, 8718, 13623, 10678, 11585, 11681, 9510, 13667, 8965, 14294, 9659, 13969, 9914, 13294, 9976, 12975, 10060, 7168, 10428, 7499, 13411, 8213, 14797, 10692, 8091, 13721, 10448, 12811, 11012, 14281, 9928, 13777, 10167, 13543, 9768, 9655, 11389, 8528, 11548, 9176, 14011, 10031, 12078, 9623, 12931, 10028, 13852, 9915, 13785, 9609, 13175, 9662, 12416, 9319, 12332, 9125, 11991, 9137, 12460, 8903, 11982, 8586, 12154, 8725, 12091, 8392, 11184, 8279, 11103, 7648, 10533, 7128, 9904, 7157, 10042, 7372, 8922, 7458, 8718, 13629, 8438, 12864, 7819, 12212, 8345, 12259, 8024, 12502, 7213, 12698, 7605, 11617, 7223, 11844, 7632, 11964, 7494, 12941, 8592, 13661, 9034, 9609, 10233, 7107, 13383, 7712, 13956, 7803, 13156, 7906, 11154, 7476, 12185, 7691, 12637, 7532, 12012, 7652, 12332, 9323, 12420, 9013, 13151, 10307, 7889, 13911, 9578, 12864, 9959, 9117, 11267, 7513, 12478, 7651, 13269, 7425, 13356, 7942, 13232, 8379, 13682, 9022, 12882, 8728, 12872, 9047, 11432, 9280, 7460, 10907, 7490, 12332, 7847, 12324, 7924, 13141, 8742, 13672, 9211, 12728, 9226, 7776, 10945, 7955, 13454, 8835, 11686, 11505, 10325, 12605, 9963, 13245, 9676, 12283, 9373, 10085, 9725, 7412, 10347, 8287, 11752, 7498, 12837, 8356, 11362, 7761, 7190, 9471, 7350, 11769, 7579, 12262, 8069, 12470, 9388, 7686, 10721, 7443, 12132, 8438, 12972, 7618, 13114, 8021, 13667, 9527, 13322, 9509, 11817, 9724, 11703, 10088, 7467, 11592, 7347, 12811, 7884, 12281, 8477, 12645, 9253, 10305, 11565, 8399, 13352, 7613, 13107, 7921, 13516, 9414, 10784, 9254, 8256, 13168, 8333, 13679, 9171, 13169, 8995, 10456, 10378, 7696, 12050, 8358, 13150, 8567, 13889, 9547, 10954, 9748, 7508, 12390, 7836, 12685, 8824, 12667, 8420, 13634, 8924, 12927, 10859, 8190, 11402, 9008, 11822, 10008, 7564, 9604, 9644, 10436, 10061, 11265, 12713, 12083, 12212, 13169, 10313, 13001, 10613, 14613, 11084, 8035, 10855, 8965, 13204, 10349, 11680, 10831, 8585, 10791, 8679, 10224, 9482, 9725], 'WindowCenter': [4583.0, 4605.0, 4533.0, 4591.0, 4540.0, 4566.0, 4524.0, 4565.0, 4528.0, 4565.0, 4516.0, 4565.0, 4515.0, 4564.0, 4505.0, 4554.0, 4515.0, 4565.0, 4505.0, 4564.0, 4506.0, 4554.0, 4505.0, 4565.0, 4504.0, 4566.0, 4506.0, 4555.0, 4506.0, 4555.0, 4494.0, 4554.0, 4473.0, 4534.0, 4472.0, 4534.0, 4532.0, 4515.0, 4562.0, 4513.0, 4563.0, 4513.0, 4553.0, 4504.0, 4552.0, 4502.0, 4552.0, 4494.0, 4542.0, 4493.0, 4543.0, 4493.0, 4554.0, 4493.0, 4553.0, 4515.0, 4542.0, 4536.0, 4565.0, 4537.0, 4566.0, 4516.0, 4547.0, 4523.0, 4553.0, 4495.0, 4555.0, 4498.0, 4559.0, 4487.0, 4556.0, 4497.0, 4557.0, 4486.0, 4555.0, 4485.0, 4557.0, 4517.0, 4536.0, 4506.0, 4543.0, 4506.0, 4575.0, 4528.0, 4506.0, 4567.0, 4496.0, 4565.0, 4496.0, 4565.0, 4495.0, 4564.0, 4484.0, 4552.0, 4483.0, 4543.0, 4501.0, 4522.0, 4471.0, 4530.0, 4481.0, 4542.0, 4482.0, 4521.0, 4471.0, 4542.0, 4481.0, 4544.0, 4523.0, 4512.0, 4512.0, 4503.0, 4559.0, 4502.0, 4553.0, 4493.0, 4533.0, 4482.0, 4542.0, 4484.0, 4532.0, 4494.0, 4544.0, 4485.0, 4534.0, 4474.0, 4544.0, 4485.0, 4556.0, 4485.0, 4556.0, 4486.0, 4544.0, 4473.0, 4555.0, 4535.0, 4536.0, 4575.0, 4514.0, 4564.0, 4515.0, 4563.0, 4516.0, 4564.0, 4526.0, 4525.0, 4526.0, 4525.0, 4536.0, 4504.0, 4545.0, 4535.0, 4535.0, 4564.0, 4524.0, 4561.0, 4504.0, 4552.0, 4504.0, 4553.0, 4513.0, 4552.0, 4493.0, 4553.0, 4492.0, 4553.0, 4513.0, 4553.0, 4515.0, 4551.0, 4516.0, 4554.0, 4514.0, 4564.0, 4515.0, 4551.0, 4513.0, 4522.0, 4526.0, 4515.0, 4535.0, 4475.0, 4556.0, 4486.0, 4555.0, 4494.0, 4545.0, 4485.0, 4545.0, 4482.0, 4544.0, 4484.0, 4546.0, 4485.0, 4543.0, 4524.0, 4544.0, 4483.0, 4543.0, 4524.0, 4533.0, 4544.0, 4524.0, 4513.0, 4523.0, 4512.0, 4523.0, 4525.0, 4536.0, 4514.0, 4563.0, 4524.0, 4563.0, 4536.0, 4573.0, 4536.0, 4535.0, 4524.0, 4563.0, 4513.0, 4552.0, 4490.0, 4531.0, 4490.0, 4519.0, 4479.0, 4531.0, 4470.0, 4520.0, 4470.0, 4521.0, 4471.0, 4533.0, 4472.0, 4533.0, 4482.0, 4532.0, 4473.0, 4535.0, 4522.0, 4514.0, 4492.0, 4513.0, 4504.0, 4524.0, 4483.0, 4535.0, 4485.0, 4544.0, 4485.0, 4555.0, 4506.0, 4554.0, 4497.0, 4566.0, 4497.0, 4556.0, 4486.0, 4556.0, 4494.0, 4546.0, 4515.0, 4536.0, 4495.0, 4554.0, 4494.0, 4554.0, 4483.0, 4553.0, 4493.0, 4553.0, 4482.0, 4552.0, 4491.0, 4542.0, 4481.0, 4543.0, 4502.0, 4522.0, 4502.0, 4546.0, 4534.0, 4564.0, 4525.0, 4524.0, 4567.0, 4574.0, 4524.0, 4560.0, 4513.0, 4552.0, 4512.0, 4551.0, 4511.0, 4539.0, 4502.0, 4549.0, 4490.0, 4539.0, 4491.0, 4540.0, 4492.0, 4550.0, 4493.0, 4540.0, 4493.0, 4552.0, 4484.0, 4542.0, 4494.0, 4553.0, 4484.0, 4552.0, 4482.0, 4544.0, 4482.0, 4532.0, 4490.0, 4523.0, 4482.0, 4522.0, 4510.0, 4512.0, 4562.0, 4503.0, 4542.0, 4513.0, 4553.0, 4503.0, 4553.0, 4503.0, 4551.0, 4504.0, 4552.0, 4493.0, 4541.0, 4483.0, 4544.0, 4483.0, 4535.0, 4475.0, 4534.0, 4523.0, 4515.0, 4544.0, 4514.0, 4555.0, 4514.0, 4554.0, 4504.0, 4552.0, 4495.0, 4555.0, 4495.0, 4554.0, 4506.0, 4566.0, 4496.0, 4565.0, 4507.0, 4565.0, 4516.0, 4564.0, 4505.0, 4555.0, 4495.0, 4556.0, 4506.0, 4566.0, 4495.0, 4546.0, 4474.0, 4546.0, 4495.0, 4546.0, 4495.0, 4545.0, 4483.0, 4544.0, 4544.0, 4526.0, 4524.0, 4526.0, 4534.0, 4515.0, 4554.0, 4514.0, 4512.0, 4516.0, 4545.0, 4526.0, 4564.0, 4527.0, 4544.0, 4515.0, 4575.0, 4525.0, 4563.0, 4515.0, 4554.0, 4514.0, 4562.0, 4526.0, 4553.0, 4515.0, 4553.0, 4514.0, 4563.0, 4514.0, 4551.0, 4514.0, 4552.0, 4513.0, 4562.0, 4514.0, 4543.0, 4505.0, 4563.0, 4505.0, 4553.0, 4504.0, 4551.0, 4504.0, 4553.0, 4504.0, 4552.0, 4493.0, 4552.0, 4502.0, 4552.0, 4495.0, 4554.0, 4506.0, 4564.0, 4504.0, 4565.0, 4506.0, 4553.0, 4515.0, 4553.0, 4506.0, 4553.0, 4504.0, 4555.0, 4514.0, 4564.0, 4505.0, 4556.0, 4508.0, 4554.0, 4517.0, 4556.0, 4518.0, 4576.0, 4527.0, 4547.0, 4527.0, 4536.0, 4538.0, 4526.0, 4548.0, 4486.0, 4556.0, 4534.0, 4546.0, 4575.0, 4515.0, 4553.0, 4494.0, 4552.0, 4492.0, 4551.0, 4492.0, 4551.0, 4494.0, 4563.0, 4494.0, 4552.0, 4483.0, 4553.0, 4494.0, 4565.0, 4518.0, 4578.0, 4518.0, 4539.0, 4558.0, 4506.0, 4536.0, 4529.0, 4576.0, 4503.0, 4534.0, 4561.0, 4524.0, 4553.0, 4513.0, 4562.0, 4534.0, 4482.0, 4552.0, 4491.0, 4563.0, 4489.0, 4541.0, 4541.0, 4520.0, 4494.0, 4525.0, 4473.0, 4512.0, 4481.0, 4511.0, 4480.0, 4510.0, 4482.0, 4523.0, 4474.0, 4502.0, 4484.0, 4515.0, 4486.0, 4483.0, 4507.0, 4498.0, 4539.0, 4510.0, 4550.0, 4502.0, 4490.0, 4521.0, 4480.0, 4531.0, 4471.0, 4511.0, 4460.0, 4521.0, 4472.0, 4529.0, 4472.0, 4532.0, 4471.0, 4533.0, 4503.0, 4504.0, 4472.0, 4523.0, 4522.0, 4514.0, 4553.0, 4505.0, 4543.0, 4506.0, 4574.0, 4514.0, 4542.0, 4515.0, 4563.0, 4506.0, 4554.0, 4516.0, 4553.0, 4503.0, 4553.0, 4503.0, 4562.0, 4504.0, 4552.0, 4482.0, 4551.0, 4481.0, 4553.0, 4472.0, 4540.0, 4470.0, 4532.0, 4470.0, 4532.0, 4490.0, 4522.0, 4510.0, 4502.0, 4549.0, 4501.0, 4541.0, 4491.0, 4540.0, 4482.0, 4541.0, 4483.0, 4551.0, 4472.0, 4540.0, 4483.0, 4542.0, 4473.0, 4533.0, 4473.0, 4533.0, 4472.0, 4543.0, 4482.0, 4544.0, 4485.0, 4544.0, 4484.0, 4545.0, 4485.0, 4536.0, 4565.0, 4516.0, 4565.0, 4497.0, 4563.0, 4505.0, 4564.0, 4516.0, 4553.0, 4494.0, 4553.0, 4506.0, 4563.0, 4513.0, 4552.0, 4494.0, 4554.0, 4494.0, 4554.0, 4493.0, 4552.0, 4496.0, 4562.0, 4504.0, 4565.0, 4516.0, 4553.0, 4505.0, 4563.0, 4525.0, 4553.0, 4524.0, 4493.0, 4533.0, 4502.0, 4534.0, 4503.0, 4522.0, 4482.0, 4531.0, 4502.0, 4533.0, 4481.0, 4522.0, 4459.0, 4530.0, 4471.0, 4551.0, 4482.0, 4550.0, 4481.0, 4561.0, 4512.0, 4550.0, 4510.0, 4511.0, 4513.0, 4483.0, 4543.0, 4494.0, 4563.0, 4493.0, 4560.0, 4492.0, 4552.0, 4493.0, 4550.0, 4491.0, 4551.0, 4511.0, 4563.0, 4524.0, 4553.0, 4523.0, 4483.0, 4552.0, 4513.0, 4505.0, 4555.0, 4516.0, 4575.0, 4515.0, 4566.0, 4515.0, 4562.0, 4504.0, 4554.0, 4492.0, 4542.0, 4481.0, 4532.0, 4482.0, 4540.0, 4492.0, 4551.0, 4503.0, 4532.0, 4514.0, 4485.0, 4555.0, 4496.0, 4565.0, 4506.0, 4565.0, 4506.0, 4567.0, 4528.0, 4536.0, 4548.0, 4510.0, 4555.0, 4528.0, 4531.0, 4543.0, 4501.0, 4534.0, 4545.0, 4517.0, 4535.0, 4518.0, 4552.0, 4535.0, 4535.0, 4534.0, 4502.0, 4533.0, 4511.0, 4545.0, 4495.0, 4566.0, 4539.0, 4578.0, 4523.0, 4540.0, 4514.0, 4501.0, 4528.0, 4493.0, 4541.0, 4533.0, 4512.0, 4564.0, 4525.0, 4504.0, 4544.0, 4504.0, 4522.0, 4521.0, 4486.0, 4554.0, 4494.0, 4553.0, 4515.0, 4485.0, 4545.0, 4495.0, 4555.0, 4526.0, 4507.0, 4558.0, 4529.0, 4569.0, 4561.0, 4530.0, 4591.0, 4562.0, 4558.0, 4560.0, 4527.0, 4577.0, 4528.0, 4577.0, 4526.0, 4564.0, 4526.0, 4553.0, 4525.0, 4552.0, 4527.0, 4460.0, 4506.0, 4469.0, 4551.0, 4505.0, 4585.0, 4536.0, 4508.0, 4593.0, 4564.0, 4567.0, 4559.0, 4579.0, 4540.0, 4565.0, 4528.0, 4554.0, 4527.0, 4527.0, 4561.0, 4495.0, 4535.0, 4492.0, 4540.0, 4477.0, 4506.0, 4477.0, 4516.0, 4487.0, 4526.0, 4486.0, 4514.0, 4473.0, 4501.0, 4461.0, 4489.0, 4461.0, 4489.0, 4462.0, 4492.0, 4473.0, 4503.0, 4475.0, 4503.0, 4467.0, 4515.0, 4467.0, 4516.0, 4466.0, 4507.0, 4468.0, 4509.0, 4460.0, 4508.0, 4451.0, 4502.0, 4450.0, 4513.0, 4463.0, 4504.0, 4462.0, 4495.0, 4552.0, 4495.0, 4546.0, 4487.0, 4544.0, 4495.0, 4542.0, 4484.0, 4544.0, 4474.0, 4555.0, 4486.0, 4546.0, 4477.0, 4546.0, 4485.0, 4547.0, 4487.0, 4568.0, 4508.0, 4567.0, 4519.0, 4527.0, 4539.0, 4490.0, 4580.0, 4500.0, 4579.0, 4500.0, 4570.0, 4498.0, 4547.0, 4487.0, 4557.0, 4486.0, 4557.0, 4486.0, 4556.0, 4486.0, 4556.0, 4516.0, 4555.0, 4517.0, 4566.0, 4536.0, 4495.0, 4577.0, 4528.0, 4566.0, 4527.0, 4516.0, 4546.0, 4485.0, 4557.0, 4486.0, 4555.0, 4486.0, 4555.0, 4496.0, 4554.0, 4494.0, 4563.0, 4503.0, 4553.0, 4505.0, 4554.0, 4514.0, 4545.0, 4516.0, 4484.0, 4535.0, 4475.0, 4553.0, 4493.0, 4543.0, 4494.0, 4553.0, 4505.0, 4562.0, 4515.0, 4554.0, 4515.0, 4483.0, 4535.0, 4494.0, 4564.0, 4503.0, 4541.0, 4543.0, 4525.0, 4554.0, 4526.0, 4565.0, 4526.0, 4543.0, 4514.0, 4523.0, 4514.0, 4474.0, 4523.0, 4492.0, 4543.0, 4484.0, 4554.0, 4503.0, 4544.0, 4485.0, 4472.0, 4524.0, 4486.0, 4555.0, 4498.0, 4555.0, 4507.0, 4566.0, 4528.0, 4495.0, 4545.0, 4485.0, 4556.0, 4494.0, 4555.0, 4484.0, 4554.0, 4494.0, 4551.0, 4514.0, 4552.0, 4514.0, 4542.0, 4514.0, 4541.0, 4524.0, 4472.0, 4533.0, 4472.0, 4552.0, 4482.0, 4544.0, 4495.0, 4554.0, 4515.0, 4524.0, 4544.0, 4493.0, 4551.0, 4483.0, 4553.0, 4483.0, 4554.0, 4515.0, 4534.0, 4513.0, 4491.0, 4555.0, 4506.0, 4552.0, 4515.0, 4542.0, 4504.0, 4524.0, 4524.0, 4484.0, 4544.0, 4493.0, 4553.0, 4502.0, 4551.0, 4514.0, 4522.0, 4513.0, 4472.0, 4543.0, 4471.0, 4542.0, 4491.0, 4541.0, 4492.0, 4550.0, 4493.0, 4599.0, 4662.0, 4565.0, 4591.0, 4617.0, 4600.0, 4530.0, 4455.0, 4474.0, 4515.0, 4522.0, 4442.0, 4495.0, 4558.0, 4490.0, 4493.0, 4504.0, 4472.0, 4527.0, 4494.0, 4523.0, 4495.0, 4453.0, 4495.0, 4491.0, 4529.0, 4511.0, 4516.0, 4505.0, 4479.0, 4508.0, 4406.0, 4468.0, 4431.0, 4439.0], 'WindowWidth': [10072.0, 10086.0, 9985.0, 10059.0, 9986.0, 10015.0, 9958.0, 10012.0, 9964.0, 10010.0, 9945.0, 10008.0, 9942.0, 10007.0, 9932.0, 9993.0, 9944.0, 10008.0, 9929.0, 10009.0, 9933.0, 9993.0, 9930.0, 10009.0, 9927.0, 10012.0, 9932.0, 9996.0, 9930.0, 9995.0, 9912.0, 9994.0, 9885.0, 9966.0, 9881.0, 9967.0, 9961.0, 9941.0, 10001.0, 9937.0, 10002.0, 9938.0, 9989.0, 9926.0, 9988.0, 9921.0, 9987.0, 9911.0, 9974.0, 9911.0, 9977.0, 9910.0, 9991.0, 9912.0, 9994.0, 9945.0, 9979.0, 9974.0, 10015.0, 9982.0, 10017.0, 9948.0, 9988.0, 9955.0, 9995.0, 9918.0, 9999.0, 9930.0, 10011.0, 9911.0, 10000.0, 9927.0, 10002.0, 9906.0, 10000.0, 9904.0, 10002.0, 9951.0, 9975.0, 9933.0, 9979.0, 9933.0, 10025.0, 9965.0, 9936.0, 10018.0, 9922.0, 10012.0, 9919.0, 10011.0, 9917.0, 10008.0, 9898.0, 9987.0, 9894.0, 9976.0, 9918.0, 9944.0, 9875.0, 9955.0, 9890.0, 9974.0, 9893.0, 9943.0, 9877.0, 9973.0, 9890.0, 9979.0, 9948.0, 9935.0, 9934.0, 9923.0, 9995.0, 9922.0, 9989.0, 9909.0, 9961.0, 9895.0, 9973.0, 9900.0, 9962.0, 9912.0, 9979.0, 9901.0, 9966.0, 9889.0, 9982.0, 9902.0, 9999.0, 9902.0, 10001.0, 9906.0, 9982.0, 9886.0, 9998.0, 9970.0, 9972.0, 10024.0, 9940.0, 10006.0, 9942.0, 10005.0, 9947.0, 10008.0, 9960.0, 9955.0, 9958.0, 9958.0, 9972.0, 9926.0, 9984.0, 9968.0, 9969.0, 10009.0, 9954.0, 9999.0, 9926.0, 9988.0, 9925.0, 9989.0, 9938.0, 9987.0, 9910.0, 9990.0, 9909.0, 9989.0, 9938.0, 9991.0, 9943.0, 9987.0, 9944.0, 9992.0, 9940.0, 10008.0, 9943.0, 9988.0, 9939.0, 9950.0, 9958.0, 9943.0, 9970.0, 9891.0, 9999.0, 9905.0, 9999.0, 9915.0, 9982.0, 9903.0, 9983.0, 9897.0, 9981.0, 9899.0, 9984.0, 9901.0, 9979.0, 9955.0, 9980.0, 9898.0, 9978.0, 9951.0, 9965.0, 9979.0, 9952.0, 9935.0, 9950.0, 9933.0, 9951.0, 9957.0, 9975.0, 9942.0, 10007.0, 9956.0, 10005.0, 9972.0, 10019.0, 9972.0, 9968.0, 9954.0, 10005.0, 9936.0, 9990.0, 9903.0, 9955.0, 9899.0, 9937.0, 9884.0, 9956.0, 9873.0, 9940.0, 9874.0, 9944.0, 9878.0, 9963.0, 9880.0, 9963.0, 9894.0, 9962.0, 9882.0, 9968.0, 9949.0, 9939.0, 9906.0, 9937.0, 9927.0, 9956.0, 9899.0, 9970.0, 9902.0, 9981.0, 9905.0, 10000.0, 9934.0, 9997.0, 9922.0, 10014.0, 9923.0, 10000.0, 9906.0, 10000.0, 9915.0, 9987.0, 9943.0, 9971.0, 9915.0, 9994.0, 9915.0, 9994.0, 9896.0, 9991.0, 9909.0, 9989.0, 9894.0, 9988.0, 9904.0, 9975.0, 9891.0, 9977.0, 9919.0, 9947.0, 9920.0, 9985.0, 9967.0, 10008.0, 9957.0, 9954.0, 10015.0, 10021.0, 9953.0, 9995.0, 9935.0, 9987.0, 9935.0, 9983.0, 9931.0, 9966.0, 9918.0, 9979.0, 9901.0, 9964.0, 9901.0, 9967.0, 9907.0, 9980.0, 9908.0, 9969.0, 9910.0, 9987.0, 9901.0, 9974.0, 9912.0, 9989.0, 9899.0, 9987.0, 9894.0, 9977.0, 9893.0, 9960.0, 9904.0, 9948.0, 9891.0, 9946.0, 9928.0, 9933.0, 10002.0, 9923.0, 9973.0, 9937.0, 9988.0, 9925.0, 9989.0, 9923.0, 9985.0, 9925.0, 9986.0, 9910.0, 9973.0, 9896.0, 9978.0, 9897.0, 9968.0, 9888.0, 9968.0, 9949.0, 9942.0, 9979.0, 9941.0, 9995.0, 9941.0, 9992.0, 9928.0, 9989.0, 9915.0, 9996.0, 9916.0, 9993.0, 9935.0, 10012.0, 9920.0, 10010.0, 9936.0, 10009.0, 9947.0, 10011.0, 9932.0, 9996.0, 9918.0, 9999.0, 9932.0, 10013.0, 9918.0, 9987.0, 9889.0, 9985.0, 9917.0, 9986.0, 9916.0, 9983.0, 9897.0, 9981.0, 9981.0, 9958.0, 9953.0, 9958.0, 9966.0, 9943.0, 9994.0, 9941.0, 9936.0, 9946.0, 9982.0, 9961.0, 10008.0, 9961.0, 9980.0, 9944.0, 10023.0, 9957.0, 10003.0, 9941.0, 9992.0, 9940.0, 10003.0, 9959.0, 9990.0, 9940.0, 9988.0, 9939.0, 10006.0, 9940.0, 9985.0, 9939.0, 9988.0, 9938.0, 10000.0, 9940.0, 9976.0, 9928.0, 10003.0, 9928.0, 9989.0, 9927.0, 9986.0, 9927.0, 9991.0, 9925.0, 9986.0, 9910.0, 9987.0, 9921.0, 9988.0, 9916.0, 9992.0, 9931.0, 10005.0, 9928.0, 10011.0, 9934.0, 9992.0, 9945.0, 9992.0, 9931.0, 9992.0, 9930.0, 9994.0, 9943.0, 10007.0, 9931.0, 9999.0, 9939.0, 9996.0, 9950.0, 9999.0, 9952.0, 10028.0, 9964.0, 9987.0, 9963.0, 9973.0, 9978.0, 9961.0, 9991.0, 9907.0, 10000.0, 9969.0, 9988.0, 10025.0, 9942.0, 9991.0, 9910.0, 9989.0, 9909.0, 9984.0, 9908.0, 9985.0, 9912.0, 10004.0, 9913.0, 9986.0, 9897.0, 9989.0, 9913.0, 10010.0, 9955.0, 10034.0, 9955.0, 9986.0, 10008.0, 9935.0, 9977.0, 9973.0, 10031.0, 9924.0, 9966.0, 10000.0, 9955.0, 9993.0, 9939.0, 10002.0, 9966.0, 9894.0, 9987.0, 9902.0, 10002.0, 9897.0, 9969.0, 9966.0, 9938.0, 9893.0, 9936.0, 9862.0, 9915.0, 9871.0, 9910.0, 9867.0, 9910.0, 9874.0, 9935.0, 9867.0, 9901.0, 9879.0, 9922.0, 9886.0, 9878.0, 9916.0, 9907.0, 9962.0, 9929.0, 9981.0, 9919.0, 9900.0, 9942.0, 9887.0, 9958.0, 9873.0, 9929.0, 9857.0, 9942.0, 9878.0, 9952.0, 9880.0, 9961.0, 9878.0, 9965.0, 9922.0, 9923.0, 9879.0, 9950.0, 9946.0, 9940.0, 9989.0, 9929.0, 9977.0, 9931.0, 10021.0, 9941.0, 9975.0, 9942.0, 10002.0, 9929.0, 9993.0, 9942.0, 9989.0, 9923.0, 9989.0, 9924.0, 10000.0, 9925.0, 9986.0, 9892.0, 9983.0, 9889.0, 9987.0, 9879.0, 9968.0, 9874.0, 9959.0, 9875.0, 9959.0, 9900.0, 9945.0, 9926.0, 9918.0, 9980.0, 9918.0, 9969.0, 9904.0, 9966.0, 9893.0, 9969.0, 9895.0, 9983.0, 9879.0, 9968.0, 9895.0, 9974.0, 9882.0, 9961.0, 9882.0, 9961.0, 9880.0, 9976.0, 9895.0, 9980.0, 9902.0, 9980.0, 9900.0, 9984.0, 9903.0, 9973.0, 10011.0, 9944.0, 10009.0, 9919.0, 10005.0, 9930.0, 10008.0, 9945.0, 9989.0, 9914.0, 9989.0, 9931.0, 10005.0, 9939.0, 9988.0, 9914.0, 9992.0, 9913.0, 9993.0, 9911.0, 9989.0, 9917.0, 10001.0, 9928.0, 10010.0, 9946.0, 9992.0, 9930.0, 10004.0, 9956.0, 9992.0, 9954.0, 9908.0, 9964.0, 9920.0, 9966.0, 9921.0, 9947.0, 9891.0, 9957.0, 9920.0, 9962.0, 9890.0, 9945.0, 9857.0, 9955.0, 9878.0, 9984.0, 9892.0, 9982.0, 9891.0, 9998.0, 9934.0, 9983.0, 9929.0, 9931.0, 9937.0, 9897.0, 9977.0, 9912.0, 10002.0, 9912.0, 9998.0, 9909.0, 9988.0, 9909.0, 9981.0, 9905.0, 9984.0, 9932.0, 10004.0, 9956.0, 9992.0, 9953.0, 9897.0, 9987.0, 9939.0, 9932.0, 9996.0, 9946.0, 10024.0, 9945.0, 10013.0, 9944.0, 10002.0, 9925.0, 9991.0, 9908.0, 9973.0, 9888.0, 9958.0, 9890.0, 9968.0, 9909.0, 9984.0, 9924.0, 9960.0, 9941.0, 9905.0, 9998.0, 9918.0, 10011.0, 9932.0, 10012.0, 9935.0, 10015.0, 9964.0, 9975.0, 9993.0, 9948.0, 9998.0, 9965.0, 9980.0, 9977.0, 9913.0, 9966.0, 9984.0, 9947.0, 9967.0, 9949.0, 9987.0, 9964.0, 9966.0, 9964.0, 9917.0, 9960.0, 9927.0, 9981.0, 9915.0, 10015.0, 9988.0, 10037.0, 9953.0, 9968.0, 9941.0, 9918.0, 9949.0, 9907.0, 9969.0, 9966.0, 9934.0, 10009.0, 9958.0, 9926.0, 9979.0, 9926.0, 9947.0, 9946.0, 9908.0, 9994.0, 9912.0, 9989.0, 9942.0, 9903.0, 9985.0, 9918.0, 9998.0, 9961.0, 9934.0, 10005.0, 9973.0, 10027.0, 10018.0, 9974.0, 10059.0, 10021.0, 10009.0, 10011.0, 9962.0, 10030.0, 9967.0, 10030.0, 9960.0, 10006.0, 9959.0, 9992.0, 9954.0, 9987.0, 9959.0, 9858.0, 9912.0, 9871.0, 9985.0, 9931.0, 10042.0, 9976.0, 9942.0, 10068.0, 10029.0, 10025.0, 10017.0, 10045.0, 9989.0, 10018.0, 9967.0, 9997.0, 9966.0, 9966.0, 10017.0, 9915.0, 9967.0, 9905.0, 9962.0, 9869.0, 9909.0, 9868.0, 9923.0, 9884.0, 9937.0, 9881.0, 9917.0, 9858.0, 9893.0, 9838.0, 9871.0, 9836.0, 9872.0, 9841.0, 9881.0, 9861.0, 9899.0, 9866.0, 9902.0, 9859.0, 9920.0, 9859.0, 9922.0, 9857.0, 9912.0, 9862.0, 9918.0, 9854.0, 9919.0, 9844.0, 9915.0, 9845.0, 9934.0, 9865.0, 9920.0, 9861.0, 9912.0, 9983.0, 9911.0, 9981.0, 9908.0, 9977.0, 9914.0, 9971.0, 9897.0, 9975.0, 9884.0, 9994.0, 9902.0, 9982.0, 9891.0, 9985.0, 9903.0, 9987.0, 9908.0, 10017.0, 9937.0, 10015.0, 9954.0, 9963.0, 9981.0, 9918.0, 10039.0, 9931.0, 10036.0, 9931.0, 10024.0, 9925.0, 9988.0, 9906.0, 10000.0, 9905.0, 9999.0, 9904.0, 9998.0, 9904.0, 9999.0, 9945.0, 9994.0, 9947.0, 10011.0, 9971.0, 9919.0, 10031.0, 9965.0, 10013.0, 9961.0, 9945.0, 9986.0, 9902.0, 10000.0, 9905.0, 9995.0, 9905.0, 9994.0, 9917.0, 9993.0, 9912.0, 10003.0, 9923.0, 9991.0, 9928.0, 9991.0, 9941.0, 9981.0, 9944.0, 9901.0, 9970.0, 9886.0, 9991.0, 9910.0, 9976.0, 9912.0, 9989.0, 9926.0, 10001.0, 9943.0, 9992.0, 9942.0, 9898.0, 9970.0, 9914.0, 10008.0, 9925.0, 9974.0, 9979.0, 9955.0, 9994.0, 9962.0, 10012.0, 9959.0, 9977.0, 9939.0, 9951.0, 9939.0, 9883.0, 9948.0, 9907.0, 9975.0, 9899.0, 9992.0, 9924.0, 9979.0, 9903.0, 9883.0, 9956.0, 9908.0, 9998.0, 9925.0, 9999.0, 9938.0, 10015.0, 9965.0, 9917.0, 9984.0, 9902.0, 9999.0, 9913.0, 9995.0, 9899.0, 9992.0, 9911.0, 9986.0, 9939.0, 9987.0, 9939.0, 9973.0, 9939.0, 9971.0, 9951.0, 9879.0, 9963.0, 9880.0, 9988.0, 9893.0, 9979.0, 9914.0, 9991.0, 9940.0, 9953.0, 9979.0, 9908.0, 9985.0, 9894.0, 9988.0, 9895.0, 9993.0, 9943.0, 9967.0, 9938.0, 9906.0, 9995.0, 9931.0, 9988.0, 9940.0, 9971.0, 9922.0, 9950.0, 9951.0, 9896.0, 9976.0, 9907.0, 9987.0, 9920.0, 9984.0, 9935.0, 9944.0, 9932.0, 9879.0, 9974.0, 9875.0, 9972.0, 9901.0, 9967.0, 9905.0, 9980.0, 9906.0, 10083.0, 10216.0, 10050.0, 10071.0, 10143.0, 10081.0, 9964.0, 9835.0, 9853.0, 9936.0, 9938.0, 9786.0, 9887.0, 10000.0, 9872.0, 9882.0, 9897.0, 9851.0, 9941.0, 9887.0, 9923.0, 9890.0, 9831.0, 9890.0, 9896.0, 9944.0, 9926.0, 9922.0, 9906.0, 9878.0, 9914.0, 9733.0, 9841.0, 9776.0, 9785.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.00870477358490566</td></tr>
<tr><td colspan=3>aqi</td><td>0.02666072811320755</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.78231604766767</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3267195997356005</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1495067554579783</td></tr>
<tr><td colspan=3>efc</td><td>0.4715</td></tr>
<tr><td colspan=3>fber</td><td>5953.2842</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10931337713350814</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>89</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.39622641509434</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.646860459331045</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.638279118916706</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.855731931914045</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4465703271623838</td></tr>
<tr><td colspan=3>gcor</td><td>0.0188811</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0005583647289313376</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023479968309402466</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1060</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.6903448955697975</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>20.1377</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.1497</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.3868</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300482.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>818.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.532</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.941</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.2337</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3705.9107</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4959.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1070.6246</td></tr>
<tr><td colspan=3>tsnr</td><td>35.62393379188143</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>