<?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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-03/func/sub-0086_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>e66d38c3a22327f77305883ea0ea04aa</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>10:28:11.872500</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.999815, 0.0103039, 0.0162648, -0.0115176, 0.997012, 0.0763796]</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.0953119</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7754, -7279, 650, -41, -137, 93, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.686</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6491dab8-97c3-4451-89da-a3cef277e4a6||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.682429552078247, -0.03090076893568039, 0.041658904403448105, 112.9860610961914], [-0.027644634246826172, 2.6749110221862793, 0.2066923826932907, -100.24541473388672], [0.043637339025735855, -0.20492078363895416, 2.6917545795440674, -65.5566177368164], [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': ['102811.872500', '102812.332500', '102812.792500', '102813.252500', '102813.712500', '102814.172500', '102814.632500', '102815.092500', '102815.552500', '102816.012500', '102816.472500', '102816.932500', '102817.392500', '102817.852500', '102818.312500', '102818.772500', '102819.232500', '102819.692500', '102820.152500', '102820.612500', '102821.072500', '102821.532500', '102821.992500', '102822.452500', '102822.912500', '102823.372500', '102823.832500', '102824.292500', '102824.752500', '102825.212500', '102825.672500', '102826.132500', '102826.592500', '102827.052500', '102827.512500', '102827.972500', '102828.432500', '102828.892500', '102829.352500', '102829.812500', '102830.272500', '102830.732500', '102831.192500', '102831.652500', '102832.112500', '102832.572500', '102833.032500', '102833.492500', '102833.952500', '102834.412500', '102834.872500', '102835.332500', '102835.792500', '102836.252500', '102836.712500', '102837.172500', '102837.632500', '102838.092500', '102838.552500', '102839.012500', '102839.472500', '102839.932500', '102840.392500', '102840.852500', '102841.312500', '102841.772500', '102842.232500', '102842.692500', '102843.152500', '102843.612500', '102844.072500', '102844.532500', '102844.992500', '102845.452500', '102845.912500', '102846.372500', '102846.832500', '102847.292500', '102847.752500', '102848.212500', '102848.672500', '102849.132500', '102849.592500', '102850.052500', '102850.512500', '102850.972500', '102851.432500', '102851.892500', '102852.352500', '102852.812500', '102853.272500', '102853.732500', '102854.192500', '102854.652500', '102855.112500', '102855.572500', '102856.032500', '102856.492500', '102856.952500', '102857.412500', '102857.872500', '102858.332500', '102858.792500', '102859.252500', '102859.712500', '102900.172500', '102900.632500', '102901.092500', '102901.552500', '102902.012500', '102902.472500', '102902.932500', '102903.392500', '102903.852500', '102904.312500', '102904.772500', '102905.232500', '102905.692500', '102906.152500', '102906.612500', '102907.072500', '102907.532500', '102907.992500', '102908.452500', '102908.912500', '102909.372500', '102909.832500', '102910.292500', '102910.752500', '102911.212500', '102911.672500', '102912.132500', '102912.592500', '102913.052500', '102913.512500', '102913.972500', '102914.432500', '102914.892500', '102915.352500', '102915.812500', '102916.272500', '102916.732500', '102917.192500', '102917.652500', '102918.112500', '102918.572500', '102919.032500', '102919.492500', '102919.952500', '102920.412500', '102920.872500', '102921.332500', '102921.792500', '102922.252500', '102922.712500', '102923.172500', '102923.632500', '102924.092500', '102924.552500', '102925.012500', '102925.472500', '102925.932500', '102926.392500', '102926.852500', '102927.312500', '102927.772500', '102928.232500', '102928.692500', '102929.152500', '102929.612500', '102930.072500', '102930.532500', '102930.992500', '102931.452500', '102931.912500', '102932.372500', '102932.832500', '102933.292500', '102933.752500', '102934.212500', '102934.672500', '102935.132500', '102935.592500', '102936.052500', '102936.512500', '102936.972500', '102937.432500', '102937.892500', '102938.352500', '102938.812500', '102939.272500', '102939.732500', '102940.192500', '102940.652500', '102941.112500', '102941.572500', '102942.032500', '102942.492500', '102942.952500', '102943.412500', '102943.872500', '102944.332500', '102944.792500', '102945.252500', '102945.712500', '102946.172500', '102946.632500', '102947.092500', '102947.552500', '102948.012500', '102948.472500', '102948.932500', '102949.392500', '102949.852500', '102950.312500', '102950.772500', '102951.232500', '102951.692500', '102952.152500', '102952.612500', '102953.072500', '102953.532500', '102953.992500', '102954.452500', '102954.912500', '102955.372500', '102955.832500', '102956.292500', '102956.752500', '102957.212500', '102957.672500', '102958.132500', '102958.592500', '102959.052500', '102959.512500', '102959.972500', '103000.432500', '103000.892500', '103001.352500', '103001.812500', '103002.272500', '103002.732500', '103003.192500', '103003.652500', '103004.112500', '103004.572500', '103005.032500', '103005.492500', '103005.952500', '103006.412500', '103006.872500', '103007.332500', '103007.792500', '103008.252500', '103008.712500', '103009.172500', '103009.632500', '103010.092500', '103010.552500', '103011.012500', '103011.472500', '103011.932500', '103012.392500', '103012.852500', '103013.312500', '103013.772500', '103014.232500', '103014.692500', '103015.152500', '103015.612500', '103016.072500', '103016.532500', '103016.992500', '103017.452500', '103017.912500', '103018.372500', '103018.832500', '103019.292500', '103019.752500', '103020.212500', '103020.672500', '103021.132500', '103021.592500', '103022.052500', '103022.512500', '103022.972500', '103023.432500', '103023.892500', '103024.352500', '103024.812500', '103025.272500', '103025.732500', '103026.192500', '103026.652500', '103027.112500', '103027.572500', '103028.032500', '103028.492500', '103028.952500', '103029.412500', '103029.872500', '103030.332500', '103030.792500', '103031.252500', '103031.712500', '103032.172500', '103032.632500', '103033.092500', '103033.552500', '103034.012500', '103034.472500', '103034.932500', '103035.392500', '103035.852500', '103036.312500', '103036.772500', '103037.232500', '103037.692500', '103038.152500', '103038.612500', '103039.072500', '103039.532500', '103039.992500', '103040.452500', '103040.912500', '103041.372500', '103041.832500', '103042.292500', '103042.752500', '103043.212500', '103043.672500', '103044.132500', '103044.592500', '103045.052500', '103045.512500', '103045.972500', '103046.432500', '103046.892500', '103047.352500', '103047.812500', '103048.272500', '103048.732500', '103049.192500', '103049.652500', '103050.112500', '103050.572500', '103051.032500', '103051.492500', '103051.952500', '103052.412500', '103052.872500', '103053.332500', '103053.792500', '103054.252500', '103054.712500', '103055.172500', '103055.632500', '103056.092500', '103056.552500', '103057.012500', '103057.472500', '103057.932500', '103058.392500', '103058.852500', '103059.312500', '103059.772500', '103100.232500', '103100.692500', '103101.152500', '103101.612500', '103102.072500', '103102.532500', '103102.992500', '103103.452500', '103103.912500', '103104.372500', '103104.832500', '103105.292500', '103105.752500', '103106.212500', '103106.672500', '103107.132500', '103107.592500', '103108.052500', '103108.512500', '103108.972500', '103109.432500', '103109.892500', '103110.352500', '103110.812500', '103111.272500', '103111.732500', '103112.192500', '103112.652500', '103113.112500', '103113.572500', '103114.032500', '103114.492500', '103114.952500', '103115.412500', '103115.872500', '103116.332500', '103116.792500', '103117.252500', '103117.712500', '103118.172500', '103118.632500', '103119.092500', '103119.552500', '103120.012500', '103120.472500', '103120.932500', '103121.392500', '103121.852500', '103122.312500', '103122.772500', '103123.232500', '103123.692500', '103124.152500', '103124.612500', '103125.072500', '103125.532500', '103125.992500', '103126.452500', '103126.912500', '103127.372500', '103127.832500', '103128.292500', '103128.752500', '103129.212500', '103129.672500', '103130.132500', '103130.592500', '103131.052500', '103131.512500', '103131.972500', '103132.432500', '103132.892500', '103133.352500', '103133.812500', '103134.272500', '103134.732500', '103135.192500', '103135.652500', '103136.112500', '103136.572500', '103137.032500', '103137.492500', '103137.952500', '103138.412500', '103138.872500', '103139.332500', '103139.792500', '103140.252500', '103140.712500', '103141.172500', '103141.632500', '103142.092500', '103142.552500', '103143.012500', '103143.472500', '103143.932500', '103144.392500', '103144.852500', '103145.312500', '103145.772500', '103146.232500', '103146.692500', '103147.152500', '103147.612500', '103148.072500', '103148.532500', '103148.992500', '103149.452500', '103149.912500', '103150.372500', '103150.832500', '103151.292500', '103151.752500', '103152.212500', '103152.672500', '103153.132500', '103153.592500', '103154.052500', '103154.512500', '103154.972500', '103155.432500', '103155.892500', '103156.352500', '103156.812500', '103157.272500', '103157.732500', '103158.192500', '103158.652500', '103159.112500', '103159.572500', '103200.032500', '103200.492500', '103200.952500', '103201.412500', '103201.872500', '103202.332500', '103202.792500', '103203.252500', '103203.712500', '103204.172500', '103204.632500', '103205.092500', '103205.552500', '103206.012500', '103206.472500', '103206.932500', '103207.392500', '103207.852500', '103208.312500', '103208.772500', '103209.232500', '103209.692500', '103210.152500', '103210.612500', '103211.072500', '103211.532500', '103211.992500', '103212.452500', '103212.912500', '103213.372500', '103213.832500', '103214.292500', '103214.752500', '103215.212500', '103215.672500', '103216.132500', '103216.592500', '103217.052500', '103217.512500', '103217.972500', '103218.432500', '103218.892500', '103219.352500', '103219.812500', '103220.272500', '103220.732500', '103221.192500', '103221.652500', '103222.112500', '103222.572500', '103223.032500', '103223.492500', '103223.952500', '103224.412500', '103224.872500', '103225.332500', '103225.792500', '103226.252500', '103226.712500', '103227.172500', '103227.632500', '103228.092500', '103228.552500', '103229.012500', '103229.472500', '103229.932500', '103230.392500', '103230.852500', '103231.312500', '103231.772500', '103232.232500', '103232.692500', '103233.152500', '103233.612500', '103234.072500', '103234.532500', '103234.992500', '103235.452500', '103235.912500', '103236.372500', '103236.832500', '103237.292500', '103237.752500', '103238.212500', '103238.672500', '103239.132500', '103239.592500', '103240.052500', '103240.512500', '103240.972500', '103241.432500', '103241.892500', '103242.352500', '103242.812500', '103243.272500', '103243.732500', '103244.192500', '103244.652500', '103245.112500', '103245.572500', '103246.032500', '103246.492500', '103246.952500', '103247.412500', '103247.872500', '103248.332500', '103248.792500', '103249.252500', '103249.712500', '103250.172500', '103250.632500', '103251.092500', '103251.552500', '103252.012500', '103252.472500', '103252.932500', '103253.392500', '103253.852500', '103254.312500', '103254.772500', '103255.232500', '103255.692500', '103256.152500', '103256.612500', '103257.072500', '103257.532500', '103257.992500', '103258.452500', '103258.912500', '103259.372500', '103259.832500', '103300.292500', '103300.752500', '103301.212500', '103301.672500', '103302.132500', '103302.592500', '103303.052500', '103303.512500', '103303.972500', '103304.432500', '103304.892500', '103305.352500', '103305.812500', '103306.272500', '103306.732500', '103307.192500', '103307.652500', '103308.112500', '103308.572500', '103309.032500', '103309.492500', '103309.952500', '103310.412500', '103310.872500', '103311.332500', '103311.792500', '103312.252500', '103312.712500', '103313.172500', '103313.632500', '103314.092500', '103314.552500', '103315.012500', '103315.472500', '103315.932500', '103316.392500', '103316.852500', '103317.312500', '103317.772500', '103318.232500', '103318.692500', '103319.152500', '103319.612500', '103320.072500', '103320.532500', '103320.992500', '103321.452500', '103321.912500', '103322.372500', '103322.832500', '103323.292500', '103323.752500', '103324.212500', '103324.672500', '103325.132500', '103325.592500', '103326.052500', '103326.512500', '103326.972500', '103327.432500', '103327.892500', '103328.352500', '103328.812500', '103329.272500', '103329.732500', '103330.192500', '103330.652500', '103331.112500', '103331.572500', '103332.032500', '103332.492500', '103332.952500', '103333.412500', '103333.872500', '103334.332500', '103334.792500', '103335.252500', '103335.712500', '103336.172500', '103336.632500', '103337.092500', '103337.552500', '103338.012500', '103338.472500', '103338.932500', '103339.392500', '103339.852500', '103340.312500', '103340.772500', '103341.232500', '103341.692500', '103342.152500', '103342.612500', '103343.072500', '103343.532500', '103343.992500', '103344.452500', '103344.912500', '103345.372500', '103345.832500', '103346.292500', '103346.752500', '103347.212500', '103347.672500', '103348.132500', '103348.592500', '103349.052500', '103349.512500', '103349.972500', '103350.432500', '103350.892500', '103351.352500', '103351.812500', '103352.272500', '103352.732500', '103353.192500', '103353.652500', '103354.112500', '103354.572500', '103355.032500', '103355.492500', '103355.952500', '103356.412500', '103356.872500', '103357.332500', '103357.792500', '103358.252500', '103358.712500', '103359.172500', '103359.632500', '103400.092500', '103400.552500', '103401.012500', '103401.472500', '103401.932500', '103402.392500', '103402.852500', '103403.312500', '103403.772500', '103404.232500', '103404.692500', '103405.152500', '103405.612500', '103406.072500', '103406.532500', '103406.992500', '103407.452500', '103407.912500', '103408.372500', '103408.832500', '103409.292500', '103409.752500', '103410.212500', '103410.672500', '103411.132500', '103411.592500', '103412.052500', '103412.512500', '103412.972500', '103413.432500', '103413.892500', '103414.352500', '103414.812500', '103415.272500', '103415.732500', '103416.192500', '103416.652500', '103417.112500', '103417.572500', '103418.032500', '103418.492500', '103418.952500', '103419.412500', '103419.872500', '103420.332500', '103420.792500', '103421.252500', '103421.712500', '103422.172500', '103422.632500', '103423.092500', '103423.552500', '103424.012500', '103424.472500', '103424.932500', '103425.392500', '103425.852500', '103426.312500', '103426.772500', '103427.232500', '103427.692500', '103428.152500', '103428.612500', '103429.072500', '103429.532500', '103429.992500', '103430.452500', '103430.912500', '103431.372500', '103431.832500', '103432.292500', '103432.752500', '103433.212500', '103433.672500', '103434.132500', '103434.592500', '103435.052500', '103435.512500', '103435.972500', '103436.432500', '103436.892500', '103437.352500', '103437.812500', '103438.272500', '103438.732500', '103439.192500', '103439.652500', '103440.112500', '103440.572500', '103441.032500', '103441.492500', '103441.952500', '103442.412500', '103442.872500', '103443.332500', '103443.792500', '103444.252500', '103444.712500', '103445.172500', '103445.632500', '103446.092500', '103446.552500', '103447.012500', '103447.472500', '103447.932500', '103448.392500', '103448.852500', '103449.312500', '103449.772500', '103450.232500', '103450.692500', '103451.152500', '103451.612500', '103452.072500', '103452.532500', '103452.992500', '103453.452500', '103453.912500', '103454.372500', '103454.832500', '103455.292500', '103455.752500', '103456.212500', '103456.672500', '103457.132500', '103457.592500', '103458.052500', '103458.512500', '103458.972500', '103459.432500', '103459.892500', '103500.352500', '103500.812500', '103501.272500', '103501.732500', '103502.192500', '103502.652500', '103503.112500', '103503.572500', '103504.032500', '103504.492500', '103504.952500', '103505.412500', '103505.872500', '103506.332500', '103506.792500', '103507.252500', '103507.712500', '103508.172500', '103508.632500', '103509.092500', '103509.552500', '103510.012500', '103510.472500', '103510.932500', '103511.392500', '103511.852500', '103512.312500', '103512.772500', '103513.232500', '103513.692500', '103514.152500', '103514.612500', '103515.072500', '103515.532500', '103515.992500', '103516.452500', '103516.912500', '103517.372500', '103517.832500', '103518.292500', '103518.752500', '103519.212500', '103519.672500', '103520.132500', '103520.592500', '103521.052500', '103521.512500', '103521.972500', '103522.432500', '103522.892500', '103523.352500', '103523.812500', '103524.272500', '103524.732500', '103525.192500', '103525.652500', '103526.112500', '103526.572500', '103527.032500', '103527.492500', '103527.952500', '103528.412500', '103528.872500', '103529.332500', '103529.792500', '103530.252500', '103530.712500', '103531.172500', '103531.632500', '103532.092500', '103532.552500', '103533.012500', '103533.472500', '103533.932500', '103534.392500', '103534.852500', '103535.312500', '103535.772500', '103536.232500', '103536.692500', '103537.152500', '103537.612500', '103538.072500', '103538.532500', '103538.992500', '103539.452500', '103539.912500', '103540.372500', '103540.832500', '103541.292500', '103541.752500', '103542.212500', '103542.672500', '103543.132500', '103543.592500', '103544.052500', '103544.512500', '103544.972500', '103545.432500', '103545.892500', '103546.352500', '103546.812500', '103547.272500', '103547.732500', '103548.192500', '103548.652500', '103549.112500', '103549.572500', '103550.032500', '103550.492500', '103550.952500', '103551.412500', '103551.872500', '103552.332500', '103552.792500', '103553.252500', '103553.712500', '103554.172500', '103554.632500', '103555.092500', '103555.552500', '103556.012500', '103556.472500', '103556.932500', '103557.392500', '103557.852500', '103558.312500', '103558.772500', '103559.232500', '103559.692500', '103600.152500', '103600.612500', '103601.072500', '103601.532500', '103601.992500', '103602.452500', '103602.912500', '103603.372500', '103603.832500', '103604.292500', '103604.752500', '103605.212500', '103605.672500', '103606.132500', '103606.592500', '103607.052500', '103607.512500', '103607.972500', '103608.432500', '103608.892500', '103609.352500', '103609.812500', '103610.272500', '103610.732500', '103611.192500', '103611.652500', '103612.112500', '103612.572500', '103613.032500', '103613.492500', '103613.952500', '103614.412500', '103614.872500', '103615.332500', '103615.792500', '103616.252500', '103616.712500', '103617.172500', '103617.632500', '103618.092500', '103618.552500', '103619.012500', '103619.472500', '103619.932500', '103620.392500', '103620.852500', '103621.312500'], 'ContentTime': ['102834.756000', '102834.758000', '102834.761000', '102834.768000', '102834.770000', '102834.773000', '102834.776000', '102834.778000', '102834.781000', '102834.783000', '102834.786000', '102834.789000', '102834.791000', '102834.794000', '102834.796000', '102834.799000', '102834.802000', '102834.805000', '102834.807000', '102834.810000', '102834.813000', '102834.815000', '102834.818000', '102834.821000', '102834.823000', '102834.826000', '102834.828000', '102834.831000', '102834.834000', '102834.836000', '102834.839000', '102834.841000', '102834.844000', '102834.846000', '102834.849000', '102834.852000', '102834.859000', '102834.862000', '102834.864000', '102834.867000', '102834.870000', '102834.872000', '102834.875000', '102834.877000', '102834.880000', '102834.883000', '102854.700000', '102854.703000', '102854.705000', '102854.708000', '102854.711000', '102854.713000', '102854.716000', '102854.719000', '102854.721000', '102854.724000', '102854.727000', '102854.729000', '102854.732000', '102854.734000', '102854.737000', '102854.740000', '102854.742000', '102854.745000', '102854.748000', '102854.750000', '102854.753000', '102854.755000', '102854.758000', '102854.761000', '102854.764000', '102854.766000', '102854.774000', '102854.777000', '102854.779000', '102854.782000', '102854.785000', '102854.787000', '102854.790000', '102854.793000', '102854.795000', '102854.798000', '102854.801000', '102854.803000', '102854.806000', '102854.809000', '102854.811000', '102854.814000', '102854.816000', '102854.819000', '102914.699000', '102914.702000', '102914.704000', '102914.707000', '102914.710000', '102914.712000', '102914.715000', '102914.717000', '102914.720000', '102914.723000', '102914.725000', '102914.728000', '102914.730000', '102914.733000', '102914.735000', '102914.738000', '102914.741000', '102914.743000', '102914.746000', '102914.748000', '102914.751000', '102914.753000', '102914.756000', '102914.759000', '102914.762000', '102914.764000', '102914.767000', '102914.769000', '102914.782000', '102914.785000', '102914.787000', '102914.790000', '102914.793000', '102914.795000', '102914.798000', '102914.801000', '102914.803000', '102914.806000', '102914.809000', '102914.811000', '102914.814000', '102914.817000', '102914.819000', '102934.698000', '102934.701000', '102934.704000', '102934.707000', '102934.709000', '102934.712000', '102934.715000', '102934.717000', '102934.720000', '102934.723000', '102934.725000', '102934.728000', '102934.730000', '102934.738000', '102934.741000', '102934.744000', '102934.746000', '102934.749000', '102934.752000', '102934.754000', '102934.757000', '102934.759000', '102934.762000', '102934.765000', '102934.767000', '102934.770000', '102934.772000', '102934.775000', '102934.778000', '102934.780000', '102934.783000', '102934.785000', '102934.788000', '102934.790000', '102934.793000', '102934.796000', '102934.798000', '102934.801000', '102934.804000', '102934.806000', '102934.809000', '102934.812000', '102934.814000', '102934.817000', '102954.699000', '102954.702000', '102954.704000', '102954.707000', '102954.710000', '102954.712000', '102954.715000', '102954.718000', '102954.720000', '102954.723000', '102954.726000', '102954.728000', '102954.731000', '102954.734000', '102954.736000', '102954.739000', '102954.741000', '102954.744000', '102954.747000', '102954.749000', '102954.752000', '102954.763000', '102954.765000', '102954.768000', '102954.771000', '102954.773000', '102954.776000', '102954.778000', '102954.781000', '102954.784000', '102954.786000', '102954.789000', '102954.792000', '102954.794000', '102954.797000', '102954.800000', '102954.802000', '102954.805000', '102954.807000', '102954.810000', '102954.813000', '102954.815000', '102954.818000', '103014.699000', '103014.702000', '103014.705000', '103014.708000', '103014.710000', '103014.713000', '103014.716000', '103014.718000', '103014.721000', '103014.724000', '103014.726000', '103014.729000', '103014.732000', '103014.734000', '103014.737000', '103014.739000', '103014.742000', '103014.745000', '103014.747000', '103014.750000', '103014.753000', '103014.755000', '103014.758000', '103014.761000', '103014.772000', '103014.775000', '103014.778000', '103014.780000', '103014.783000', '103014.785000', '103014.788000', '103014.791000', '103014.793000', '103014.796000', '103014.798000', '103014.801000', '103014.804000', '103014.806000', '103014.809000', '103014.811000', '103014.814000', '103014.816000', '103014.819000', '103014.822000', '103034.700000', '103034.703000', '103034.705000', '103034.708000', '103034.710000', '103034.713000', '103034.716000', '103034.718000', '103034.721000', '103034.723000', '103034.726000', '103034.729000', '103034.731000', '103034.734000', '103034.737000', '103034.739000', '103034.742000', '103034.744000', '103034.747000', '103034.750000', '103034.752000', '103034.755000', '103034.758000', '103034.760000', '103034.763000', '103034.766000', '103034.768000', '103034.771000', '103034.773000', '103034.776000', '103034.779000', '103034.781000', '103034.784000', '103034.787000', '103034.789000', '103034.792000', '103034.795000', '103034.797000', '103034.800000', '103034.803000', '103034.805000', '103034.808000', '103034.811000', '103054.700000', '103054.703000', '103054.705000', '103054.708000', '103054.711000', '103054.713000', '103054.716000', '103054.719000', '103054.721000', '103054.724000', '103054.726000', '103054.729000', '103054.732000', '103054.734000', '103054.737000', '103054.740000', '103054.742000', '103054.745000', '103054.748000', '103054.750000', '103054.753000', '103054.756000', '103054.758000', '103054.761000', '103054.764000', '103054.766000', '103054.769000', '103054.772000', '103054.774000', '103054.777000', '103054.779000', '103054.782000', '103054.785000', '103054.787000', '103054.799000', '103054.801000', '103054.804000', '103054.807000', '103054.809000', '103054.812000', '103054.814000', '103054.817000', '103054.820000', '103054.822000', '103114.700000', '103114.703000', '103114.705000', '103114.708000', '103114.711000', '103114.713000', '103114.716000', '103114.719000', '103114.721000', '103114.724000', '103114.726000', '103114.729000', '103114.732000', '103114.734000', '103114.737000', '103114.739000', '103114.742000', '103114.745000', '103114.747000', '103114.750000', '103114.753000', '103114.755000', '103114.758000', '103114.760000', '103114.763000', '103114.766000', '103114.768000', '103114.771000', '103114.774000', '103114.776000', '103114.779000', '103114.782000', '103114.784000', '103114.787000', '103114.790000', '103114.792000', '103114.795000', '103114.798000', '103114.800000', '103114.803000', '103114.806000', '103114.808000', '103114.811000', '103134.699000', '103134.714000', '103134.717000', '103134.719000', '103134.722000', '103134.725000', '103134.728000', '103134.731000', '103134.733000', '103134.736000', '103134.739000', '103134.741000', '103134.744000', '103134.747000', '103134.749000', '103134.752000', '103134.755000', '103134.757000', '103134.760000', '103134.763000', '103134.765000', '103134.768000', '103134.771000', '103134.773000', '103134.776000', '103134.778000', '103134.781000', '103134.784000', '103134.787000', '103134.789000', '103134.792000', '103134.803000', '103134.805000', '103134.808000', '103134.811000', '103134.814000', '103134.816000', '103134.819000', '103134.821000', '103134.824000', '103134.827000', '103134.829000', '103134.832000', '103154.698000', '103154.702000', '103154.704000', '103154.707000', '103154.710000', '103154.712000', '103154.715000', '103154.718000', '103154.720000', '103154.723000', '103154.725000', '103154.728000', '103154.731000', '103154.733000', '103154.736000', '103154.739000', '103154.741000', '103154.744000', '103154.746000', '103154.749000', '103154.752000', '103154.754000', '103154.757000', '103154.760000', '103154.762000', '103154.765000', '103154.767000', '103154.770000', '103154.773000', '103154.775000', '103154.778000', '103154.781000', '103154.783000', '103154.786000', '103154.789000', '103154.792000', '103154.794000', '103154.797000', '103154.800000', '103154.803000', '103154.805000', '103154.808000', '103154.810000', '103154.813000', '103214.699000', '103214.702000', '103214.704000', '103214.707000', '103214.709000', '103214.712000', '103214.715000', '103214.717000', '103214.720000', '103214.723000', '103214.726000', '103214.728000', '103214.731000', '103214.734000', '103214.736000', '103214.739000', '103214.742000', '103214.744000', '103214.747000', '103214.749000', '103214.752000', '103214.755000', '103214.757000', '103214.760000', '103214.762000', '103214.765000', '103214.768000', '103214.770000', '103214.773000', '103214.776000', '103214.778000', '103214.781000', '103214.783000', '103214.786000', '103214.789000', '103214.791000', '103214.794000', '103214.797000', '103214.799000', '103214.802000', '103214.805000', '103214.807000', '103214.810000', '103214.812000', '103234.700000', '103234.702000', '103234.705000', '103234.708000', '103234.711000', '103234.713000', '103234.716000', '103234.719000', '103234.721000', '103234.724000', '103234.726000', '103234.729000', '103234.732000', '103234.735000', '103234.737000', '103234.740000', '103234.742000', '103234.745000', '103234.748000', '103234.750000', '103234.753000', '103234.755000', '103234.758000', '103234.760000', '103234.763000', '103234.766000', '103234.768000', '103234.771000', '103234.773000', '103234.776000', '103234.779000', '103234.781000', '103234.784000', '103234.786000', '103234.789000', '103234.792000', '103234.794000', '103234.797000', '103234.799000', '103234.802000', '103234.805000', '103234.807000', '103234.810000', '103254.699000', '103254.702000', '103254.705000', '103254.708000', '103254.711000', '103254.713000', '103254.716000', '103254.719000', '103254.721000', '103254.724000', '103254.726000', '103254.729000', '103254.732000', '103254.734000', '103254.737000', '103254.740000', '103254.742000', '103254.745000', '103254.747000', '103254.750000', '103254.753000', '103254.755000', '103254.758000', '103254.760000', '103254.763000', '103254.767000', '103254.769000', '103254.772000', '103254.775000', '103254.778000', '103254.781000', '103254.783000', '103254.786000', '103254.789000', '103254.791000', '103254.794000', '103254.797000', '103254.799000', '103254.802000', '103254.805000', '103254.807000', '103254.810000', '103254.813000', '103314.700000', '103314.702000', '103314.705000', '103314.708000', '103314.710000', '103314.713000', '103314.715000', '103314.718000', '103314.721000', '103314.723000', '103314.726000', '103314.729000', '103314.741000', '103314.744000', '103314.747000', '103314.749000', '103314.752000', '103314.755000', '103314.757000', '103314.760000', '103314.763000', '103314.765000', '103314.768000', '103314.771000', '103314.773000', '103314.776000', '103314.778000', '103314.781000', '103314.784000', '103314.787000', '103314.789000', '103314.792000', '103314.795000', '103314.797000', '103314.800000', '103314.803000', '103314.806000', '103314.808000', '103314.811000', '103314.813000', '103314.816000', '103314.819000', '103314.821000', '103314.824000', '103334.700000', '103334.703000', '103334.705000', '103334.708000', '103334.711000', '103334.714000', '103334.716000', '103334.719000', '103334.721000', '103334.724000', '103334.727000', '103334.730000', '103334.732000', '103334.735000', '103334.738000', '103334.742000', '103334.745000', '103334.748000', '103334.750000', '103334.753000', '103334.756000', '103334.758000', '103334.761000', '103334.763000', '103334.768000', '103334.771000', '103334.773000', '103334.776000', '103334.778000', '103334.781000', '103334.784000', '103334.786000', '103334.789000', '103334.791000', '103334.794000', '103334.797000', '103334.799000', '103334.802000', '103334.805000', '103334.807000', '103334.810000', '103334.813000', '103334.815000', '103354.699000', '103354.702000', '103354.704000', '103354.707000', '103354.709000', '103354.712000', '103354.715000', '103354.718000', '103354.720000', '103354.723000', '103354.726000', '103354.728000', '103354.731000', '103354.734000', '103354.736000', '103354.739000', '103354.742000', '103354.744000', '103354.747000', '103354.750000', '103354.752000', '103354.755000', '103354.758000', '103354.760000', '103354.763000', '103354.765000', '103354.768000', '103354.771000', '103354.773000', '103354.776000', '103354.778000', '103354.781000', '103354.784000', '103354.786000', '103354.789000', '103354.791000', '103354.794000', '103354.797000', '103354.799000', '103354.802000', '103354.805000', '103354.807000', '103354.810000', '103354.813000', '103414.698000', '103414.701000', '103414.704000', '103414.707000', '103414.709000', '103414.712000', '103414.714000', '103414.717000', '103414.720000', '103414.723000', '103414.725000', '103414.728000', '103414.730000', '103414.733000', '103414.736000', '103414.738000', '103414.741000', '103414.744000', '103414.746000', '103414.749000', '103414.752000', '103414.754000', '103414.757000', '103414.760000', '103414.762000', '103414.765000', '103414.768000', '103414.770000', '103414.773000', '103414.776000', '103414.778000', '103414.781000', '103414.784000', '103414.786000', '103414.789000', '103414.792000', '103414.794000', '103414.797000', '103414.800000', '103414.802000', '103414.806000', '103414.809000', '103414.812000', '103434.699000', '103434.702000', '103434.705000', '103434.707000', '103434.710000', '103434.713000', '103434.715000', '103434.718000', '103434.720000', '103434.723000', '103434.726000', '103434.729000', '103434.731000', '103434.734000', '103434.737000', '103434.739000', '103434.742000', '103434.745000', '103434.747000', '103434.750000', '103434.752000', '103434.755000', '103434.758000', '103434.779000', '103434.782000', '103434.785000', '103434.787000', '103434.790000', '103434.792000', '103434.795000', '103434.798000', '103434.801000', '103434.803000', '103434.806000', '103434.808000', '103434.811000', '103434.814000', '103434.816000', '103434.819000', '103434.822000', '103434.824000', '103434.827000', '103434.829000', '103434.832000', '103454.700000', '103454.703000', '103454.705000', '103454.708000', '103454.711000', '103454.713000', '103454.716000', '103454.719000', '103454.721000', '103454.724000', '103454.727000', '103454.729000', '103454.732000', '103454.735000', '103454.737000', '103454.740000', '103454.742000', '103454.745000', '103454.748000', '103454.750000', '103454.753000', '103454.755000', '103454.758000', '103454.761000', '103454.763000', '103454.766000', '103454.769000', '103454.771000', '103454.774000', '103454.776000', '103454.779000', '103454.782000', '103454.785000', '103454.787000', '103454.790000', '103454.792000', '103454.795000', '103454.799000', '103454.802000', '103454.805000', '103454.807000', '103454.810000', '103454.813000', '103514.699000', '103514.702000', '103514.705000', '103514.708000', '103514.711000', '103514.713000', '103514.716000', '103514.719000', '103514.721000', '103514.724000', '103514.727000', '103514.729000', '103514.732000', '103514.734000', '103514.737000', '103514.740000', '103514.742000', '103514.745000', '103514.747000', '103514.750000', '103514.753000', '103514.755000', '103514.758000', '103514.761000', '103514.763000', '103514.766000', '103514.768000', '103514.771000', '103514.774000', '103514.776000', '103514.779000', '103514.782000', '103514.784000', '103514.787000', '103514.790000', '103514.792000', '103514.795000', '103514.798000', '103514.800000', '103514.803000', '103514.806000', '103514.808000', '103514.811000', '103514.814000', '103534.706000', '103534.709000', '103534.712000', '103534.714000', '103534.717000', '103534.719000', '103534.722000', '103534.725000', '103534.728000', '103534.730000', '103534.733000', '103534.736000', '103534.738000', '103534.741000', '103534.744000', '103534.746000', '103534.749000', '103534.751000', '103534.754000', '103534.757000', '103534.759000', '103534.762000', '103534.765000', '103534.768000', '103534.770000', '103534.773000', '103534.776000', '103534.778000', '103534.781000', '103534.783000', '103534.786000', '103534.789000', '103534.791000', '103534.794000', '103534.797000', '103534.800000', '103534.802000', '103534.805000', '103534.808000', '103534.811000', '103534.814000', '103534.817000', '103534.820000', '103554.700000', '103554.703000', '103554.705000', '103554.708000', '103554.711000', '103554.714000', '103554.716000', '103554.719000', '103554.722000', '103554.724000', '103554.727000', '103554.730000', '103554.732000', '103554.735000', '103554.738000', '103554.740000', '103554.743000', '103554.745000', '103554.748000', '103554.751000', '103554.767000', '103554.770000', '103554.772000', '103554.775000', '103554.778000', '103554.780000', '103554.783000', '103554.786000', '103554.788000', '103554.791000', '103554.794000', '103554.796000', '103554.799000', '103554.802000', '103554.804000', '103554.807000', '103554.810000', '103554.812000', '103554.815000', '103554.818000', '103554.820000', '103554.823000', '103554.826000', '103554.828000', '103614.698000', '103614.701000', '103614.704000', '103614.707000', '103614.709000', '103614.712000', '103614.715000', '103614.718000', '103614.720000', '103614.723000', '103614.725000', '103614.728000', '103614.731000', '103614.733000', '103614.736000', '103614.739000', '103614.741000', '103614.744000', '103614.747000', '103614.749000', '103614.752000', '103614.755000', '103614.757000', '103614.760000', '103614.762000', '103614.765000', '103614.768000', '103614.770000', '103614.773000', '103614.776000', '103614.779000', '103614.782000', '103614.785000', '103614.788000', '103614.791000', '103614.794000', '103614.796000', '103614.799000', '103614.802000', '103614.804000', '103614.807000', '103614.810000', '103614.812000', '103623.080000', '103623.083000', '103623.086000', '103623.088000', '103623.091000', '103623.094000', '103623.097000', '103623.099000', '103623.102000', '103623.105000', '103623.107000', '103623.110000', '103623.112000', '103623.115000', '103623.118000', '103623.120000', '103623.123000', '103623.126000', '103623.128000'], 'InstanceCreationTime': ['102834.756000', '102834.758000', '102834.761000', '102834.768000', '102834.770000', '102834.773000', '102834.776000', '102834.778000', '102834.781000', '102834.783000', '102834.786000', '102834.789000', '102834.791000', '102834.794000', '102834.796000', '102834.799000', '102834.802000', '102834.805000', '102834.807000', '102834.810000', '102834.813000', '102834.815000', '102834.818000', '102834.821000', '102834.823000', '102834.826000', '102834.828000', '102834.831000', '102834.834000', '102834.836000', '102834.839000', '102834.841000', '102834.844000', '102834.846000', '102834.849000', '102834.852000', '102834.859000', '102834.862000', '102834.864000', '102834.867000', '102834.870000', '102834.872000', '102834.875000', '102834.877000', '102834.880000', '102834.883000', '102854.700000', '102854.703000', '102854.705000', '102854.708000', '102854.711000', '102854.713000', '102854.716000', '102854.719000', '102854.721000', '102854.724000', '102854.727000', '102854.729000', '102854.732000', '102854.734000', '102854.737000', '102854.740000', '102854.742000', '102854.745000', '102854.748000', '102854.750000', '102854.753000', '102854.755000', '102854.758000', '102854.761000', '102854.764000', '102854.766000', '102854.774000', '102854.777000', '102854.779000', '102854.782000', '102854.785000', '102854.787000', '102854.790000', '102854.793000', '102854.795000', '102854.798000', '102854.801000', '102854.803000', '102854.806000', '102854.809000', '102854.811000', '102854.814000', '102854.816000', '102854.819000', '102914.699000', '102914.702000', '102914.704000', '102914.707000', '102914.710000', '102914.712000', '102914.715000', '102914.717000', '102914.720000', '102914.723000', '102914.725000', '102914.728000', '102914.730000', '102914.733000', '102914.735000', '102914.738000', '102914.741000', '102914.743000', '102914.746000', '102914.748000', '102914.751000', '102914.753000', '102914.756000', '102914.759000', '102914.762000', '102914.764000', '102914.767000', '102914.769000', '102914.782000', '102914.785000', '102914.787000', '102914.790000', '102914.793000', '102914.795000', '102914.798000', '102914.801000', '102914.803000', '102914.806000', '102914.809000', '102914.811000', '102914.814000', '102914.817000', '102914.819000', '102934.698000', '102934.701000', '102934.704000', '102934.707000', '102934.709000', '102934.712000', '102934.715000', '102934.717000', '102934.720000', '102934.723000', '102934.725000', '102934.728000', '102934.730000', '102934.738000', '102934.741000', '102934.744000', '102934.746000', '102934.749000', '102934.752000', '102934.754000', '102934.757000', '102934.759000', '102934.762000', '102934.765000', '102934.767000', '102934.770000', '102934.772000', '102934.775000', '102934.778000', '102934.780000', '102934.783000', '102934.785000', '102934.788000', '102934.790000', '102934.793000', '102934.796000', '102934.798000', '102934.801000', '102934.804000', '102934.806000', '102934.809000', '102934.812000', '102934.814000', '102934.817000', '102954.699000', '102954.702000', '102954.704000', '102954.707000', '102954.710000', '102954.712000', '102954.715000', '102954.718000', '102954.720000', '102954.723000', '102954.726000', '102954.728000', '102954.731000', '102954.734000', '102954.736000', '102954.739000', '102954.741000', '102954.744000', '102954.747000', '102954.749000', '102954.752000', '102954.763000', '102954.765000', '102954.768000', '102954.771000', '102954.773000', '102954.776000', '102954.778000', '102954.781000', '102954.784000', '102954.786000', '102954.789000', '102954.792000', '102954.794000', '102954.797000', '102954.800000', '102954.802000', '102954.805000', '102954.807000', '102954.810000', '102954.813000', '102954.815000', '102954.818000', '103014.699000', '103014.702000', '103014.705000', '103014.708000', '103014.710000', '103014.713000', '103014.716000', '103014.718000', '103014.721000', '103014.724000', '103014.726000', '103014.729000', '103014.732000', '103014.734000', '103014.737000', '103014.739000', '103014.742000', '103014.745000', '103014.747000', '103014.750000', '103014.753000', '103014.755000', '103014.758000', '103014.761000', '103014.772000', '103014.775000', '103014.778000', '103014.780000', '103014.783000', '103014.785000', '103014.788000', '103014.791000', '103014.793000', '103014.796000', '103014.798000', '103014.801000', '103014.804000', '103014.806000', '103014.809000', '103014.811000', '103014.814000', '103014.816000', '103014.819000', '103014.822000', '103034.700000', '103034.703000', '103034.705000', '103034.708000', '103034.710000', '103034.713000', '103034.716000', '103034.718000', '103034.721000', '103034.723000', '103034.726000', '103034.729000', '103034.731000', '103034.734000', '103034.737000', '103034.739000', '103034.742000', '103034.744000', '103034.747000', '103034.750000', '103034.752000', '103034.755000', '103034.758000', '103034.760000', '103034.763000', '103034.766000', '103034.768000', '103034.771000', '103034.773000', '103034.776000', '103034.779000', '103034.781000', '103034.784000', '103034.787000', '103034.789000', '103034.792000', '103034.795000', '103034.797000', '103034.800000', '103034.803000', '103034.805000', '103034.808000', '103034.811000', '103054.700000', '103054.703000', '103054.705000', '103054.708000', '103054.711000', '103054.713000', '103054.716000', '103054.719000', '103054.721000', '103054.724000', '103054.726000', '103054.729000', '103054.732000', '103054.734000', '103054.737000', '103054.740000', '103054.742000', '103054.745000', '103054.748000', '103054.750000', '103054.753000', '103054.756000', '103054.758000', '103054.761000', '103054.764000', '103054.766000', '103054.769000', '103054.772000', '103054.774000', '103054.777000', '103054.779000', '103054.782000', '103054.785000', '103054.787000', '103054.799000', '103054.801000', '103054.804000', '103054.807000', '103054.809000', '103054.812000', '103054.814000', '103054.817000', '103054.820000', '103054.822000', '103114.700000', '103114.703000', '103114.705000', '103114.708000', '103114.711000', '103114.713000', '103114.716000', '103114.719000', '103114.721000', '103114.724000', '103114.726000', '103114.729000', '103114.732000', '103114.734000', '103114.737000', '103114.739000', '103114.742000', '103114.745000', '103114.747000', '103114.750000', '103114.753000', '103114.755000', '103114.758000', '103114.760000', '103114.763000', '103114.766000', '103114.768000', '103114.771000', '103114.774000', '103114.776000', '103114.779000', '103114.782000', '103114.784000', '103114.787000', '103114.790000', '103114.792000', '103114.795000', '103114.798000', '103114.800000', '103114.803000', '103114.806000', '103114.808000', '103114.811000', '103134.699000', '103134.714000', '103134.717000', '103134.719000', '103134.722000', '103134.725000', '103134.728000', '103134.731000', '103134.733000', '103134.736000', '103134.739000', '103134.741000', '103134.744000', '103134.747000', '103134.749000', '103134.752000', '103134.755000', '103134.757000', '103134.760000', '103134.763000', '103134.765000', '103134.768000', '103134.771000', '103134.773000', '103134.776000', '103134.778000', '103134.781000', '103134.784000', '103134.787000', '103134.789000', '103134.792000', '103134.803000', '103134.805000', '103134.808000', '103134.811000', '103134.814000', '103134.816000', '103134.819000', '103134.821000', '103134.824000', '103134.827000', '103134.829000', '103134.832000', '103154.698000', '103154.702000', '103154.704000', '103154.707000', '103154.710000', '103154.712000', '103154.715000', '103154.718000', '103154.720000', '103154.723000', '103154.725000', '103154.728000', '103154.731000', '103154.733000', '103154.736000', '103154.739000', '103154.741000', '103154.744000', '103154.746000', '103154.749000', '103154.752000', '103154.754000', '103154.757000', '103154.760000', '103154.762000', '103154.765000', '103154.767000', '103154.770000', '103154.773000', '103154.775000', '103154.778000', '103154.781000', '103154.783000', '103154.786000', '103154.789000', '103154.792000', '103154.794000', '103154.797000', '103154.800000', '103154.803000', '103154.805000', '103154.808000', '103154.810000', '103154.813000', '103214.699000', '103214.702000', '103214.704000', '103214.707000', '103214.709000', '103214.712000', '103214.715000', '103214.717000', '103214.720000', '103214.723000', '103214.726000', '103214.728000', '103214.731000', '103214.734000', '103214.736000', '103214.739000', '103214.742000', '103214.744000', '103214.747000', '103214.749000', '103214.752000', '103214.755000', '103214.757000', '103214.760000', '103214.762000', '103214.765000', '103214.768000', '103214.770000', '103214.773000', '103214.776000', '103214.778000', '103214.781000', '103214.783000', '103214.786000', '103214.789000', '103214.791000', '103214.794000', '103214.797000', '103214.799000', '103214.802000', '103214.805000', '103214.807000', '103214.810000', '103214.812000', '103234.700000', '103234.702000', '103234.705000', '103234.708000', '103234.711000', '103234.713000', '103234.716000', '103234.719000', '103234.721000', '103234.724000', '103234.726000', '103234.729000', '103234.732000', '103234.735000', '103234.737000', '103234.740000', '103234.742000', '103234.745000', '103234.748000', '103234.750000', '103234.753000', '103234.755000', '103234.758000', '103234.760000', '103234.763000', '103234.766000', '103234.768000', '103234.771000', '103234.773000', '103234.776000', '103234.779000', '103234.781000', '103234.784000', '103234.786000', '103234.789000', '103234.792000', '103234.794000', '103234.797000', '103234.799000', '103234.802000', '103234.805000', '103234.807000', '103234.810000', '103254.699000', '103254.702000', '103254.705000', '103254.708000', '103254.711000', '103254.713000', '103254.716000', '103254.719000', '103254.721000', '103254.724000', '103254.726000', '103254.729000', '103254.732000', '103254.734000', '103254.737000', '103254.740000', '103254.742000', '103254.745000', '103254.747000', '103254.750000', '103254.753000', '103254.755000', '103254.758000', '103254.760000', '103254.763000', '103254.767000', '103254.769000', '103254.772000', '103254.775000', '103254.778000', '103254.781000', '103254.783000', '103254.786000', '103254.789000', '103254.791000', '103254.794000', '103254.797000', '103254.799000', '103254.802000', '103254.805000', '103254.807000', '103254.810000', '103254.813000', '103314.700000', '103314.702000', '103314.705000', '103314.708000', '103314.710000', '103314.713000', '103314.715000', '103314.718000', '103314.721000', '103314.723000', '103314.726000', '103314.729000', '103314.741000', '103314.744000', '103314.747000', '103314.749000', '103314.752000', '103314.755000', '103314.757000', '103314.760000', '103314.763000', '103314.765000', '103314.768000', '103314.771000', '103314.773000', '103314.776000', '103314.778000', '103314.781000', '103314.784000', '103314.787000', '103314.789000', '103314.792000', '103314.795000', '103314.797000', '103314.800000', '103314.803000', '103314.806000', '103314.808000', '103314.811000', '103314.813000', '103314.816000', '103314.819000', '103314.821000', '103314.824000', '103334.700000', '103334.703000', '103334.705000', '103334.708000', '103334.711000', '103334.714000', '103334.716000', '103334.719000', '103334.721000', '103334.724000', '103334.727000', '103334.730000', '103334.732000', '103334.735000', '103334.738000', '103334.742000', '103334.745000', '103334.748000', '103334.750000', '103334.753000', '103334.756000', '103334.758000', '103334.761000', '103334.763000', '103334.768000', '103334.771000', '103334.773000', '103334.776000', '103334.778000', '103334.781000', '103334.784000', '103334.786000', '103334.789000', '103334.791000', '103334.794000', '103334.797000', '103334.799000', '103334.802000', '103334.805000', '103334.807000', '103334.810000', '103334.813000', '103334.815000', '103354.699000', '103354.702000', '103354.704000', '103354.707000', '103354.709000', '103354.712000', '103354.715000', '103354.718000', '103354.720000', '103354.723000', '103354.726000', '103354.728000', '103354.731000', '103354.734000', '103354.736000', '103354.739000', '103354.742000', '103354.744000', '103354.747000', '103354.750000', '103354.752000', '103354.755000', '103354.758000', '103354.760000', '103354.763000', '103354.765000', '103354.768000', '103354.771000', '103354.773000', '103354.776000', '103354.778000', '103354.781000', '103354.784000', '103354.786000', '103354.789000', '103354.791000', '103354.794000', '103354.797000', '103354.799000', '103354.802000', '103354.805000', '103354.807000', '103354.810000', '103354.813000', '103414.698000', '103414.701000', '103414.704000', '103414.707000', '103414.709000', '103414.712000', '103414.714000', '103414.717000', '103414.720000', '103414.723000', '103414.725000', '103414.728000', '103414.730000', '103414.733000', '103414.736000', '103414.738000', '103414.741000', '103414.744000', '103414.746000', '103414.749000', '103414.752000', '103414.754000', '103414.757000', '103414.760000', '103414.762000', '103414.765000', '103414.768000', '103414.770000', '103414.773000', '103414.776000', '103414.778000', '103414.781000', '103414.784000', '103414.786000', '103414.789000', '103414.792000', '103414.794000', '103414.797000', '103414.800000', '103414.802000', '103414.806000', '103414.809000', '103414.812000', '103434.699000', '103434.702000', '103434.705000', '103434.707000', '103434.710000', '103434.713000', '103434.715000', '103434.718000', '103434.720000', '103434.723000', '103434.726000', '103434.729000', '103434.731000', '103434.734000', '103434.737000', '103434.739000', '103434.742000', '103434.745000', '103434.747000', '103434.750000', '103434.752000', '103434.755000', '103434.758000', '103434.779000', '103434.782000', '103434.785000', '103434.787000', '103434.790000', '103434.792000', '103434.795000', '103434.798000', '103434.801000', '103434.803000', '103434.806000', '103434.808000', '103434.811000', '103434.814000', '103434.816000', '103434.819000', '103434.822000', '103434.824000', '103434.827000', '103434.829000', '103434.832000', '103454.700000', '103454.703000', '103454.705000', '103454.708000', '103454.711000', '103454.713000', '103454.716000', '103454.719000', '103454.721000', '103454.724000', '103454.727000', '103454.729000', '103454.732000', '103454.735000', '103454.737000', '103454.740000', '103454.742000', '103454.745000', '103454.748000', '103454.750000', '103454.753000', '103454.755000', '103454.758000', '103454.761000', '103454.763000', '103454.766000', '103454.769000', '103454.771000', '103454.774000', '103454.776000', '103454.779000', '103454.782000', '103454.785000', '103454.787000', '103454.790000', '103454.792000', '103454.795000', '103454.799000', '103454.802000', '103454.805000', '103454.807000', '103454.810000', '103454.813000', '103514.699000', '103514.702000', '103514.705000', '103514.708000', '103514.711000', '103514.713000', '103514.716000', '103514.719000', '103514.721000', '103514.724000', '103514.727000', '103514.729000', '103514.732000', '103514.734000', '103514.737000', '103514.740000', '103514.742000', '103514.745000', '103514.747000', '103514.750000', '103514.753000', '103514.755000', '103514.758000', '103514.761000', '103514.763000', '103514.766000', '103514.768000', '103514.771000', '103514.774000', '103514.776000', '103514.779000', '103514.782000', '103514.784000', '103514.787000', '103514.790000', '103514.792000', '103514.795000', '103514.798000', '103514.800000', '103514.803000', '103514.806000', '103514.808000', '103514.811000', '103514.814000', '103534.706000', '103534.709000', '103534.712000', '103534.714000', '103534.717000', '103534.719000', '103534.722000', '103534.725000', '103534.728000', '103534.730000', '103534.733000', '103534.736000', '103534.738000', '103534.741000', '103534.744000', '103534.746000', '103534.749000', '103534.751000', '103534.754000', '103534.757000', '103534.759000', '103534.762000', '103534.765000', '103534.768000', '103534.770000', '103534.773000', '103534.776000', '103534.778000', '103534.781000', '103534.783000', '103534.786000', '103534.789000', '103534.791000', '103534.794000', '103534.797000', '103534.800000', '103534.802000', '103534.805000', '103534.808000', '103534.811000', '103534.814000', '103534.817000', '103534.820000', '103554.700000', '103554.703000', '103554.705000', '103554.708000', '103554.711000', '103554.714000', '103554.716000', '103554.719000', '103554.722000', '103554.724000', '103554.727000', '103554.730000', '103554.732000', '103554.735000', '103554.738000', '103554.740000', '103554.743000', '103554.745000', '103554.748000', '103554.751000', '103554.767000', '103554.770000', '103554.772000', '103554.775000', '103554.778000', '103554.780000', '103554.783000', '103554.786000', '103554.788000', '103554.791000', '103554.794000', '103554.796000', '103554.799000', '103554.802000', '103554.804000', '103554.807000', '103554.810000', '103554.812000', '103554.815000', '103554.818000', '103554.820000', '103554.823000', '103554.826000', '103554.828000', '103614.698000', '103614.701000', '103614.704000', '103614.707000', '103614.709000', '103614.712000', '103614.715000', '103614.718000', '103614.720000', '103614.723000', '103614.725000', '103614.728000', '103614.731000', '103614.733000', '103614.736000', '103614.739000', '103614.741000', '103614.744000', '103614.747000', '103614.749000', '103614.752000', '103614.755000', '103614.757000', '103614.760000', '103614.762000', '103614.765000', '103614.768000', '103614.770000', '103614.773000', '103614.776000', '103614.779000', '103614.782000', '103614.785000', '103614.788000', '103614.791000', '103614.794000', '103614.796000', '103614.799000', '103614.802000', '103614.804000', '103614.807000', '103614.810000', '103614.812000', '103623.080000', '103623.083000', '103623.086000', '103623.088000', '103623.091000', '103623.094000', '103623.097000', '103623.099000', '103623.102000', '103623.105000', '103623.107000', '103623.110000', '103623.112000', '103623.115000', '103623.118000', '103623.120000', '103623.123000', '103623.126000', '103623.128000'], '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': [9003, 9234, 14403, 9681, 9704, 13529, 8772, 9963, 12081, 8403, 11230, 9100, 8952, 11179, 8100, 9625, 14917, 8375, 10742, 9792, 8808, 12215, 8611, 9231, 13900, 8942, 8931, 12616, 8520, 9439, 8352, 8061, 11908, 9425, 9342, 12118, 8299, 9445, 14459, 8876, 9665, 14698, 8359, 10103, 8674, 8043, 11635, 9096, 8775, 12261, 9007, 9259, 11831, 8271, 11803, 12004, 9479, 12413, 9785, 9493, 14420, 8435, 9233, 14161, 8469, 9021, 13212, 7740, 10791, 11879, 8266, 10506, 8042, 8996, 13341, 8958, 9556, 13934, 8421, 9846, 9561, 8394, 12927, 7857, 9771, 13802, 9487, 9887, 9169, 8984, 13611, 10729, 9519, 13660, 9989, 10844, 16413, 8563, 11596, 9561, 8435, 12539, 8084, 9119, 16000, 8330, 10449, 8153, 8747, 14087, 8484, 9708, 15439, 8835, 10203, 7970, 9286, 13890, 8217, 9620, 8070, 8571, 12563, 8251, 10416, 14955, 8705, 10518, 7729, 9723, 14726, 8715, 11346, 10271, 9555, 12640, 8459, 10352, 14766, 9154, 9808, 11415, 8218, 11804, 7865, 9565, 13362, 8474, 10234, 7662, 9292, 14464, 8179, 10449, 7832, 9339, 12252, 8082, 12715, 9919, 9637, 12544, 8102, 10777, 15634, 9046, 12258, 9118, 8938, 8710, 8206, 12342, 8129, 9321, 12066, 8140, 11318, 7724, 9852, 14170, 9048, 10101, 8025, 9010, 13678, 9234, 9697, 13310, 8603, 10173, 13792, 8421, 12350, 9001, 9077, 13124, 8094, 9522, 13862, 8274, 9847, 8157, 9075, 13443, 7838, 9814, 13577, 8746, 9183, 7508, 8582, 12809, 9119, 9787, 13484, 8311, 11591, 8998, 9332, 13921, 9353, 9381, 13108, 7743, 9911, 14030, 8049, 10227, 8891, 8552, 12228, 7930, 9661, 10987, 8350, 11756, 8584, 10004, 9289, 8993, 13414, 9193, 10173, 13667, 8775, 13196, 10281, 9656, 13053, 8745, 9207, 13117, 7586, 10041, 13809, 8316, 9656, 13602, 7830, 10536, 12691, 7816, 11374, 10621, 8456, 11809, 8018, 9595, 14832, 7909, 11672, 8210, 8461, 7978, 9445, 7654, 9699, 13674, 10200, 9985, 14280, 9157, 13585, 9335, 10678, 17160, 9355, 10633, 8730, 9002, 15944, 9147, 10380, 16058, 8297, 11204, 8829, 8940, 14060, 8639, 9384, 8696, 8770, 14208, 11560, 9408, 14025, 10515, 9357, 14798, 8280, 11400, 13408, 9202, 11348, 8143, 9523, 14559, 8445, 9468, 13606, 8466, 9612, 10444, 9303, 12647, 8975, 9511, 11191, 8300, 9553, 10835, 8007, 12430, 8429, 10038, 12424, 8363, 9939, 13632, 8031, 10672, 7917, 8912, 13289, 8152, 9764, 14166, 8368, 9990, 7873, 8680, 12569, 7750, 9705, 13806, 8050, 9175, 7770, 8580, 12593, 7689, 9615, 10379, 8610, 12179, 7971, 12571, 8588, 10315, 12956, 9651, 13932, 8617, 11374, 16061, 10418, 10057, 13785, 8704, 13105, 16720, 8341, 11456, 15618, 8212, 11062, 12420, 7841, 11300, 10920, 8552, 11536, 7983, 9874, 14192, 8489, 10745, 14071, 8754, 10140, 7950, 8874, 13106, 9164, 9563, 12981, 8683, 10461, 14635, 8032, 10979, 10403, 8994, 12664, 8156, 9727, 14314, 9345, 8866, 11615, 7671, 9047, 13461, 7829, 9198, 13991, 8153, 8890, 13928, 8095, 10855, 11268, 8469, 12755, 9375, 9324, 13444, 7892, 10070, 14797, 8340, 9909, 9588, 8639, 12794, 7833, 10142, 14410, 8434, 10210, 8547, 9657, 14605, 8946, 10082, 14739, 8616, 9553, 13187, 7685, 12352, 12265, 8999, 12058, 8155, 10168, 15371, 8755, 9839, 14272, 8226, 9919, 15025, 7907, 10233, 15020, 8200, 9587, 10865, 8233, 12478, 9611, 8527, 13109, 9080, 9062, 14482, 8738, 9741, 14543, 8801, 9560, 14572, 8205, 10652, 9935, 8409, 13624, 9384, 9775, 14118, 7897, 11045, 13429, 8096, 12183, 8980, 9713, 13243, 8107, 13582, 11817, 10130, 13553, 8034, 12148, 13424, 9596, 14252, 10777, 10200, 15605, 8720, 11596, 17503, 10000, 11403, 8040, 10276, 14971, 8895, 10297, 15579, 9626, 11217, 9062, 8575, 12114, 8329, 8751, 7934, 8669, 13586, 8709, 9473, 10042, 8919, 13618, 7903, 10561, 15489, 9239, 10376, 8652, 9655, 14610, 10107, 9838, 13653, 8528, 9903, 11633, 8729, 11672, 7789, 9031, 14091, 8057, 10337, 14267, 8786, 10880, 9445, 9114, 13220, 8323, 9092, 13153, 8115, 9091, 14546, 7617, 10137, 12109, 8070, 10865, 7900, 9408, 13438, 7975, 10092, 12444, 8458, 10461, 7819, 9963, 14469, 8245, 10313, 12338, 8910, 12204, 8708, 9251, 13877, 8205, 9082, 13501, 7808, 10786, 10834, 8502, 11247, 7758, 9354, 14051, 7659, 11005, 11021, 9041, 11355, 7892, 10345, 14307, 8264, 12149, 11504, 9293, 13274, 8429, 10169, 15305, 10005, 9569, 14267, 8536, 10399, 15973, 7920, 9641, 14184, 8241, 8821, 8046, 8497, 12225, 7824, 9202, 14161, 8226, 11316, 7536, 8006, 13601, 8665, 8882, 12990, 7862, 12736, 16824, 9147, 11838, 13080, 7992, 11175, 9589, 8582, 12806, 9037, 9176, 15313, 8217, 8373, 13527, 8623, 8253, 11463, 7683, 8452, 13428, 7932, 9169, 13358, 7917, 9569, 13235, 7504, 11456, 10327, 8620, 11683, 7555, 9404, 13815, 8133, 9501, 11112, 7945, 12339, 7659, 9632, 14032, 8439, 12453, 7745, 10185, 14629, 8747, 12677, 10540, 10025, 15903, 8477, 12592, 19272, 8759, 11231, 12404, 8617, 13247, 9678, 8796, 13207, 9587, 9095, 12659, 8140, 10002, 9819, 8090, 13197, 10342, 9107, 12710, 7582, 9663, 14555, 8181, 9325, 14607, 8759, 9532, 7693, 9182, 10581, 8248, 13836, 11574, 9583, 12995, 8071, 10401, 15360, 8168, 10654, 11465, 8325, 12811, 8068, 9614, 14404, 8223, 9515, 14662, 7764, 11085, 7639, 8860, 13524, 9029, 9067, 13521, 7736, 10317, 15389, 8526, 10923, 15154, 8251, 11741, 9888, 8286, 13527, 10396, 8910, 14092, 7921, 10524, 8224, 9678, 14458, 11503, 8902, 13111, 9524, 9639, 15446, 8973, 9958, 16041, 10831, 9077, 14005, 8467, 9929, 15376, 9913, 9141, 14147, 8380, 10000, 15072, 8368, 9201, 14361, 8082, 9336, 10886, 7806, 12454, 11321, 8524, 12355, 8010, 9480, 14785, 9183, 9487, 14259, 8863, 10169, 15528, 8136, 10091, 15215, 9072, 10889, 13763, 8192, 9983, 7868, 8028, 13478, 8199, 8958, 8286, 8906, 14735, 10358, 10101, 15558, 10646, 10489, 16336, 9736, 9752, 16164, 11262, 9570, 13530, 8607, 9363, 15290, 8564, 9411, 13866, 8180, 8556, 7772, 7893, 12335, 8653, 8956, 14120, 8661, 9873, 14048, 7833, 11527, 13415, 8110, 11633, 8249, 9044, 14026, 8095, 9350, 14481, 7866, 9028, 8160, 8712, 13279, 8795, 9402, 14775, 8513, 10064, 15510, 7851, 11319, 15619, 8702, 9451, 11763, 7561, 10838, 12313, 7629, 11272, 11291, 8005, 10526, 8125, 8470, 12739, 9480, 8575, 12597, 8410, 8904, 14328, 8041, 9703, 14004, 8030, 10806, 8403, 8486, 12922, 7945, 9948, 14190, 8262, 11037, 8048, 9548, 14233, 7831, 10132, 15610, 8652, 9605, 9346, 8143, 13126, 8153, 9463, 14253, 8190, 10224, 14560, 8192, 12516, 8468, 9261, 14301, 8442, 12363, 14996, 8297, 12474, 9019, 8673, 14904, 8359, 9169, 15586, 9581, 9732, 14910, 8255, 11646, 11442, 7879, 13284, 9122, 9308, 14629, 8103, 12912, 12010, 8390, 14834, 13340, 9111, 13220, 8137, 10649, 15955, 9250, 10293, 16251, 9845, 9953, 12365, 8107, 13692, 13903, 8236, 13448, 10868, 8602, 14524, 7998, 9702, 15303, 8920, 9675, 11451, 8027, 13368, 8036, 9371, 15104, 9097, 10033, 15365, 7871, 10452, 8807, 10327, 15264, 9465, 10629, 9885, 9709, 11876, 8743, 14290, 14031, 9921, 12926, 7797, 11431, 7661, 11267, 10284, 9601, 9340, 8860, 14000, 8751, 11637, 16737, 11445, 11785, 8246, 11075, 13275, 9585, 12524, 9465, 10703, 10430, 8900, 13738, 8286, 10442, 14899, 8778, 10530, 8035, 9999], 'WindowCenter': [4706.0, 4687.0, 4721.0, 4657.0, 4654.0, 4679.0, 4619.0, 4638.0, 4655.0, 4603.0, 4645.0, 4614.0, 4615.0, 4644.0, 4605.0, 4626.0, 4674.0, 4617.0, 4648.0, 4625.0, 4623.0, 4657.0, 4615.0, 4625.0, 4664.0, 4615.0, 4625.0, 4653.0, 4615.0, 4626.0, 4605.0, 4618.0, 4658.0, 4638.0, 4653.0, 4666.0, 4615.0, 4635.0, 4676.0, 4630.0, 4640.0, 4677.0, 4617.0, 4643.0, 4616.0, 4607.0, 4656.0, 4638.0, 4641.0, 4668.0, 4628.0, 4640.0, 4658.0, 4619.0, 4669.0, 4668.0, 4640.0, 4667.0, 4637.0, 4638.0, 4678.0, 4617.0, 4640.0, 4676.0, 4633.0, 4641.0, 4675.0, 4608.0, 4656.0, 4669.0, 4629.0, 4648.0, 4618.0, 4639.0, 4676.0, 4627.0, 4649.0, 4701.0, 4644.0, 4663.0, 4650.0, 4645.0, 4694.0, 4645.0, 4662.0, 4704.0, 4652.0, 4662.0, 4639.0, 4642.0, 4706.0, 4673.0, 4651.0, 4690.0, 4652.0, 4661.0, 4682.0, 4616.0, 4645.0, 4638.0, 4630.0, 4679.0, 4620.0, 4629.0, 4697.0, 4615.0, 4644.0, 4617.0, 4612.0, 4664.0, 4616.0, 4623.0, 4673.0, 4626.0, 4635.0, 4606.0, 4623.0, 4674.0, 4629.0, 4635.0, 4602.0, 4615.0, 4667.0, 4618.0, 4649.0, 4685.0, 4628.0, 4660.0, 4604.0, 4638.0, 4673.0, 4627.0, 4659.0, 4633.0, 4626.0, 4666.0, 4605.0, 4635.0, 4674.0, 4624.0, 4622.0, 4643.0, 4602.0, 4642.0, 4603.0, 4637.0, 4662.0, 4604.0, 4633.0, 4607.0, 4634.0, 4688.0, 4630.0, 4659.0, 4616.0, 4652.0, 4669.0, 4619.0, 4680.0, 4648.0, 4637.0, 4665.0, 4608.0, 4646.0, 4675.0, 4625.0, 4657.0, 4626.0, 4626.0, 4629.0, 4630.0, 4667.0, 4618.0, 4651.0, 4667.0, 4628.0, 4657.0, 4618.0, 4647.0, 4675.0, 4641.0, 4662.0, 4617.0, 4636.0, 4677.0, 4627.0, 4660.0, 4689.0, 4642.0, 4647.0, 4660.0, 4616.0, 4665.0, 4625.0, 4628.0, 4665.0, 4606.0, 4634.0, 4676.0, 4616.0, 4648.0, 4616.0, 4639.0, 4678.0, 4603.0, 4648.0, 4676.0, 4628.0, 4651.0, 4606.0, 4627.0, 4653.0, 4614.0, 4648.0, 4662.0, 4613.0, 4642.0, 4613.0, 4625.0, 4664.0, 4613.0, 4625.0, 4653.0, 4604.0, 4633.0, 4674.0, 4617.0, 4635.0, 4624.0, 4626.0, 4666.0, 4629.0, 4664.0, 4673.0, 4641.0, 4666.0, 4628.0, 4659.0, 4638.0, 4653.0, 4690.0, 4638.0, 4649.0, 4687.0, 4629.0, 4666.0, 4634.0, 4638.0, 4665.0, 4614.0, 4624.0, 4666.0, 4604.0, 4636.0, 4676.0, 4615.0, 4636.0, 4672.0, 4606.0, 4646.0, 4665.0, 4618.0, 4668.0, 4646.0, 4628.0, 4665.0, 4627.0, 4664.0, 4727.0, 4643.0, 4667.0, 4629.0, 4643.0, 4645.0, 4663.0, 4633.0, 4674.0, 4706.0, 4678.0, 4677.0, 4716.0, 4681.0, 4709.0, 4654.0, 4674.0, 4713.0, 4656.0, 4674.0, 4642.0, 4655.0, 4715.0, 4652.0, 4665.0, 4702.0, 4633.0, 4660.0, 4628.0, 4630.0, 4689.0, 4628.0, 4627.0, 4617.0, 4616.0, 4677.0, 4645.0, 4639.0, 4677.0, 4635.0, 4616.0, 4662.0, 4604.0, 4644.0, 4654.0, 4614.0, 4633.0, 4593.0, 4611.0, 4652.0, 4602.0, 4625.0, 4663.0, 4599.0, 4612.0, 4647.0, 4627.0, 4654.0, 4615.0, 4638.0, 4645.0, 4614.0, 4624.0, 4628.0, 4618.0, 4668.0, 4604.0, 4626.0, 4641.0, 4606.0, 4664.0, 4690.0, 4618.0, 4635.0, 4602.0, 4615.0, 4665.0, 4605.0, 4620.0, 4662.0, 4617.0, 4636.0, 4605.0, 4616.0, 4653.0, 4601.0, 4637.0, 4676.0, 4616.0, 4633.0, 4607.0, 4626.0, 4665.0, 4621.0, 4656.0, 4649.0, 4638.0, 4678.0, 4631.0, 4680.0, 4644.0, 4673.0, 4682.0, 4650.0, 4690.0, 4629.0, 4667.0, 4700.0, 4648.0, 4638.0, 4676.0, 4614.0, 4665.0, 4683.0, 4602.0, 4643.0, 4671.0, 4601.0, 4632.0, 4638.0, 4620.0, 4657.0, 4644.0, 4612.0, 4656.0, 4605.0, 4635.0, 4664.0, 4641.0, 4646.0, 4675.0, 4630.0, 4635.0, 4604.0, 4627.0, 4676.0, 4623.0, 4639.0, 4664.0, 4614.0, 4643.0, 4687.0, 4620.0, 4646.0, 4631.0, 4612.0, 4641.0, 4591.0, 4609.0, 4658.0, 4625.0, 4612.0, 4628.0, 4591.0, 4611.0, 4663.0, 4606.0, 4633.0, 4674.0, 4604.0, 4622.0, 4672.0, 4605.0, 4643.0, 4641.0, 4616.0, 4666.0, 4626.0, 4636.0, 4676.0, 4618.0, 4647.0, 4686.0, 4626.0, 4645.0, 4637.0, 4641.0, 4691.0, 4620.0, 4661.0, 4700.0, 4630.0, 4660.0, 4639.0, 4651.0, 4700.0, 4639.0, 4648.0, 4688.0, 4626.0, 4637.0, 4676.0, 4616.0, 4681.0, 4669.0, 4637.0, 4668.0, 4616.0, 4648.0, 4687.0, 4628.0, 4648.0, 4676.0, 4616.0, 4634.0, 4675.0, 4605.0, 4647.0, 4685.0, 4626.0, 4635.0, 4644.0, 4616.0, 4666.0, 4637.0, 4626.0, 4678.0, 4624.0, 4638.0, 4686.0, 4617.0, 4636.0, 4684.0, 4637.0, 4649.0, 4684.0, 4625.0, 4659.0, 4644.0, 4627.0, 4689.0, 4638.0, 4648.0, 4687.0, 4629.0, 4669.0, 4688.0, 4629.0, 4680.0, 4639.0, 4649.0, 4678.0, 4627.0, 4688.0, 4668.0, 4649.0, 4676.0, 4618.0, 4668.0, 4676.0, 4639.0, 4677.0, 4644.0, 4634.0, 4674.0, 4613.0, 4645.0, 4683.0, 4622.0, 4631.0, 4590.0, 4621.0, 4660.0, 4612.0, 4620.0, 4659.0, 4609.0, 4618.0, 4597.0, 4600.0, 4639.0, 4599.0, 4600.0, 4590.0, 4610.0, 4660.0, 4614.0, 4634.0, 4634.0, 4625.0, 4664.0, 4604.0, 4647.0, 4684.0, 4622.0, 4632.0, 4609.0, 4623.0, 4662.0, 4632.0, 4622.0, 4648.0, 4601.0, 4620.0, 4629.0, 4613.0, 4638.0, 4591.0, 4609.0, 4661.0, 4602.0, 4632.0, 4672.0, 4613.0, 4632.0, 4621.0, 4611.0, 4650.0, 4601.0, 4609.0, 4639.0, 4590.0, 4613.0, 4658.0, 4591.0, 4620.0, 4641.0, 4603.0, 4631.0, 4602.0, 4621.0, 4662.0, 4604.0, 4646.0, 4652.0, 4614.0, 4645.0, 4604.0, 4635.0, 4673.0, 4615.0, 4645.0, 4654.0, 4625.0, 4654.0, 4611.0, 4623.0, 4664.0, 4615.0, 4623.0, 4664.0, 4606.0, 4646.0, 4646.0, 4625.0, 4656.0, 4606.0, 4634.0, 4676.0, 4608.0, 4659.0, 4645.0, 4626.0, 4657.0, 4616.0, 4648.0, 4676.0, 4626.0, 4667.0, 4644.0, 4626.0, 4665.0, 4603.0, 4634.0, 4675.0, 4621.0, 4624.0, 4661.0, 4602.0, 4620.0, 4660.0, 4588.0, 4612.0, 4650.0, 4591.0, 4599.0, 4589.0, 4612.0, 4652.0, 4604.0, 4649.0, 4703.0, 4630.0, 4644.0, 4608.0, 4629.0, 4677.0, 4617.0, 4628.0, 4667.0, 4607.0, 4667.0, 4699.0, 4637.0, 4657.0, 4663.0, 4602.0, 4633.0, 4612.0, 4629.0, 4655.0, 4612.0, 4611.0, 4662.0, 4593.0, 4603.0, 4665.0, 4617.0, 4616.0, 4644.0, 4603.0, 4616.0, 4664.0, 4604.0, 4623.0, 4663.0, 4603.0, 4622.0, 4663.0, 4608.0, 4657.0, 4633.0, 4628.0, 4665.0, 4616.0, 4637.0, 4676.0, 4620.0, 4640.0, 4656.0, 4630.0, 4678.0, 4632.0, 4664.0, 4701.0, 4654.0, 4693.0, 4631.0, 4672.0, 4701.0, 4641.0, 4679.0, 4661.0, 4652.0, 4698.0, 4628.0, 4670.0, 4708.0, 4617.0, 4644.0, 4652.0, 4613.0, 4653.0, 4621.0, 4629.0, 4663.0, 4621.0, 4625.0, 4651.0, 4605.0, 4635.0, 4633.0, 4615.0, 4677.0, 4636.0, 4626.0, 4663.0, 4606.0, 4635.0, 4673.0, 4614.0, 4638.0, 4687.0, 4626.0, 4635.0, 4615.0, 4638.0, 4659.0, 4639.0, 4700.0, 4668.0, 4638.0, 4678.0, 4618.0, 4657.0, 4688.0, 4630.0, 4658.0, 4657.0, 4628.0, 4667.0, 4616.0, 4637.0, 4704.0, 4628.0, 4650.0, 4685.0, 4617.0, 4657.0, 4616.0, 4640.0, 4691.0, 4640.0, 4641.0, 4689.0, 4618.0, 4659.0, 4698.0, 4642.0, 4670.0, 4687.0, 4628.0, 4669.0, 4649.0, 4643.0, 4691.0, 4647.0, 4638.0, 4685.0, 4628.0, 4672.0, 4642.0, 4661.0, 4715.0, 4670.0, 4642.0, 4678.0, 4650.0, 4650.0, 4702.0, 4639.0, 4652.0, 4699.0, 4661.0, 4628.0, 4676.0, 4616.0, 4647.0, 4688.0, 4648.0, 4637.0, 4676.0, 4616.0, 4638.0, 4687.0, 4626.0, 4637.0, 4675.0, 4616.0, 4635.0, 4647.0, 4605.0, 4667.0, 4655.0, 4639.0, 4679.0, 4617.0, 4638.0, 4686.0, 4637.0, 4640.0, 4676.0, 4626.0, 4648.0, 4685.0, 4606.0, 4645.0, 4687.0, 4625.0, 4605.0, 4701.0, 4627.0, 4636.0, 4613.0, 4628.0, 4687.0, 4628.0, 4638.0, 4626.0, 4638.0, 4698.0, 4658.0, 4661.0, 4697.0, 4646.0, 4647.0, 4686.0, 4622.0, 4623.0, 4673.0, 4633.0, 4611.0, 4651.0, 4601.0, 4609.0, 4658.0, 4600.0, 4624.0, 4660.0, 4601.0, 4614.0, 4591.0, 4604.0, 4654.0, 4625.0, 4626.0, 4674.0, 4627.0, 4646.0, 4675.0, 4605.0, 4655.0, 4665.0, 4616.0, 4656.0, 4614.0, 4625.0, 4673.0, 4607.0, 4625.0, 4673.0, 4616.0, 4626.0, 4615.0, 4627.0, 4675.0, 4638.0, 4638.0, 4686.0, 4626.0, 4636.0, 4684.0, 4604.0, 4644.0, 4683.0, 4614.0, 4623.0, 4640.0, 4592.0, 4632.0, 4640.0, 4603.0, 4643.0, 4641.0, 4603.0, 4632.0, 4601.0, 4612.0, 4654.0, 4622.0, 4614.0, 4652.0, 4604.0, 4625.0, 4673.0, 4603.0, 4635.0, 4674.0, 4617.0, 4656.0, 4615.0, 4628.0, 4676.0, 4617.0, 4661.0, 4689.0, 4629.0, 4670.0, 4628.0, 4649.0, 4688.0, 4629.0, 4663.0, 4699.0, 4639.0, 4649.0, 4638.0, 4632.0, 4690.0, 4642.0, 4663.0, 4699.0, 4639.0, 4674.0, 4700.0, 4642.0, 4693.0, 4643.0, 4662.0, 4701.0, 4642.0, 4692.0, 4711.0, 4643.0, 4692.0, 4651.0, 4654.0, 4712.0, 4640.0, 4662.0, 4711.0, 4661.0, 4663.0, 4699.0, 4642.0, 4682.0, 4670.0, 4642.0, 4702.0, 4662.0, 4664.0, 4713.0, 4643.0, 4704.0, 4692.0, 4655.0, 4716.0, 4705.0, 4654.0, 4694.0, 4631.0, 4672.0, 4711.0, 4651.0, 4664.0, 4710.0, 4662.0, 4660.0, 4680.0, 4630.0, 4690.0, 4691.0, 4641.0, 4690.0, 4659.0, 4640.0, 4689.0, 4617.0, 4648.0, 4700.0, 4639.0, 4651.0, 4667.0, 4630.0, 4690.0, 4629.0, 4650.0, 4699.0, 4640.0, 4661.0, 4697.0, 4629.0, 4658.0, 4639.0, 4663.0, 4712.0, 4651.0, 4661.0, 4663.0, 4652.0, 4667.0, 4627.0, 4702.0, 4689.0, 4647.0, 4664.0, 4605.0, 4654.0, 4619.0, 4671.0, 4647.0, 4637.0, 4624.0, 4626.0, 4673.0, 4626.0, 4657.0, 4684.0, 4645.0, 4641.0, 4604.0, 4633.0, 4653.0, 4624.0, 4641.0, 4622.0, 4622.0, 4619.0, 4611.0, 4650.0, 4589.0, 4631.0, 4675.0, 4613.0, 4631.0, 4592.0, 4620.0], 'WindowWidth': [10333.0, 10285.0, 10316.0, 10221.0, 10209.0, 10232.0, 10151.0, 10172.0, 10191.0, 10119.0, 10178.0, 10136.0, 10136.0, 10172.0, 10123.0, 10151.0, 10215.0, 10142.0, 10183.0, 10148.0, 10146.0, 10196.0, 10135.0, 10148.0, 10200.0, 10133.0, 10150.0, 10185.0, 10135.0, 10150.0, 10121.0, 10145.0, 10200.0, 10172.0, 10202.0, 10209.0, 10138.0, 10165.0, 10220.0, 10165.0, 10179.0, 10221.0, 10141.0, 10175.0, 10138.0, 10128.0, 10193.0, 10174.0, 10182.0, 10212.0, 10158.0, 10177.0, 10199.0, 10147.0, 10215.0, 10215.0, 10176.0, 10211.0, 10168.0, 10171.0, 10226.0, 10140.0, 10177.0, 10221.0, 10176.0, 10180.0, 10219.0, 10132.0, 10196.0, 10217.0, 10162.0, 10184.0, 10146.0, 10179.0, 10223.0, 10157.0, 10189.0, 10266.0, 10193.0, 10216.0, 10194.0, 10196.0, 10261.0, 10197.0, 10212.0, 10278.0, 10199.0, 10215.0, 10178.0, 10185.0, 10282.0, 10232.0, 10199.0, 10248.0, 10198.0, 10208.0, 10225.0, 10139.0, 10172.0, 10171.0, 10165.0, 10231.0, 10153.0, 10161.0, 10255.0, 10137.0, 10176.0, 10142.0, 10129.0, 10201.0, 10137.0, 10147.0, 10214.0, 10156.0, 10166.0, 10129.0, 10147.0, 10218.0, 10166.0, 10165.0, 10117.0, 10137.0, 10213.0, 10148.0, 10190.0, 10236.0, 10161.0, 10210.0, 10126.0, 10173.0, 10215.0, 10158.0, 10204.0, 10160.0, 10150.0, 10206.0, 10123.0, 10162.0, 10216.0, 10148.0, 10141.0, 10171.0, 10114.0, 10167.0, 10120.0, 10170.0, 10196.0, 10120.0, 10158.0, 10130.0, 10167.0, 10246.0, 10169.0, 10206.0, 10144.0, 10200.0, 10218.0, 10150.0, 10237.0, 10190.0, 10169.0, 10205.0, 10130.0, 10182.0, 10218.0, 10150.0, 10198.0, 10154.0, 10155.0, 10166.0, 10166.0, 10212.0, 10150.0, 10198.0, 10215.0, 10164.0, 10201.0, 10148.0, 10185.0, 10220.0, 10185.0, 10213.0, 10144.0, 10171.0, 10224.0, 10157.0, 10214.0, 10246.0, 10189.0, 10184.0, 10194.0, 10140.0, 10205.0, 10151.0, 10162.0, 10208.0, 10129.0, 10164.0, 10225.0, 10143.0, 10189.0, 10141.0, 10177.0, 10229.0, 10117.0, 10187.0, 10225.0, 10161.0, 10198.0, 10129.0, 10158.0, 10185.0, 10134.0, 10187.0, 10199.0, 10132.0, 10171.0, 10131.0, 10152.0, 10202.0, 10132.0, 10150.0, 10183.0, 10120.0, 10160.0, 10216.0, 10144.0, 10164.0, 10148.0, 10154.0, 10210.0, 10167.0, 10223.0, 10231.0, 10184.0, 10213.0, 10160.0, 10206.0, 10175.0, 10207.0, 10250.0, 10174.0, 10190.0, 10242.0, 10164.0, 10209.0, 10163.0, 10173.0, 10205.0, 10134.0, 10148.0, 10209.0, 10122.0, 10166.0, 10222.0, 10141.0, 10167.0, 10213.0, 10126.0, 10181.0, 10205.0, 10146.0, 10214.0, 10183.0, 10161.0, 10209.0, 10161.0, 10221.0, 10313.0, 10190.0, 10212.0, 10165.0, 10189.0, 10198.0, 10217.0, 10179.0, 10236.0, 10282.0, 10244.0, 10242.0, 10294.0, 10256.0, 10290.0, 10205.0, 10233.0, 10287.0, 10211.0, 10232.0, 10185.0, 10212.0, 10290.0, 10200.0, 10220.0, 10267.0, 10174.0, 10206.0, 10158.0, 10163.0, 10245.0, 10162.0, 10155.0, 10142.0, 10139.0, 10224.0, 10176.0, 10177.0, 10223.0, 10161.0, 10136.0, 10196.0, 10117.0, 10172.0, 10186.0, 10132.0, 10157.0, 10102.0, 10125.0, 10179.0, 10115.0, 10151.0, 10197.0, 10107.0, 10126.0, 10184.0, 10159.0, 10185.0, 10134.0, 10171.0, 10177.0, 10134.0, 10144.0, 10144.0, 10146.0, 10211.0, 10119.0, 10149.0, 10163.0, 10125.0, 10219.0, 10248.0, 10147.0, 10162.0, 10113.0, 10134.0, 10205.0, 10122.0, 10138.0, 10198.0, 10143.0, 10168.0, 10123.0, 10137.0, 10184.0, 10116.0, 10169.0, 10222.0, 10143.0, 10160.0, 10130.0, 10157.0, 10209.0, 10158.0, 10204.0, 10192.0, 10178.0, 10232.0, 10172.0, 10237.0, 10193.0, 10232.0, 10240.0, 10199.0, 10249.0, 10165.0, 10214.0, 10265.0, 10190.0, 10172.0, 10223.0, 10135.0, 10204.0, 10225.0, 10116.0, 10172.0, 10207.0, 10111.0, 10153.0, 10158.0, 10155.0, 10196.0, 10173.0, 10131.0, 10195.0, 10122.0, 10166.0, 10201.0, 10184.0, 10182.0, 10224.0, 10164.0, 10162.0, 10121.0, 10155.0, 10224.0, 10145.0, 10176.0, 10204.0, 10135.0, 10174.0, 10242.0, 10154.0, 10181.0, 10152.0, 10128.0, 10163.0, 10095.0, 10119.0, 10186.0, 10151.0, 10127.0, 10145.0, 10097.0, 10128.0, 10199.0, 10127.0, 10162.0, 10216.0, 10123.0, 10144.0, 10211.0, 10125.0, 10174.0, 10170.0, 10143.0, 10208.0, 10154.0, 10167.0, 10221.0, 10146.0, 10184.0, 10235.0, 10156.0, 10182.0, 10172.0, 10186.0, 10255.0, 10156.0, 10213.0, 10265.0, 10169.0, 10209.0, 10179.0, 10198.0, 10263.0, 10177.0, 10188.0, 10241.0, 10157.0, 10173.0, 10223.0, 10145.0, 10238.0, 10220.0, 10173.0, 10213.0, 10141.0, 10185.0, 10237.0, 10162.0, 10189.0, 10222.0, 10141.0, 10163.0, 10218.0, 10124.0, 10183.0, 10233.0, 10159.0, 10166.0, 10178.0, 10141.0, 10209.0, 10170.0, 10158.0, 10227.0, 10152.0, 10173.0, 10237.0, 10142.0, 10169.0, 10232.0, 10172.0, 10189.0, 10232.0, 10155.0, 10202.0, 10180.0, 10159.0, 10244.0, 10175.0, 10190.0, 10241.0, 10164.0, 10220.0, 10245.0, 10168.0, 10234.0, 10178.0, 10193.0, 10229.0, 10161.0, 10246.0, 10216.0, 10191.0, 10225.0, 10148.0, 10213.0, 10224.0, 10176.0, 10225.0, 10176.0, 10163.0, 10216.0, 10131.0, 10177.0, 10227.0, 10140.0, 10152.0, 10096.0, 10137.0, 10190.0, 10128.0, 10138.0, 10187.0, 10119.0, 10131.0, 10100.0, 10109.0, 10160.0, 10107.0, 10111.0, 10096.0, 10126.0, 10194.0, 10138.0, 10162.0, 10161.0, 10151.0, 10202.0, 10122.0, 10184.0, 10232.0, 10144.0, 10156.0, 10124.0, 10143.0, 10197.0, 10157.0, 10141.0, 10172.0, 10110.0, 10134.0, 10146.0, 10132.0, 10162.0, 10099.0, 10123.0, 10193.0, 10115.0, 10157.0, 10210.0, 10133.0, 10156.0, 10139.0, 10125.0, 10175.0, 10113.0, 10122.0, 10158.0, 10095.0, 10132.0, 10186.0, 10098.0, 10136.0, 10165.0, 10119.0, 10153.0, 10115.0, 10141.0, 10196.0, 10122.0, 10181.0, 10186.0, 10135.0, 10177.0, 10124.0, 10166.0, 10217.0, 10140.0, 10179.0, 10189.0, 10150.0, 10188.0, 10128.0, 10145.0, 10203.0, 10139.0, 10146.0, 10203.0, 10127.0, 10180.0, 10180.0, 10154.0, 10195.0, 10127.0, 10165.0, 10222.0, 10134.0, 10203.0, 10180.0, 10157.0, 10196.0, 10144.0, 10186.0, 10222.0, 10157.0, 10211.0, 10175.0, 10154.0, 10206.0, 10119.0, 10160.0, 10218.0, 10143.0, 10145.0, 10193.0, 10114.0, 10135.0, 10188.0, 10090.0, 10126.0, 10177.0, 10096.0, 10106.0, 10094.0, 10128.0, 10182.0, 10124.0, 10194.0, 10272.0, 10164.0, 10174.0, 10132.0, 10166.0, 10220.0, 10140.0, 10157.0, 10207.0, 10126.0, 10209.0, 10260.0, 10172.0, 10193.0, 10200.0, 10115.0, 10157.0, 10127.0, 10161.0, 10189.0, 10127.0, 10124.0, 10193.0, 10099.0, 10118.0, 10202.0, 10141.0, 10140.0, 10172.0, 10119.0, 10144.0, 10203.0, 10122.0, 10144.0, 10196.0, 10119.0, 10142.0, 10196.0, 10131.0, 10196.0, 10159.0, 10159.0, 10208.0, 10143.0, 10171.0, 10224.0, 10153.0, 10178.0, 10198.0, 10166.0, 10230.0, 10176.0, 10222.0, 10265.0, 10210.0, 10261.0, 10175.0, 10231.0, 10267.0, 10186.0, 10235.0, 10209.0, 10197.0, 10260.0, 10163.0, 10219.0, 10269.0, 10143.0, 10176.0, 10184.0, 10133.0, 10185.0, 10139.0, 10161.0, 10202.0, 10140.0, 10150.0, 10181.0, 10124.0, 10164.0, 10160.0, 10141.0, 10225.0, 10167.0, 10153.0, 10200.0, 10126.0, 10165.0, 10214.0, 10135.0, 10172.0, 10236.0, 10153.0, 10168.0, 10141.0, 10173.0, 10202.0, 10180.0, 10263.0, 10215.0, 10173.0, 10226.0, 10145.0, 10199.0, 10239.0, 10166.0, 10201.0, 10197.0, 10159.0, 10212.0, 10142.0, 10170.0, 10274.0, 10163.0, 10190.0, 10233.0, 10146.0, 10200.0, 10144.0, 10182.0, 10253.0, 10182.0, 10182.0, 10243.0, 10150.0, 10205.0, 10257.0, 10187.0, 10222.0, 10243.0, 10161.0, 10216.0, 10189.0, 10193.0, 10249.0, 10186.0, 10175.0, 10234.0, 10163.0, 10232.0, 10192.0, 10215.0, 10291.0, 10223.0, 10186.0, 10231.0, 10193.0, 10193.0, 10265.0, 10177.0, 10198.0, 10261.0, 10210.0, 10160.0, 10224.0, 10142.0, 10183.0, 10239.0, 10186.0, 10173.0, 10221.0, 10141.0, 10171.0, 10235.0, 10157.0, 10170.0, 10217.0, 10140.0, 10166.0, 10181.0, 10127.0, 10212.0, 10192.0, 10177.0, 10232.0, 10145.0, 10174.0, 10237.0, 10171.0, 10178.0, 10222.0, 10155.0, 10184.0, 10231.0, 10127.0, 10179.0, 10237.0, 10151.0, 10104.0, 10270.0, 10159.0, 10167.0, 10134.0, 10165.0, 10243.0, 10164.0, 10175.0, 10159.0, 10178.0, 10257.0, 10205.0, 10211.0, 10254.0, 10183.0, 10184.0, 10235.0, 10142.0, 10143.0, 10214.0, 10158.0, 10126.0, 10177.0, 10109.0, 10119.0, 10184.0, 10110.0, 10148.0, 10189.0, 10112.0, 10133.0, 10101.0, 10122.0, 10189.0, 10152.0, 10155.0, 10217.0, 10158.0, 10183.0, 10220.0, 10124.0, 10190.0, 10205.0, 10140.0, 10192.0, 10135.0, 10150.0, 10214.0, 10129.0, 10154.0, 10214.0, 10140.0, 10154.0, 10140.0, 10157.0, 10221.0, 10178.0, 10177.0, 10235.0, 10155.0, 10168.0, 10232.0, 10122.0, 10177.0, 10229.0, 10136.0, 10145.0, 10165.0, 10100.0, 10155.0, 10165.0, 10118.0, 10173.0, 10167.0, 10117.0, 10154.0, 10112.0, 10129.0, 10186.0, 10143.0, 10135.0, 10183.0, 10119.0, 10149.0, 10212.0, 10121.0, 10164.0, 10218.0, 10145.0, 10195.0, 10139.0, 10161.0, 10223.0, 10146.0, 10209.0, 10246.0, 10165.0, 10220.0, 10163.0, 10193.0, 10245.0, 10167.0, 10215.0, 10259.0, 10179.0, 10191.0, 10177.0, 10173.0, 10248.0, 10187.0, 10218.0, 10261.0, 10180.0, 10232.0, 10264.0, 10190.0, 10258.0, 10190.0, 10214.0, 10266.0, 10189.0, 10256.0, 10281.0, 10193.0, 10257.0, 10199.0, 10205.0, 10282.0, 10184.0, 10217.0, 10282.0, 10213.0, 10216.0, 10259.0, 10185.0, 10241.0, 10222.0, 10189.0, 10270.0, 10217.0, 10221.0, 10285.0, 10194.0, 10275.0, 10258.0, 10212.0, 10295.0, 10281.0, 10209.0, 10260.0, 10174.0, 10229.0, 10282.0, 10201.0, 10219.0, 10276.0, 10212.0, 10209.0, 10235.0, 10169.0, 10250.0, 10251.0, 10186.0, 10250.0, 10205.0, 10180.0, 10246.0, 10146.0, 10189.0, 10261.0, 10178.0, 10196.0, 10213.0, 10167.0, 10252.0, 10166.0, 10193.0, 10259.0, 10182.0, 10209.0, 10254.0, 10166.0, 10204.0, 10180.0, 10217.0, 10284.0, 10199.0, 10210.0, 10216.0, 10199.0, 10211.0, 10159.0, 10271.0, 10245.0, 10186.0, 10204.0, 10125.0, 10189.0, 10152.0, 10223.0, 10185.0, 10170.0, 10150.0, 10153.0, 10214.0, 10155.0, 10200.0, 10231.0, 10177.0, 10167.0, 10120.0, 10157.0, 10187.0, 10150.0, 10165.0, 10142.0, 10139.0, 10133.0, 10125.0, 10175.0, 10095.0, 10152.0, 10218.0, 10132.0, 10152.0, 10102.0, 10137.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.00267605461393597</td></tr>
<tr><td colspan=3>aqi</td><td>0.04814418097928437</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.44507768214889</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1515395544674853</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9854400274835063</td></tr>
<tr><td colspan=3>efc</td><td>0.504</td></tr>
<tr><td colspan=3>fber</td><td>5364.8652</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10470981271155444</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.00376647834275</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5876673318382846</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4757700318821336</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7608579341760175</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.526374029456703</td></tr>
<tr><td colspan=3>gcor</td><td>0.0068266</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014276880770921707</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04253499582409859</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</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.222431290780679</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>16.8635</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9715</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.9848</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291747.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1037.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>406.1845</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0084</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.7995</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3818.3436</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3968.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84797.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1619.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4995.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.7374</td></tr>
<tr><td colspan=3>tsnr</td><td>29.16744366288185</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>