<?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-0079_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-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_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-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079/ses-03/func/sub-0079_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>cf5f1625fcbad2c02eee78bc57fe1aba</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>14:01:27.550000</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.999684, 0.0152434, -0.0199912, -0.0132611, 0.995313, 0.0957936]</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.105032</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>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7772, -7243, 499, 11, -50, 66, 17]</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>256.292</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>97ab0ffa-f22f-4ca6-8f16-dea7bff308fe||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.6820788383483887, -0.03557857498526573, -0.057665757834911346, 116.96186065673828], [-0.04089689627289772, 2.67035174369812, 0.2578451633453369, -96.39205932617188], [-0.053634852170944214, -0.2570072114467621, 2.6870410442352295, -28.254180908203125], [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': ['140127.550000', '140128.010000', '140128.470000', '140128.930000', '140129.390000', '140129.850000', '140130.310000', '140130.770000', '140131.230000', '140131.690000', '140132.150000', '140132.610000', '140133.070000', '140133.530000', '140133.990000', '140134.450000', '140134.910000', '140135.370000', '140135.830000', '140136.290000', '140136.750000', '140137.210000', '140137.670000', '140138.130000', '140138.590000', '140139.050000', '140139.510000', '140139.970000', '140140.430000', '140140.890000', '140141.350000', '140141.810000', '140142.270000', '140142.730000', '140143.190000', '140143.650000', '140144.110000', '140144.570000', '140145.030000', '140145.490000', '140145.950000', '140146.410000', '140146.870000', '140147.330000', '140147.790000', '140148.250000', '140148.710000', '140149.170000', '140149.630000', '140150.090000', '140150.550000', '140151.010000', '140151.470000', '140151.930000', '140152.390000', '140152.850000', '140153.310000', '140153.770000', '140154.230000', '140154.690000', '140155.150000', '140155.610000', '140156.070000', '140156.530000', '140156.990000', '140157.450000', '140157.910000', '140158.370000', '140158.830000', '140159.290000', '140159.750000', '140200.210000', '140200.670000', '140201.130000', '140201.590000', '140202.050000', '140202.510000', '140202.970000', '140203.430000', '140203.890000', '140204.350000', '140204.810000', '140205.270000', '140205.730000', '140206.190000', '140206.650000', '140207.110000', '140207.570000', '140208.030000', '140208.490000', '140208.950000', '140209.410000', '140209.870000', '140210.330000', '140210.790000', '140211.250000', '140211.710000', '140212.170000', '140212.630000', '140213.090000', '140213.550000', '140214.010000', '140214.470000', '140214.930000', '140215.390000', '140215.850000', '140216.310000', '140216.770000', '140217.230000', '140217.690000', '140218.150000', '140218.610000', '140219.070000', '140219.530000', '140219.990000', '140220.450000', '140220.910000', '140221.370000', '140221.830000', '140222.290000', '140222.750000', '140223.210000', '140223.670000', '140224.130000', '140224.590000', '140225.050000', '140225.510000', '140225.970000', '140226.430000', '140226.890000', '140227.350000', '140227.810000', '140228.270000', '140228.730000', '140229.190000', '140229.650000', '140230.110000', '140230.570000', '140231.030000', '140231.490000', '140231.950000', '140232.410000', '140232.870000', '140233.330000', '140233.790000', '140234.250000', '140234.710000', '140235.170000', '140235.630000', '140236.090000', '140236.550000', '140237.010000', '140237.470000', '140237.930000', '140238.390000', '140238.850000', '140239.310000', '140239.770000', '140240.230000', '140240.690000', '140241.150000', '140241.610000', '140242.070000', '140242.530000', '140242.990000', '140243.450000', '140243.910000', '140244.370000', '140244.830000', '140245.290000', '140245.750000', '140246.210000', '140246.670000', '140247.130000', '140247.590000', '140248.050000', '140248.510000', '140248.970000', '140249.430000', '140249.890000', '140250.350000', '140250.810000', '140251.270000', '140251.730000', '140252.190000', '140252.650000', '140253.110000', '140253.570000', '140254.030000', '140254.490000', '140254.950000', '140255.410000', '140255.870000', '140256.330000', '140256.790000', '140257.250000', '140257.710000', '140258.170000', '140258.630000', '140259.090000', '140259.550000', '140300.010000', '140300.470000', '140300.930000', '140301.390000', '140301.850000', '140302.310000', '140302.770000', '140303.230000', '140303.690000', '140304.150000', '140304.610000', '140305.070000', '140305.530000', '140305.990000', '140306.450000', '140306.910000', '140307.370000', '140307.830000', '140308.290000', '140308.750000', '140309.210000', '140309.670000', '140310.130000', '140310.590000', '140311.050000', '140311.510000', '140311.970000', '140312.430000', '140312.890000', '140313.350000', '140313.810000', '140314.270000', '140314.730000', '140315.190000', '140315.650000', '140316.110000', '140316.570000', '140317.030000', '140317.490000', '140317.950000', '140318.410000', '140318.870000', '140319.330000', '140319.790000', '140320.250000', '140320.710000', '140321.170000', '140321.630000', '140322.090000', '140322.550000', '140323.010000', '140323.470000', '140323.930000', '140324.390000', '140324.850000', '140325.310000', '140325.770000', '140326.230000', '140326.690000', '140327.150000', '140327.610000', '140328.070000', '140328.530000', '140328.990000', '140329.450000', '140329.910000', '140330.370000', '140330.830000', '140331.290000', '140331.750000', '140332.210000', '140332.670000', '140333.130000', '140333.590000', '140334.050000', '140334.510000', '140334.970000', '140335.430000', '140335.890000', '140336.350000', '140336.810000', '140337.270000', '140337.730000', '140338.190000', '140338.650000', '140339.110000', '140339.570000', '140340.030000', '140340.490000', '140340.950000', '140341.410000', '140341.870000', '140342.330000', '140342.790000', '140343.250000', '140343.710000', '140344.170000', '140344.630000', '140345.090000', '140345.550000', '140346.010000', '140346.470000', '140346.930000', '140347.390000', '140347.850000', '140348.310000', '140348.770000', '140349.230000', '140349.690000', '140350.150000', '140350.610000', '140351.070000', '140351.530000', '140351.990000', '140352.450000', '140352.910000', '140353.370000', '140353.830000', '140354.290000', '140354.750000', '140355.210000', '140355.670000', '140356.130000', '140356.590000', '140357.050000', '140357.510000', '140357.970000', '140358.430000', '140358.890000', '140359.350000', '140359.810000', '140400.270000', '140400.730000', '140401.190000', '140401.650000', '140402.110000', '140402.570000', '140403.030000', '140403.490000', '140403.950000', '140404.410000', '140404.870000', '140405.330000', '140405.790000', '140406.250000', '140406.710000', '140407.170000', '140407.630000', '140408.090000', '140408.550000', '140409.010000', '140409.470000', '140409.930000', '140410.390000', '140410.850000', '140411.310000', '140411.770000', '140412.230000', '140412.690000', '140413.150000', '140413.610000', '140414.070000', '140414.530000', '140414.990000', '140415.450000', '140415.910000', '140416.370000', '140416.830000', '140417.290000', '140417.750000', '140418.210000', '140418.670000', '140419.130000', '140419.590000', '140420.050000', '140420.510000', '140420.970000', '140421.430000', '140421.890000', '140422.350000', '140422.810000', '140423.270000', '140423.730000', '140424.190000', '140424.650000', '140425.110000', '140425.570000', '140426.030000', '140426.490000', '140426.950000', '140427.410000', '140427.870000', '140428.330000', '140428.790000', '140429.250000', '140429.710000', '140430.170000', '140430.630000', '140431.090000', '140431.550000', '140432.010000', '140432.470000', '140432.930000', '140433.390000', '140433.850000', '140434.310000', '140434.770000', '140435.230000', '140435.690000', '140436.150000', '140436.610000', '140437.070000', '140437.530000', '140437.990000', '140438.450000', '140438.910000', '140439.370000', '140439.830000', '140440.290000', '140440.750000', '140441.210000', '140441.670000', '140442.130000', '140442.590000', '140443.050000', '140443.510000', '140443.970000', '140444.430000', '140444.890000', '140445.350000', '140445.810000', '140446.270000', '140446.730000', '140447.190000', '140447.650000', '140448.110000', '140448.570000', '140449.030000', '140449.490000', '140449.950000', '140450.410000', '140450.870000', '140451.330000', '140451.790000', '140452.250000', '140452.710000', '140453.170000', '140453.630000', '140454.090000', '140454.550000', '140455.010000', '140455.470000', '140455.930000', '140456.390000', '140456.850000', '140457.310000', '140457.770000', '140458.230000', '140458.690000', '140459.150000', '140459.610000', '140500.070000', '140500.530000', '140500.990000', '140501.450000', '140501.910000', '140502.370000', '140502.830000', '140503.290000', '140503.750000', '140504.210000', '140504.670000', '140505.130000', '140505.590000', '140506.050000', '140506.510000', '140506.970000', '140507.430000', '140507.890000', '140508.350000', '140508.810000', '140509.270000', '140509.730000', '140510.190000', '140510.650000', '140511.110000', '140511.570000', '140512.030000', '140512.490000', '140512.950000', '140513.410000', '140513.870000', '140514.330000', '140514.790000', '140515.250000', '140515.710000', '140516.170000', '140516.630000', '140517.090000', '140517.550000', '140518.010000', '140518.470000', '140518.930000', '140519.390000', '140519.850000', '140520.310000', '140520.770000', '140521.230000', '140521.690000', '140522.150000', '140522.610000', '140523.070000', '140523.530000', '140523.990000', '140524.450000', '140524.910000', '140525.370000', '140525.830000', '140526.290000', '140526.750000', '140527.210000', '140527.670000', '140528.130000', '140528.590000', '140529.050000', '140529.510000', '140529.970000', '140530.430000', '140530.890000', '140531.350000', '140531.810000', '140532.270000', '140532.730000', '140533.190000', '140533.650000', '140534.110000', '140534.570000', '140535.030000', '140535.490000', '140535.950000', '140536.410000', '140536.870000', '140537.330000', '140537.790000', '140538.250000', '140538.710000', '140539.170000', '140539.630000', '140540.090000', '140540.550000', '140541.010000', '140541.470000', '140541.930000', '140542.390000', '140542.850000', '140543.310000', '140543.770000', '140544.230000', '140544.690000', '140545.150000', '140545.610000', '140546.070000', '140546.530000', '140546.990000', '140547.450000', '140547.910000', '140548.370000', '140548.830000', '140549.290000', '140549.750000', '140550.210000', '140550.670000', '140551.130000', '140551.590000', '140552.050000', '140552.510000', '140552.970000', '140553.430000', '140553.890000', '140554.350000', '140554.810000', '140555.270000', '140555.730000', '140556.190000', '140556.650000', '140557.110000', '140557.570000', '140558.030000', '140558.490000', '140558.950000', '140559.410000', '140559.870000', '140600.330000', '140600.790000', '140601.250000', '140601.710000', '140602.170000', '140602.630000', '140603.090000', '140603.550000', '140604.010000', '140604.470000', '140604.930000', '140605.390000', '140605.850000', '140606.310000', '140606.770000', '140607.230000', '140607.690000', '140608.150000', '140608.610000', '140609.070000', '140609.530000', '140609.990000', '140610.450000', '140610.910000', '140611.370000', '140611.830000', '140612.290000', '140612.750000', '140613.210000', '140613.670000', '140614.130000', '140614.590000', '140615.050000', '140615.510000', '140615.970000', '140616.430000', '140616.890000', '140617.350000', '140617.810000', '140618.270000', '140618.730000', '140619.190000', '140619.650000', '140620.110000', '140620.570000', '140621.030000', '140621.490000', '140621.950000', '140622.410000', '140622.870000', '140623.330000', '140623.790000', '140624.250000', '140624.710000', '140625.170000', '140625.630000', '140626.090000', '140626.550000', '140627.010000', '140627.470000', '140627.930000', '140628.390000', '140628.850000', '140629.310000', '140629.770000', '140630.230000', '140630.690000', '140631.150000', '140631.610000', '140632.070000', '140632.530000', '140632.990000', '140633.450000', '140633.910000', '140634.370000', '140634.830000', '140635.290000', '140635.750000', '140636.210000', '140636.670000', '140637.130000', '140637.590000', '140638.050000', '140638.510000', '140638.970000', '140639.430000', '140639.890000', '140640.350000', '140640.810000', '140641.270000', '140641.730000', '140642.190000', '140642.650000', '140643.110000', '140643.570000', '140644.030000', '140644.490000', '140644.950000', '140645.410000', '140645.870000', '140646.330000', '140646.790000', '140647.250000', '140647.710000', '140648.170000', '140648.630000', '140649.090000', '140649.550000', '140650.010000', '140650.470000', '140650.930000', '140651.390000', '140651.850000', '140652.310000', '140652.770000', '140653.230000', '140653.690000', '140654.150000', '140654.610000', '140655.070000', '140655.530000', '140655.990000', '140656.450000', '140656.910000', '140657.370000', '140657.830000', '140658.290000', '140658.750000', '140659.210000', '140659.670000', '140700.130000', '140700.590000', '140701.050000', '140701.510000', '140701.970000', '140702.430000', '140702.890000', '140703.350000', '140703.810000', '140704.270000', '140704.730000', '140705.190000', '140705.650000', '140706.110000', '140706.570000', '140707.030000', '140707.490000', '140707.950000', '140708.410000', '140708.870000', '140709.330000', '140709.790000', '140710.250000', '140710.710000', '140711.170000', '140711.630000', '140712.090000', '140712.550000', '140713.010000', '140713.470000', '140713.930000', '140714.390000', '140714.850000', '140715.310000', '140715.770000', '140716.230000', '140716.690000', '140717.150000', '140717.610000', '140718.070000', '140718.530000', '140718.990000', '140719.450000', '140719.910000', '140720.370000', '140720.830000', '140721.290000', '140721.750000', '140722.210000', '140722.670000', '140723.130000', '140723.590000', '140724.050000', '140724.510000', '140724.970000', '140725.430000', '140725.890000', '140726.350000', '140726.810000', '140727.270000', '140727.730000', '140728.190000', '140728.650000', '140729.110000', '140729.570000', '140730.030000', '140730.490000', '140730.950000', '140731.410000', '140731.870000', '140732.330000', '140732.790000', '140733.250000', '140733.710000', '140734.170000', '140734.630000', '140735.090000', '140735.550000', '140736.010000', '140736.470000', '140736.930000', '140737.390000', '140737.850000', '140738.310000', '140738.770000', '140739.230000', '140739.690000', '140740.150000', '140740.610000', '140741.070000', '140741.530000', '140741.990000', '140742.450000', '140742.910000', '140743.370000', '140743.830000', '140744.290000', '140744.750000', '140745.210000', '140745.670000', '140746.130000', '140746.590000', '140747.050000', '140747.510000', '140747.970000', '140748.430000', '140748.890000', '140749.350000', '140749.810000', '140750.270000', '140750.730000', '140751.190000', '140751.650000', '140752.110000', '140752.570000', '140753.030000', '140753.490000', '140753.950000', '140754.410000', '140754.870000', '140755.330000', '140755.790000', '140756.250000', '140756.710000', '140757.170000', '140757.630000', '140758.090000', '140758.550000', '140759.010000', '140759.470000', '140759.930000', '140800.390000', '140800.850000', '140801.310000', '140801.770000', '140802.230000', '140802.690000', '140803.150000', '140803.610000', '140804.070000', '140804.530000', '140804.990000', '140805.450000', '140805.910000', '140806.370000', '140806.830000', '140807.290000', '140807.750000', '140808.210000', '140808.670000', '140809.130000', '140809.590000', '140810.050000', '140810.510000', '140810.970000', '140811.430000', '140811.890000', '140812.350000', '140812.810000', '140813.270000', '140813.730000', '140814.190000', '140814.650000', '140815.110000', '140815.570000', '140816.030000', '140816.490000', '140816.950000', '140817.410000', '140817.870000', '140818.330000', '140818.790000', '140819.250000', '140819.710000', '140820.170000', '140820.630000', '140821.090000', '140821.550000', '140822.010000', '140822.470000', '140822.930000', '140823.390000', '140823.850000', '140824.310000', '140824.770000', '140825.230000', '140825.690000', '140826.150000', '140826.610000', '140827.070000', '140827.530000', '140827.990000', '140828.450000', '140828.910000', '140829.370000', '140829.830000', '140830.290000', '140830.750000', '140831.210000', '140831.670000', '140832.130000', '140832.590000', '140833.050000', '140833.510000', '140833.970000', '140834.430000', '140834.890000', '140835.350000', '140835.810000', '140836.270000', '140836.730000', '140837.190000', '140837.650000', '140838.110000', '140838.570000', '140839.030000', '140839.490000', '140839.950000', '140840.410000', '140840.870000', '140841.330000', '140841.790000', '140842.250000', '140842.710000', '140843.170000', '140843.630000', '140844.090000', '140844.550000', '140845.010000', '140845.470000', '140845.930000', '140846.390000', '140846.850000', '140847.310000', '140847.770000', '140848.230000', '140848.690000', '140849.150000', '140849.610000', '140850.070000', '140850.530000', '140850.990000', '140851.450000', '140851.910000', '140852.370000', '140852.830000', '140853.290000', '140853.750000', '140854.210000', '140854.670000', '140855.130000', '140855.590000', '140856.050000', '140856.510000', '140856.970000', '140857.430000', '140857.890000', '140858.350000', '140858.810000', '140859.270000', '140859.730000', '140900.190000', '140900.650000', '140901.110000', '140901.570000', '140902.030000', '140902.490000', '140902.950000', '140903.410000', '140903.870000', '140904.330000', '140904.790000', '140905.250000', '140905.710000', '140906.170000', '140906.630000', '140907.090000', '140907.550000', '140908.010000', '140908.470000', '140908.930000', '140909.390000', '140909.850000', '140910.310000', '140910.770000', '140911.230000', '140911.690000', '140912.150000', '140912.610000', '140913.070000', '140913.530000', '140913.990000', '140914.450000', '140914.910000', '140915.370000', '140915.830000', '140916.290000', '140916.750000', '140917.210000', '140917.670000', '140918.130000', '140918.590000', '140919.050000', '140919.510000', '140919.970000', '140920.430000', '140920.890000', '140921.350000', '140921.810000', '140922.270000', '140922.730000', '140923.190000', '140923.650000', '140924.110000', '140924.570000', '140925.030000', '140925.490000', '140925.950000', '140926.410000', '140926.870000', '140927.330000', '140927.790000', '140928.250000', '140928.710000', '140929.170000', '140929.630000', '140930.090000', '140930.550000', '140931.010000', '140931.470000', '140931.930000', '140932.390000', '140932.850000', '140933.310000', '140933.770000', '140934.230000', '140934.690000', '140935.150000', '140935.610000', '140936.070000', '140936.530000', '140936.990000'], 'ContentTime': ['140144.690000', '140144.693000', '140144.695000', '140144.698000', '140144.700000', '140144.703000', '140144.709000', '140144.712000', '140144.715000', '140144.717000', '140144.720000', '140144.723000', '140144.726000', '140144.728000', '140144.731000', '140144.733000', '140144.736000', '140144.738000', '140144.741000', '140144.743000', '140144.746000', '140144.749000', '140144.751000', '140144.754000', '140144.757000', '140144.759000', '140144.762000', '140144.764000', '140144.767000', '140144.770000', '140144.772000', '140144.775000', '140144.778000', '140144.780000', '140204.651000', '140204.654000', '140204.657000', '140204.659000', '140204.662000', '140204.665000', '140204.667000', '140204.670000', '140204.672000', '140204.675000', '140204.677000', '140204.680000', '140204.682000', '140204.685000', '140204.687000', '140204.690000', '140204.693000', '140204.695000', '140204.698000', '140204.700000', '140204.703000', '140204.705000', '140204.708000', '140204.710000', '140204.713000', '140204.715000', '140204.718000', '140204.721000', '140204.723000', '140204.727000', '140204.729000', '140204.732000', '140204.734000', '140204.737000', '140204.739000', '140204.742000', '140204.745000', '140204.747000', '140204.750000', '140204.752000', '140204.755000', '140204.757000', '140204.760000', '140224.651000', '140224.658000', '140224.661000', '140224.663000', '140224.666000', '140224.668000', '140224.671000', '140224.673000', '140224.676000', '140224.679000', '140224.681000', '140224.684000', '140224.686000', '140224.689000', '140224.692000', '140224.694000', '140224.697000', '140224.699000', '140224.702000', '140224.704000', '140224.707000', '140224.709000', '140224.712000', '140224.715000', '140224.717000', '140224.720000', '140224.722000', '140224.725000', '140224.727000', '140224.730000', '140224.732000', '140224.735000', '140224.737000', '140224.740000', '140224.742000', '140224.745000', '140224.747000', '140224.750000', '140224.753000', '140224.755000', '140224.758000', '140224.760000', '140224.763000', '140224.765000', '140244.652000', '140244.655000', '140244.658000', '140244.661000', '140244.663000', '140244.666000', '140244.668000', '140244.671000', '140244.674000', '140244.676000', '140244.679000', '140244.681000', '140244.684000', '140244.686000', '140244.689000', '140244.692000', '140244.694000', '140244.697000', '140244.700000', '140244.702000', '140244.705000', '140244.707000', '140244.710000', '140244.712000', '140244.715000', '140244.718000', '140244.721000', '140244.724000', '140244.727000', '140244.729000', '140244.732000', '140244.735000', '140244.737000', '140244.740000', '140244.742000', '140244.745000', '140244.747000', '140244.750000', '140244.753000', '140244.755000', '140244.758000', '140244.760000', '140244.763000', '140304.653000', '140304.655000', '140304.658000', '140304.661000', '140304.663000', '140304.666000', '140304.668000', '140304.671000', '140304.673000', '140304.676000', '140304.679000', '140304.681000', '140304.684000', '140304.686000', '140304.689000', '140304.691000', '140304.694000', '140304.697000', '140304.699000', '140304.702000', '140304.704000', '140304.707000', '140304.710000', '140304.712000', '140304.715000', '140304.717000', '140304.720000', '140304.723000', '140304.725000', '140304.728000', '140304.730000', '140304.733000', '140304.735000', '140304.738000', '140304.741000', '140304.743000', '140304.746000', '140304.748000', '140304.751000', '140304.753000', '140304.756000', '140304.759000', '140304.761000', '140304.764000', '140324.652000', '140324.654000', '140324.657000', '140324.660000', '140324.662000', '140324.665000', '140324.667000', '140324.670000', '140324.673000', '140324.675000', '140324.678000', '140324.680000', '140324.683000', '140324.685000', '140324.688000', '140324.691000', '140324.693000', '140324.696000', '140324.722000', '140324.724000', '140324.727000', '140324.729000', '140324.732000', '140324.735000', '140324.738000', '140324.741000', '140324.744000', '140324.746000', '140324.749000', '140324.752000', '140324.754000', '140324.757000', '140324.759000', '140324.762000', '140324.765000', '140324.768000', '140324.771000', '140324.773000', '140324.776000', '140324.779000', '140324.781000', '140324.784000', '140324.786000', '140344.652000', '140344.655000', '140344.657000', '140344.660000', '140344.663000', '140344.665000', '140344.668000', '140344.670000', '140344.673000', '140344.676000', '140344.678000', '140344.681000', '140344.684000', '140344.686000', '140344.689000', '140344.691000', '140344.694000', '140344.697000', '140344.699000', '140344.702000', '140344.705000', '140344.711000', '140344.714000', '140344.716000', '140344.719000', '140344.721000', '140344.724000', '140344.727000', '140344.729000', '140344.732000', '140344.734000', '140344.737000', '140344.740000', '140344.742000', '140344.745000', '140344.747000', '140344.750000', '140344.752000', '140344.755000', '140344.757000', '140344.760000', '140344.763000', '140344.765000', '140344.768000', '140404.652000', '140404.654000', '140404.657000', '140404.660000', '140404.662000', '140404.665000', '140404.667000', '140404.670000', '140404.673000', '140404.675000', '140404.678000', '140404.680000', '140404.683000', '140404.686000', '140404.688000', '140404.691000', '140404.693000', '140404.696000', '140404.699000', '140404.701000', '140404.704000', '140404.706000', '140404.709000', '140404.712000', '140404.714000', '140404.717000', '140404.719000', '140404.722000', '140404.724000', '140404.727000', '140404.730000', '140404.732000', '140404.735000', '140404.737000', '140404.740000', '140404.742000', '140404.745000', '140404.748000', '140404.750000', '140404.753000', '140404.755000', '140404.758000', '140404.760000', '140424.652000', '140424.655000', '140424.657000', '140424.660000', '140424.662000', '140424.665000', '140424.667000', '140424.670000', '140424.673000', '140424.675000', '140424.678000', '140424.680000', '140424.683000', '140424.685000', '140424.688000', '140424.691000', '140424.693000', '140424.696000', '140424.698000', '140424.701000', '140424.704000', '140424.706000', '140424.709000', '140424.711000', '140424.714000', '140424.716000', '140424.719000', '140424.721000', '140424.724000', '140424.727000', '140424.730000', '140424.732000', '140424.735000', '140424.737000', '140424.740000', '140424.743000', '140424.745000', '140424.748000', '140424.750000', '140424.753000', '140424.755000', '140424.758000', '140424.761000', '140424.763000', '140444.652000', '140444.655000', '140444.657000', '140444.660000', '140444.662000', '140444.665000', '140444.668000', '140444.670000', '140444.673000', '140444.675000', '140444.678000', '140444.680000', '140444.683000', '140444.685000', '140444.688000', '140444.691000', '140444.693000', '140444.696000', '140444.699000', '140444.701000', '140444.704000', '140444.706000', '140444.709000', '140444.711000', '140444.714000', '140444.717000', '140444.719000', '140444.722000', '140444.724000', '140444.727000', '140444.730000', '140444.732000', '140444.735000', '140444.737000', '140444.740000', '140444.743000', '140444.745000', '140444.748000', '140444.750000', '140444.753000', '140444.756000', '140444.758000', '140444.761000', '140504.653000', '140504.655000', '140504.658000', '140504.661000', '140504.663000', '140504.666000', '140504.668000', '140504.671000', '140504.673000', '140504.676000', '140504.679000', '140504.681000', '140504.684000', '140504.686000', '140504.689000', '140504.692000', '140504.694000', '140504.697000', '140504.699000', '140504.702000', '140504.704000', '140504.707000', '140504.710000', '140504.712000', '140504.715000', '140504.717000', '140504.720000', '140504.722000', '140504.725000', '140504.728000', '140504.730000', '140504.733000', '140504.735000', '140504.738000', '140504.740000', '140504.743000', '140504.746000', '140504.748000', '140504.751000', '140504.753000', '140504.756000', '140504.759000', '140504.761000', '140504.764000', '140524.652000', '140524.655000', '140524.657000', '140524.660000', '140524.663000', '140524.665000', '140524.668000', '140524.670000', '140524.673000', '140524.675000', '140524.678000', '140524.681000', '140524.683000', '140524.686000', '140524.688000', '140524.691000', '140524.693000', '140524.696000', '140524.699000', '140524.701000', '140524.704000', '140524.706000', '140524.709000', '140524.711000', '140524.714000', '140524.717000', '140524.719000', '140524.722000', '140524.724000', '140524.727000', '140524.730000', '140524.732000', '140524.735000', '140524.737000', '140524.740000', '140524.743000', '140524.745000', '140524.748000', '140524.750000', '140524.753000', '140524.755000', '140524.758000', '140524.761000', '140544.652000', '140544.654000', '140544.657000', '140544.660000', '140544.662000', '140544.665000', '140544.668000', '140544.670000', '140544.673000', '140544.675000', '140544.678000', '140544.681000', '140544.683000', '140544.686000', '140544.688000', '140544.691000', '140544.694000', '140544.696000', '140544.699000', '140544.701000', '140544.704000', '140544.706000', '140544.709000', '140544.712000', '140544.714000', '140544.717000', '140544.720000', '140544.722000', '140544.725000', '140544.727000', '140544.730000', '140544.733000', '140544.735000', '140544.738000', '140544.740000', '140544.743000', '140544.746000', '140544.748000', '140544.751000', '140544.753000', '140544.756000', '140544.759000', '140544.761000', '140544.764000', '140604.652000', '140604.654000', '140604.657000', '140604.660000', '140604.662000', '140604.665000', '140604.667000', '140604.670000', '140604.673000', '140604.675000', '140604.678000', '140604.681000', '140604.683000', '140604.686000', '140604.688000', '140604.691000', '140604.693000', '140604.696000', '140604.699000', '140604.701000', '140604.704000', '140604.706000', '140604.709000', '140604.712000', '140604.714000', '140604.717000', '140604.719000', '140604.722000', '140604.725000', '140604.727000', '140604.730000', '140604.732000', '140604.735000', '140604.738000', '140604.740000', '140604.743000', '140604.745000', '140604.748000', '140604.750000', '140604.753000', '140604.756000', '140604.758000', '140604.761000', '140624.652000', '140624.655000', '140624.657000', '140624.660000', '140624.662000', '140624.665000', '140624.668000', '140624.670000', '140624.673000', '140624.675000', '140624.678000', '140624.681000', '140624.683000', '140624.686000', '140624.689000', '140624.691000', '140624.694000', '140624.696000', '140624.699000', '140624.702000', '140624.704000', '140624.707000', '140624.710000', '140624.712000', '140624.734000', '140624.737000', '140624.740000', '140624.742000', '140624.745000', '140624.748000', '140624.750000', '140624.753000', '140624.755000', '140624.758000', '140624.761000', '140624.763000', '140624.766000', '140624.769000', '140624.771000', '140624.774000', '140624.777000', '140624.779000', '140624.782000', '140624.784000', '140644.652000', '140644.654000', '140644.657000', '140644.660000', '140644.662000', '140644.665000', '140644.667000', '140644.670000', '140644.672000', '140644.675000', '140644.678000', '140644.680000', '140644.683000', '140644.685000', '140644.688000', '140644.691000', '140644.693000', '140644.696000', '140644.698000', '140644.701000', '140644.704000', '140644.706000', '140644.709000', '140644.711000', '140644.714000', '140644.716000', '140644.719000', '140644.722000', '140644.724000', '140644.727000', '140644.729000', '140644.732000', '140644.735000', '140644.737000', '140644.740000', '140644.742000', '140644.747000', '140644.750000', '140644.752000', '140644.755000', '140644.757000', '140644.760000', '140644.763000', '140704.652000', '140704.654000', '140704.657000', '140704.660000', '140704.662000', '140704.665000', '140704.667000', '140704.670000', '140704.672000', '140704.675000', '140704.678000', '140704.680000', '140704.683000', '140704.685000', '140704.688000', '140704.690000', '140704.693000', '140704.696000', '140704.699000', '140704.701000', '140704.704000', '140704.707000', '140704.709000', '140704.712000', '140704.714000', '140704.717000', '140704.719000', '140704.722000', '140704.725000', '140704.727000', '140704.730000', '140704.732000', '140704.735000', '140704.738000', '140704.740000', '140704.743000', '140704.745000', '140704.748000', '140704.750000', '140704.753000', '140704.756000', '140704.758000', '140704.761000', '140704.763000', '140724.652000', '140724.655000', '140724.658000', '140724.660000', '140724.663000', '140724.666000', '140724.668000', '140724.671000', '140724.673000', '140724.676000', '140724.679000', '140724.681000', '140724.684000', '140724.686000', '140724.689000', '140724.691000', '140724.694000', '140724.697000', '140724.699000', '140724.702000', '140724.704000', '140724.707000', '140724.710000', '140724.712000', '140724.715000', '140724.717000', '140724.720000', '140724.722000', '140724.725000', '140724.727000', '140724.730000', '140724.733000', '140724.735000', '140724.738000', '140724.741000', '140724.743000', '140724.746000', '140724.748000', '140724.751000', '140724.754000', '140724.756000', '140724.759000', '140724.761000', '140744.651000', '140744.654000', '140744.657000', '140744.660000', '140744.662000', '140744.665000', '140744.667000', '140744.670000', '140744.673000', '140744.675000', '140744.678000', '140744.680000', '140744.683000', '140744.685000', '140744.688000', '140744.691000', '140744.693000', '140744.696000', '140744.698000', '140744.701000', '140744.703000', '140744.706000', '140744.709000', '140744.711000', '140744.714000', '140744.716000', '140744.719000', '140744.722000', '140744.724000', '140744.727000', '140744.729000', '140744.732000', '140744.734000', '140744.737000', '140744.740000', '140744.756000', '140744.758000', '140744.761000', '140744.764000', '140744.766000', '140744.769000', '140744.771000', '140744.774000', '140804.652000', '140804.654000', '140804.657000', '140804.660000', '140804.662000', '140804.665000', '140804.667000', '140804.670000', '140804.673000', '140804.675000', '140804.678000', '140804.680000', '140804.683000', '140804.686000', '140804.688000', '140804.691000', '140804.694000', '140804.696000', '140804.699000', '140804.701000', '140804.704000', '140804.706000', '140804.709000', '140804.712000', '140804.714000', '140804.717000', '140804.719000', '140804.722000', '140804.725000', '140804.727000', '140804.730000', '140804.732000', '140804.735000', '140804.738000', '140804.740000', '140804.743000', '140804.745000', '140804.748000', '140804.751000', '140804.753000', '140804.756000', '140804.758000', '140804.761000', '140804.763000', '140824.652000', '140824.654000', '140824.657000', '140824.660000', '140824.662000', '140824.665000', '140824.668000', '140824.670000', '140824.673000', '140824.675000', '140824.678000', '140824.680000', '140824.684000', '140824.686000', '140824.689000', '140824.692000', '140824.694000', '140824.697000', '140824.699000', '140824.702000', '140824.704000', '140824.707000', '140824.710000', '140824.712000', '140824.715000', '140824.717000', '140824.720000', '140824.722000', '140824.725000', '140824.728000', '140824.730000', '140824.733000', '140824.735000', '140824.738000', '140824.741000', '140824.744000', '140824.746000', '140824.749000', '140824.752000', '140824.754000', '140824.757000', '140824.760000', '140824.762000', '140844.651000', '140844.654000', '140844.657000', '140844.660000', '140844.662000', '140844.665000', '140844.667000', '140844.670000', '140844.672000', '140844.675000', '140844.678000', '140844.680000', '140844.683000', '140844.686000', '140844.688000', '140844.691000', '140844.694000', '140844.696000', '140844.699000', '140844.701000', '140844.704000', '140844.707000', '140844.709000', '140844.712000', '140844.714000', '140844.717000', '140844.719000', '140844.722000', '140844.725000', '140844.727000', '140844.730000', '140844.732000', '140844.735000', '140844.738000', '140844.740000', '140844.743000', '140844.745000', '140844.748000', '140844.750000', '140844.753000', '140844.756000', '140844.758000', '140844.761000', '140844.763000', '140904.652000', '140904.655000', '140904.657000', '140904.660000', '140904.662000', '140904.665000', '140904.668000', '140904.670000', '140904.673000', '140904.675000', '140904.678000', '140904.681000', '140904.684000', '140904.686000', '140904.689000', '140904.691000', '140904.694000', '140904.697000', '140904.699000', '140904.702000', '140904.704000', '140904.707000', '140904.710000', '140904.712000', '140904.715000', '140904.717000', '140904.720000', '140904.723000', '140904.725000', '140904.728000', '140904.730000', '140904.733000', '140904.736000', '140904.738000', '140904.741000', '140904.744000', '140904.746000', '140904.749000', '140904.751000', '140904.754000', '140904.757000', '140904.759000', '140904.762000', '140924.651000', '140924.654000', '140924.657000', '140924.660000', '140924.662000', '140924.665000', '140924.667000', '140924.670000', '140924.672000', '140924.675000', '140924.678000', '140924.680000', '140924.683000', '140924.685000', '140924.688000', '140924.691000', '140924.693000', '140924.696000', '140924.698000', '140924.701000', '140924.704000', '140924.706000', '140924.709000', '140924.711000', '140924.714000', '140924.716000', '140924.719000', '140924.722000', '140924.724000', '140924.727000', '140924.730000', '140924.732000', '140924.735000', '140924.737000', '140924.740000', '140924.742000', '140924.745000', '140924.748000', '140924.750000', '140924.753000', '140924.755000', '140924.758000', '140924.761000', '140924.763000', '140938.675000', '140938.678000', '140938.681000', '140938.683000', '140938.686000', '140938.689000', '140938.691000', '140938.694000', '140938.696000', '140938.699000', '140938.702000', '140938.704000', '140938.707000', '140938.709000', '140938.712000', '140938.714000', '140938.717000', '140938.720000', '140938.722000', '140938.725000', '140938.727000', '140938.730000', '140938.732000', '140938.735000', '140938.738000', '140938.740000', '140938.743000', '140938.746000', '140938.748000', '140938.751000', '140938.753000'], 'InstanceCreationTime': ['140144.690000', '140144.693000', '140144.695000', '140144.698000', '140144.700000', '140144.703000', '140144.709000', '140144.712000', '140144.715000', '140144.717000', '140144.720000', '140144.723000', '140144.726000', '140144.728000', '140144.731000', '140144.733000', '140144.736000', '140144.738000', '140144.741000', '140144.743000', '140144.746000', '140144.749000', '140144.751000', '140144.754000', '140144.757000', '140144.759000', '140144.762000', '140144.764000', '140144.767000', '140144.770000', '140144.772000', '140144.775000', '140144.778000', '140144.780000', '140204.651000', '140204.654000', '140204.657000', '140204.659000', '140204.662000', '140204.665000', '140204.667000', '140204.670000', '140204.672000', '140204.675000', '140204.677000', '140204.680000', '140204.682000', '140204.685000', '140204.687000', '140204.690000', '140204.693000', '140204.695000', '140204.698000', '140204.700000', '140204.703000', '140204.705000', '140204.708000', '140204.710000', '140204.713000', '140204.715000', '140204.718000', '140204.721000', '140204.723000', '140204.727000', '140204.729000', '140204.732000', '140204.734000', '140204.737000', '140204.739000', '140204.742000', '140204.745000', '140204.747000', '140204.750000', '140204.752000', '140204.755000', '140204.757000', '140204.760000', '140224.651000', '140224.658000', '140224.661000', '140224.663000', '140224.666000', '140224.668000', '140224.671000', '140224.673000', '140224.676000', '140224.679000', '140224.681000', '140224.684000', '140224.686000', '140224.689000', '140224.692000', '140224.694000', '140224.697000', '140224.699000', '140224.702000', '140224.704000', '140224.707000', '140224.709000', '140224.712000', '140224.715000', '140224.717000', '140224.720000', '140224.722000', '140224.725000', '140224.727000', '140224.730000', '140224.732000', '140224.735000', '140224.737000', '140224.740000', '140224.742000', '140224.745000', '140224.747000', '140224.750000', '140224.753000', '140224.755000', '140224.758000', '140224.760000', '140224.763000', '140224.765000', '140244.652000', '140244.655000', '140244.658000', '140244.661000', '140244.663000', '140244.666000', '140244.668000', '140244.671000', '140244.674000', '140244.676000', '140244.679000', '140244.681000', '140244.684000', '140244.686000', '140244.689000', '140244.692000', '140244.694000', '140244.697000', '140244.700000', '140244.702000', '140244.705000', '140244.707000', '140244.710000', '140244.712000', '140244.715000', '140244.718000', '140244.721000', '140244.724000', '140244.727000', '140244.729000', '140244.732000', '140244.735000', '140244.737000', '140244.740000', '140244.742000', '140244.745000', '140244.747000', '140244.750000', '140244.753000', '140244.755000', '140244.758000', '140244.760000', '140244.763000', '140304.653000', '140304.655000', '140304.658000', '140304.661000', '140304.663000', '140304.666000', '140304.668000', '140304.671000', '140304.673000', '140304.676000', '140304.679000', '140304.681000', '140304.684000', '140304.686000', '140304.689000', '140304.691000', '140304.694000', '140304.697000', '140304.699000', '140304.702000', '140304.704000', '140304.707000', '140304.710000', '140304.712000', '140304.715000', '140304.717000', '140304.720000', '140304.723000', '140304.725000', '140304.728000', '140304.730000', '140304.733000', '140304.735000', '140304.738000', '140304.741000', '140304.743000', '140304.746000', '140304.748000', '140304.751000', '140304.753000', '140304.756000', '140304.759000', '140304.761000', '140304.764000', '140324.652000', '140324.654000', '140324.657000', '140324.660000', '140324.662000', '140324.665000', '140324.667000', '140324.670000', '140324.673000', '140324.675000', '140324.678000', '140324.680000', '140324.683000', '140324.685000', '140324.688000', '140324.691000', '140324.693000', '140324.696000', '140324.722000', '140324.724000', '140324.727000', '140324.729000', '140324.732000', '140324.735000', '140324.738000', '140324.741000', '140324.744000', '140324.746000', '140324.749000', '140324.752000', '140324.754000', '140324.757000', '140324.759000', '140324.762000', '140324.765000', '140324.768000', '140324.771000', '140324.773000', '140324.776000', '140324.779000', '140324.781000', '140324.784000', '140324.786000', '140344.652000', '140344.655000', '140344.657000', '140344.660000', '140344.663000', '140344.665000', '140344.668000', '140344.670000', '140344.673000', '140344.676000', '140344.678000', '140344.681000', '140344.684000', '140344.686000', '140344.689000', '140344.691000', '140344.694000', '140344.697000', '140344.699000', '140344.702000', '140344.705000', '140344.711000', '140344.714000', '140344.716000', '140344.719000', '140344.721000', '140344.724000', '140344.727000', '140344.729000', '140344.732000', '140344.734000', '140344.737000', '140344.740000', '140344.742000', '140344.745000', '140344.747000', '140344.750000', '140344.752000', '140344.755000', '140344.757000', '140344.760000', '140344.763000', '140344.765000', '140344.768000', '140404.652000', '140404.654000', '140404.657000', '140404.660000', '140404.662000', '140404.665000', '140404.667000', '140404.670000', '140404.673000', '140404.675000', '140404.678000', '140404.680000', '140404.683000', '140404.686000', '140404.688000', '140404.691000', '140404.693000', '140404.696000', '140404.699000', '140404.701000', '140404.704000', '140404.706000', '140404.709000', '140404.712000', '140404.714000', '140404.717000', '140404.719000', '140404.722000', '140404.724000', '140404.727000', '140404.730000', '140404.732000', '140404.735000', '140404.737000', '140404.740000', '140404.742000', '140404.745000', '140404.748000', '140404.750000', '140404.753000', '140404.755000', '140404.758000', '140404.760000', '140424.652000', '140424.655000', '140424.657000', '140424.660000', '140424.662000', '140424.665000', '140424.667000', '140424.670000', '140424.673000', '140424.675000', '140424.678000', '140424.680000', '140424.683000', '140424.685000', '140424.688000', '140424.691000', '140424.693000', '140424.696000', '140424.698000', '140424.701000', '140424.704000', '140424.706000', '140424.709000', '140424.711000', '140424.714000', '140424.716000', '140424.719000', '140424.721000', '140424.724000', '140424.727000', '140424.730000', '140424.732000', '140424.735000', '140424.737000', '140424.740000', '140424.743000', '140424.745000', '140424.748000', '140424.750000', '140424.753000', '140424.755000', '140424.758000', '140424.761000', '140424.763000', '140444.652000', '140444.655000', '140444.657000', '140444.660000', '140444.662000', '140444.665000', '140444.668000', '140444.670000', '140444.673000', '140444.675000', '140444.678000', '140444.680000', '140444.683000', '140444.685000', '140444.688000', '140444.691000', '140444.693000', '140444.696000', '140444.699000', '140444.701000', '140444.704000', '140444.706000', '140444.709000', '140444.711000', '140444.714000', '140444.717000', '140444.719000', '140444.722000', '140444.724000', '140444.727000', '140444.730000', '140444.732000', '140444.735000', '140444.737000', '140444.740000', '140444.743000', '140444.745000', '140444.748000', '140444.750000', '140444.753000', '140444.756000', '140444.758000', '140444.761000', '140504.653000', '140504.655000', '140504.658000', '140504.661000', '140504.663000', '140504.666000', '140504.668000', '140504.671000', '140504.673000', '140504.676000', '140504.679000', '140504.681000', '140504.684000', '140504.686000', '140504.689000', '140504.692000', '140504.694000', '140504.697000', '140504.699000', '140504.702000', '140504.704000', '140504.707000', '140504.710000', '140504.712000', '140504.715000', '140504.717000', '140504.720000', '140504.722000', '140504.725000', '140504.728000', '140504.730000', '140504.733000', '140504.735000', '140504.738000', '140504.740000', '140504.743000', '140504.746000', '140504.748000', '140504.751000', '140504.753000', '140504.756000', '140504.759000', '140504.761000', '140504.764000', '140524.652000', '140524.655000', '140524.657000', '140524.660000', '140524.663000', '140524.665000', '140524.668000', '140524.670000', '140524.673000', '140524.675000', '140524.678000', '140524.681000', '140524.683000', '140524.686000', '140524.688000', '140524.691000', '140524.693000', '140524.696000', '140524.699000', '140524.701000', '140524.704000', '140524.706000', '140524.709000', '140524.711000', '140524.714000', '140524.717000', '140524.719000', '140524.722000', '140524.724000', '140524.727000', '140524.730000', '140524.732000', '140524.735000', '140524.737000', '140524.740000', '140524.743000', '140524.745000', '140524.748000', '140524.750000', '140524.753000', '140524.755000', '140524.758000', '140524.761000', '140544.652000', '140544.654000', '140544.657000', '140544.660000', '140544.662000', '140544.665000', '140544.668000', '140544.670000', '140544.673000', '140544.675000', '140544.678000', '140544.681000', '140544.683000', '140544.686000', '140544.688000', '140544.691000', '140544.694000', '140544.696000', '140544.699000', '140544.701000', '140544.704000', '140544.706000', '140544.709000', '140544.712000', '140544.714000', '140544.717000', '140544.720000', '140544.722000', '140544.725000', '140544.727000', '140544.730000', '140544.733000', '140544.735000', '140544.738000', '140544.740000', '140544.743000', '140544.746000', '140544.748000', '140544.751000', '140544.753000', '140544.756000', '140544.759000', '140544.761000', '140544.764000', '140604.652000', '140604.654000', '140604.657000', '140604.660000', '140604.662000', '140604.665000', '140604.667000', '140604.670000', '140604.673000', '140604.675000', '140604.678000', '140604.681000', '140604.683000', '140604.686000', '140604.688000', '140604.691000', '140604.693000', '140604.696000', '140604.699000', '140604.701000', '140604.704000', '140604.706000', '140604.709000', '140604.712000', '140604.714000', '140604.717000', '140604.719000', '140604.722000', '140604.725000', '140604.727000', '140604.730000', '140604.732000', '140604.735000', '140604.738000', '140604.740000', '140604.743000', '140604.745000', '140604.748000', '140604.750000', '140604.753000', '140604.756000', '140604.758000', '140604.761000', '140624.652000', '140624.655000', '140624.657000', '140624.660000', '140624.662000', '140624.665000', '140624.668000', '140624.670000', '140624.673000', '140624.675000', '140624.678000', '140624.681000', '140624.683000', '140624.686000', '140624.689000', '140624.691000', '140624.694000', '140624.696000', '140624.699000', '140624.702000', '140624.704000', '140624.707000', '140624.710000', '140624.712000', '140624.734000', '140624.737000', '140624.740000', '140624.742000', '140624.745000', '140624.748000', '140624.750000', '140624.753000', '140624.755000', '140624.758000', '140624.761000', '140624.763000', '140624.766000', '140624.769000', '140624.771000', '140624.774000', '140624.777000', '140624.779000', '140624.782000', '140624.784000', '140644.652000', '140644.654000', '140644.657000', '140644.660000', '140644.662000', '140644.665000', '140644.667000', '140644.670000', '140644.672000', '140644.675000', '140644.678000', '140644.680000', '140644.683000', '140644.685000', '140644.688000', '140644.691000', '140644.693000', '140644.696000', '140644.698000', '140644.701000', '140644.704000', '140644.706000', '140644.709000', '140644.711000', '140644.714000', '140644.716000', '140644.719000', '140644.722000', '140644.724000', '140644.727000', '140644.729000', '140644.732000', '140644.735000', '140644.737000', '140644.740000', '140644.742000', '140644.747000', '140644.750000', '140644.752000', '140644.755000', '140644.757000', '140644.760000', '140644.763000', '140704.652000', '140704.654000', '140704.657000', '140704.660000', '140704.662000', '140704.665000', '140704.667000', '140704.670000', '140704.672000', '140704.675000', '140704.678000', '140704.680000', '140704.683000', '140704.685000', '140704.688000', '140704.690000', '140704.693000', '140704.696000', '140704.699000', '140704.701000', '140704.704000', '140704.707000', '140704.709000', '140704.712000', '140704.714000', '140704.717000', '140704.719000', '140704.722000', '140704.725000', '140704.727000', '140704.730000', '140704.732000', '140704.735000', '140704.738000', '140704.740000', '140704.743000', '140704.745000', '140704.748000', '140704.750000', '140704.753000', '140704.756000', '140704.758000', '140704.761000', '140704.763000', '140724.652000', '140724.655000', '140724.658000', '140724.660000', '140724.663000', '140724.666000', '140724.668000', '140724.671000', '140724.673000', '140724.676000', '140724.679000', '140724.681000', '140724.684000', '140724.686000', '140724.689000', '140724.691000', '140724.694000', '140724.697000', '140724.699000', '140724.702000', '140724.704000', '140724.707000', '140724.710000', '140724.712000', '140724.715000', '140724.717000', '140724.720000', '140724.722000', '140724.725000', '140724.727000', '140724.730000', '140724.733000', '140724.735000', '140724.738000', '140724.741000', '140724.743000', '140724.746000', '140724.748000', '140724.751000', '140724.754000', '140724.756000', '140724.759000', '140724.761000', '140744.651000', '140744.654000', '140744.657000', '140744.660000', '140744.662000', '140744.665000', '140744.667000', '140744.670000', '140744.673000', '140744.675000', '140744.678000', '140744.680000', '140744.683000', '140744.685000', '140744.688000', '140744.691000', '140744.693000', '140744.696000', '140744.698000', '140744.701000', '140744.703000', '140744.706000', '140744.709000', '140744.711000', '140744.714000', '140744.716000', '140744.719000', '140744.722000', '140744.724000', '140744.727000', '140744.729000', '140744.732000', '140744.734000', '140744.737000', '140744.740000', '140744.756000', '140744.758000', '140744.761000', '140744.764000', '140744.766000', '140744.769000', '140744.771000', '140744.774000', '140804.652000', '140804.654000', '140804.657000', '140804.660000', '140804.662000', '140804.665000', '140804.667000', '140804.670000', '140804.673000', '140804.675000', '140804.678000', '140804.680000', '140804.683000', '140804.686000', '140804.688000', '140804.691000', '140804.694000', '140804.696000', '140804.699000', '140804.701000', '140804.704000', '140804.706000', '140804.709000', '140804.712000', '140804.714000', '140804.717000', '140804.719000', '140804.722000', '140804.725000', '140804.727000', '140804.730000', '140804.732000', '140804.735000', '140804.738000', '140804.740000', '140804.743000', '140804.745000', '140804.748000', '140804.751000', '140804.753000', '140804.756000', '140804.758000', '140804.761000', '140804.763000', '140824.652000', '140824.654000', '140824.657000', '140824.660000', '140824.662000', '140824.665000', '140824.668000', '140824.670000', '140824.673000', '140824.675000', '140824.678000', '140824.680000', '140824.684000', '140824.686000', '140824.689000', '140824.692000', '140824.694000', '140824.697000', '140824.699000', '140824.702000', '140824.704000', '140824.707000', '140824.710000', '140824.712000', '140824.715000', '140824.717000', '140824.720000', '140824.722000', '140824.725000', '140824.728000', '140824.730000', '140824.733000', '140824.735000', '140824.738000', '140824.741000', '140824.744000', '140824.746000', '140824.749000', '140824.752000', '140824.754000', '140824.757000', '140824.760000', '140824.762000', '140844.651000', '140844.654000', '140844.657000', '140844.660000', '140844.662000', '140844.665000', '140844.667000', '140844.670000', '140844.672000', '140844.675000', '140844.678000', '140844.680000', '140844.683000', '140844.686000', '140844.688000', '140844.691000', '140844.694000', '140844.696000', '140844.699000', '140844.701000', '140844.704000', '140844.707000', '140844.709000', '140844.712000', '140844.714000', '140844.717000', '140844.719000', '140844.722000', '140844.725000', '140844.727000', '140844.730000', '140844.732000', '140844.735000', '140844.738000', '140844.740000', '140844.743000', '140844.745000', '140844.748000', '140844.750000', '140844.753000', '140844.756000', '140844.758000', '140844.761000', '140844.763000', '140904.652000', '140904.655000', '140904.657000', '140904.660000', '140904.662000', '140904.665000', '140904.668000', '140904.670000', '140904.673000', '140904.675000', '140904.678000', '140904.681000', '140904.684000', '140904.686000', '140904.689000', '140904.691000', '140904.694000', '140904.697000', '140904.699000', '140904.702000', '140904.704000', '140904.707000', '140904.710000', '140904.712000', '140904.715000', '140904.717000', '140904.720000', '140904.723000', '140904.725000', '140904.728000', '140904.730000', '140904.733000', '140904.736000', '140904.738000', '140904.741000', '140904.744000', '140904.746000', '140904.749000', '140904.751000', '140904.754000', '140904.757000', '140904.759000', '140904.762000', '140924.651000', '140924.654000', '140924.657000', '140924.660000', '140924.662000', '140924.665000', '140924.667000', '140924.670000', '140924.672000', '140924.675000', '140924.678000', '140924.680000', '140924.683000', '140924.685000', '140924.688000', '140924.691000', '140924.693000', '140924.696000', '140924.698000', '140924.701000', '140924.704000', '140924.706000', '140924.709000', '140924.711000', '140924.714000', '140924.716000', '140924.719000', '140924.722000', '140924.724000', '140924.727000', '140924.730000', '140924.732000', '140924.735000', '140924.737000', '140924.740000', '140924.742000', '140924.745000', '140924.748000', '140924.750000', '140924.753000', '140924.755000', '140924.758000', '140924.761000', '140924.763000', '140938.675000', '140938.678000', '140938.681000', '140938.683000', '140938.686000', '140938.689000', '140938.691000', '140938.694000', '140938.696000', '140938.699000', '140938.702000', '140938.704000', '140938.707000', '140938.709000', '140938.712000', '140938.714000', '140938.717000', '140938.720000', '140938.722000', '140938.725000', '140938.727000', '140938.730000', '140938.732000', '140938.735000', '140938.738000', '140938.740000', '140938.743000', '140938.746000', '140938.748000', '140938.751000', '140938.753000'], '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': [14351, 9464, 8642, 14412, 9236, 8909, 14496, 10579, 9373, 10103, 8346, 9693, 8527, 8223, 11627, 8525, 8199, 12294, 8584, 8394, 8744, 8643, 10287, 8269, 8349, 11556, 9034, 16630, 9709, 16355, 10419, 17854, 11764, 13725, 9033, 9404, 8659, 8366, 11148, 8499, 12651, 8187, 11803, 8727, 12226, 8956, 11163, 9103, 7957, 8849, 8592, 11494, 8783, 12336, 11456, 9672, 10781, 8322, 11501, 8614, 15043, 9699, 16375, 10467, 13175, 9441, 12260, 9341, 13515, 16193, 8110, 8597, 8572, 8455, 9229, 9365, 9072, 9256, 9951, 8454, 9423, 8377, 10119, 8729, 8938, 8324, 12711, 8509, 12415, 12257, 16949, 8379, 10526, 8618, 10864, 8861, 8235, 9133, 8412, 9430, 8841, 10205, 8782, 14786, 9013, 12728, 7973, 10210, 8323, 11073, 8641, 14706, 10520, 11527, 8054, 10854, 8109, 10692, 8338, 9529, 8535, 9170, 8386, 8278, 9083, 9429, 8600, 11378, 12953, 8952, 9626, 8572, 9673, 8492, 9559, 9758, 11550, 11751, 13190, 8545, 9041, 14107, 20128, 13713, 8791, 11336, 8768, 16383, 12609, 19396, 13113, 14997, 8407, 17690, 10166, 14335, 9943, 18667, 10801, 12436, 8222, 9985, 8347, 9658, 8269, 8929, 8821, 8612, 9188, 8756, 9501, 8495, 12078, 14027, 17877, 12868, 14982, 10977, 13188, 8909, 9862, 8501, 8377, 9559, 8709, 12094, 8269, 9509, 8023, 11032, 8217, 13155, 8852, 12881, 10738, 8664, 8674, 8500, 9583, 8970, 10258, 8853, 14110, 8593, 13254, 8109, 11392, 8384, 11141, 8328, 15040, 10969, 17965, 8236, 11354, 8485, 13556, 14246, 8583, 9359, 8741, 10105, 8719, 10581, 8539, 11547, 8551, 8105, 8560, 8517, 10678, 8217, 10995, 8279, 11375, 11130, 14476, 11639, 15058, 19342, 14544, 10142, 10554, 10812, 16226, 14523, 13841, 11881, 14048, 12092, 18123, 8621, 11456, 8185, 9266, 9922, 8560, 10174, 9113, 12130, 8775, 12152, 9783, 8412, 8643, 8203, 9013, 8222, 9285, 9653, 8055, 10030, 8589, 13381, 9041, 8587, 8674, 8535, 10473, 8499, 12731, 8418, 12937, 13419, 17282, 13355, 14033, 8089, 8449, 9894, 10788, 11047, 14226, 12032, 13806, 11284, 8234, 9442, 8611, 10751, 8479, 8466, 8982, 8446, 9120, 8355, 13429, 8862, 15905, 10070, 13987, 10124, 14113, 9980, 13167, 10617, 15526, 8125, 9650, 7954, 10444, 8347, 9839, 8112, 8323, 8448, 8698, 8686, 11410, 9411, 8104, 8530, 8422, 9278, 8586, 10234, 8832, 11189, 9294, 15393, 8033, 9430, 8228, 9683, 8773, 10104, 10479, 8093, 8711, 8630, 9783, 8765, 11021, 12425, 17831, 12256, 16520, 8393, 12904, 9530, 8214, 11219, 19662, 20085, 12249, 16991, 16753, 21627, 13008, 8988, 11630, 13467, 11801, 8244, 8055, 10740, 14689, 11254, 8883, 11655, 13320, 12860, 8579, 8217, 9265, 8496, 8366, 8434, 8941, 15473, 9294, 13596, 8486, 15441, 11669, 17731, 15211, 19937, 19584, 16538, 10591, 9667, 8100, 8241, 11267, 8622, 8981, 8693, 8156, 8553, 8373, 8521, 11521, 8784, 13425, 9405, 17149, 12236, 17006, 12998, 17252, 11510, 14121, 9378, 11895, 8350, 11052, 8470, 9524, 8519, 8293, 9761, 8618, 11634, 8115, 8977, 8927, 8501, 11121, 8144, 10233, 8164, 10608, 8585, 10865, 8626, 11417, 8580, 10564, 8178, 8658, 8184, 8169, 8543, 8436, 10156, 8370, 8865, 12631, 8719, 17344, 9514, 13691, 9096, 12855, 8197, 9617, 8086, 7925, 8462, 8185, 10419, 9099, 10934, 8772, 9543, 14050, 9050, 18015, 14792, 18318, 12590, 8408, 9647, 8794, 10229, 13983, 9595, 15978, 9806, 17658, 19286, 11302, 10355, 8118, 9956, 8170, 15778, 9098, 15378, 9700, 15882, 11221, 17217, 15270, 9060, 9051, 8692, 10602, 13677, 19437, 13330, 16723, 8094, 12393, 9167, 13418, 9533, 15251, 12250, 16907, 11375, 13132, 8847, 12531, 8710, 11964, 8150, 9848, 8350, 7844, 9111, 7972, 7822, 8117, 8588, 12961, 12128, 8741, 11996, 9684, 18090, 12998, 14656, 10743, 16393, 11158, 8435, 8576, 8457, 10852, 8504, 11376, 8541, 13052, 8721, 11835, 14818, 20876, 21410, 9462, 10528, 11178, 10618, 11763, 8195, 8732, 8750, 8577, 12886, 8702, 14592, 8992, 13102, 8732, 13123, 8548, 13559, 9005, 14730, 8759, 11650, 8092, 9679, 8354, 10851, 8406, 11546, 8499, 9744, 8683, 8502, 9068, 8389, 9275, 11641, 8643, 15109, 9078, 14798, 9191, 8604, 8170, 8652, 8935, 11460, 8714, 11997, 9498, 8086, 8704, 9670, 9173, 14798, 9098, 15226, 9179, 12639, 8953, 8246, 8599, 8028, 9651, 8559, 11020, 9080, 13529, 8972, 12124, 8591, 11162, 8845, 12881, 9607, 16488, 9941, 13447, 8582, 11534, 8597, 12874, 9124, 13264, 8918, 8052, 8697, 8801, 10206, 8967, 12227, 9979, 15945, 8833, 12822, 8554, 12004, 8675, 12274, 9343, 16605, 9570, 13661, 8157, 12313, 8649, 12528, 9138, 13524, 10054, 8246, 8516, 8154, 9143, 9488, 9152, 13199, 10267, 12188, 8897, 8328, 9716, 8502, 10659, 10832, 12355, 12641, 12113, 8663, 10482, 9500, 10184, 13119, 10277, 16376, 11656, 8271, 9290, 8469, 10395, 9046, 11642, 9570, 14007, 9042, 12528, 8377, 11327, 8500, 9883, 10317, 8246, 8826, 8355, 12160, 8290, 15653, 10268, 16657, 10254, 9087, 8492, 11821, 8687, 14224, 9862, 11413, 11671, 8630, 10994, 8090, 9779, 8555, 9612, 10612, 9320, 13068, 8585, 11732, 9194, 12109, 10639, 14595, 12833, 16490, 8678, 12285, 8949, 12331, 8788, 14525, 10801, 15611, 8682, 12650, 8440, 12225, 8893, 13718, 9519, 8653, 8788, 8068, 8766, 10526, 8827, 13563, 10581, 13745, 10256, 8348, 9758, 8364, 10447, 10037, 12122, 12155, 14837, 8747, 11715, 8932, 11162, 8860, 11390, 12919, 11825, 11251, 11356, 8855, 10724, 8482, 11037, 8999, 11819, 8949, 14932, 8331, 12170, 8596, 11168, 8620, 10233, 11962, 11640, 14138, 8556, 11013, 8619, 12455, 9787, 16623, 13745, 18988, 9224, 15060, 8668, 13869, 9711, 15025, 10943, 14091, 8473, 7916, 8604, 8074, 9930, 8992, 15112, 11892, 16539, 8381, 12922, 8894, 11987, 8777, 10317, 12125, 9029, 11496, 8434, 11804, 8560, 9551, 9742, 13034, 18064, 10758, 15045, 12709, 9125, 8324, 10030, 10651, 19865, 17838, 19798, 13401, 8510, 12622, 9876, 19692, 10702, 10414, 9265, 8332, 9160, 8692, 13690, 13945, 19621, 11577, 7861, 8984, 8272, 9886, 8505, 9463, 8344, 10578, 8475, 11981, 8594, 10227, 8329, 9904, 8109, 11259, 8671, 11059, 8346, 8422, 8473, 8254, 8886, 10502, 8803, 13747, 9127, 15952, 10480, 14022, 8226, 11914, 8131, 10848, 9009, 11842, 8711, 13450, 8022, 9908, 8043, 10076, 8846, 11675, 8674, 8906, 8404, 9501, 8284, 12399, 8660, 11325, 16287, 9624, 10255, 8479, 12231, 8630, 15083, 9775, 18795, 13430, 13288, 8090, 12565, 8362, 13284, 9223, 16735, 9685, 12936, 7971, 10461, 8022, 9993, 8497, 10994, 8547, 11225, 8325, 9703, 8045, 10892, 8539, 12837, 8952, 13239, 7842, 11629, 8267, 10362, 8675, 11164, 8447, 14910, 8552, 11393, 7951, 10146, 8270, 11555, 8822, 13831, 8926, 16717, 10618, 12781, 8490, 10951, 8118, 10466, 10023, 14970, 9053, 10857, 8766, 9630, 8667, 9497, 8898, 11610, 9087, 15392, 8181, 10656, 8532, 10154, 8227, 9831, 9186, 16426, 8999, 10754, 8140, 9872, 8332, 10516, 8844, 13745, 9380, 16745, 8093, 9898, 8231, 11380, 8172, 12664, 9292, 9881, 8740, 8171, 9464, 9735, 8967, 14480, 9216, 11440, 11393, 8434, 9730, 8256, 10006, 8374, 11409, 8891, 13707, 9444, 12016, 8091, 10446, 8018, 12968, 8705, 14054, 10698, 11754, 8284, 8623, 11665, 8787, 12314, 8560, 9783, 7927, 10152, 8830, 12519, 8270, 10581, 7946, 10805, 8160, 12198, 11067, 14048], 'WindowCenter': [4837.0, 4758.0, 4731.0, 4775.0, 4714.0, 4713.0, 4758.0, 4720.0, 4698.0, 4706.0, 4686.0, 4696.0, 4687.0, 4689.0, 4728.0, 4701.0, 4713.0, 4752.0, 4715.0, 4714.0, 4712.0, 4714.0, 4731.0, 4702.0, 4701.0, 4742.0, 4712.0, 4770.0, 4711.0, 4769.0, 4721.0, 4781.0, 4730.0, 4749.0, 4699.0, 4707.0, 4698.0, 4702.0, 4730.0, 4699.0, 4740.0, 4701.0, 4740.0, 4712.0, 4751.0, 4722.0, 4741.0, 4712.0, 4703.0, 4723.0, 4724.0, 4751.0, 4726.0, 4763.0, 4754.0, 4750.0, 4758.0, 4729.0, 4757.0, 4726.0, 4786.0, 4735.0, 4783.0, 4745.0, 4765.0, 4736.0, 4770.0, 4738.0, 4767.0, 4786.0, 4717.0, 4715.0, 4713.0, 4703.0, 4713.0, 4712.0, 4701.0, 4711.0, 4711.0, 4692.0, 4712.0, 4702.0, 4734.0, 4704.0, 4702.0, 4689.0, 4727.0, 4688.0, 4740.0, 4729.0, 4771.0, 4704.0, 4721.0, 4701.0, 4720.0, 4713.0, 4703.0, 4712.0, 4702.0, 4711.0, 4702.0, 4724.0, 4713.0, 4763.0, 4712.0, 4743.0, 4691.0, 4722.0, 4703.0, 4732.0, 4702.0, 4762.0, 4724.0, 4732.0, 4692.0, 4721.0, 4692.0, 4719.0, 4702.0, 4711.0, 4702.0, 4713.0, 4702.0, 4692.0, 4711.0, 4713.0, 4714.0, 4732.0, 4753.0, 4703.0, 4711.0, 4702.0, 4711.0, 4691.0, 4711.0, 4711.0, 4732.0, 4731.0, 4741.0, 4702.0, 4726.0, 4775.0, 4817.0, 4764.0, 4716.0, 4745.0, 4716.0, 4774.0, 4744.0, 4793.0, 4740.0, 4761.0, 4691.0, 4770.0, 4710.0, 4750.0, 4699.0, 4769.0, 4708.0, 4727.0, 4689.0, 4708.0, 4691.0, 4710.0, 4701.0, 4699.0, 4712.0, 4703.0, 4712.0, 4703.0, 4721.0, 4714.0, 4757.0, 4791.0, 4797.0, 4754.0, 4763.0, 4735.0, 4754.0, 4714.0, 4723.0, 4715.0, 4703.0, 4723.0, 4702.0, 4740.0, 4703.0, 4712.0, 4692.0, 4722.0, 4703.0, 4742.0, 4700.0, 4741.0, 4719.0, 4691.0, 4699.0, 4701.0, 4712.0, 4703.0, 4723.0, 4701.0, 4752.0, 4703.0, 4742.0, 4691.0, 4731.0, 4692.0, 4733.0, 4704.0, 4750.0, 4721.0, 4770.0, 4689.0, 4719.0, 4701.0, 4766.0, 4765.0, 4700.0, 4712.0, 4715.0, 4722.0, 4715.0, 4762.0, 4704.0, 4745.0, 4719.0, 4706.0, 4690.0, 4700.0, 4733.0, 4740.0, 4760.0, 4730.0, 4757.0, 4745.0, 4764.0, 4744.0, 4771.0, 4793.0, 4761.0, 4721.0, 4733.0, 4733.0, 4774.0, 4762.0, 4751.0, 4729.0, 4738.0, 4726.0, 4767.0, 4686.0, 4715.0, 4689.0, 4724.0, 4722.0, 4702.0, 4721.0, 4713.0, 4756.0, 4714.0, 4755.0, 4736.0, 4704.0, 4703.0, 4701.0, 4703.0, 4702.0, 4713.0, 4723.0, 4707.0, 4737.0, 4717.0, 4751.0, 4715.0, 4701.0, 4700.0, 4703.0, 4733.0, 4715.0, 4755.0, 4718.0, 4782.0, 4768.0, 4785.0, 4752.0, 4739.0, 4680.0, 4690.0, 4712.0, 4721.0, 4732.0, 4751.0, 4730.0, 4741.0, 4721.0, 4692.0, 4699.0, 4702.0, 4745.0, 4715.0, 4704.0, 4715.0, 4703.0, 4713.0, 4716.0, 4765.0, 4716.0, 4786.0, 4725.0, 4756.0, 4725.0, 4752.0, 4725.0, 4741.0, 4722.0, 4759.0, 4680.0, 4699.0, 4690.0, 4721.0, 4692.0, 4710.0, 4691.0, 4689.0, 4691.0, 4691.0, 4701.0, 4730.0, 4701.0, 4678.0, 4689.0, 4689.0, 4698.0, 4689.0, 4709.0, 4713.0, 4721.0, 4702.0, 4761.0, 4692.0, 4700.0, 4701.0, 4713.0, 4703.0, 4723.0, 4723.0, 4692.0, 4700.0, 4701.0, 4711.0, 4703.0, 4721.0, 4731.0, 4769.0, 4728.0, 4785.0, 4703.0, 4742.0, 4710.0, 4716.0, 4760.0, 4811.0, 4783.0, 4752.0, 4821.0, 4812.0, 4829.0, 4767.0, 4714.0, 4731.0, 4737.0, 4719.0, 4689.0, 4690.0, 4720.0, 4776.0, 4757.0, 4724.0, 4743.0, 4762.0, 4742.0, 4687.0, 4690.0, 4699.0, 4689.0, 4688.0, 4703.0, 4725.0, 4774.0, 4724.0, 4750.0, 4701.0, 4748.0, 4719.0, 4782.0, 4760.0, 4793.0, 4781.0, 4758.0, 4706.0, 4695.0, 4664.0, 4715.0, 4745.0, 4704.0, 4702.0, 4699.0, 4700.0, 4701.0, 4701.0, 4713.0, 4741.0, 4714.0, 4754.0, 4714.0, 4773.0, 4732.0, 4760.0, 4729.0, 4757.0, 4720.0, 4724.0, 4687.0, 4703.0, 4662.0, 4703.0, 4678.0, 4700.0, 4687.0, 4689.0, 4711.0, 4699.0, 4741.0, 4691.0, 4701.0, 4700.0, 4689.0, 4717.0, 4689.0, 4709.0, 4689.0, 4708.0, 4716.0, 4718.0, 4687.0, 4716.0, 4688.0, 4709.0, 4689.0, 4689.0, 4690.0, 4702.0, 4704.0, 4702.0, 4722.0, 4702.0, 4702.0, 4742.0, 4701.0, 4773.0, 4712.0, 4763.0, 4701.0, 4741.0, 4703.0, 4714.0, 4705.0, 4704.0, 4715.0, 4717.0, 4734.0, 4715.0, 4736.0, 4714.0, 4725.0, 4792.0, 4739.0, 4809.0, 4789.0, 4797.0, 4743.0, 4716.0, 4725.0, 4717.0, 4737.0, 4764.0, 4726.0, 4799.0, 4737.0, 4807.0, 4796.0, 4733.0, 4722.0, 4707.0, 4734.0, 4715.0, 4775.0, 4726.0, 4789.0, 4741.0, 4799.0, 4747.0, 4795.0, 4763.0, 4701.0, 4703.0, 4717.0, 4737.0, 4766.0, 4808.0, 4753.0, 4771.0, 4692.0, 4729.0, 4702.0, 4739.0, 4699.0, 4748.0, 4718.0, 4746.0, 4706.0, 4714.0, 4674.0, 4713.0, 4675.0, 4715.0, 4690.0, 4725.0, 4701.0, 4689.0, 4701.0, 4690.0, 4694.0, 4706.0, 4715.0, 4767.0, 4743.0, 4714.0, 4742.0, 4714.0, 4783.0, 4742.0, 4765.0, 4723.0, 4760.0, 4709.0, 4676.0, 4688.0, 4688.0, 4721.0, 4703.0, 4732.0, 4714.0, 4751.0, 4702.0, 4742.0, 4763.0, 4809.0, 4817.0, 4736.0, 4747.0, 4754.0, 4733.0, 4742.0, 4701.0, 4712.0, 4702.0, 4702.0, 4740.0, 4700.0, 4761.0, 4700.0, 4738.0, 4698.0, 4736.0, 4699.0, 4738.0, 4700.0, 4748.0, 4700.0, 4728.0, 4689.0, 4708.0, 4699.0, 4718.0, 4701.0, 4741.0, 4713.0, 4722.0, 4711.0, 4712.0, 4712.0, 4703.0, 4723.0, 4741.0, 4712.0, 4773.0, 4714.0, 4774.0, 4714.0, 4703.0, 4703.0, 4714.0, 4725.0, 4745.0, 4715.0, 4743.0, 4724.0, 4704.0, 4714.0, 4724.0, 4724.0, 4773.0, 4714.0, 4773.0, 4725.0, 4754.0, 4712.0, 4702.0, 4713.0, 4704.0, 4734.0, 4715.0, 4745.0, 4725.0, 4765.0, 4714.0, 4752.0, 4713.0, 4743.0, 4714.0, 4753.0, 4725.0, 4786.0, 4724.0, 4763.0, 4712.0, 4742.0, 4715.0, 4764.0, 4726.0, 4764.0, 4712.0, 4704.0, 4713.0, 4723.0, 4735.0, 4728.0, 4755.0, 4736.0, 4785.0, 4725.0, 4752.0, 4713.0, 4743.0, 4714.0, 4753.0, 4723.0, 4783.0, 4722.0, 4751.0, 4702.0, 4740.0, 4711.0, 4752.0, 4711.0, 4752.0, 4722.0, 4702.0, 4712.0, 4702.0, 4723.0, 4724.0, 4724.0, 4753.0, 4735.0, 4743.0, 4711.0, 4701.0, 4722.0, 4712.0, 4733.0, 4733.0, 4753.0, 4751.0, 4741.0, 4701.0, 4731.0, 4711.0, 4721.0, 4751.0, 4720.0, 4771.0, 4731.0, 4689.0, 4710.0, 4700.0, 4718.0, 4710.0, 4740.0, 4710.0, 4763.0, 4710.0, 4739.0, 4702.0, 4743.0, 4726.0, 4736.0, 4745.0, 4716.0, 4737.0, 4727.0, 4756.0, 4728.0, 4786.0, 4746.0, 4785.0, 4735.0, 4713.0, 4715.0, 4754.0, 4716.0, 4764.0, 4723.0, 4743.0, 4744.0, 4714.0, 4733.0, 4703.0, 4736.0, 4728.0, 4736.0, 4747.0, 4737.0, 4766.0, 4727.0, 4754.0, 4725.0, 4755.0, 4745.0, 4774.0, 4755.0, 4784.0, 4712.0, 4743.0, 4713.0, 4753.0, 4715.0, 4763.0, 4732.0, 4771.0, 4701.0, 4751.0, 4701.0, 4753.0, 4725.0, 4762.0, 4724.0, 4713.0, 4713.0, 4703.0, 4713.0, 4733.0, 4726.0, 4764.0, 4733.0, 4764.0, 4731.0, 4703.0, 4723.0, 4703.0, 4733.0, 4734.0, 4753.0, 4753.0, 4773.0, 4712.0, 4742.0, 4713.0, 4732.0, 4712.0, 4742.0, 4752.0, 4742.0, 4731.0, 4731.0, 4712.0, 4730.0, 4702.0, 4732.0, 4726.0, 4754.0, 4723.0, 4776.0, 4715.0, 4753.0, 4726.0, 4756.0, 4728.0, 4746.0, 4757.0, 4755.0, 4776.0, 4727.0, 4746.0, 4740.0, 4766.0, 4737.0, 4783.0, 4764.0, 4792.0, 4714.0, 4771.0, 4712.0, 4762.0, 4726.0, 4773.0, 4744.0, 4762.0, 4702.0, 4690.0, 4702.0, 4701.0, 4723.0, 4711.0, 4762.0, 4741.0, 4782.0, 4701.0, 4749.0, 4712.0, 4742.0, 4712.0, 4720.0, 4742.0, 4713.0, 4731.0, 4702.0, 4742.0, 4712.0, 4722.0, 4724.0, 4766.0, 4794.0, 4744.0, 4772.0, 4763.0, 4735.0, 4715.0, 4733.0, 4733.0, 4804.0, 4795.0, 4802.0, 4765.0, 4710.0, 4739.0, 4722.0, 4788.0, 4719.0, 4720.0, 4725.0, 4715.0, 4712.0, 4691.0, 4741.0, 4738.0, 4770.0, 4718.0, 4691.0, 4699.0, 4690.0, 4698.0, 4688.0, 4697.0, 4689.0, 4708.0, 4677.0, 4718.0, 4689.0, 4707.0, 4690.0, 4697.0, 4680.0, 4720.0, 4700.0, 4721.0, 4691.0, 4691.0, 4691.0, 4691.0, 4700.0, 4719.0, 4702.0, 4752.0, 4713.0, 4762.0, 4720.0, 4739.0, 4690.0, 4730.0, 4680.0, 4720.0, 4703.0, 4730.0, 4692.0, 4739.0, 4691.0, 4711.0, 4691.0, 4712.0, 4714.0, 4733.0, 4705.0, 4714.0, 4703.0, 4712.0, 4718.0, 4757.0, 4732.0, 4747.0, 4787.0, 4738.0, 4736.0, 4715.0, 4744.0, 4716.0, 4765.0, 4725.0, 4784.0, 4751.0, 4742.0, 4693.0, 4731.0, 4693.0, 4751.0, 4714.0, 4774.0, 4714.0, 4740.0, 4693.0, 4720.0, 4692.0, 4725.0, 4714.0, 4732.0, 4705.0, 4732.0, 4703.0, 4713.0, 4704.0, 4736.0, 4716.0, 4754.0, 4729.0, 4756.0, 4705.0, 4744.0, 4705.0, 4724.0, 4717.0, 4746.0, 4706.0, 4775.0, 4716.0, 4744.0, 4705.0, 4725.0, 4705.0, 4745.0, 4727.0, 4765.0, 4716.0, 4785.0, 4735.0, 4744.0, 4705.0, 4723.0, 4693.0, 4722.0, 4711.0, 4764.0, 4703.0, 4721.0, 4703.0, 4713.0, 4703.0, 4723.0, 4717.0, 4745.0, 4715.0, 4765.0, 4704.0, 4722.0, 4702.0, 4723.0, 4703.0, 4712.0, 4700.0, 4774.0, 4703.0, 4722.0, 4693.0, 4710.0, 4692.0, 4724.0, 4705.0, 4754.0, 4714.0, 4771.0, 4692.0, 4711.0, 4692.0, 4732.0, 4705.0, 4741.0, 4716.0, 4711.0, 4692.0, 4693.0, 4710.0, 4700.0, 4703.0, 4753.0, 4701.0, 4720.0, 4733.0, 4691.0, 4710.0, 4692.0, 4711.0, 4705.0, 4735.0, 4715.0, 4756.0, 4716.0, 4732.0, 4694.0, 4721.0, 4692.0, 4742.0, 4702.0, 4740.0, 4722.0, 4720.0, 4692.0, 4704.0, 4732.0, 4693.0, 4732.0, 4702.0, 4711.0, 4695.0, 4723.0, 4716.0, 4756.0, 4704.0, 4723.0, 4695.0, 4735.0, 4705.0, 4743.0, 4747.0, 4779.0], 'WindowWidth': [10564.0, 10431.0, 10377.0, 10424.0, 10336.0, 10332.0, 10385.0, 10336.0, 10300.0, 10307.0, 10280.0, 10291.0, 10282.0, 10286.0, 10339.0, 10308.0, 10327.0, 10381.0, 10331.0, 10329.0, 10323.0, 10331.0, 10348.0, 10309.0, 10307.0, 10362.0, 10321.0, 10402.0, 10319.0, 10400.0, 10333.0, 10418.0, 10342.0, 10366.0, 10300.0, 10309.0, 10299.0, 10310.0, 10346.0, 10302.0, 10357.0, 10306.0, 10359.0, 10324.0, 10376.0, 10338.0, 10362.0, 10325.0, 10312.0, 10342.0, 10347.0, 10378.0, 10350.0, 10396.0, 10388.0, 10390.0, 10399.0, 10359.0, 10394.0, 10350.0, 10434.0, 10361.0, 10427.0, 10372.0, 10400.0, 10363.0, 10416.0, 10370.0, 10404.0, 10430.0, 10335.0, 10329.0, 10322.0, 10309.0, 10322.0, 10319.0, 10303.0, 10315.0, 10314.0, 10291.0, 10316.0, 10306.0, 10355.0, 10310.0, 10306.0, 10281.0, 10332.0, 10280.0, 10353.0, 10335.0, 10399.0, 10309.0, 10329.0, 10303.0, 10328.0, 10322.0, 10308.0, 10320.0, 10305.0, 10316.0, 10305.0, 10337.0, 10323.0, 10392.0, 10319.0, 10361.0, 10290.0, 10330.0, 10305.0, 10344.0, 10305.0, 10388.0, 10337.0, 10345.0, 10292.0, 10330.0, 10290.0, 10324.0, 10303.0, 10317.0, 10305.0, 10320.0, 10305.0, 10290.0, 10316.0, 10323.0, 10325.0, 10346.0, 10378.0, 10306.0, 10315.0, 10303.0, 10313.0, 10286.0, 10316.0, 10315.0, 10345.0, 10342.0, 10356.0, 10304.0, 10347.0, 10417.0, 10480.0, 10399.0, 10332.0, 10371.0, 10333.0, 10411.0, 10366.0, 10434.0, 10355.0, 10383.0, 10287.0, 10398.0, 10311.0, 10370.0, 10296.0, 10396.0, 10305.0, 10331.0, 10282.0, 10305.0, 10289.0, 10315.0, 10303.0, 10299.0, 10321.0, 10307.0, 10320.0, 10309.0, 10332.0, 10327.0, 10389.0, 10442.0, 10449.0, 10378.0, 10390.0, 10352.0, 10378.0, 10324.0, 10339.0, 10330.0, 10312.0, 10336.0, 10303.0, 10355.0, 10307.0, 10319.0, 10293.0, 10332.0, 10308.0, 10361.0, 10299.0, 10356.0, 10323.0, 10288.0, 10298.0, 10304.0, 10318.0, 10307.0, 10333.0, 10303.0, 10375.0, 10307.0, 10359.0, 10291.0, 10344.0, 10291.0, 10349.0, 10310.0, 10369.0, 10327.0, 10394.0, 10284.0, 10323.0, 10302.0, 10402.0, 10396.0, 10299.0, 10320.0, 10326.0, 10332.0, 10328.0, 10406.0, 10311.0, 10370.0, 10341.0, 10317.0, 10286.0, 10301.0, 10352.0, 10376.0, 10403.0, 10360.0, 10391.0, 10374.0, 10393.0, 10369.0, 10401.0, 10445.0, 10391.0, 10332.0, 10352.0, 10350.0, 10412.0, 10387.0, 10372.0, 10337.0, 10350.0, 10328.0, 10394.0, 10277.0, 10312.0, 10284.0, 10341.0, 10336.0, 10306.0, 10331.0, 10323.0, 10386.0, 10327.0, 10384.0, 10360.0, 10310.0, 10307.0, 10303.0, 10304.0, 10306.0, 10322.0, 10337.0, 10321.0, 10361.0, 10335.0, 10372.0, 10328.0, 10300.0, 10299.0, 10307.0, 10350.0, 10327.0, 10382.0, 10336.0, 10434.0, 10406.0, 10430.0, 10373.0, 10348.0, 10269.0, 10282.0, 10316.0, 10328.0, 10344.0, 10366.0, 10339.0, 10352.0, 10326.0, 10290.0, 10296.0, 10305.0, 10371.0, 10329.0, 10311.0, 10326.0, 10306.0, 10321.0, 10329.0, 10395.0, 10331.0, 10428.0, 10340.0, 10382.0, 10337.0, 10373.0, 10339.0, 10354.0, 10328.0, 10379.0, 10272.0, 10294.0, 10286.0, 10329.0, 10290.0, 10312.0, 10286.0, 10283.0, 10286.0, 10286.0, 10303.0, 10340.0, 10301.0, 10265.0, 10280.0, 10282.0, 10291.0, 10284.0, 10311.0, 10320.0, 10329.0, 10303.0, 10384.0, 10290.0, 10299.0, 10302.0, 10319.0, 10308.0, 10333.0, 10333.0, 10290.0, 10299.0, 10300.0, 10313.0, 10306.0, 10329.0, 10339.0, 10397.0, 10335.0, 10426.0, 10307.0, 10362.0, 10314.0, 10334.0, 10402.0, 10485.0, 10429.0, 10378.0, 10495.0, 10482.0, 10497.0, 10404.0, 10326.0, 10343.0, 10344.0, 10318.0, 10281.0, 10286.0, 10325.0, 10419.0, 10390.0, 10343.0, 10362.0, 10391.0, 10360.0, 10280.0, 10288.0, 10298.0, 10284.0, 10282.0, 10312.0, 10346.0, 10412.0, 10343.0, 10372.0, 10300.0, 10362.0, 10325.0, 10423.0, 10387.0, 10442.0, 10419.0, 10376.0, 10302.0, 10285.0, 10240.0, 10334.0, 10373.0, 10313.0, 10305.0, 10296.0, 10305.0, 10304.0, 10305.0, 10323.0, 10360.0, 10329.0, 10382.0, 10327.0, 10407.0, 10345.0, 10386.0, 10335.0, 10377.0, 10326.0, 10321.0, 10275.0, 10291.0, 10231.0, 10291.0, 10263.0, 10298.0, 10277.0, 10281.0, 10315.0, 10296.0, 10360.0, 10290.0, 10300.0, 10300.0, 10281.0, 10318.0, 10282.0, 10308.0, 10282.0, 10308.0, 10331.0, 10320.0, 10275.0, 10313.0, 10281.0, 10308.0, 10284.0, 10283.0, 10288.0, 10306.0, 10310.0, 10304.0, 10331.0, 10304.0, 10305.0, 10360.0, 10303.0, 10404.0, 10318.0, 10391.0, 10304.0, 10359.0, 10307.0, 10325.0, 10313.0, 10312.0, 10330.0, 10336.0, 10354.0, 10329.0, 10356.0, 10325.0, 10343.0, 10449.0, 10369.0, 10469.0, 10442.0, 10444.0, 10361.0, 10333.0, 10341.0, 10332.0, 10358.0, 10394.0, 10344.0, 10453.0, 10362.0, 10463.0, 10450.0, 10349.0, 10333.0, 10318.0, 10352.0, 10329.0, 10410.0, 10346.0, 10438.0, 10375.0, 10453.0, 10377.0, 10441.0, 10389.0, 10301.0, 10306.0, 10332.0, 10361.0, 10399.0, 10468.0, 10374.0, 10398.0, 10289.0, 10338.0, 10301.0, 10351.0, 10294.0, 10362.0, 10316.0, 10355.0, 10296.0, 10306.0, 10252.0, 10303.0, 10256.0, 10311.0, 10289.0, 10343.0, 10303.0, 10285.0, 10300.0, 10285.0, 10301.0, 10319.0, 10331.0, 10405.0, 10363.0, 10325.0, 10361.0, 10323.0, 10421.0, 10357.0, 10399.0, 10335.0, 10382.0, 10305.0, 10258.0, 10276.0, 10278.0, 10326.0, 10308.0, 10346.0, 10325.0, 10374.0, 10305.0, 10360.0, 10390.0, 10481.0, 10483.0, 10360.0, 10380.0, 10386.0, 10354.0, 10363.0, 10306.0, 10322.0, 10308.0, 10306.0, 10356.0, 10301.0, 10389.0, 10300.0, 10349.0, 10295.0, 10345.0, 10298.0, 10351.0, 10301.0, 10364.0, 10303.0, 10335.0, 10283.0, 10308.0, 10299.0, 10323.0, 10303.0, 10360.0, 10323.0, 10336.0, 10321.0, 10322.0, 10323.0, 10309.0, 10338.0, 10359.0, 10321.0, 10407.0, 10326.0, 10409.0, 10325.0, 10309.0, 10311.0, 10326.0, 10342.0, 10370.0, 10330.0, 10365.0, 10342.0, 10312.0, 10327.0, 10340.0, 10341.0, 10407.0, 10327.0, 10410.0, 10342.0, 10380.0, 10322.0, 10307.0, 10324.0, 10313.0, 10354.0, 10331.0, 10370.0, 10343.0, 10399.0, 10326.0, 10377.0, 10325.0, 10366.0, 10328.0, 10379.0, 10342.0, 10431.0, 10342.0, 10392.0, 10324.0, 10363.0, 10329.0, 10397.0, 10346.0, 10395.0, 10324.0, 10313.0, 10325.0, 10341.0, 10358.0, 10352.0, 10386.0, 10361.0, 10428.0, 10342.0, 10378.0, 10325.0, 10365.0, 10327.0, 10379.0, 10338.0, 10425.0, 10336.0, 10374.0, 10308.0, 10357.0, 10319.0, 10376.0, 10321.0, 10376.0, 10334.0, 10307.0, 10320.0, 10308.0, 10336.0, 10339.0, 10342.0, 10377.0, 10357.0, 10363.0, 10319.0, 10307.0, 10335.0, 10322.0, 10353.0, 10352.0, 10381.0, 10372.0, 10361.0, 10305.0, 10345.0, 10316.0, 10332.0, 10373.0, 10330.0, 10402.0, 10345.0, 10285.0, 10314.0, 10301.0, 10325.0, 10316.0, 10356.0, 10315.0, 10394.0, 10315.0, 10354.0, 10309.0, 10367.0, 10348.0, 10361.0, 10374.0, 10335.0, 10364.0, 10351.0, 10388.0, 10353.0, 10432.0, 10375.0, 10427.0, 10355.0, 10326.0, 10329.0, 10380.0, 10332.0, 10397.0, 10339.0, 10366.0, 10368.0, 10326.0, 10352.0, 10314.0, 10361.0, 10353.0, 10362.0, 10379.0, 10363.0, 10404.0, 10350.0, 10383.0, 10344.0, 10386.0, 10374.0, 10414.0, 10385.0, 10423.0, 10323.0, 10364.0, 10325.0, 10377.0, 10330.0, 10393.0, 10348.0, 10402.0, 10305.0, 10371.0, 10308.0, 10378.0, 10343.0, 10389.0, 10344.0, 10325.0, 10324.0, 10309.0, 10324.0, 10351.0, 10345.0, 10396.0, 10354.0, 10394.0, 10347.0, 10310.0, 10337.0, 10311.0, 10352.0, 10356.0, 10379.0, 10381.0, 10409.0, 10321.0, 10363.0, 10323.0, 10347.0, 10322.0, 10364.0, 10376.0, 10361.0, 10344.0, 10343.0, 10318.0, 10342.0, 10307.0, 10348.0, 10348.0, 10382.0, 10340.0, 10417.0, 10331.0, 10380.0, 10347.0, 10388.0, 10353.0, 10374.0, 10391.0, 10386.0, 10416.0, 10349.0, 10373.0, 10376.0, 10406.0, 10363.0, 10424.0, 10395.0, 10436.0, 10326.0, 10401.0, 10323.0, 10394.0, 10347.0, 10407.0, 10370.0, 10389.0, 10307.0, 10291.0, 10308.0, 10304.0, 10337.0, 10322.0, 10391.0, 10359.0, 10419.0, 10306.0, 10369.0, 10319.0, 10361.0, 10324.0, 10330.0, 10364.0, 10322.0, 10346.0, 10309.0, 10363.0, 10322.0, 10336.0, 10342.0, 10399.0, 10443.0, 10370.0, 10404.0, 10396.0, 10360.0, 10333.0, 10353.0, 10351.0, 10459.0, 10443.0, 10447.0, 10401.0, 10318.0, 10355.0, 10333.0, 10427.0, 10328.0, 10331.0, 10345.0, 10332.0, 10319.0, 10288.0, 10356.0, 10348.0, 10398.0, 10319.0, 10288.0, 10293.0, 10282.0, 10290.0, 10275.0, 10288.0, 10279.0, 10305.0, 10263.0, 10319.0, 10280.0, 10302.0, 10282.0, 10289.0, 10269.0, 10324.0, 10300.0, 10326.0, 10286.0, 10287.0, 10287.0, 10287.0, 10299.0, 10323.0, 10302.0, 10373.0, 10317.0, 10389.0, 10325.0, 10351.0, 10282.0, 10336.0, 10270.0, 10324.0, 10306.0, 10339.0, 10288.0, 10350.0, 10287.0, 10312.0, 10288.0, 10317.0, 10324.0, 10347.0, 10312.0, 10322.0, 10307.0, 10318.0, 10334.0, 10385.0, 10362.0, 10374.0, 10433.0, 10363.0, 10357.0, 10328.0, 10366.0, 10330.0, 10397.0, 10338.0, 10420.0, 10368.0, 10356.0, 10291.0, 10341.0, 10291.0, 10372.0, 10323.0, 10406.0, 10320.0, 10353.0, 10290.0, 10325.0, 10290.0, 10343.0, 10326.0, 10345.0, 10313.0, 10346.0, 10307.0, 10320.0, 10311.0, 10358.0, 10332.0, 10379.0, 10352.0, 10384.0, 10313.0, 10364.0, 10313.0, 10337.0, 10330.0, 10370.0, 10316.0, 10410.0, 10328.0, 10364.0, 10313.0, 10339.0, 10314.0, 10368.0, 10347.0, 10396.0, 10329.0, 10427.0, 10352.0, 10364.0, 10310.0, 10334.0, 10295.0, 10331.0, 10315.0, 10392.0, 10304.0, 10326.0, 10306.0, 10319.0, 10308.0, 10337.0, 10333.0, 10368.0, 10329.0, 10393.0, 10309.0, 10332.0, 10304.0, 10332.0, 10308.0, 10317.0, 10300.0, 10408.0, 10303.0, 10331.0, 10292.0, 10312.0, 10290.0, 10335.0, 10311.0, 10376.0, 10324.0, 10397.0, 10290.0, 10315.0, 10289.0, 10344.0, 10310.0, 10354.0, 10328.0, 10313.0, 10288.0, 10290.0, 10311.0, 10296.0, 10302.0, 10374.0, 10299.0, 10323.0, 10348.0, 10285.0, 10310.0, 10290.0, 10313.0, 10311.0, 10351.0, 10324.0, 10382.0, 10327.0, 10344.0, 10292.0, 10327.0, 10288.0, 10357.0, 10301.0, 10351.0, 10330.0, 10323.0, 10289.0, 10306.0, 10343.0, 10291.0, 10344.0, 10303.0, 10313.0, 10299.0, 10335.0, 10327.0, 10384.0, 10310.0, 10335.0, 10298.0, 10351.0, 10309.0, 10361.0, 10373.0, 10420.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.001073236124176858</td></tr>
<tr><td colspan=3>aqi</td><td>0.020443732831608653</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.811251634811654</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2011941349529192</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0089496914971763</td></tr>
<tr><td colspan=3>efc</td><td>0.509</td></tr>
<tr><td colspan=3>fber</td><td>4827.0464</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08978780513039103</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.773283160865475</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.453921089650157</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3192394901595668</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6546865730709763</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.387837205719927</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107568</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005301674362272024</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04314790293574333</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.122024164543329</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.1985</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.6917</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>253.6516</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293092.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1332.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>480.016</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9122</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>642.547</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3928.081</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4052.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1670.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.0063</td></tr>
<tr><td colspan=3>tsnr</td><td>37.297617056174204</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>