<?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-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-03/func/sub-0046_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>bc094989193826bc9fd949d5cd914f93</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>19:54:28.010000</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.995842, 0.0359696, 0.0836996, -0.0382564, 0.998933, 0.0258792]</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.10311</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7764, -7291, 524, -62, -107, -27, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.715</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b87e3333-f37d-41b8-9734-6ed3f971cc1b||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.6717703342437744, -0.10263907164335251, 0.22323451936244965, 113.6416244506836], [-0.09650381654500961, 2.6800637245178223, 0.07822882384061813, -94.73924255371094], [0.22456000745296478, -0.06943202018737793, 2.6896183490753174, -85.09545135498047], [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': ['195428.010000', '195428.470000', '195428.930000', '195429.390000', '195429.850000', '195430.310000', '195430.770000', '195431.230000', '195431.690000', '195432.150000', '195432.610000', '195433.070000', '195433.530000', '195433.990000', '195434.450000', '195434.910000', '195435.370000', '195435.830000', '195436.290000', '195436.750000', '195437.210000', '195437.670000', '195438.130000', '195438.590000', '195439.050000', '195439.510000', '195439.970000', '195440.430000', '195440.890000', '195441.350000', '195441.810000', '195442.270000', '195442.730000', '195443.190000', '195443.650000', '195444.110000', '195444.570000', '195445.030000', '195445.490000', '195445.950000', '195446.410000', '195446.870000', '195447.330000', '195447.790000', '195448.250000', '195448.710000', '195449.170000', '195449.630000', '195450.090000', '195450.550000', '195451.010000', '195451.470000', '195451.930000', '195452.390000', '195452.850000', '195453.310000', '195453.770000', '195454.230000', '195454.690000', '195455.150000', '195455.610000', '195456.070000', '195456.530000', '195456.990000', '195457.450000', '195457.910000', '195458.370000', '195458.830000', '195459.290000', '195459.750000', '195500.210000', '195500.670000', '195501.130000', '195501.590000', '195502.050000', '195502.510000', '195502.970000', '195503.430000', '195503.890000', '195504.350000', '195504.810000', '195505.270000', '195505.730000', '195506.190000', '195506.650000', '195507.110000', '195507.570000', '195508.030000', '195508.490000', '195508.950000', '195509.410000', '195509.870000', '195510.330000', '195510.790000', '195511.250000', '195511.710000', '195512.170000', '195512.630000', '195513.090000', '195513.550000', '195514.010000', '195514.470000', '195514.930000', '195515.390000', '195515.850000', '195516.310000', '195516.770000', '195517.230000', '195517.690000', '195518.150000', '195518.610000', '195519.070000', '195519.530000', '195519.990000', '195520.450000', '195520.910000', '195521.370000', '195521.830000', '195522.290000', '195522.750000', '195523.210000', '195523.670000', '195524.130000', '195524.590000', '195525.050000', '195525.510000', '195525.970000', '195526.430000', '195526.890000', '195527.350000', '195527.810000', '195528.270000', '195528.730000', '195529.190000', '195529.650000', '195530.110000', '195530.570000', '195531.030000', '195531.490000', '195531.950000', '195532.410000', '195532.870000', '195533.330000', '195533.790000', '195534.250000', '195534.710000', '195535.170000', '195535.630000', '195536.090000', '195536.550000', '195537.010000', '195537.470000', '195537.930000', '195538.390000', '195538.850000', '195539.310000', '195539.770000', '195540.230000', '195540.690000', '195541.150000', '195541.610000', '195542.070000', '195542.530000', '195542.990000', '195543.450000', '195543.910000', '195544.370000', '195544.830000', '195545.290000', '195545.750000', '195546.210000', '195546.670000', '195547.130000', '195547.590000', '195548.050000', '195548.510000', '195548.970000', '195549.430000', '195549.890000', '195550.350000', '195550.810000', '195551.270000', '195551.730000', '195552.190000', '195552.650000', '195553.110000', '195553.570000', '195554.030000', '195554.490000', '195554.950000', '195555.410000', '195555.870000', '195556.330000', '195556.790000', '195557.250000', '195557.710000', '195558.170000', '195558.630000', '195559.090000', '195559.550000', '195600.010000', '195600.470000', '195600.930000', '195601.390000', '195601.850000', '195602.310000', '195602.770000', '195603.230000', '195603.690000', '195604.150000', '195604.610000', '195605.070000', '195605.530000', '195605.990000', '195606.450000', '195606.910000', '195607.370000', '195607.830000', '195608.290000', '195608.750000', '195609.210000', '195609.670000', '195610.130000', '195610.590000', '195611.050000', '195611.510000', '195611.970000', '195612.430000', '195612.890000', '195613.350000', '195613.810000', '195614.270000', '195614.730000', '195615.190000', '195615.650000', '195616.110000', '195616.570000', '195617.030000', '195617.490000', '195617.950000', '195618.410000', '195618.870000', '195619.330000', '195619.790000', '195620.250000', '195620.710000', '195621.170000', '195621.630000', '195622.090000', '195622.550000', '195623.010000', '195623.470000', '195623.930000', '195624.390000', '195624.850000', '195625.310000', '195625.770000', '195626.230000', '195626.690000', '195627.150000', '195627.610000', '195628.070000', '195628.530000', '195628.990000', '195629.450000', '195629.910000', '195630.370000', '195630.830000', '195631.290000', '195631.750000', '195632.210000', '195632.670000', '195633.130000', '195633.590000', '195634.050000', '195634.510000', '195634.970000', '195635.430000', '195635.890000', '195636.350000', '195636.810000', '195637.270000', '195637.730000', '195638.190000', '195638.650000', '195639.110000', '195639.570000', '195640.030000', '195640.490000', '195640.950000', '195641.410000', '195641.870000', '195642.330000', '195642.790000', '195643.250000', '195643.710000', '195644.170000', '195644.630000', '195645.090000', '195645.550000', '195646.010000', '195646.470000', '195646.930000', '195647.390000', '195647.850000', '195648.310000', '195648.770000', '195649.230000', '195649.690000', '195650.150000', '195650.610000', '195651.070000', '195651.530000', '195651.990000', '195652.450000', '195652.910000', '195653.370000', '195653.830000', '195654.290000', '195654.750000', '195655.210000', '195655.670000', '195656.130000', '195656.590000', '195657.050000', '195657.510000', '195657.970000', '195658.430000', '195658.890000', '195659.350000', '195659.810000', '195700.270000', '195700.730000', '195701.190000', '195701.650000', '195702.110000', '195702.570000', '195703.030000', '195703.490000', '195703.950000', '195704.410000', '195704.870000', '195705.330000', '195705.790000', '195706.250000', '195706.710000', '195707.170000', '195707.630000', '195708.090000', '195708.550000', '195709.010000', '195709.470000', '195709.930000', '195710.390000', '195710.850000', '195711.310000', '195711.770000', '195712.230000', '195712.690000', '195713.150000', '195713.610000', '195714.070000', '195714.530000', '195714.990000', '195715.450000', '195715.910000', '195716.370000', '195716.830000', '195717.290000', '195717.750000', '195718.210000', '195718.670000', '195719.130000', '195719.590000', '195720.050000', '195720.510000', '195720.970000', '195721.430000', '195721.890000', '195722.350000', '195722.810000', '195723.270000', '195723.730000', '195724.190000', '195724.650000', '195725.110000', '195725.570000', '195726.030000', '195726.490000', '195726.950000', '195727.410000', '195727.870000', '195728.330000', '195728.790000', '195729.250000', '195729.710000', '195730.170000', '195730.630000', '195731.090000', '195731.550000', '195732.010000', '195732.470000', '195732.930000', '195733.390000', '195733.850000', '195734.310000', '195734.770000', '195735.230000', '195735.690000', '195736.150000', '195736.610000', '195737.070000', '195737.530000', '195737.990000', '195738.450000', '195738.910000', '195739.370000', '195739.830000', '195740.290000', '195740.750000', '195741.210000', '195741.670000', '195742.130000', '195742.590000', '195743.050000', '195743.510000', '195743.970000', '195744.430000', '195744.890000', '195745.350000', '195745.810000', '195746.270000', '195746.730000', '195747.190000', '195747.650000', '195748.110000', '195748.570000', '195749.030000', '195749.490000', '195749.950000', '195750.410000', '195750.870000', '195751.330000', '195751.790000', '195752.250000', '195752.710000', '195753.170000', '195753.630000', '195754.090000', '195754.550000', '195755.010000', '195755.470000', '195755.930000', '195756.390000', '195756.850000', '195757.310000', '195757.770000', '195758.230000', '195758.690000', '195759.150000', '195759.610000', '195800.070000', '195800.530000', '195800.990000', '195801.450000', '195801.910000', '195802.370000', '195802.830000', '195803.290000', '195803.750000', '195804.210000', '195804.670000', '195805.130000', '195805.590000', '195806.050000', '195806.510000', '195806.970000', '195807.430000', '195807.890000', '195808.350000', '195808.810000', '195809.270000', '195809.730000', '195810.190000', '195810.650000', '195811.110000', '195811.570000', '195812.030000', '195812.490000', '195812.950000', '195813.410000', '195813.870000', '195814.330000', '195814.790000', '195815.250000', '195815.710000', '195816.170000', '195816.630000', '195817.090000', '195817.550000', '195818.010000', '195818.470000', '195818.930000', '195819.390000', '195819.850000', '195820.310000', '195820.770000', '195821.230000', '195821.690000', '195822.150000', '195822.610000', '195823.070000', '195823.530000', '195823.990000', '195824.450000', '195824.910000', '195825.370000', '195825.830000', '195826.290000', '195826.750000', '195827.210000', '195827.670000', '195828.130000', '195828.590000', '195829.050000', '195829.510000', '195829.970000', '195830.430000', '195830.890000', '195831.350000', '195831.810000', '195832.270000', '195832.730000', '195833.190000', '195833.650000', '195834.110000', '195834.570000', '195835.030000', '195835.490000', '195835.950000', '195836.410000', '195836.870000', '195837.330000', '195837.790000', '195838.250000', '195838.710000', '195839.170000', '195839.630000', '195840.090000', '195840.550000', '195841.010000', '195841.470000', '195841.930000', '195842.390000', '195842.850000', '195843.310000', '195843.770000', '195844.230000', '195844.690000', '195845.150000', '195845.610000', '195846.070000', '195846.530000', '195846.990000', '195847.450000', '195847.910000', '195848.370000', '195848.830000', '195849.290000', '195849.750000', '195850.210000', '195850.670000', '195851.130000', '195851.590000', '195852.050000', '195852.510000', '195852.970000', '195853.430000', '195853.890000', '195854.350000', '195854.810000', '195855.270000', '195855.730000', '195856.190000', '195856.650000', '195857.110000', '195857.570000', '195858.030000', '195858.490000', '195858.950000', '195859.410000', '195859.870000', '195900.330000', '195900.790000', '195901.250000', '195901.710000', '195902.170000', '195902.630000', '195903.090000', '195903.550000', '195904.010000', '195904.470000', '195904.930000', '195905.390000', '195905.850000', '195906.310000', '195906.770000', '195907.230000', '195907.690000', '195908.150000', '195908.610000', '195909.070000', '195909.530000', '195909.990000', '195910.450000', '195910.910000', '195911.370000', '195911.830000', '195912.290000', '195912.750000', '195913.210000', '195913.670000', '195914.130000', '195914.590000', '195915.050000', '195915.510000', '195915.970000', '195916.430000', '195916.890000', '195917.350000', '195917.810000', '195918.270000', '195918.730000', '195919.190000', '195919.650000', '195920.110000', '195920.570000', '195921.030000', '195921.490000', '195921.950000', '195922.410000', '195922.870000', '195923.330000', '195923.790000', '195924.250000', '195924.710000', '195925.170000', '195925.630000', '195926.090000', '195926.550000', '195927.010000', '195927.470000', '195927.930000', '195928.390000', '195928.850000', '195929.310000', '195929.770000', '195930.230000', '195930.690000', '195931.150000', '195931.610000', '195932.070000', '195932.530000', '195932.990000', '195933.450000', '195933.910000', '195934.370000', '195934.830000', '195935.290000', '195935.750000', '195936.210000', '195936.670000', '195937.130000', '195937.590000', '195938.050000', '195938.510000', '195938.970000', '195939.430000', '195939.890000', '195940.350000', '195940.810000', '195941.270000', '195941.730000', '195942.190000', '195942.650000', '195943.110000', '195943.570000', '195944.030000', '195944.490000', '195944.950000', '195945.410000', '195945.870000', '195946.330000', '195946.790000', '195947.250000', '195947.710000', '195948.170000', '195948.630000', '195949.090000', '195949.550000', '195950.010000', '195950.470000', '195950.930000', '195951.390000', '195951.850000', '195952.310000', '195952.770000', '195953.230000', '195953.690000', '195954.150000', '195954.610000', '195955.070000', '195955.530000', '195955.990000', '195956.450000', '195956.910000', '195957.370000', '195957.830000', '195958.290000', '195958.750000', '195959.210000', '195959.670000', '200000.130000', '200000.590000', '200001.050000', '200001.510000', '200001.970000', '200002.430000', '200002.890000', '200003.350000', '200003.810000', '200004.270000', '200004.730000', '200005.190000', '200005.650000', '200006.110000', '200006.570000', '200007.030000', '200007.490000', '200007.950000', '200008.410000', '200008.870000', '200009.330000', '200009.790000', '200010.250000', '200010.710000', '200011.170000', '200011.630000', '200012.090000', '200012.550000', '200013.010000', '200013.470000', '200013.930000', '200014.390000', '200014.850000', '200015.310000', '200015.770000', '200016.230000', '200016.690000', '200017.150000', '200017.610000', '200018.070000', '200018.530000', '200018.990000', '200019.450000', '200019.910000', '200020.370000', '200020.830000', '200021.290000', '200021.750000', '200022.210000', '200022.670000', '200023.130000', '200023.590000', '200024.050000', '200024.510000', '200024.970000', '200025.430000', '200025.890000', '200026.350000', '200026.810000', '200027.270000', '200027.730000', '200028.190000', '200028.650000', '200029.110000', '200029.570000', '200030.030000', '200030.490000', '200030.950000', '200031.410000', '200031.870000', '200032.330000', '200032.790000', '200033.250000', '200033.710000', '200034.170000', '200034.630000', '200035.090000', '200035.550000', '200036.010000', '200036.470000', '200036.930000', '200037.390000', '200037.850000', '200038.310000', '200038.770000', '200039.230000', '200039.690000', '200040.150000', '200040.610000', '200041.070000', '200041.530000', '200041.990000', '200042.450000', '200042.910000', '200043.370000', '200043.830000', '200044.290000', '200044.750000', '200045.210000', '200045.670000', '200046.130000', '200046.590000', '200047.050000', '200047.510000', '200047.970000', '200048.430000', '200048.890000', '200049.350000', '200049.810000', '200050.270000', '200050.730000', '200051.190000', '200051.650000', '200052.110000', '200052.570000', '200053.030000', '200053.490000', '200053.950000', '200054.410000', '200054.870000', '200055.330000', '200055.790000', '200056.250000', '200056.710000', '200057.170000', '200057.630000', '200058.090000', '200058.550000', '200059.010000', '200059.470000', '200059.930000', '200100.390000', '200100.850000', '200101.310000', '200101.770000', '200102.230000', '200102.690000', '200103.150000', '200103.610000', '200104.070000', '200104.530000', '200104.990000', '200105.450000', '200105.910000', '200106.370000', '200106.830000', '200107.290000', '200107.750000', '200108.210000', '200108.670000', '200109.130000', '200109.590000', '200110.050000', '200110.510000', '200110.970000', '200111.430000', '200111.890000', '200112.350000', '200112.810000', '200113.270000', '200113.730000', '200114.190000', '200114.650000', '200115.110000', '200115.570000', '200116.030000', '200116.490000', '200116.950000', '200117.410000', '200117.870000', '200118.330000', '200118.790000', '200119.250000', '200119.710000', '200120.170000', '200120.630000', '200121.090000', '200121.550000', '200122.010000', '200122.470000', '200122.930000', '200123.390000', '200123.850000', '200124.310000', '200124.770000', '200125.230000', '200125.690000', '200126.150000', '200126.610000', '200127.070000', '200127.530000', '200127.990000', '200128.450000', '200128.910000', '200129.370000', '200129.830000', '200130.290000', '200130.750000', '200131.210000', '200131.670000', '200132.130000', '200132.590000', '200133.050000', '200133.510000', '200133.970000', '200134.430000', '200134.890000', '200135.350000', '200135.810000', '200136.270000', '200136.730000', '200137.190000', '200137.650000', '200138.110000', '200138.570000', '200139.030000', '200139.490000', '200139.950000', '200140.410000', '200140.870000', '200141.330000', '200141.790000', '200142.250000', '200142.710000', '200143.170000', '200143.630000', '200144.090000', '200144.550000', '200145.010000', '200145.470000', '200145.930000', '200146.390000', '200146.850000', '200147.310000', '200147.770000', '200148.230000', '200148.690000', '200149.150000', '200149.610000', '200150.070000', '200150.530000', '200150.990000', '200151.450000', '200151.910000', '200152.370000', '200152.830000', '200153.290000', '200153.750000', '200154.210000', '200154.670000', '200155.130000', '200155.590000', '200156.050000', '200156.510000', '200156.970000', '200157.430000', '200157.890000', '200158.350000', '200158.810000', '200159.270000', '200159.730000', '200200.190000', '200200.650000', '200201.110000', '200201.570000', '200202.030000', '200202.490000', '200202.950000', '200203.410000', '200203.870000', '200204.330000', '200204.790000', '200205.250000', '200205.710000', '200206.170000', '200206.630000', '200207.090000', '200207.550000', '200208.010000', '200208.470000', '200208.930000', '200209.390000', '200209.850000', '200210.310000', '200210.770000', '200211.230000', '200211.690000', '200212.150000', '200212.610000', '200213.070000', '200213.530000', '200213.990000', '200214.450000', '200214.910000', '200215.370000', '200215.830000', '200216.290000', '200216.750000', '200217.210000', '200217.670000', '200218.130000', '200218.590000', '200219.050000', '200219.510000', '200219.970000', '200220.430000', '200220.890000', '200221.350000', '200221.810000', '200222.270000', '200222.730000', '200223.190000', '200223.650000', '200224.110000', '200224.570000', '200225.030000', '200225.490000', '200225.950000', '200226.410000', '200226.870000', '200227.330000', '200227.790000', '200228.250000', '200228.710000', '200229.170000', '200229.630000', '200230.090000', '200230.550000', '200231.010000', '200231.470000', '200231.930000', '200232.390000', '200232.850000', '200233.310000', '200233.770000', '200234.230000', '200234.690000', '200235.150000', '200235.610000', '200236.070000', '200236.530000', '200236.990000', '200237.450000'], 'ContentTime': ['195454.815000', '195454.820000', '195454.823000', '195454.826000', '195454.829000', '195454.832000', '195454.834000', '195454.837000', '195454.840000', '195454.843000', '195454.846000', '195454.848000', '195454.851000', '195454.854000', '195454.857000', '195454.868000', '195454.871000', '195454.873000', '195454.876000', '195454.879000', '195454.883000', '195454.886000', '195454.889000', '195454.891000', '195454.894000', '195454.897000', '195454.899000', '195454.902000', '195454.905000', '195454.907000', '195454.910000', '195454.913000', '195454.915000', '195454.918000', '195454.920000', '195454.923000', '195454.926000', '195454.928000', '195454.931000', '195454.933000', '195454.936000', '195454.939000', '195454.941000', '195454.944000', '195454.947000', '195454.950000', '195454.953000', '195454.955000', '195454.958000', '195454.961000', '195454.963000', '195454.966000', '195454.968000', '195454.971000', '195454.974000', '195514.772000', '195514.775000', '195514.778000', '195514.780000', '195514.783000', '195514.786000', '195514.788000', '195514.791000', '195514.793000', '195514.802000', '195514.804000', '195514.807000', '195514.810000', '195514.812000', '195514.826000', '195514.828000', '195514.831000', '195514.833000', '195514.836000', '195514.838000', '195514.841000', '195514.843000', '195514.846000', '195514.849000', '195514.851000', '195514.854000', '195514.856000', '195514.859000', '195514.862000', '195514.864000', '195514.867000', '195514.869000', '195514.872000', '195514.874000', '195514.877000', '195514.880000', '195514.882000', '195514.885000', '195514.887000', '195514.890000', '195514.892000', '195514.895000', '195514.898000', '195514.900000', '195534.772000', '195534.774000', '195534.783000', '195534.786000', '195534.788000', '195534.791000', '195534.793000', '195534.796000', '195534.798000', '195534.801000', '195534.804000', '195534.807000', '195534.809000', '195534.812000', '195534.815000', '195534.817000', '195534.820000', '195534.822000', '195534.825000', '195534.828000', '195534.830000', '195534.833000', '195534.835000', '195534.838000', '195534.841000', '195534.843000', '195534.846000', '195534.849000', '195534.851000', '195534.854000', '195534.856000', '195534.859000', '195534.861000', '195534.864000', '195534.867000', '195534.869000', '195534.872000', '195534.874000', '195534.877000', '195534.879000', '195534.882000', '195534.885000', '195534.887000', '195554.771000', '195554.774000', '195554.777000', '195554.779000', '195554.782000', '195554.785000', '195554.787000', '195554.790000', '195554.792000', '195554.795000', '195554.798000', '195554.800000', '195554.803000', '195554.805000', '195554.808000', '195554.811000', '195554.813000', '195554.816000', '195554.818000', '195554.821000', '195554.824000', '195554.826000', '195554.829000', '195554.831000', '195554.834000', '195554.836000', '195554.839000', '195554.842000', '195554.844000', '195554.847000', '195554.850000', '195554.852000', '195554.855000', '195554.857000', '195554.860000', '195554.863000', '195554.865000', '195554.868000', '195554.870000', '195554.873000', '195554.876000', '195554.878000', '195554.881000', '195554.883000', '195614.772000', '195614.775000', '195614.778000', '195614.780000', '195614.783000', '195614.785000', '195614.800000', '195614.803000', '195614.805000', '195614.808000', '195614.810000', '195614.813000', '195614.816000', '195614.818000', '195614.821000', '195614.824000', '195614.826000', '195614.829000', '195614.832000', '195614.834000', '195614.837000', '195614.840000', '195614.842000', '195614.845000', '195614.847000', '195614.850000', '195614.853000', '195614.855000', '195614.858000', '195614.860000', '195614.863000', '195614.867000', '195614.870000', '195614.872000', '195614.875000', '195614.877000', '195614.880000', '195614.883000', '195614.885000', '195614.888000', '195614.891000', '195614.893000', '195614.896000', '195634.776000', '195634.779000', '195634.782000', '195634.784000', '195634.787000', '195634.789000', '195634.792000', '195634.795000', '195634.797000', '195634.800000', '195634.802000', '195634.805000', '195634.808000', '195634.810000', '195634.813000', '195634.815000', '195634.818000', '195634.821000', '195634.823000', '195634.826000', '195634.829000', '195634.831000', '195634.834000', '195634.837000', '195634.839000', '195634.842000', '195634.844000', '195634.847000', '195634.850000', '195634.852000', '195634.855000', '195634.857000', '195634.860000', '195634.863000', '195634.865000', '195634.868000', '195634.870000', '195634.873000', '195634.876000', '195634.878000', '195634.881000', '195634.883000', '195634.886000', '195634.889000', '195654.773000', '195654.775000', '195654.778000', '195654.781000', '195654.783000', '195654.786000', '195654.788000', '195654.791000', '195654.793000', '195654.812000', '195654.815000', '195654.817000', '195654.820000', '195654.822000', '195654.825000', '195654.828000', '195654.830000', '195654.833000', '195654.835000', '195654.838000', '195654.841000', '195654.843000', '195654.846000', '195654.849000', '195654.851000', '195654.854000', '195654.857000', '195654.859000', '195654.862000', '195654.864000', '195654.867000', '195654.870000', '195654.872000', '195654.875000', '195654.877000', '195654.880000', '195654.883000', '195654.885000', '195654.888000', '195654.890000', '195654.893000', '195654.896000', '195654.898000', '195714.772000', '195714.775000', '195714.778000', '195714.781000', '195714.783000', '195714.786000', '195714.788000', '195714.791000', '195714.793000', '195714.796000', '195714.799000', '195714.801000', '195714.806000', '195714.808000', '195714.811000', '195714.813000', '195714.816000', '195714.819000', '195714.821000', '195714.824000', '195714.826000', '195714.829000', '195714.832000', '195714.834000', '195714.837000', '195714.839000', '195714.842000', '195714.845000', '195714.847000', '195714.850000', '195714.852000', '195714.855000', '195714.858000', '195714.860000', '195714.863000', '195714.865000', '195714.868000', '195714.870000', '195714.873000', '195714.876000', '195714.878000', '195714.881000', '195714.884000', '195714.886000', '195734.773000', '195734.775000', '195734.778000', '195734.781000', '195734.783000', '195734.786000', '195734.788000', '195734.791000', '195734.794000', '195734.796000', '195734.799000', '195734.801000', '195734.804000', '195734.806000', '195734.809000', '195734.812000', '195734.814000', '195734.817000', '195734.819000', '195734.822000', '195734.825000', '195734.827000', '195734.830000', '195734.832000', '195734.835000', '195734.838000', '195734.840000', '195734.843000', '195734.845000', '195734.848000', '195734.851000', '195734.853000', '195734.856000', '195734.859000', '195734.862000', '195734.865000', '195734.868000', '195734.870000', '195734.873000', '195734.875000', '195734.878000', '195734.881000', '195734.883000', '195754.772000', '195754.774000', '195754.777000', '195754.780000', '195754.782000', '195754.785000', '195754.787000', '195754.790000', '195754.793000', '195754.795000', '195754.798000', '195754.800000', '195754.803000', '195754.805000', '195754.808000', '195754.811000', '195754.813000', '195754.816000', '195754.818000', '195754.821000', '195754.824000', '195754.826000', '195754.829000', '195754.832000', '195754.834000', '195754.837000', '195754.839000', '195754.842000', '195754.844000', '195754.847000', '195754.850000', '195754.852000', '195754.855000', '195754.858000', '195754.860000', '195754.863000', '195754.865000', '195754.868000', '195754.871000', '195754.873000', '195754.876000', '195754.879000', '195754.881000', '195754.884000', '195814.772000', '195814.774000', '195814.777000', '195814.780000', '195814.782000', '195814.785000', '195814.787000', '195814.790000', '195814.793000', '195814.795000', '195814.798000', '195814.800000', '195814.803000', '195814.806000', '195814.808000', '195814.811000', '195814.813000', '195814.816000', '195814.819000', '195814.821000', '195814.824000', '195814.826000', '195814.829000', '195814.832000', '195814.834000', '195814.837000', '195814.839000', '195814.842000', '195814.845000', '195814.847000', '195814.850000', '195814.852000', '195814.855000', '195814.857000', '195814.860000', '195814.864000', '195814.866000', '195814.869000', '195814.871000', '195814.874000', '195814.876000', '195814.879000', '195814.882000', '195834.773000', '195834.776000', '195834.778000', '195834.781000', '195834.783000', '195834.786000', '195834.789000', '195834.791000', '195834.794000', '195834.796000', '195834.799000', '195834.802000', '195834.804000', '195834.807000', '195834.809000', '195834.812000', '195834.815000', '195834.817000', '195834.820000', '195834.822000', '195834.825000', '195834.828000', '195834.830000', '195834.833000', '195834.835000', '195834.838000', '195834.840000', '195834.843000', '195834.846000', '195834.848000', '195834.851000', '195834.854000', '195834.856000', '195834.859000', '195834.861000', '195834.864000', '195834.866000', '195834.869000', '195834.872000', '195834.874000', '195834.877000', '195834.880000', '195834.882000', '195834.885000', '195854.773000', '195854.775000', '195854.778000', '195854.781000', '195854.783000', '195854.786000', '195854.788000', '195854.791000', '195854.794000', '195854.796000', '195854.799000', '195854.801000', '195854.804000', '195854.806000', '195854.809000', '195854.812000', '195854.814000', '195854.817000', '195854.819000', '195854.822000', '195854.825000', '195854.827000', '195854.830000', '195854.832000', '195854.835000', '195854.838000', '195854.840000', '195854.843000', '195854.846000', '195854.848000', '195854.851000', '195854.854000', '195854.856000', '195854.859000', '195854.861000', '195854.864000', '195854.867000', '195854.869000', '195854.872000', '195854.874000', '195854.877000', '195854.879000', '195854.882000', '195914.773000', '195914.775000', '195914.778000', '195914.781000', '195914.783000', '195914.786000', '195914.788000', '195914.791000', '195914.794000', '195914.796000', '195914.799000', '195914.801000', '195914.804000', '195914.807000', '195914.809000', '195914.812000', '195914.814000', '195914.817000', '195914.820000', '195914.822000', '195914.825000', '195914.827000', '195914.830000', '195914.833000', '195914.835000', '195914.838000', '195914.840000', '195914.843000', '195914.846000', '195914.848000', '195914.851000', '195914.854000', '195914.856000', '195914.859000', '195914.861000', '195914.864000', '195914.867000', '195914.869000', '195914.872000', '195914.874000', '195914.877000', '195914.880000', '195914.882000', '195914.885000', '195934.772000', '195934.775000', '195934.778000', '195934.780000', '195934.783000', '195934.786000', '195934.788000', '195934.791000', '195934.793000', '195934.796000', '195934.799000', '195934.801000', '195934.804000', '195934.806000', '195934.809000', '195934.811000', '195934.814000', '195934.817000', '195934.819000', '195934.822000', '195934.824000', '195934.827000', '195934.830000', '195934.832000', '195934.835000', '195934.837000', '195934.840000', '195934.843000', '195934.845000', '195934.848000', '195934.850000', '195934.853000', '195934.856000', '195934.858000', '195934.861000', '195934.863000', '195934.866000', '195934.869000', '195934.871000', '195934.874000', '195934.876000', '195934.879000', '195934.882000', '195954.773000', '195954.776000', '195954.778000', '195954.781000', '195954.783000', '195954.786000', '195954.789000', '195954.791000', '195954.794000', '195954.796000', '195954.799000', '195954.802000', '195954.804000', '195954.807000', '195954.810000', '195954.812000', '195954.825000', '195954.829000', '195954.832000', '195954.834000', '195954.837000', '195954.840000', '195954.842000', '195954.845000', '195954.847000', '195954.850000', '195954.853000', '195954.855000', '195954.858000', '195954.860000', '195954.863000', '195954.866000', '195954.868000', '195954.871000', '195954.873000', '195954.876000', '195954.879000', '195954.881000', '195954.884000', '195954.886000', '195954.889000', '195954.892000', '195954.894000', '195954.897000', '200014.772000', '200014.775000', '200014.777000', '200014.780000', '200014.783000', '200014.785000', '200014.788000', '200014.790000', '200014.793000', '200014.795000', '200014.798000', '200014.801000', '200014.803000', '200014.806000', '200014.808000', '200014.811000', '200014.814000', '200014.816000', '200014.819000', '200014.821000', '200014.824000', '200014.826000', '200014.829000', '200014.831000', '200014.834000', '200014.837000', '200014.839000', '200014.842000', '200014.844000', '200014.847000', '200014.849000', '200014.852000', '200014.855000', '200014.857000', '200014.860000', '200014.862000', '200014.865000', '200014.867000', '200014.870000', '200014.872000', '200014.875000', '200014.878000', '200014.880000', '200034.771000', '200034.774000', '200034.777000', '200034.780000', '200034.782000', '200034.785000', '200034.787000', '200034.790000', '200034.793000', '200034.795000', '200034.798000', '200034.800000', '200034.803000', '200034.805000', '200034.808000', '200034.811000', '200034.813000', '200034.816000', '200034.818000', '200034.821000', '200034.824000', '200034.826000', '200034.829000', '200034.831000', '200034.834000', '200034.837000', '200034.839000', '200034.842000', '200034.844000', '200034.847000', '200034.849000', '200034.852000', '200034.855000', '200034.857000', '200034.860000', '200034.862000', '200034.865000', '200034.867000', '200034.870000', '200034.873000', '200034.875000', '200034.878000', '200034.880000', '200034.883000', '200054.772000', '200054.775000', '200054.778000', '200054.780000', '200054.783000', '200054.786000', '200054.788000', '200054.791000', '200054.793000', '200054.796000', '200054.798000', '200054.801000', '200054.804000', '200054.806000', '200054.809000', '200054.811000', '200054.814000', '200054.816000', '200054.819000', '200054.822000', '200054.824000', '200054.827000', '200054.829000', '200054.832000', '200054.835000', '200054.837000', '200054.840000', '200054.842000', '200054.845000', '200054.848000', '200054.850000', '200054.853000', '200054.855000', '200054.858000', '200054.860000', '200054.863000', '200054.866000', '200054.868000', '200054.871000', '200054.873000', '200054.876000', '200054.878000', '200054.881000', '200114.772000', '200114.775000', '200114.778000', '200114.781000', '200114.784000', '200114.787000', '200114.789000', '200114.792000', '200114.795000', '200114.797000', '200114.800000', '200114.802000', '200114.805000', '200114.808000', '200114.810000', '200114.813000', '200114.815000', '200114.818000', '200114.821000', '200114.823000', '200114.826000', '200114.828000', '200114.831000', '200114.834000', '200114.836000', '200114.839000', '200114.842000', '200114.857000', '200114.860000', '200114.862000', '200114.865000', '200114.868000', '200114.870000', '200114.874000', '200114.876000', '200114.879000', '200114.881000', '200114.884000', '200114.887000', '200114.889000', '200114.892000', '200114.895000', '200114.897000', '200114.900000', '200134.772000', '200134.775000', '200134.778000', '200134.780000', '200134.783000', '200134.786000', '200134.788000', '200134.791000', '200134.793000', '200134.796000', '200134.798000', '200134.801000', '200134.804000', '200134.806000', '200134.809000', '200134.811000', '200134.814000', '200134.817000', '200134.819000', '200134.822000', '200134.824000', '200134.827000', '200134.829000', '200134.832000', '200134.835000', '200134.837000', '200134.840000', '200134.842000', '200134.845000', '200134.848000', '200134.850000', '200134.853000', '200134.856000', '200134.858000', '200134.861000', '200134.863000', '200134.866000', '200134.869000', '200134.871000', '200134.874000', '200134.876000', '200134.879000', '200134.882000', '200154.773000', '200154.776000', '200154.778000', '200154.781000', '200154.784000', '200154.786000', '200154.789000', '200154.791000', '200154.794000', '200154.797000', '200154.799000', '200154.802000', '200154.807000', '200154.810000', '200154.812000', '200154.815000', '200154.817000', '200154.820000', '200154.823000', '200154.825000', '200154.828000', '200154.831000', '200154.833000', '200154.836000', '200154.839000', '200154.841000', '200154.844000', '200154.847000', '200154.850000', '200154.852000', '200154.855000', '200154.857000', '200154.860000', '200154.863000', '200154.865000', '200154.868000', '200154.870000', '200154.873000', '200154.876000', '200154.878000', '200154.881000', '200154.884000', '200154.886000', '200214.771000', '200214.774000', '200214.777000', '200214.779000', '200214.782000', '200214.785000', '200214.787000', '200214.790000', '200214.792000', '200214.795000', '200214.797000', '200214.800000', '200214.803000', '200214.805000', '200214.808000', '200214.810000', '200214.813000', '200214.816000', '200214.818000', '200214.821000', '200214.823000', '200214.826000', '200214.828000', '200214.831000', '200214.834000', '200214.836000', '200214.839000', '200214.841000', '200214.844000', '200214.847000', '200214.849000', '200214.852000', '200214.854000', '200214.857000', '200214.860000', '200214.862000', '200214.865000', '200214.867000', '200214.870000', '200214.873000', '200214.875000', '200214.878000', '200214.880000', '200214.883000', '200234.772000', '200234.775000', '200234.778000', '200234.780000', '200234.783000', '200234.785000', '200234.788000', '200234.791000', '200234.793000', '200234.796000', '200234.799000', '200234.801000', '200234.804000', '200234.806000', '200234.809000', '200234.812000', '200234.814000', '200234.817000', '200234.819000', '200234.823000', '200234.826000', '200234.828000', '200234.831000', '200234.834000', '200234.869000', '200234.872000', '200234.874000', '200234.877000', '200234.880000', '200234.882000', '200234.885000', '200234.888000', '200234.890000', '200234.893000', '200234.896000', '200234.898000', '200234.901000', '200234.904000', '200234.906000', '200234.909000', '200234.911000', '200234.914000', '200234.917000', '200238.891000', '200238.894000', '200238.897000', '200238.899000', '200238.902000', '200238.904000', '200238.907000', '200238.910000', '200238.912000', '200238.915000'], 'InstanceCreationTime': ['195454.815000', '195454.820000', '195454.823000', '195454.826000', '195454.829000', '195454.832000', '195454.834000', '195454.837000', '195454.840000', '195454.843000', '195454.846000', '195454.848000', '195454.851000', '195454.854000', '195454.857000', '195454.868000', '195454.871000', '195454.873000', '195454.876000', '195454.879000', '195454.883000', '195454.886000', '195454.889000', '195454.891000', '195454.894000', '195454.897000', '195454.899000', '195454.902000', '195454.905000', '195454.907000', '195454.910000', '195454.913000', '195454.915000', '195454.918000', '195454.920000', '195454.923000', '195454.926000', '195454.928000', '195454.931000', '195454.933000', '195454.936000', '195454.939000', '195454.941000', '195454.944000', '195454.947000', '195454.950000', '195454.953000', '195454.955000', '195454.958000', '195454.961000', '195454.963000', '195454.966000', '195454.968000', '195454.971000', '195454.974000', '195514.772000', '195514.775000', '195514.778000', '195514.780000', '195514.783000', '195514.786000', '195514.788000', '195514.791000', '195514.793000', '195514.802000', '195514.804000', '195514.807000', '195514.810000', '195514.812000', '195514.826000', '195514.828000', '195514.831000', '195514.833000', '195514.836000', '195514.838000', '195514.841000', '195514.843000', '195514.846000', '195514.849000', '195514.851000', '195514.854000', '195514.856000', '195514.859000', '195514.862000', '195514.864000', '195514.867000', '195514.869000', '195514.872000', '195514.874000', '195514.877000', '195514.880000', '195514.882000', '195514.885000', '195514.887000', '195514.890000', '195514.892000', '195514.895000', '195514.898000', '195514.900000', '195534.772000', '195534.774000', '195534.783000', '195534.786000', '195534.788000', '195534.791000', '195534.793000', '195534.796000', '195534.798000', '195534.801000', '195534.804000', '195534.807000', '195534.809000', '195534.812000', '195534.815000', '195534.817000', '195534.820000', '195534.822000', '195534.825000', '195534.828000', '195534.830000', '195534.833000', '195534.835000', '195534.838000', '195534.841000', '195534.843000', '195534.846000', '195534.849000', '195534.851000', '195534.854000', '195534.856000', '195534.859000', '195534.861000', '195534.864000', '195534.867000', '195534.869000', '195534.872000', '195534.874000', '195534.877000', '195534.879000', '195534.882000', '195534.885000', '195534.887000', '195554.771000', '195554.774000', '195554.777000', '195554.779000', '195554.782000', '195554.785000', '195554.787000', '195554.790000', '195554.792000', '195554.795000', '195554.798000', '195554.800000', '195554.803000', '195554.805000', '195554.808000', '195554.811000', '195554.813000', '195554.816000', '195554.818000', '195554.821000', '195554.824000', '195554.826000', '195554.829000', '195554.831000', '195554.834000', '195554.836000', '195554.839000', '195554.842000', '195554.844000', '195554.847000', '195554.850000', '195554.852000', '195554.855000', '195554.857000', '195554.860000', '195554.863000', '195554.865000', '195554.868000', '195554.870000', '195554.873000', '195554.876000', '195554.878000', '195554.881000', '195554.883000', '195614.772000', '195614.775000', '195614.778000', '195614.780000', '195614.783000', '195614.785000', '195614.800000', '195614.803000', '195614.805000', '195614.808000', '195614.810000', '195614.813000', '195614.816000', '195614.818000', '195614.821000', '195614.824000', '195614.826000', '195614.829000', '195614.832000', '195614.834000', '195614.837000', '195614.840000', '195614.842000', '195614.845000', '195614.847000', '195614.850000', '195614.853000', '195614.855000', '195614.858000', '195614.860000', '195614.863000', '195614.867000', '195614.870000', '195614.872000', '195614.875000', '195614.877000', '195614.880000', '195614.883000', '195614.885000', '195614.888000', '195614.891000', '195614.893000', '195614.896000', '195634.776000', '195634.779000', '195634.782000', '195634.784000', '195634.787000', '195634.789000', '195634.792000', '195634.795000', '195634.797000', '195634.800000', '195634.802000', '195634.805000', '195634.808000', '195634.810000', '195634.813000', '195634.815000', '195634.818000', '195634.821000', '195634.823000', '195634.826000', '195634.829000', '195634.831000', '195634.834000', '195634.837000', '195634.839000', '195634.842000', '195634.844000', '195634.847000', '195634.850000', '195634.852000', '195634.855000', '195634.857000', '195634.860000', '195634.863000', '195634.865000', '195634.868000', '195634.870000', '195634.873000', '195634.876000', '195634.878000', '195634.881000', '195634.883000', '195634.886000', '195634.889000', '195654.773000', '195654.775000', '195654.778000', '195654.781000', '195654.783000', '195654.786000', '195654.788000', '195654.791000', '195654.793000', '195654.812000', '195654.815000', '195654.817000', '195654.820000', '195654.822000', '195654.825000', '195654.828000', '195654.830000', '195654.833000', '195654.835000', '195654.838000', '195654.841000', '195654.843000', '195654.846000', '195654.849000', '195654.851000', '195654.854000', '195654.857000', '195654.859000', '195654.862000', '195654.864000', '195654.867000', '195654.870000', '195654.872000', '195654.875000', '195654.877000', '195654.880000', '195654.883000', '195654.885000', '195654.888000', '195654.890000', '195654.893000', '195654.896000', '195654.898000', '195714.772000', '195714.775000', '195714.778000', '195714.781000', '195714.783000', '195714.786000', '195714.788000', '195714.791000', '195714.793000', '195714.796000', '195714.799000', '195714.801000', '195714.806000', '195714.808000', '195714.811000', '195714.813000', '195714.816000', '195714.819000', '195714.821000', '195714.824000', '195714.826000', '195714.829000', '195714.832000', '195714.834000', '195714.837000', '195714.839000', '195714.842000', '195714.845000', '195714.847000', '195714.850000', '195714.852000', '195714.855000', '195714.858000', '195714.860000', '195714.863000', '195714.865000', '195714.868000', '195714.870000', '195714.873000', '195714.876000', '195714.878000', '195714.881000', '195714.884000', '195714.886000', '195734.773000', '195734.775000', '195734.778000', '195734.781000', '195734.783000', '195734.786000', '195734.788000', '195734.791000', '195734.794000', '195734.796000', '195734.799000', '195734.801000', '195734.804000', '195734.806000', '195734.809000', '195734.812000', '195734.814000', '195734.817000', '195734.819000', '195734.822000', '195734.825000', '195734.827000', '195734.830000', '195734.832000', '195734.835000', '195734.838000', '195734.840000', '195734.843000', '195734.845000', '195734.848000', '195734.851000', '195734.853000', '195734.856000', '195734.859000', '195734.862000', '195734.865000', '195734.868000', '195734.870000', '195734.873000', '195734.875000', '195734.878000', '195734.881000', '195734.883000', '195754.772000', '195754.774000', '195754.777000', '195754.780000', '195754.782000', '195754.785000', '195754.787000', '195754.790000', '195754.793000', '195754.795000', '195754.798000', '195754.800000', '195754.803000', '195754.805000', '195754.808000', '195754.811000', '195754.813000', '195754.816000', '195754.818000', '195754.821000', '195754.824000', '195754.826000', '195754.829000', '195754.832000', '195754.834000', '195754.837000', '195754.839000', '195754.842000', '195754.844000', '195754.847000', '195754.850000', '195754.852000', '195754.855000', '195754.858000', '195754.860000', '195754.863000', '195754.865000', '195754.868000', '195754.871000', '195754.873000', '195754.876000', '195754.879000', '195754.881000', '195754.884000', '195814.772000', '195814.774000', '195814.777000', '195814.780000', '195814.782000', '195814.785000', '195814.787000', '195814.790000', '195814.793000', '195814.795000', '195814.798000', '195814.800000', '195814.803000', '195814.806000', '195814.808000', '195814.811000', '195814.813000', '195814.816000', '195814.819000', '195814.821000', '195814.824000', '195814.826000', '195814.829000', '195814.832000', '195814.834000', '195814.837000', '195814.839000', '195814.842000', '195814.845000', '195814.847000', '195814.850000', '195814.852000', '195814.855000', '195814.857000', '195814.860000', '195814.864000', '195814.866000', '195814.869000', '195814.871000', '195814.874000', '195814.876000', '195814.879000', '195814.882000', '195834.773000', '195834.776000', '195834.778000', '195834.781000', '195834.783000', '195834.786000', '195834.789000', '195834.791000', '195834.794000', '195834.796000', '195834.799000', '195834.802000', '195834.804000', '195834.807000', '195834.809000', '195834.812000', '195834.815000', '195834.817000', '195834.820000', '195834.822000', '195834.825000', '195834.828000', '195834.830000', '195834.833000', '195834.835000', '195834.838000', '195834.840000', '195834.843000', '195834.846000', '195834.848000', '195834.851000', '195834.854000', '195834.856000', '195834.859000', '195834.861000', '195834.864000', '195834.866000', '195834.869000', '195834.872000', '195834.874000', '195834.877000', '195834.880000', '195834.882000', '195834.885000', '195854.773000', '195854.775000', '195854.778000', '195854.781000', '195854.783000', '195854.786000', '195854.788000', '195854.791000', '195854.794000', '195854.796000', '195854.799000', '195854.801000', '195854.804000', '195854.806000', '195854.809000', '195854.812000', '195854.814000', '195854.817000', '195854.819000', '195854.822000', '195854.825000', '195854.827000', '195854.830000', '195854.832000', '195854.835000', '195854.838000', '195854.840000', '195854.843000', '195854.846000', '195854.848000', '195854.851000', '195854.854000', '195854.856000', '195854.859000', '195854.861000', '195854.864000', '195854.867000', '195854.869000', '195854.872000', '195854.874000', '195854.877000', '195854.879000', '195854.882000', '195914.773000', '195914.775000', '195914.778000', '195914.781000', '195914.783000', '195914.786000', '195914.788000', '195914.791000', '195914.794000', '195914.796000', '195914.799000', '195914.801000', '195914.804000', '195914.807000', '195914.809000', '195914.812000', '195914.814000', '195914.817000', '195914.820000', '195914.822000', '195914.825000', '195914.827000', '195914.830000', '195914.833000', '195914.835000', '195914.838000', '195914.840000', '195914.843000', '195914.846000', '195914.848000', '195914.851000', '195914.854000', '195914.856000', '195914.859000', '195914.861000', '195914.864000', '195914.867000', '195914.869000', '195914.872000', '195914.874000', '195914.877000', '195914.880000', '195914.882000', '195914.885000', '195934.772000', '195934.775000', '195934.778000', '195934.780000', '195934.783000', '195934.786000', '195934.788000', '195934.791000', '195934.793000', '195934.796000', '195934.799000', '195934.801000', '195934.804000', '195934.806000', '195934.809000', '195934.811000', '195934.814000', '195934.817000', '195934.819000', '195934.822000', '195934.824000', '195934.827000', '195934.830000', '195934.832000', '195934.835000', '195934.837000', '195934.840000', '195934.843000', '195934.845000', '195934.848000', '195934.850000', '195934.853000', '195934.856000', '195934.858000', '195934.861000', '195934.863000', '195934.866000', '195934.869000', '195934.871000', '195934.874000', '195934.876000', '195934.879000', '195934.882000', '195954.773000', '195954.776000', '195954.778000', '195954.781000', '195954.783000', '195954.786000', '195954.789000', '195954.791000', '195954.794000', '195954.796000', '195954.799000', '195954.802000', '195954.804000', '195954.807000', '195954.810000', '195954.812000', '195954.825000', '195954.829000', '195954.832000', '195954.834000', '195954.837000', '195954.840000', '195954.842000', '195954.845000', '195954.847000', '195954.850000', '195954.853000', '195954.855000', '195954.858000', '195954.860000', '195954.863000', '195954.866000', '195954.868000', '195954.871000', '195954.873000', '195954.876000', '195954.879000', '195954.881000', '195954.884000', '195954.886000', '195954.889000', '195954.892000', '195954.894000', '195954.897000', '200014.772000', '200014.775000', '200014.777000', '200014.780000', '200014.783000', '200014.785000', '200014.788000', '200014.790000', '200014.793000', '200014.795000', '200014.798000', '200014.801000', '200014.803000', '200014.806000', '200014.808000', '200014.811000', '200014.814000', '200014.816000', '200014.819000', '200014.821000', '200014.824000', '200014.826000', '200014.829000', '200014.831000', '200014.834000', '200014.837000', '200014.839000', '200014.842000', '200014.844000', '200014.847000', '200014.849000', '200014.852000', '200014.855000', '200014.857000', '200014.860000', '200014.862000', '200014.865000', '200014.867000', '200014.870000', '200014.872000', '200014.875000', '200014.878000', '200014.880000', '200034.771000', '200034.774000', '200034.777000', '200034.780000', '200034.782000', '200034.785000', '200034.787000', '200034.790000', '200034.793000', '200034.795000', '200034.798000', '200034.800000', '200034.803000', '200034.805000', '200034.808000', '200034.811000', '200034.813000', '200034.816000', '200034.818000', '200034.821000', '200034.824000', '200034.826000', '200034.829000', '200034.831000', '200034.834000', '200034.837000', '200034.839000', '200034.842000', '200034.844000', '200034.847000', '200034.849000', '200034.852000', '200034.855000', '200034.857000', '200034.860000', '200034.862000', '200034.865000', '200034.867000', '200034.870000', '200034.873000', '200034.875000', '200034.878000', '200034.880000', '200034.883000', '200054.772000', '200054.775000', '200054.778000', '200054.780000', '200054.783000', '200054.786000', '200054.788000', '200054.791000', '200054.793000', '200054.796000', '200054.798000', '200054.801000', '200054.804000', '200054.806000', '200054.809000', '200054.811000', '200054.814000', '200054.816000', '200054.819000', '200054.822000', '200054.824000', '200054.827000', '200054.829000', '200054.832000', '200054.835000', '200054.837000', '200054.840000', '200054.842000', '200054.845000', '200054.848000', '200054.850000', '200054.853000', '200054.855000', '200054.858000', '200054.860000', '200054.863000', '200054.866000', '200054.868000', '200054.871000', '200054.873000', '200054.876000', '200054.878000', '200054.881000', '200114.772000', '200114.775000', '200114.778000', '200114.781000', '200114.784000', '200114.787000', '200114.789000', '200114.792000', '200114.795000', '200114.797000', '200114.800000', '200114.802000', '200114.805000', '200114.808000', '200114.810000', '200114.813000', '200114.815000', '200114.818000', '200114.821000', '200114.823000', '200114.826000', '200114.828000', '200114.831000', '200114.834000', '200114.836000', '200114.839000', '200114.842000', '200114.857000', '200114.860000', '200114.862000', '200114.865000', '200114.868000', '200114.870000', '200114.874000', '200114.876000', '200114.879000', '200114.881000', '200114.884000', '200114.887000', '200114.889000', '200114.892000', '200114.895000', '200114.897000', '200114.900000', '200134.772000', '200134.775000', '200134.778000', '200134.780000', '200134.783000', '200134.786000', '200134.788000', '200134.791000', '200134.793000', '200134.796000', '200134.798000', '200134.801000', '200134.804000', '200134.806000', '200134.809000', '200134.811000', '200134.814000', '200134.817000', '200134.819000', '200134.822000', '200134.824000', '200134.827000', '200134.829000', '200134.832000', '200134.835000', '200134.837000', '200134.840000', '200134.842000', '200134.845000', '200134.848000', '200134.850000', '200134.853000', '200134.856000', '200134.858000', '200134.861000', '200134.863000', '200134.866000', '200134.869000', '200134.871000', '200134.874000', '200134.876000', '200134.879000', '200134.882000', '200154.773000', '200154.776000', '200154.778000', '200154.781000', '200154.784000', '200154.786000', '200154.789000', '200154.791000', '200154.794000', '200154.797000', '200154.799000', '200154.802000', '200154.807000', '200154.810000', '200154.812000', '200154.815000', '200154.817000', '200154.820000', '200154.823000', '200154.825000', '200154.828000', '200154.831000', '200154.833000', '200154.836000', '200154.839000', '200154.841000', '200154.844000', '200154.847000', '200154.850000', '200154.852000', '200154.855000', '200154.857000', '200154.860000', '200154.863000', '200154.865000', '200154.868000', '200154.870000', '200154.873000', '200154.876000', '200154.878000', '200154.881000', '200154.884000', '200154.886000', '200214.771000', '200214.774000', '200214.777000', '200214.779000', '200214.782000', '200214.785000', '200214.787000', '200214.790000', '200214.792000', '200214.795000', '200214.797000', '200214.800000', '200214.803000', '200214.805000', '200214.808000', '200214.810000', '200214.813000', '200214.816000', '200214.818000', '200214.821000', '200214.823000', '200214.826000', '200214.828000', '200214.831000', '200214.834000', '200214.836000', '200214.839000', '200214.841000', '200214.844000', '200214.847000', '200214.849000', '200214.852000', '200214.854000', '200214.857000', '200214.860000', '200214.862000', '200214.865000', '200214.867000', '200214.870000', '200214.873000', '200214.875000', '200214.878000', '200214.880000', '200214.883000', '200234.772000', '200234.775000', '200234.778000', '200234.780000', '200234.783000', '200234.785000', '200234.788000', '200234.791000', '200234.793000', '200234.796000', '200234.799000', '200234.801000', '200234.804000', '200234.806000', '200234.809000', '200234.812000', '200234.814000', '200234.817000', '200234.819000', '200234.823000', '200234.826000', '200234.828000', '200234.831000', '200234.834000', '200234.869000', '200234.872000', '200234.874000', '200234.877000', '200234.880000', '200234.882000', '200234.885000', '200234.888000', '200234.890000', '200234.893000', '200234.896000', '200234.898000', '200234.901000', '200234.904000', '200234.906000', '200234.909000', '200234.911000', '200234.914000', '200234.917000', '200238.891000', '200238.894000', '200238.897000', '200238.899000', '200238.902000', '200238.904000', '200238.907000', '200238.910000', '200238.912000', '200238.915000'], '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': [12206, 13606, 9109, 12475, 8844, 12097, 8817, 12974, 7984, 12281, 8030, 12254, 8125, 12082, 8613, 11761, 9854, 11683, 8784, 13357, 8658, 12855, 9225, 12417, 8278, 9773, 8946, 12022, 9418, 9782, 10172, 7889, 11038, 7731, 11512, 7552, 12077, 7836, 11587, 8510, 11526, 8684, 14200, 8936, 14190, 8607, 12225, 9289, 13417, 10922, 14807, 8944, 13809, 9465, 13049, 11011, 8855, 14323, 8010, 14310, 10869, 16077, 13687, 17010, 13174, 15396, 12083, 15300, 12294, 15125, 11364, 9392, 11131, 7967, 12210, 10567, 14259, 8483, 12605, 8408, 13273, 9544, 15509, 11993, 14489, 10101, 13208, 11889, 15102, 11116, 9196, 10558, 8265, 12017, 9794, 15342, 10637, 16094, 9370, 12811, 9826, 9814, 13131, 10107, 17247, 13967, 8518, 14218, 9105, 17132, 11845, 11397, 11901, 10667, 15128, 13737, 14875, 8994, 11223, 7790, 11944, 8635, 13258, 7953, 12645, 8141, 12456, 8789, 13006, 9663, 13322, 7856, 7995, 9851, 7819, 13096, 9050, 13314, 9498, 14084, 11999, 15610, 12798, 16416, 10674, 8947, 14663, 11080, 16432, 14646, 16720, 14819, 17562, 14880, 14583, 10517, 11895, 10305, 13102, 11555, 10777, 12219, 8151, 12291, 9065, 14236, 10550, 15955, 9055, 12082, 10009, 10046, 12197, 8644, 13203, 9669, 13914, 9785, 15036, 10599, 10336, 12175, 8294, 14350, 10394, 15924, 13169, 17590, 13032, 15882, 10847, 14773, 10762, 16576, 12815, 12327, 11535, 11719, 12405, 13503, 13537, 9486, 12706, 8442, 12605, 9024, 13687, 9713, 13920, 9271, 13496, 9940, 13414, 10958, 14980, 9856, 10007, 10269, 9883, 11789, 12370, 14127, 9624, 12449, 8568, 12811, 8948, 14165, 10734, 15362, 10525, 13636, 9970, 13836, 10730, 12694, 9780, 10245, 9926, 9613, 12058, 9695, 13227, 8490, 12951, 9509, 13208, 9770, 9424, 12335, 9825, 15421, 11806, 8938, 10318, 8225, 13756, 9803, 14435, 10221, 15527, 15263, 15016, 16855, 11477, 17856, 13208, 18119, 14633, 19560, 14749, 14783, 15084, 12353, 15455, 8985, 16968, 11090, 16478, 9926, 14764, 10324, 15456, 11352, 16123, 11270, 8255, 10635, 8202, 12059, 9050, 12879, 9529, 12497, 9890, 8398, 10868, 8034, 11952, 9005, 12813, 10762, 15460, 10059, 13427, 11083, 15309, 12308, 10678, 15905, 8776, 12820, 9162, 12711, 9172, 13487, 10204, 13955, 10088, 13957, 10052, 12469, 9921, 8865, 10965, 7507, 12118, 8054, 12460, 9719, 13563, 10537, 12539, 9288, 12103, 10056, 12401, 10557, 12150, 10912, 9982, 10696, 11084, 11552, 12070, 11692, 10902, 12033, 10237, 11748, 10287, 12659, 11766, 13061, 8112, 12852, 8321, 13195, 8903, 14088, 10005, 12679, 9356, 13601, 9994, 11140, 10578, 7845, 12652, 8324, 13101, 10041, 13693, 10580, 14411, 9818, 13067, 10433, 10497, 12195, 8065, 13035, 9527, 13548, 10971, 15819, 11802, 16796, 10178, 14162, 10860, 13049, 11516, 8130, 12163, 8227, 12989, 9117, 15657, 10659, 15469, 9493, 13309, 10399, 12900, 10793, 8200, 11733, 8664, 12472, 9641, 15782, 8829, 14155, 9573, 13116, 10313, 16293, 12204, 14195, 9678, 11829, 11147, 12550, 12496, 9087, 12293, 8501, 12497, 9021, 15250, 8505, 14886, 9435, 12654, 9760, 14559, 10410, 15533, 9274, 13087, 9810, 12460, 10011, 8998, 11134, 8256, 12088, 8690, 12716, 9648, 14117, 10032, 14012, 10006, 16437, 12427, 11808, 10124, 10934, 11733, 9020, 14874, 8835, 14781, 9688, 14859, 11795, 18092, 12785, 18471, 11290, 15386, 10881, 11516, 11060, 8143, 12084, 8840, 12622, 8738, 15880, 10064, 13902, 9963, 13529, 10196, 8602, 12055, 9077, 13656, 9738, 12779, 10457, 8333, 13739, 10071, 13748, 12020, 9596, 15049, 10798, 13226, 10748, 12824, 19149, 15294, 13270, 13287, 11679, 12387, 13053, 13745, 18879, 16178, 11699, 11850, 8699, 16431, 10889, 13654, 12994, 10813, 18328, 14531, 18264, 11348, 10916, 11805, 8838, 14581, 10938, 14703, 9408, 11183, 9708, 9385, 10843, 8696, 13577, 8132, 13246, 8601, 12855, 9474, 13334, 10277, 14487, 10219, 9100, 10252, 7756, 12626, 9465, 13739, 10999, 10147, 11046, 8218, 12759, 9345, 17443, 13179, 18559, 13590, 15664, 10355, 13198, 18585, 14425, 18989, 9474, 7308, 9545, 8870, 9267, 13104, 10754, 8484, 12168, 12953, 18160, 14873, 18965, 15852, 20073, 11923, 16958, 12583, 12752, 11264, 19642, 12421, 20228, 14791, 15763, 9383, 13431, 8565, 11606, 8261, 10805, 7510, 11422, 7612, 10085, 7463, 9714, 11192, 9432, 13310, 9849, 12279, 8968, 11221, 9326, 11169, 9449, 11260, 9445, 11286, 8534, 11353, 8660, 12020, 8851, 13989, 7833, 13060, 8739, 11311, 9412, 13542, 12593, 14324, 9799, 11412, 10322, 11487, 15510, 12629, 14149, 11178, 14466, 10503, 16861, 10674, 16088, 10446, 13881, 10072, 14357, 10102, 14665, 11831, 14204, 8847, 14133, 9450, 14585, 12294, 17293, 9918, 15613, 8782, 13682, 9716, 12462, 11268, 9983, 9618, 8884, 10626, 9885, 11902, 7844, 11790, 9188, 13043, 9264, 11228, 9887, 9483, 13628, 10560, 17832, 11027, 17526, 11733, 14391, 11276, 14678, 18497, 12540, 18833, 10833, 16330, 10164, 17010, 11291, 18865, 10892, 15598, 8511, 12976, 8083, 12951, 8188, 13476, 7619, 10695, 7693, 11053, 8720, 12000, 8030, 11233, 7523, 10702, 7937, 11754, 8326, 12021, 7422, 11239, 7705, 11512, 8586, 12210, 8109, 11643, 7783, 11141, 7905, 11973, 8261, 14176, 7912, 11824, 8517, 12416, 8774, 16644, 12593, 17789, 11751, 17140, 8729, 13889, 9173, 13404, 10475, 12768, 11117, 11384, 11480, 13151, 15114, 16752, 17793, 12090, 14083, 9727, 12775, 8208, 15848, 9665, 18443, 10648, 15430, 9242, 14062, 9731, 13863, 9667, 9087, 13662, 10029, 16464, 9710, 12746, 10151, 8325, 11499, 8411, 13410, 10514, 16815, 11203, 9127, 10150, 7393, 11657, 8892, 12698, 9881, 15482, 11422, 19517, 10451, 17427, 11599, 16871, 13507, 19261, 11452, 16791, 10241, 14228, 10119, 14278, 11562, 13103, 8116, 12617, 8478, 13150, 8775, 12268, 8889, 11781, 8229, 7853, 9538, 11258, 10611, 11351, 11241, 8759, 11423, 8337, 12822, 8478, 17505, 11396, 18395, 10611, 16292, 8843, 10664, 10073, 8870, 12489, 8700, 14527, 9371, 13831, 8846, 11722, 10355, 9115, 18030, 11183, 14451, 10423, 7551, 12541, 10009, 8678, 13432, 10374, 15761, 11734, 14677, 17205, 13503, 18827, 17028, 18905, 17910, 18131, 14797, 15534, 13802, 14407, 10568, 15897, 8170, 11217, 7909, 10309, 8954, 10037, 13111, 9355, 12289, 8970, 10843, 8528, 10427, 7607, 9457, 7357, 10219, 8322, 10512, 11149, 10234, 12062, 9618, 13149, 10256, 11582, 9201, 11027, 7853, 11073, 8376, 11190, 13732, 11741, 13605, 11054, 16703, 10753, 18213, 10793, 17414, 12189, 15003, 9858, 14230, 10209, 16883, 11871, 16428, 10132, 16550, 10446, 16668, 10830, 18134, 12350, 14713, 10553, 17478, 10727, 18883, 13240, 18513, 11343, 17938, 9988, 14992, 10192, 14713, 11308, 13193, 9973, 11856, 11135, 12594, 11286, 9022, 11428, 9544, 11730, 13666, 10594, 13176, 11521, 11717, 11658, 9220, 12817, 8975, 12786, 7936, 12187, 9160, 12971, 10251, 14730, 11714, 16839, 9550, 13183, 10153, 12140, 12374, 11547, 16602, 8816, 15034, 9019, 17378, 13831, 18340, 15332, 16530, 9688, 8199, 11071, 8786, 14044, 10491, 18197, 12633, 12176, 11820, 9015, 15113, 10185, 7888, 12700, 10081, 18198, 12624, 19637, 15325, 19065, 16732, 15404, 18829, 14991, 17998, 15472, 19685, 14621, 10883, 19422, 17257, 21078, 16163, 12266, 10323, 8602, 11399, 8409, 13831, 9704, 15512, 10752, 17270, 9575, 13156, 9635, 13430, 10645, 13072, 9602, 11237, 9042, 8238, 10970, 8418, 12334, 8575, 12193, 9170, 13378, 9718, 9234, 10105, 8167, 12711, 9860, 12040, 9329, 8268, 12818, 9795, 16383, 11609, 14594], 'WindowCenter': [4712.0, 4707.0, 4655.0, 4679.0, 4640.0, 4666.0, 4625.0, 4675.0, 4616.0, 4665.0, 4616.0, 4663.0, 4616.0, 4665.0, 4626.0, 4664.0, 4647.0, 4667.0, 4639.0, 4686.0, 4628.0, 4686.0, 4649.0, 4687.0, 4631.0, 4659.0, 4650.0, 4680.0, 4650.0, 4649.0, 4658.0, 4631.0, 4669.0, 4620.0, 4679.0, 4621.0, 4679.0, 4632.0, 4679.0, 4642.0, 4681.0, 4641.0, 4701.0, 4651.0, 4700.0, 4640.0, 4680.0, 4652.0, 4699.0, 4683.0, 4712.0, 4653.0, 4702.0, 4663.0, 4703.0, 4673.0, 4651.0, 4712.0, 4632.0, 4701.0, 4684.0, 4723.0, 4714.0, 4723.0, 4702.0, 4713.0, 4693.0, 4722.0, 4693.0, 4711.0, 4681.0, 4649.0, 4671.0, 4631.0, 4692.0, 4673.0, 4702.0, 4641.0, 4689.0, 4642.0, 4691.0, 4662.0, 4711.0, 4679.0, 4697.0, 4659.0, 4691.0, 4681.0, 4708.0, 4670.0, 4648.0, 4659.0, 4629.0, 4680.0, 4661.0, 4699.0, 4660.0, 4709.0, 4651.0, 4694.0, 4677.0, 4665.0, 4703.0, 4673.0, 4733.0, 4712.0, 4642.0, 4703.0, 4655.0, 4734.0, 4694.0, 4684.0, 4682.0, 4661.0, 4700.0, 4690.0, 4688.0, 4639.0, 4657.0, 4608.0, 4665.0, 4626.0, 4677.0, 4617.0, 4676.0, 4630.0, 4694.0, 4642.0, 4666.0, 4624.0, 4665.0, 4585.0, 4570.0, 4600.0, 4571.0, 4640.0, 4595.0, 4655.0, 4640.0, 4717.0, 4718.0, 4722.0, 4717.0, 4736.0, 4671.0, 4638.0, 4696.0, 4669.0, 4697.0, 4686.0, 4709.0, 4687.0, 4709.0, 4699.0, 4687.0, 4654.0, 4666.0, 4645.0, 4674.0, 4666.0, 4654.0, 4664.0, 4616.0, 4667.0, 4639.0, 4700.0, 4657.0, 4709.0, 4681.0, 4692.0, 4659.0, 4646.0, 4679.0, 4640.0, 4688.0, 4649.0, 4699.0, 4660.0, 4711.0, 4670.0, 4658.0, 4678.0, 4629.0, 4698.0, 4659.0, 4710.0, 4689.0, 4718.0, 4689.0, 4708.0, 4683.0, 4699.0, 4669.0, 4708.0, 4689.0, 4676.0, 4666.0, 4664.0, 4677.0, 4689.0, 4687.0, 4635.0, 4675.0, 4626.0, 4673.0, 4636.0, 4685.0, 4647.0, 4685.0, 4637.0, 4674.0, 4646.0, 4686.0, 4669.0, 4707.0, 4660.0, 4646.0, 4655.0, 4647.0, 4666.0, 4675.0, 4687.0, 4637.0, 4673.0, 4625.0, 4675.0, 4637.0, 4686.0, 4656.0, 4696.0, 4654.0, 4685.0, 4672.0, 4700.0, 4682.0, 4689.0, 4659.0, 4658.0, 4656.0, 4648.0, 4679.0, 4662.0, 4690.0, 4637.0, 4687.0, 4660.0, 4702.0, 4681.0, 4661.0, 4691.0, 4669.0, 4709.0, 4681.0, 4649.0, 4670.0, 4641.0, 4711.0, 4682.0, 4723.0, 4680.0, 4733.0, 4722.0, 4708.0, 4720.0, 4667.0, 4718.0, 4690.0, 4718.0, 4697.0, 4717.0, 4683.0, 4681.0, 4681.0, 4662.0, 4677.0, 4608.0, 4680.0, 4639.0, 4678.0, 4619.0, 4668.0, 4627.0, 4681.0, 4651.0, 4679.0, 4639.0, 4612.0, 4629.0, 4599.0, 4649.0, 4620.0, 4660.0, 4632.0, 4659.0, 4633.0, 4614.0, 4654.0, 4614.0, 4652.0, 4624.0, 4674.0, 4666.0, 4694.0, 4644.0, 4672.0, 4655.0, 4682.0, 4652.0, 4642.0, 4681.0, 4612.0, 4649.0, 4621.0, 4660.0, 4623.0, 4661.0, 4656.0, 4696.0, 4655.0, 4693.0, 4656.0, 4686.0, 4651.0, 4644.0, 4664.0, 4615.0, 4684.0, 4635.0, 4687.0, 4659.0, 4698.0, 4679.0, 4701.0, 4661.0, 4688.0, 4659.0, 4687.0, 4670.0, 4689.0, 4682.0, 4673.0, 4680.0, 4677.0, 4678.0, 4677.0, 4678.0, 4667.0, 4678.0, 4658.0, 4677.0, 4656.0, 4686.0, 4677.0, 4689.0, 4628.0, 4688.0, 4638.0, 4688.0, 4646.0, 4699.0, 4660.0, 4700.0, 4659.0, 4698.0, 4672.0, 4690.0, 4673.0, 4640.0, 4691.0, 4641.0, 4700.0, 4672.0, 4711.0, 4672.0, 4712.0, 4672.0, 4703.0, 4684.0, 4683.0, 4693.0, 4642.0, 4701.0, 4662.0, 4711.0, 4682.0, 4721.0, 4692.0, 4720.0, 4671.0, 4711.0, 4681.0, 4701.0, 4682.0, 4630.0, 4689.0, 4637.0, 4688.0, 4649.0, 4711.0, 4672.0, 4707.0, 4659.0, 4699.0, 4672.0, 4701.0, 4671.0, 4639.0, 4678.0, 4639.0, 4689.0, 4659.0, 4708.0, 4638.0, 4698.0, 4648.0, 4687.0, 4659.0, 4706.0, 4680.0, 4697.0, 4648.0, 4677.0, 4668.0, 4688.0, 4677.0, 4635.0, 4667.0, 4625.0, 4678.0, 4637.0, 4696.0, 4625.0, 4695.0, 4634.0, 4677.0, 4648.0, 4687.0, 4657.0, 4696.0, 4635.0, 4685.0, 4648.0, 4676.0, 4661.0, 4637.0, 4667.0, 4627.0, 4676.0, 4640.0, 4687.0, 4648.0, 4688.0, 4658.0, 4696.0, 4659.0, 4708.0, 4677.0, 4667.0, 4655.0, 4656.0, 4666.0, 4636.0, 4697.0, 4635.0, 4697.0, 4647.0, 4698.0, 4678.0, 4716.0, 4677.0, 4716.0, 4665.0, 4694.0, 4656.0, 4666.0, 4655.0, 4616.0, 4666.0, 4638.0, 4676.0, 4638.0, 4706.0, 4647.0, 4686.0, 4648.0, 4688.0, 4659.0, 4638.0, 4679.0, 4636.0, 4700.0, 4650.0, 4689.0, 4673.0, 4644.0, 4705.0, 4676.0, 4714.0, 4703.0, 4663.0, 4726.0, 4685.0, 4705.0, 4673.0, 4692.0, 4733.0, 4726.0, 4702.0, 4688.0, 4684.0, 4682.0, 4692.0, 4702.0, 4735.0, 4713.0, 4683.0, 4669.0, 4641.0, 4720.0, 4670.0, 4701.0, 4690.0, 4669.0, 4720.0, 4699.0, 4709.0, 4669.0, 4657.0, 4667.0, 4638.0, 4699.0, 4659.0, 4688.0, 4637.0, 4658.0, 4650.0, 4649.0, 4669.0, 4641.0, 4679.0, 4619.0, 4677.0, 4628.0, 4678.0, 4651.0, 4692.0, 4662.0, 4690.0, 4651.0, 4641.0, 4649.0, 4621.0, 4693.0, 4664.0, 4691.0, 4669.0, 4660.0, 4670.0, 4630.0, 4677.0, 4637.0, 4708.0, 4680.0, 4709.0, 4677.0, 4697.0, 4662.0, 4690.0, 4720.0, 4699.0, 4729.0, 4662.0, 4632.0, 4661.0, 4638.0, 4639.0, 4679.0, 4661.0, 4632.0, 4684.0, 4682.0, 4711.0, 4690.0, 4708.0, 4713.0, 4719.0, 4670.0, 4699.0, 4666.0, 4663.0, 4646.0, 4705.0, 4653.0, 4705.0, 4672.0, 4671.0, 4610.0, 4650.0, 4600.0, 4628.0, 4601.0, 4631.0, 4582.0, 4643.0, 4593.0, 4634.0, 4594.0, 4624.0, 4644.0, 4624.0, 4675.0, 4637.0, 4666.0, 4628.0, 4657.0, 4639.0, 4658.0, 4650.0, 4659.0, 4648.0, 4659.0, 4631.0, 4668.0, 4631.0, 4681.0, 4642.0, 4690.0, 4619.0, 4690.0, 4640.0, 4670.0, 4641.0, 4690.0, 4678.0, 4689.0, 4648.0, 4669.0, 4660.0, 4670.0, 4698.0, 4678.0, 4688.0, 4668.0, 4689.0, 4659.0, 4709.0, 4660.0, 4709.0, 4658.0, 4689.0, 4649.0, 4700.0, 4661.0, 4701.0, 4681.0, 4689.0, 4639.0, 4690.0, 4650.0, 4700.0, 4681.0, 4709.0, 4650.0, 4710.0, 4640.0, 4701.0, 4652.0, 4690.0, 4672.0, 4660.0, 4651.0, 4641.0, 4671.0, 4660.0, 4682.0, 4633.0, 4685.0, 4665.0, 4704.0, 4665.0, 4684.0, 4663.0, 4663.0, 4703.0, 4677.0, 4735.0, 4686.0, 4734.0, 4683.0, 4702.0, 4672.0, 4700.0, 4719.0, 4679.0, 4720.0, 4657.0, 4698.0, 4647.0, 4707.0, 4658.0, 4707.0, 4656.0, 4685.0, 4625.0, 4675.0, 4616.0, 4664.0, 4615.0, 4675.0, 4605.0, 4645.0, 4605.0, 4655.0, 4626.0, 4666.0, 4606.0, 4655.0, 4607.0, 4656.0, 4618.0, 4668.0, 4628.0, 4678.0, 4608.0, 4668.0, 4619.0, 4669.0, 4630.0, 4679.0, 4618.0, 4670.0, 4619.0, 4668.0, 4619.0, 4669.0, 4628.0, 4688.0, 4618.0, 4669.0, 4640.0, 4679.0, 4641.0, 4708.0, 4680.0, 4708.0, 4669.0, 4719.0, 4641.0, 4700.0, 4651.0, 4690.0, 4661.0, 4679.0, 4670.0, 4669.0, 4670.0, 4689.0, 4698.0, 4708.0, 4720.0, 4667.0, 4688.0, 4648.0, 4677.0, 4629.0, 4697.0, 4648.0, 4718.0, 4657.0, 4696.0, 4637.0, 4688.0, 4651.0, 4700.0, 4650.0, 4653.0, 4703.0, 4661.0, 4721.0, 4652.0, 4688.0, 4673.0, 4641.0, 4670.0, 4643.0, 4703.0, 4674.0, 4723.0, 4672.0, 4640.0, 4660.0, 4621.0, 4683.0, 4653.0, 4691.0, 4663.0, 4711.0, 4672.0, 4729.0, 4661.0, 4719.0, 4670.0, 4709.0, 4689.0, 4718.0, 4667.0, 4707.0, 4647.0, 4686.0, 4658.0, 4688.0, 4667.0, 4677.0, 4618.0, 4676.0, 4628.0, 4688.0, 4654.0, 4693.0, 4625.0, 4656.0, 4617.0, 4602.0, 4624.0, 4643.0, 4646.0, 4657.0, 4658.0, 4618.0, 4656.0, 4654.0, 4700.0, 4638.0, 4729.0, 4680.0, 4729.0, 4668.0, 4707.0, 4638.0, 4656.0, 4648.0, 4649.0, 4691.0, 4640.0, 4701.0, 4652.0, 4712.0, 4664.0, 4694.0, 4673.0, 4652.0, 4732.0, 4695.0, 4713.0, 4671.0, 4633.0, 4694.0, 4677.0, 4655.0, 4705.0, 4674.0, 4711.0, 4682.0, 4713.0, 4727.0, 4703.0, 4734.0, 4711.0, 4708.0, 4696.0, 4696.0, 4674.0, 4683.0, 4663.0, 4672.0, 4633.0, 4682.0, 4602.0, 4640.0, 4601.0, 4632.0, 4613.0, 4633.0, 4660.0, 4622.0, 4651.0, 4612.0, 4643.0, 4625.0, 4643.0, 4605.0, 4636.0, 4608.0, 4658.0, 4629.0, 4672.0, 4682.0, 4672.0, 4679.0, 4661.0, 4690.0, 4661.0, 4680.0, 4651.0, 4669.0, 4630.0, 4670.0, 4630.0, 4671.0, 4700.0, 4679.0, 4689.0, 4671.0, 4708.0, 4670.0, 4731.0, 4670.0, 4720.0, 4680.0, 4699.0, 4661.0, 4699.0, 4660.0, 4720.0, 4682.0, 4721.0, 4660.0, 4718.0, 4670.0, 4719.0, 4670.0, 4730.0, 4689.0, 4699.0, 4660.0, 4719.0, 4670.0, 4730.0, 4690.0, 4719.0, 4669.0, 4718.0, 4649.0, 4699.0, 4660.0, 4700.0, 4669.0, 4688.0, 4649.0, 4679.0, 4668.0, 4677.0, 4668.0, 4639.0, 4669.0, 4648.0, 4680.0, 4703.0, 4686.0, 4717.0, 4695.0, 4680.0, 4679.0, 4636.0, 4677.0, 4638.0, 4689.0, 4627.0, 4677.0, 4650.0, 4688.0, 4671.0, 4699.0, 4680.0, 4718.0, 4650.0, 4689.0, 4660.0, 4680.0, 4680.0, 4667.0, 4708.0, 4638.0, 4697.0, 4639.0, 4720.0, 4688.0, 4717.0, 4710.0, 4718.0, 4649.0, 4627.0, 4668.0, 4652.0, 4713.0, 4672.0, 4735.0, 4706.0, 4691.0, 4682.0, 4649.0, 4709.0, 4659.0, 4632.0, 4691.0, 4670.0, 4758.0, 4705.0, 4743.0, 4709.0, 4728.0, 4709.0, 4695.0, 4722.0, 4699.0, 4708.0, 4697.0, 4705.0, 4684.0, 4643.0, 4703.0, 4680.0, 4689.0, 4667.0, 4625.0, 4615.0, 4597.0, 4625.0, 4586.0, 4645.0, 4607.0, 4656.0, 4626.0, 4664.0, 4604.0, 4644.0, 4631.0, 4656.0, 4627.0, 4658.0, 4617.0, 4637.0, 4608.0, 4600.0, 4636.0, 4600.0, 4647.0, 4610.0, 4650.0, 4633.0, 4658.0, 4620.0, 4609.0, 4629.0, 4613.0, 4673.0, 4646.0, 4661.0, 4624.0, 4612.0, 4663.0, 4632.0, 4692.0, 4652.0, 4683.0], 'WindowWidth': [10298.0, 10280.0, 10202.0, 10228.0, 10172.0, 10200.0, 10143.0, 10210.0, 10135.0, 10195.0, 10130.0, 10191.0, 10132.0, 10195.0, 10146.0, 10196.0, 10175.0, 10203.0, 10167.0, 10229.0, 10153.0, 10230.0, 10182.0, 10233.0, 10160.0, 10197.0, 10186.0, 10225.0, 10185.0, 10181.0, 10194.0, 10162.0, 10211.0, 10145.0, 10225.0, 10147.0, 10225.0, 10162.0, 10225.0, 10177.0, 10227.0, 10177.0, 10254.0, 10188.0, 10253.0, 10173.0, 10225.0, 10192.0, 10252.0, 10235.0, 10273.0, 10195.0, 10259.0, 10209.0, 10261.0, 10222.0, 10189.0, 10273.0, 10167.0, 10259.0, 10238.0, 10292.0, 10279.0, 10295.0, 10259.0, 10280.0, 10247.0, 10293.0, 10250.0, 10270.0, 10227.0, 10184.0, 10214.0, 10163.0, 10247.0, 10223.0, 10261.0, 10173.0, 10239.0, 10178.0, 10243.0, 10206.0, 10270.0, 10224.0, 10249.0, 10198.0, 10245.0, 10230.0, 10264.0, 10214.0, 10180.0, 10195.0, 10155.0, 10224.0, 10201.0, 10251.0, 10197.0, 10265.0, 10185.0, 10250.0, 10232.0, 10212.0, 10261.0, 10220.0, 10308.0, 10277.0, 10177.0, 10263.0, 10200.0, 10308.0, 10251.0, 10237.0, 10231.0, 10200.0, 10258.0, 10238.0, 10236.0, 10168.0, 10189.0, 10124.0, 10196.0, 10144.0, 10213.0, 10133.0, 10211.0, 10155.0, 10249.0, 10177.0, 10195.0, 10133.0, 10188.0, 10075.0, 10044.0, 10086.0, 10047.0, 10141.0, 10086.0, 10165.0, 10161.0, 10286.0, 10294.0, 10289.0, 10289.0, 10315.0, 10217.0, 10165.0, 10241.0, 10208.0, 10247.0, 10226.0, 10267.0, 10232.0, 10265.0, 10249.0, 10230.0, 10181.0, 10199.0, 10169.0, 10207.0, 10199.0, 10179.0, 10193.0, 10132.0, 10201.0, 10170.0, 10252.0, 10191.0, 10264.0, 10248.0, 10248.0, 10195.0, 10175.0, 10225.0, 10169.0, 10234.0, 10182.0, 10252.0, 10200.0, 10270.0, 10213.0, 10195.0, 10220.0, 10154.0, 10247.0, 10196.0, 10268.0, 10238.0, 10281.0, 10236.0, 10262.0, 10236.0, 10254.0, 10210.0, 10263.0, 10236.0, 10214.0, 10199.0, 10196.0, 10217.0, 10236.0, 10230.0, 10155.0, 10209.0, 10146.0, 10206.0, 10163.0, 10225.0, 10176.0, 10226.0, 10161.0, 10211.0, 10175.0, 10231.0, 10208.0, 10262.0, 10200.0, 10175.0, 10185.0, 10175.0, 10201.0, 10212.0, 10232.0, 10159.0, 10207.0, 10143.0, 10210.0, 10162.0, 10228.0, 10187.0, 10241.0, 10182.0, 10226.0, 10221.0, 10260.0, 10237.0, 10238.0, 10195.0, 10193.0, 10189.0, 10181.0, 10225.0, 10203.0, 10241.0, 10162.0, 10232.0, 10199.0, 10263.0, 10238.0, 10206.0, 10247.0, 10213.0, 10269.0, 10231.0, 10188.0, 10216.0, 10177.0, 10271.0, 10238.0, 10294.0, 10232.0, 10308.0, 10290.0, 10262.0, 10285.0, 10202.0, 10280.0, 10240.0, 10281.0, 10247.0, 10277.0, 10221.0, 10216.0, 10217.0, 10186.0, 10207.0, 10111.0, 10213.0, 10151.0, 10207.0, 10124.0, 10190.0, 10134.0, 10215.0, 10173.0, 10209.0, 10150.0, 10120.0, 10139.0, 10098.0, 10164.0, 10129.0, 10182.0, 10148.0, 10184.0, 10149.0, 10126.0, 10179.0, 10126.0, 10172.0, 10138.0, 10208.0, 10202.0, 10237.0, 10166.0, 10202.0, 10179.0, 10214.0, 10173.0, 10157.0, 10212.0, 10119.0, 10164.0, 10129.0, 10180.0, 10133.0, 10183.0, 10187.0, 10245.0, 10188.0, 10242.0, 10194.0, 10233.0, 10184.0, 10178.0, 10202.0, 10141.0, 10229.0, 10166.0, 10235.0, 10202.0, 10256.0, 10233.0, 10264.0, 10207.0, 10239.0, 10199.0, 10235.0, 10212.0, 10241.0, 10232.0, 10225.0, 10229.0, 10221.0, 10221.0, 10219.0, 10221.0, 10204.0, 10221.0, 10193.0, 10219.0, 10192.0, 10229.0, 10219.0, 10237.0, 10153.0, 10233.0, 10170.0, 10236.0, 10179.0, 10253.0, 10199.0, 10258.0, 10201.0, 10253.0, 10220.0, 10246.0, 10221.0, 10176.0, 10244.0, 10176.0, 10257.0, 10220.0, 10275.0, 10222.0, 10276.0, 10222.0, 10265.0, 10239.0, 10238.0, 10252.0, 10180.0, 10261.0, 10207.0, 10278.0, 10237.0, 10288.0, 10248.0, 10287.0, 10219.0, 10274.0, 10233.0, 10260.0, 10233.0, 10161.0, 10239.0, 10168.0, 10239.0, 10188.0, 10272.0, 10219.0, 10267.0, 10200.0, 10256.0, 10220.0, 10259.0, 10217.0, 10171.0, 10222.0, 10170.0, 10240.0, 10199.0, 10264.0, 10166.0, 10249.0, 10180.0, 10236.0, 10199.0, 10260.0, 10227.0, 10246.0, 10178.0, 10217.0, 10207.0, 10235.0, 10219.0, 10157.0, 10202.0, 10145.0, 10219.0, 10164.0, 10243.0, 10144.0, 10239.0, 10155.0, 10217.0, 10179.0, 10230.0, 10191.0, 10242.0, 10160.0, 10227.0, 10179.0, 10218.0, 10202.0, 10166.0, 10202.0, 10149.0, 10216.0, 10175.0, 10233.0, 10181.0, 10233.0, 10192.0, 10244.0, 10197.0, 10264.0, 10218.0, 10203.0, 10185.0, 10188.0, 10199.0, 10160.0, 10245.0, 10159.0, 10243.0, 10177.0, 10247.0, 10220.0, 10270.0, 10214.0, 10269.0, 10197.0, 10238.0, 10186.0, 10198.0, 10183.0, 10131.0, 10198.0, 10167.0, 10214.0, 10168.0, 10258.0, 10175.0, 10228.0, 10177.0, 10233.0, 10194.0, 10166.0, 10220.0, 10162.0, 10252.0, 10184.0, 10240.0, 10217.0, 10183.0, 10267.0, 10229.0, 10280.0, 10264.0, 10206.0, 10300.0, 10240.0, 10269.0, 10222.0, 10246.0, 10310.0, 10304.0, 10257.0, 10236.0, 10235.0, 10228.0, 10245.0, 10258.0, 10315.0, 10278.0, 10232.0, 10208.0, 10176.0, 10286.0, 10212.0, 10258.0, 10242.0, 10210.0, 10286.0, 10249.0, 10265.0, 10207.0, 10189.0, 10198.0, 10161.0, 10247.0, 10190.0, 10229.0, 10159.0, 10188.0, 10184.0, 10182.0, 10208.0, 10169.0, 10217.0, 10135.0, 10213.0, 10148.0, 10215.0, 10183.0, 10242.0, 10200.0, 10234.0, 10180.0, 10168.0, 10176.0, 10147.0, 10246.0, 10209.0, 10240.0, 10208.0, 10193.0, 10208.0, 10155.0, 10214.0, 10161.0, 10260.0, 10222.0, 10264.0, 10212.0, 10240.0, 10202.0, 10236.0, 10282.0, 10249.0, 10293.0, 10206.0, 10168.0, 10205.0, 10164.0, 10160.0, 10217.0, 10194.0, 10156.0, 10232.0, 10223.0, 10266.0, 10231.0, 10259.0, 10269.0, 10274.0, 10206.0, 10243.0, 10192.0, 10185.0, 10163.0, 10246.0, 10169.0, 10251.0, 10195.0, 10194.0, 10108.0, 10163.0, 10094.0, 10130.0, 10096.0, 10136.0, 10074.0, 10155.0, 10089.0, 10145.0, 10094.0, 10134.0, 10160.0, 10134.0, 10206.0, 10157.0, 10195.0, 10145.0, 10185.0, 10162.0, 10187.0, 10180.0, 10189.0, 10175.0, 10189.0, 10154.0, 10203.0, 10156.0, 10222.0, 10173.0, 10235.0, 10139.0, 10235.0, 10167.0, 10209.0, 10168.0, 10234.0, 10214.0, 10231.0, 10173.0, 10204.0, 10192.0, 10207.0, 10244.0, 10217.0, 10228.0, 10201.0, 10230.0, 10192.0, 10260.0, 10193.0, 10260.0, 10190.0, 10233.0, 10179.0, 10250.0, 10197.0, 10254.0, 10224.0, 10234.0, 10166.0, 10238.0, 10183.0, 10252.0, 10224.0, 10261.0, 10181.0, 10264.0, 10169.0, 10253.0, 10188.0, 10238.0, 10215.0, 10195.0, 10183.0, 10170.0, 10210.0, 10195.0, 10228.0, 10164.0, 10238.0, 10211.0, 10265.0, 10212.0, 10237.0, 10205.0, 10203.0, 10261.0, 10228.0, 10307.0, 10238.0, 10303.0, 10229.0, 10255.0, 10214.0, 10249.0, 10281.0, 10218.0, 10279.0, 10188.0, 10244.0, 10172.0, 10256.0, 10187.0, 10258.0, 10181.0, 10222.0, 10140.0, 10207.0, 10128.0, 10193.0, 10126.0, 10206.0, 10112.0, 10165.0, 10113.0, 10181.0, 10142.0, 10195.0, 10116.0, 10180.0, 10120.0, 10184.0, 10137.0, 10203.0, 10150.0, 10218.0, 10124.0, 10204.0, 10140.0, 10207.0, 10154.0, 10221.0, 10136.0, 10209.0, 10140.0, 10203.0, 10140.0, 10206.0, 10150.0, 10232.0, 10137.0, 10206.0, 10170.0, 10222.0, 10171.0, 10262.0, 10223.0, 10259.0, 10204.0, 10276.0, 10173.0, 10252.0, 10188.0, 10239.0, 10200.0, 10221.0, 10209.0, 10207.0, 10209.0, 10234.0, 10248.0, 10259.0, 10279.0, 10199.0, 10231.0, 10174.0, 10215.0, 10152.0, 10244.0, 10176.0, 10275.0, 10185.0, 10240.0, 10160.0, 10233.0, 10188.0, 10252.0, 10186.0, 10193.0, 10263.0, 10202.0, 10286.0, 10189.0, 10235.0, 10218.0, 10174.0, 10211.0, 10180.0, 10263.0, 10224.0, 10292.0, 10215.0, 10169.0, 10198.0, 10152.0, 10233.0, 10192.0, 10242.0, 10206.0, 10269.0, 10214.0, 10294.0, 10198.0, 10279.0, 10208.0, 10263.0, 10232.0, 10274.0, 10200.0, 10257.0, 10174.0, 10227.0, 10191.0, 10231.0, 10201.0, 10216.0, 10137.0, 10213.0, 10151.0, 10233.0, 10195.0, 10248.0, 10140.0, 10181.0, 10128.0, 10101.0, 10133.0, 10159.0, 10165.0, 10182.0, 10185.0, 10131.0, 10181.0, 10198.0, 10257.0, 10168.0, 10293.0, 10227.0, 10293.0, 10207.0, 10258.0, 10164.0, 10187.0, 10178.0, 10183.0, 10241.0, 10173.0, 10257.0, 10192.0, 10274.0, 10212.0, 10255.0, 10224.0, 10191.0, 10302.0, 10255.0, 10278.0, 10215.0, 10163.0, 10251.0, 10232.0, 10198.0, 10270.0, 10223.0, 10271.0, 10230.0, 10274.0, 10307.0, 10258.0, 10312.0, 10268.0, 10263.0, 10238.0, 10240.0, 10202.0, 10215.0, 10184.0, 10199.0, 10146.0, 10209.0, 10101.0, 10150.0, 10099.0, 10141.0, 10118.0, 10144.0, 10179.0, 10129.0, 10169.0, 10117.0, 10160.0, 10141.0, 10161.0, 10114.0, 10155.0, 10122.0, 10191.0, 10153.0, 10215.0, 10232.0, 10215.0, 10223.0, 10200.0, 10239.0, 10199.0, 10225.0, 10185.0, 10208.0, 10158.0, 10211.0, 10158.0, 10213.0, 10252.0, 10222.0, 10234.0, 10210.0, 10261.0, 10210.0, 10298.0, 10213.0, 10281.0, 10224.0, 10249.0, 10198.0, 10251.0, 10199.0, 10283.0, 10232.0, 10280.0, 10198.0, 10275.0, 10211.0, 10278.0, 10212.0, 10296.0, 10236.0, 10248.0, 10197.0, 10276.0, 10210.0, 10296.0, 10238.0, 10277.0, 10206.0, 10274.0, 10179.0, 10252.0, 10197.0, 10250.0, 10207.0, 10232.0, 10180.0, 10224.0, 10207.0, 10218.0, 10208.0, 10167.0, 10208.0, 10180.0, 10224.0, 10262.0, 10245.0, 10291.0, 10254.0, 10225.0, 10220.0, 10161.0, 10216.0, 10165.0, 10236.0, 10152.0, 10218.0, 10185.0, 10236.0, 10215.0, 10250.0, 10226.0, 10275.0, 10183.0, 10235.0, 10198.0, 10224.0, 10224.0, 10204.0, 10261.0, 10165.0, 10244.0, 10168.0, 10282.0, 10233.0, 10274.0, 10268.0, 10276.0, 10183.0, 10152.0, 10207.0, 10192.0, 10277.0, 10219.0, 10313.0, 10272.0, 10245.0, 10231.0, 10183.0, 10266.0, 10198.0, 10165.0, 10244.0, 10216.0, 10351.0, 10268.0, 10324.0, 10266.0, 10293.0, 10269.0, 10240.0, 10298.0, 10248.0, 10265.0, 10243.0, 10253.0, 10222.0, 10162.0, 10251.0, 10210.0, 10227.0, 10185.0, 10122.0, 10112.0, 10089.0, 10123.0, 10072.0, 10152.0, 10103.0, 10168.0, 10127.0, 10179.0, 10095.0, 10150.0, 10146.0, 10172.0, 10132.0, 10176.0, 10121.0, 10146.0, 10110.0, 10099.0, 10145.0, 10099.0, 10159.0, 10116.0, 10169.0, 10150.0, 10178.0, 10127.0, 10109.0, 10136.0, 10123.0, 10207.0, 10170.0, 10187.0, 10139.0, 10123.0, 10191.0, 10149.0, 10232.0, 10175.0, 10217.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.004923555973659455</td></tr>
<tr><td colspan=3>aqi</td><td>0.042006790216368765</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.12319700611108</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.215063116525425</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0579879816478355</td></tr>
<tr><td colspan=3>efc</td><td>0.5278</td></tr>
<tr><td colspan=3>fber</td><td>2030.2461</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14581012971255825</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>190</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.873941674506113</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6574331260139044</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.60470384698993</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.790825206188815</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5767703248629688</td></tr>
<tr><td colspan=3>gcor</td><td>0.00827672</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002020293613895774</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02477330155670643</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.033263615297767</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.3581</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>93.7959</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>278.2976</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>89.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290602.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>1305.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>465.5277</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5097</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.6053</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3794.0956</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1411.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.0031</td></tr>
<tr><td colspan=3>tsnr</td><td>28.672836769837886</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>