<?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-0057_ses-01_task-alignvideo_acq-mb8_run-01_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-0057_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-01_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-01_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-0057/ses-01/func/sub-0057_ses-01_task-alignvideo_acq-mb8_run-01_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>42b13a2a235a3d14dd6d9b76ef853d9e</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:23:38.745000</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.999455, -0.0153731, -0.0291973, 0.0141305, 0.999005, -0.0422983]</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-01_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.111044</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4128, -7779, -7224, 543, -48, -209, -65, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.261</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e1739dfb-ac08-4999-b469-85f996563ab8||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.6814658641815186, 0.03791101649403572, -0.08050985634326935, 113.02560424804688], [0.04124480485916138, 2.680257558822632, -0.11302917450666428, -88.03277587890625], [-0.07833411544561386, 0.11348314583301544, 2.6964313983917236, -63.34183120727539], [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, 1073]</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, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['102338.745000', '102339.205000', '102339.665000', '102340.125000', '102340.585000', '102341.045000', '102341.505000', '102341.965000', '102342.425000', '102342.885000', '102343.345000', '102343.805000', '102344.265000', '102344.725000', '102345.185000', '102345.645000', '102346.105000', '102346.565000', '102347.025000', '102347.485000', '102347.945000', '102348.405000', '102348.865000', '102349.325000', '102349.785000', '102350.245000', '102350.705000', '102351.165000', '102351.625000', '102352.085000', '102352.545000', '102353.005000', '102353.465000', '102353.925000', '102354.385000', '102354.845000', '102355.305000', '102355.765000', '102356.225000', '102356.685000', '102357.145000', '102357.605000', '102358.065000', '102358.525000', '102358.985000', '102359.445000', '102359.905000', '102400.365000', '102400.825000', '102401.285000', '102401.745000', '102402.205000', '102402.665000', '102403.125000', '102403.585000', '102404.045000', '102404.505000', '102404.965000', '102405.425000', '102405.885000', '102406.345000', '102406.805000', '102407.265000', '102407.725000', '102408.185000', '102408.645000', '102409.105000', '102409.565000', '102410.025000', '102410.485000', '102410.945000', '102411.405000', '102411.865000', '102412.325000', '102412.785000', '102413.245000', '102413.705000', '102414.165000', '102414.625000', '102415.085000', '102415.545000', '102416.005000', '102416.465000', '102416.925000', '102417.385000', '102417.845000', '102418.305000', '102418.765000', '102419.225000', '102419.685000', '102420.145000', '102420.605000', '102421.065000', '102421.525000', '102421.985000', '102422.445000', '102422.905000', '102423.365000', '102423.825000', '102424.285000', '102424.745000', '102425.205000', '102425.665000', '102426.125000', '102426.585000', '102427.045000', '102427.505000', '102427.965000', '102428.425000', '102428.885000', '102429.345000', '102429.805000', '102430.265000', '102430.725000', '102431.185000', '102431.645000', '102432.105000', '102432.565000', '102433.025000', '102433.485000', '102433.945000', '102434.405000', '102434.865000', '102435.325000', '102435.785000', '102436.245000', '102436.705000', '102437.165000', '102437.625000', '102438.085000', '102438.545000', '102439.005000', '102439.465000', '102439.925000', '102440.385000', '102440.845000', '102441.305000', '102441.765000', '102442.225000', '102442.685000', '102443.145000', '102443.605000', '102444.065000', '102444.525000', '102444.985000', '102445.445000', '102445.905000', '102446.365000', '102446.825000', '102447.285000', '102447.745000', '102448.205000', '102448.665000', '102449.125000', '102449.585000', '102450.045000', '102450.505000', '102450.965000', '102451.425000', '102451.885000', '102452.345000', '102452.805000', '102453.265000', '102453.725000', '102454.185000', '102454.645000', '102455.105000', '102455.565000', '102456.025000', '102456.485000', '102456.945000', '102457.405000', '102457.865000', '102458.325000', '102458.785000', '102459.245000', '102459.705000', '102500.165000', '102500.625000', '102501.085000', '102501.545000', '102502.005000', '102502.465000', '102502.925000', '102503.385000', '102503.845000', '102504.305000', '102504.765000', '102505.225000', '102505.685000', '102506.145000', '102506.605000', '102507.065000', '102507.525000', '102507.985000', '102508.445000', '102508.905000', '102509.365000', '102509.825000', '102510.285000', '102510.745000', '102511.205000', '102511.665000', '102512.125000', '102512.585000', '102513.045000', '102513.505000', '102513.965000', '102514.425000', '102514.885000', '102515.345000', '102515.805000', '102516.265000', '102516.725000', '102517.185000', '102517.645000', '102518.105000', '102518.565000', '102519.025000', '102519.485000', '102519.945000', '102520.405000', '102520.865000', '102521.325000', '102521.785000', '102522.245000', '102522.705000', '102523.165000', '102523.625000', '102524.085000', '102524.545000', '102525.005000', '102525.465000', '102525.925000', '102526.385000', '102526.845000', '102527.305000', '102527.765000', '102528.225000', '102528.685000', '102529.145000', '102529.605000', '102530.065000', '102530.525000', '102530.985000', '102531.445000', '102531.905000', '102532.365000', '102532.825000', '102533.285000', '102533.745000', '102534.205000', '102534.665000', '102535.125000', '102535.585000', '102536.045000', '102536.505000', '102536.965000', '102537.425000', '102537.885000', '102538.345000', '102538.805000', '102539.265000', '102539.725000', '102540.185000', '102540.645000', '102541.105000', '102541.565000', '102542.025000', '102542.485000', '102542.945000', '102543.405000', '102543.865000', '102544.325000', '102544.785000', '102545.245000', '102545.705000', '102546.165000', '102546.625000', '102547.085000', '102547.545000', '102548.005000', '102548.465000', '102548.925000', '102549.385000', '102549.845000', '102550.305000', '102550.765000', '102551.225000', '102551.685000', '102552.145000', '102552.605000', '102553.065000', '102553.525000', '102553.985000', '102554.445000', '102554.905000', '102555.365000', '102555.825000', '102556.285000', '102556.745000', '102557.205000', '102557.665000', '102558.125000', '102558.585000', '102559.045000', '102559.505000', '102559.965000', '102600.425000', '102600.885000', '102601.345000', '102601.805000', '102602.265000', '102602.725000', '102603.185000', '102603.645000', '102604.105000', '102604.565000', '102605.025000', '102605.485000', '102605.945000', '102606.405000', '102606.865000', '102607.325000', '102607.785000', '102608.245000', '102608.705000', '102609.165000', '102609.625000', '102610.085000', '102610.545000', '102611.005000', '102611.465000', '102611.925000', '102612.385000', '102612.845000', '102613.305000', '102613.765000', '102614.225000', '102614.685000', '102615.145000', '102615.605000', '102616.065000', '102616.525000', '102616.985000', '102617.445000', '102617.905000', '102618.365000', '102618.825000', '102619.285000', '102619.745000', '102620.205000', '102620.665000', '102621.125000', '102621.585000', '102622.045000', '102622.505000', '102622.965000', '102623.425000', '102623.885000', '102624.345000', '102624.805000', '102625.265000', '102625.725000', '102626.185000', '102626.645000', '102627.105000', '102627.565000', '102628.025000', '102628.485000', '102628.945000', '102629.405000', '102629.865000', '102630.325000', '102630.785000', '102631.245000', '102631.705000', '102632.165000', '102632.625000', '102633.085000', '102633.545000', '102634.005000', '102634.465000', '102634.925000', '102635.385000', '102635.845000', '102636.305000', '102636.765000', '102637.225000', '102637.685000', '102638.145000', '102638.605000', '102639.065000', '102639.525000', '102639.985000', '102640.445000', '102640.905000', '102641.365000', '102641.825000', '102642.285000', '102642.745000', '102643.205000', '102643.665000', '102644.125000', '102644.585000', '102645.045000', '102645.505000', '102645.965000', '102646.425000', '102646.885000', '102647.345000', '102647.805000', '102648.265000', '102648.725000', '102649.185000', '102649.645000', '102650.105000', '102650.565000', '102651.025000', '102651.485000', '102651.945000', '102652.405000', '102652.865000', '102653.325000', '102653.785000', '102654.245000', '102654.705000', '102655.165000', '102655.625000', '102656.085000', '102656.545000', '102657.005000', '102657.465000', '102657.925000', '102658.385000', '102658.845000', '102659.305000', '102659.765000', '102700.225000', '102700.685000', '102701.145000', '102701.605000', '102702.065000', '102702.525000', '102702.985000', '102703.445000', '102703.905000', '102704.365000', '102704.825000', '102705.285000', '102705.745000', '102706.205000', '102706.665000', '102707.125000', '102707.585000', '102708.045000', '102708.505000', '102708.965000', '102709.425000', '102709.885000', '102710.345000', '102710.805000', '102711.265000', '102711.725000', '102712.185000', '102712.645000', '102713.105000', '102713.565000', '102714.025000', '102714.485000', '102714.945000', '102715.405000', '102715.865000', '102716.325000', '102716.785000', '102717.245000', '102717.705000', '102718.165000', '102718.625000', '102719.085000', '102719.545000', '102720.005000', '102720.465000', '102720.925000', '102721.385000', '102721.845000', '102722.305000', '102722.765000', '102723.225000', '102723.685000', '102724.145000', '102724.605000', '102725.065000', '102725.525000', '102725.985000', '102726.445000', '102726.905000', '102727.365000', '102727.825000', '102728.285000', '102728.745000', '102729.205000', '102729.665000', '102730.125000', '102730.585000', '102731.045000', '102731.505000', '102731.965000', '102732.425000', '102732.885000', '102733.345000', '102733.805000', '102734.265000', '102734.725000', '102735.185000', '102735.645000', '102736.105000', '102736.565000', '102737.025000', '102737.485000', '102737.945000', '102738.405000', '102738.865000', '102739.325000', '102739.785000', '102740.245000', '102740.705000', '102741.165000', '102741.625000', '102742.085000', '102742.545000', '102743.005000', '102743.465000', '102743.925000', '102744.385000', '102744.845000', '102745.305000', '102745.765000', '102746.225000', '102746.685000', '102747.145000', '102747.605000', '102748.065000', '102748.525000', '102748.985000', '102749.445000', '102749.905000', '102750.365000', '102750.825000', '102751.285000', '102751.745000', '102752.205000', '102752.665000', '102753.125000', '102753.585000', '102754.045000', '102754.505000', '102754.965000', '102755.425000', '102755.885000', '102756.345000', '102756.805000', '102757.265000', '102757.725000', '102758.185000', '102758.645000', '102759.105000', '102759.565000', '102800.025000', '102800.485000', '102800.945000', '102801.405000', '102801.865000', '102802.325000', '102802.785000', '102803.245000', '102803.705000', '102804.165000', '102804.625000', '102805.085000', '102805.545000', '102806.005000', '102806.465000', '102806.925000', '102807.385000', '102807.845000', '102808.305000', '102808.765000', '102809.225000', '102809.685000', '102810.145000', '102810.605000', '102811.065000', '102811.525000', '102811.985000', '102812.445000', '102812.905000', '102813.365000', '102813.825000', '102814.285000', '102814.745000', '102815.205000', '102815.665000', '102816.125000', '102816.585000', '102817.045000', '102817.505000', '102817.965000', '102818.425000', '102818.885000', '102819.345000', '102819.805000', '102820.265000', '102820.725000', '102821.185000', '102821.645000', '102822.105000', '102822.565000', '102823.025000', '102823.485000', '102823.945000', '102824.405000', '102824.865000', '102825.325000', '102825.785000', '102826.245000', '102826.705000', '102827.165000', '102827.625000', '102828.085000', '102828.545000', '102829.005000', '102829.465000', '102829.925000', '102830.385000', '102830.845000', '102831.305000', '102831.765000', '102832.225000', '102832.685000', '102833.145000', '102833.605000', '102834.065000', '102834.525000', '102834.985000', '102835.445000', '102835.905000', '102836.365000', '102836.825000', '102837.285000', '102837.745000', '102838.205000', '102838.665000', '102839.125000', '102839.585000', '102840.045000', '102840.505000', '102840.965000', '102841.425000', '102841.885000', '102842.345000', '102842.805000', '102843.265000', '102843.725000', '102844.185000', '102844.645000', '102845.105000', '102845.565000', '102846.025000', '102846.485000', '102846.945000', '102847.405000', '102847.865000', '102848.325000', '102848.785000', '102849.245000', '102849.705000', '102850.165000', '102850.625000', '102851.085000', '102851.545000', '102852.005000', '102852.465000', '102852.925000', '102853.385000', '102853.845000', '102854.305000', '102854.765000', '102855.225000', '102855.685000', '102856.145000', '102856.605000', '102857.065000', '102857.525000', '102857.985000', '102858.445000', '102858.905000', '102859.365000', '102859.825000', '102900.285000', '102900.745000', '102901.205000', '102901.665000', '102902.125000', '102902.585000', '102903.045000', '102903.505000', '102903.965000', '102904.425000', '102904.885000', '102905.345000', '102905.805000', '102906.265000', '102906.725000', '102907.185000', '102907.645000', '102908.105000', '102908.565000', '102909.025000', '102909.485000', '102909.945000', '102910.405000', '102910.865000', '102911.325000', '102911.785000', '102912.245000', '102912.705000', '102913.165000', '102913.625000', '102914.085000', '102914.545000', '102915.005000', '102915.465000', '102915.925000', '102916.385000', '102916.845000', '102917.305000', '102917.765000', '102918.225000', '102918.685000', '102919.145000', '102919.605000', '102920.065000', '102920.525000', '102920.985000', '102921.445000', '102921.905000', '102922.365000', '102922.825000', '102923.285000', '102923.745000', '102924.205000', '102924.665000', '102925.125000', '102925.585000', '102926.045000', '102926.505000', '102926.965000', '102927.425000', '102927.885000', '102928.345000', '102928.805000', '102929.265000', '102929.725000', '102930.185000', '102930.645000', '102931.105000', '102931.565000', '102932.025000', '102932.485000', '102932.945000', '102933.405000', '102933.865000', '102934.325000', '102934.785000', '102935.245000', '102935.705000', '102936.165000', '102936.625000', '102937.085000', '102937.545000', '102938.005000', '102938.465000', '102938.925000', '102939.385000', '102939.845000', '102940.305000', '102940.765000', '102941.225000', '102941.685000', '102942.145000', '102942.605000', '102943.065000', '102943.525000', '102943.985000', '102944.445000', '102944.905000', '102945.365000', '102945.825000', '102946.285000', '102946.745000', '102947.205000', '102947.665000', '102948.125000', '102948.585000', '102949.045000', '102949.505000', '102949.965000', '102950.425000', '102950.885000', '102951.345000', '102951.805000', '102952.265000', '102952.725000', '102953.185000', '102953.645000', '102954.105000', '102954.565000', '102955.025000', '102955.485000', '102955.945000', '102956.405000', '102956.865000', '102957.325000', '102957.785000', '102958.245000', '102958.705000', '102959.165000', '102959.625000', '103000.085000', '103000.545000', '103001.005000', '103001.465000', '103001.925000', '103002.385000', '103002.845000', '103003.305000', '103003.765000', '103004.225000', '103004.685000', '103005.145000', '103005.605000', '103006.065000', '103006.525000', '103006.985000', '103007.445000', '103007.905000', '103008.365000', '103008.825000', '103009.285000', '103009.745000', '103010.205000', '103010.665000', '103011.125000', '103011.585000', '103012.045000', '103012.505000', '103012.965000', '103013.425000', '103013.885000', '103014.345000', '103014.805000', '103015.265000', '103015.725000', '103016.185000', '103016.645000', '103017.105000', '103017.565000', '103018.025000', '103018.485000', '103018.945000', '103019.405000', '103019.865000', '103020.325000', '103020.785000', '103021.245000', '103021.705000', '103022.165000', '103022.625000', '103023.085000', '103023.545000', '103024.005000', '103024.465000', '103024.925000', '103025.385000', '103025.845000', '103026.305000', '103026.765000', '103027.225000', '103027.685000', '103028.145000', '103028.605000', '103029.065000', '103029.525000', '103029.985000', '103030.445000', '103030.905000', '103031.365000', '103031.825000', '103032.285000', '103032.745000', '103033.205000', '103033.665000', '103034.125000', '103034.585000', '103035.045000', '103035.505000', '103035.965000', '103036.425000', '103036.885000', '103037.345000', '103037.805000', '103038.265000', '103038.725000', '103039.185000', '103039.645000', '103040.105000', '103040.565000', '103041.025000', '103041.485000', '103041.945000', '103042.405000', '103042.865000', '103043.325000', '103043.785000', '103044.245000', '103044.705000', '103045.165000', '103045.625000', '103046.085000', '103046.545000', '103047.005000', '103047.465000', '103047.925000', '103048.385000', '103048.845000', '103049.305000', '103049.765000', '103050.225000', '103050.685000', '103051.145000', '103051.605000', '103052.065000', '103052.525000', '103052.985000', '103053.445000', '103053.905000', '103054.365000', '103054.825000', '103055.285000', '103055.745000', '103056.205000', '103056.665000', '103057.125000', '103057.585000', '103058.045000', '103058.505000', '103058.965000', '103059.425000', '103059.885000', '103100.345000', '103100.805000', '103101.265000', '103101.725000', '103102.185000', '103102.645000', '103103.105000', '103103.565000', '103104.025000', '103104.485000', '103104.945000', '103105.405000', '103105.865000', '103106.325000', '103106.785000', '103107.245000', '103107.705000', '103108.165000', '103108.625000', '103109.085000', '103109.545000', '103110.005000', '103110.465000', '103110.925000', '103111.385000', '103111.845000', '103112.305000', '103112.765000', '103113.225000', '103113.685000', '103114.145000', '103114.605000', '103115.065000', '103115.525000', '103115.985000', '103116.445000', '103116.905000', '103117.365000', '103117.825000', '103118.285000', '103118.745000', '103119.205000', '103119.665000', '103120.125000', '103120.585000', '103121.045000', '103121.505000', '103121.965000', '103122.425000', '103122.885000', '103123.345000', '103123.805000', '103124.265000', '103124.725000', '103125.185000', '103125.645000', '103126.105000', '103126.565000', '103127.025000', '103127.485000', '103127.945000', '103128.405000', '103128.865000', '103129.325000', '103129.785000', '103130.245000', '103130.705000', '103131.165000', '103131.625000', '103132.085000', '103132.545000', '103133.005000', '103133.465000', '103133.925000', '103134.385000', '103134.845000', '103135.305000', '103135.765000', '103136.225000', '103136.685000', '103137.145000', '103137.605000', '103138.065000', '103138.525000', '103138.985000', '103139.445000', '103139.905000', '103140.365000', '103140.825000', '103141.285000', '103141.745000', '103142.205000', '103142.665000', '103143.125000', '103143.585000', '103144.045000', '103144.505000', '103144.965000', '103145.425000', '103145.885000', '103146.345000', '103146.805000', '103147.265000', '103147.725000', '103148.185000', '103148.645000', '103149.105000', '103149.565000', '103150.025000', '103150.485000', '103150.945000', '103151.405000', '103151.865000'], 'ContentTime': ['102357.991000', '102357.994000', '102357.996000', '102358.000000', '102358.003000', '102358.005000', '102358.008000', '102358.010000', '102358.013000', '102358.015000', '102358.018000', '102358.021000', '102358.023000', '102358.026000', '102358.028000', '102358.031000', '102358.033000', '102358.040000', '102358.043000', '102358.045000', '102358.048000', '102358.050000', '102358.053000', '102358.055000', '102358.058000', '102358.060000', '102358.063000', '102358.066000', '102358.068000', '102358.071000', '102358.073000', '102358.076000', '102358.078000', '102358.081000', '102358.083000', '102358.086000', '102358.089000', '102358.091000', '102358.094000', '102358.096000', '102417.954000', '102417.957000', '102417.960000', '102417.964000', '102417.966000', '102417.969000', '102417.972000', '102417.974000', '102417.977000', '102417.979000', '102417.982000', '102417.985000', '102417.987000', '102417.990000', '102417.992000', '102418.003000', '102418.006000', '102418.008000', '102418.011000', '102418.014000', '102418.016000', '102418.019000', '102418.021000', '102418.024000', '102418.027000', '102418.029000', '102418.032000', '102418.034000', '102418.037000', '102418.040000', '102418.042000', '102418.045000', '102418.047000', '102418.050000', '102418.052000', '102418.055000', '102418.058000', '102418.060000', '102418.063000', '102418.065000', '102418.068000', '102418.070000', '102418.073000', '102418.075000', '102437.955000', '102437.957000', '102437.960000', '102437.963000', '102437.965000', '102437.968000', '102437.970000', '102437.973000', '102437.975000', '102437.978000', '102437.980000', '102437.983000', '102437.986000', '102437.988000', '102437.991000', '102437.993000', '102437.996000', '102438.000000', '102438.010000', '102438.013000', '102438.015000', '102438.018000', '102438.020000', '102438.024000', '102438.026000', '102438.029000', '102438.031000', '102438.034000', '102438.036000', '102438.039000', '102438.042000', '102438.044000', '102438.047000', '102438.050000', '102438.052000', '102438.055000', '102438.057000', '102438.060000', '102438.063000', '102438.065000', '102438.068000', '102438.070000', '102438.073000', '102457.956000', '102457.958000', '102457.961000', '102457.964000', '102457.967000', '102457.970000', '102457.973000', '102457.975000', '102457.978000', '102457.994000', '102457.997000', '102458.001000', '102458.003000', '102458.006000', '102458.009000', '102458.012000', '102458.014000', '102458.017000', '102458.020000', '102458.022000', '102458.025000', '102458.028000', '102458.030000', '102458.033000', '102458.035000', '102458.038000', '102458.041000', '102458.044000', '102458.046000', '102458.049000', '102458.052000', '102458.054000', '102458.057000', '102458.060000', '102458.062000', '102458.065000', '102458.067000', '102458.070000', '102458.073000', '102458.075000', '102458.078000', '102458.080000', '102458.083000', '102517.956000', '102517.959000', '102517.961000', '102517.964000', '102517.968000', '102517.970000', '102517.973000', '102517.975000', '102517.978000', '102517.981000', '102517.983000', '102517.986000', '102517.988000', '102517.991000', '102517.994000', '102517.996000', '102517.999000', '102518.002000', '102518.004000', '102518.007000', '102518.009000', '102518.012000', '102518.015000', '102518.017000', '102518.020000', '102518.023000', '102518.025000', '102518.028000', '102518.031000', '102518.033000', '102518.036000', '102518.038000', '102518.041000', '102518.044000', '102518.046000', '102518.049000', '102518.052000', '102518.054000', '102518.057000', '102518.059000', '102518.062000', '102518.065000', '102518.067000', '102518.070000', '102537.956000', '102537.958000', '102537.961000', '102537.964000', '102537.966000', '102537.969000', '102537.971000', '102537.974000', '102537.977000', '102537.979000', '102537.982000', '102537.985000', '102537.987000', '102537.990000', '102537.993000', '102537.995000', '102537.998000', '102538.002000', '102538.005000', '102538.008000', '102538.011000', '102538.013000', '102538.016000', '102538.019000', '102538.021000', '102538.024000', '102538.026000', '102538.029000', '102538.032000', '102538.035000', '102538.037000', '102538.040000', '102538.042000', '102538.045000', '102538.047000', '102538.050000', '102538.053000', '102538.055000', '102538.058000', '102538.061000', '102538.064000', '102538.066000', '102538.069000', '102557.954000', '102557.957000', '102557.960000', '102557.963000', '102557.965000', '102557.968000', '102557.970000', '102557.973000', '102557.976000', '102557.978000', '102557.981000', '102558.008000', '102558.011000', '102558.013000', '102558.016000', '102558.019000', '102558.021000', '102558.024000', '102558.026000', '102558.029000', '102558.032000', '102558.034000', '102558.037000', '102558.040000', '102558.042000', '102558.045000', '102558.047000', '102558.050000', '102558.058000', '102558.060000', '102558.063000', '102558.066000', '102558.068000', '102558.071000', '102558.073000', '102558.076000', '102558.079000', '102558.081000', '102558.084000', '102558.086000', '102558.089000', '102558.092000', '102558.094000', '102558.097000', '102617.954000', '102617.957000', '102617.960000', '102617.963000', '102617.965000', '102617.968000', '102617.971000', '102617.973000', '102617.976000', '102617.979000', '102617.981000', '102617.984000', '102617.987000', '102617.989000', '102617.992000', '102617.994000', '102617.997000', '102618.000000', '102618.002000', '102618.005000', '102618.008000', '102618.010000', '102618.013000', '102618.016000', '102618.018000', '102618.021000', '102618.024000', '102618.026000', '102618.029000', '102618.032000', '102618.034000', '102618.042000', '102618.045000', '102618.048000', '102618.050000', '102618.053000', '102618.056000', '102618.058000', '102618.061000', '102618.063000', '102618.066000', '102618.069000', '102618.071000', '102637.954000', '102637.957000', '102637.960000', '102637.963000', '102637.965000', '102637.968000', '102637.971000', '102637.973000', '102637.976000', '102637.979000', '102637.981000', '102637.984000', '102637.986000', '102637.989000', '102637.992000', '102637.994000', '102637.997000', '102638.000000', '102638.003000', '102638.006000', '102638.008000', '102638.011000', '102638.014000', '102638.016000', '102638.019000', '102638.022000', '102638.024000', '102638.027000', '102638.030000', '102638.032000', '102638.035000', '102638.038000', '102638.040000', '102638.043000', '102638.046000', '102638.048000', '102638.051000', '102638.053000', '102638.056000', '102638.059000', '102638.062000', '102638.064000', '102638.067000', '102638.070000', '102657.956000', '102657.959000', '102657.961000', '102657.964000', '102657.967000', '102657.969000', '102657.972000', '102657.974000', '102657.977000', '102657.980000', '102657.983000', '102657.986000', '102657.989000', '102657.992000', '102657.995000', '102657.997000', '102658.000000', '102658.003000', '102658.005000', '102658.008000', '102658.011000', '102658.013000', '102658.016000', '102658.019000', '102658.021000', '102658.024000', '102658.027000', '102658.029000', '102658.032000', '102658.034000', '102658.037000', '102658.040000', '102658.043000', '102658.046000', '102658.049000', '102658.052000', '102658.054000', '102658.057000', '102658.060000', '102658.062000', '102658.065000', '102658.067000', '102658.070000', '102717.955000', '102717.958000', '102717.961000', '102717.964000', '102717.966000', '102717.969000', '102717.972000', '102717.974000', '102717.977000', '102717.980000', '102717.982000', '102717.985000', '102717.987000', '102717.990000', '102717.993000', '102717.995000', '102717.998000', '102718.002000', '102718.004000', '102718.007000', '102718.009000', '102718.012000', '102718.015000', '102718.018000', '102718.020000', '102718.023000', '102718.026000', '102718.028000', '102718.031000', '102718.034000', '102718.036000', '102718.039000', '102718.042000', '102718.044000', '102718.047000', '102718.050000', '102718.052000', '102718.055000', '102718.058000', '102718.060000', '102718.063000', '102718.065000', '102718.068000', '102718.071000', '102737.956000', '102737.959000', '102737.961000', '102737.964000', '102737.967000', '102737.969000', '102737.972000', '102737.975000', '102737.978000', '102737.980000', '102737.983000', '102737.986000', '102737.988000', '102737.991000', '102737.994000', '102738.002000', '102738.004000', '102738.007000', '102738.010000', '102738.012000', '102738.015000', '102738.018000', '102738.020000', '102738.023000', '102738.025000', '102738.028000', '102738.031000', '102738.033000', '102738.036000', '102738.039000', '102738.041000', '102738.044000', '102738.047000', '102738.050000', '102738.052000', '102738.055000', '102738.058000', '102738.060000', '102738.063000', '102738.066000', '102738.068000', '102738.071000', '102738.073000', '102757.955000', '102758.037000', '102758.040000', '102758.042000', '102758.045000', '102758.048000', '102758.050000', '102758.053000', '102758.056000', '102758.058000', '102758.061000', '102758.063000', '102758.066000', '102758.069000', '102758.071000', '102758.074000', '102758.077000', '102758.079000', '102758.082000', '102758.084000', '102758.087000', '102758.090000', '102758.092000', '102758.095000', '102758.098000', '102758.100000', '102758.103000', '102758.105000', '102758.108000', '102758.110000', '102758.113000', '102758.116000', '102758.118000', '102758.121000', '102758.124000', '102758.126000', '102758.129000', '102758.131000', '102758.134000', '102758.137000', '102758.139000', '102758.142000', '102758.145000', '102758.147000', '102817.955000', '102817.958000', '102817.960000', '102817.963000', '102817.966000', '102817.969000', '102817.971000', '102817.974000', '102817.977000', '102817.979000', '102817.982000', '102817.984000', '102817.987000', '102817.990000', '102817.992000', '102817.995000', '102817.998000', '102818.000000', '102818.003000', '102818.006000', '102818.008000', '102818.011000', '102818.014000', '102818.016000', '102818.019000', '102818.022000', '102818.025000', '102818.027000', '102818.030000', '102818.032000', '102818.035000', '102818.038000', '102818.040000', '102818.043000', '102818.046000', '102818.048000', '102818.051000', '102818.054000', '102818.056000', '102818.059000', '102818.062000', '102818.064000', '102818.067000', '102837.954000', '102837.957000', '102837.960000', '102837.964000', '102837.966000', '102837.969000', '102837.971000', '102837.974000', '102837.977000', '102837.979000', '102837.982000', '102837.985000', '102837.987000', '102837.990000', '102837.993000', '102837.995000', '102837.998000', '102838.000000', '102838.003000', '102838.006000', '102838.008000', '102838.011000', '102838.014000', '102838.016000', '102838.019000', '102838.022000', '102838.024000', '102838.027000', '102838.030000', '102838.032000', '102838.035000', '102838.037000', '102838.040000', '102838.043000', '102838.045000', '102838.048000', '102838.051000', '102838.053000', '102838.056000', '102838.059000', '102838.061000', '102838.064000', '102838.066000', '102838.069000', '102857.955000', '102857.958000', '102857.960000', '102857.963000', '102857.966000', '102857.968000', '102857.971000', '102857.974000', '102857.976000', '102857.979000', '102857.982000', '102857.984000', '102857.987000', '102857.990000', '102857.992000', '102857.995000', '102857.998000', '102858.013000', '102858.016000', '102858.019000', '102858.021000', '102858.024000', '102858.027000', '102858.029000', '102858.032000', '102858.035000', '102858.037000', '102858.040000', '102858.043000', '102858.045000', '102858.048000', '102858.051000', '102858.053000', '102858.056000', '102858.059000', '102858.061000', '102858.064000', '102858.067000', '102858.069000', '102858.072000', '102858.075000', '102858.077000', '102858.080000', '102917.955000', '102917.958000', '102917.961000', '102917.964000', '102917.966000', '102917.969000', '102917.972000', '102917.974000', '102917.977000', '102917.979000', '102917.982000', '102917.985000', '102917.987000', '102917.990000', '102917.993000', '102917.995000', '102917.998000', '102918.000000', '102918.003000', '102918.006000', '102918.009000', '102918.011000', '102918.014000', '102918.016000', '102918.019000', '102918.022000', '102918.024000', '102918.027000', '102918.030000', '102918.032000', '102918.035000', '102918.038000', '102918.040000', '102918.043000', '102918.055000', '102918.057000', '102918.060000', '102918.063000', '102918.065000', '102918.068000', '102918.071000', '102918.073000', '102918.076000', '102918.079000', '102937.956000', '102937.958000', '102937.961000', '102937.964000', '102937.967000', '102937.969000', '102937.972000', '102937.975000', '102937.977000', '102937.980000', '102937.983000', '102937.985000', '102937.988000', '102937.990000', '102937.993000', '102937.996000', '102938.000000', '102938.002000', '102938.005000', '102938.008000', '102938.010000', '102938.013000', '102938.016000', '102938.018000', '102938.021000', '102938.024000', '102938.026000', '102938.029000', '102938.032000', '102938.034000', '102938.037000', '102938.039000', '102938.042000', '102938.045000', '102938.047000', '102938.050000', '102938.053000', '102938.055000', '102938.058000', '102938.062000', '102938.064000', '102938.067000', '102938.070000', '102957.955000', '102957.959000', '102957.961000', '102957.964000', '102957.966000', '102957.969000', '102957.972000', '102957.974000', '102957.977000', '102957.980000', '102957.982000', '102957.985000', '102957.987000', '102957.990000', '102957.993000', '102957.995000', '102957.998000', '102958.001000', '102958.004000', '102958.007000', '102958.009000', '102958.012000', '102958.015000', '102958.017000', '102958.020000', '102958.023000', '102958.025000', '102958.028000', '102958.030000', '102958.033000', '102958.036000', '102958.038000', '102958.041000', '102958.044000', '102958.046000', '102958.049000', '102958.052000', '102958.054000', '102958.057000', '102958.059000', '102958.062000', '102958.065000', '102958.067000', '102958.070000', '103017.955000', '103017.957000', '103017.960000', '103017.964000', '103017.966000', '103017.969000', '103017.972000', '103017.974000', '103017.977000', '103017.980000', '103017.982000', '103017.985000', '103017.987000', '103017.990000', '103017.993000', '103017.996000', '103017.998000', '103018.002000', '103018.004000', '103018.007000', '103018.010000', '103018.012000', '103018.015000', '103018.018000', '103018.020000', '103018.023000', '103018.025000', '103018.028000', '103018.046000', '103018.049000', '103018.051000', '103018.054000', '103018.057000', '103018.059000', '103018.062000', '103018.065000', '103018.067000', '103018.070000', '103018.072000', '103018.075000', '103018.078000', '103018.080000', '103018.083000', '103037.955000', '103037.957000', '103037.960000', '103037.963000', '103037.965000', '103037.968000', '103037.971000', '103037.973000', '103037.976000', '103037.979000', '103037.981000', '103037.984000', '103037.987000', '103037.989000', '103037.992000', '103037.994000', '103037.997000', '103038.001000', '103038.004000', '103038.006000', '103038.009000', '103038.011000', '103038.014000', '103038.017000', '103038.019000', '103038.022000', '103038.024000', '103038.027000', '103038.030000', '103038.032000', '103038.035000', '103038.038000', '103038.040000', '103038.043000', '103038.046000', '103038.048000', '103038.051000', '103038.054000', '103038.056000', '103038.059000', '103038.061000', '103038.064000', '103038.067000', '103038.069000', '103057.955000', '103057.957000', '103057.960000', '103057.963000', '103057.966000', '103057.968000', '103057.971000', '103057.974000', '103057.976000', '103057.979000', '103057.982000', '103057.984000', '103057.987000', '103057.990000', '103057.992000', '103057.995000', '103057.998000', '103058.001000', '103058.004000', '103058.007000', '103058.009000', '103058.012000', '103058.015000', '103058.017000', '103058.020000', '103058.023000', '103058.025000', '103058.028000', '103058.031000', '103058.033000', '103058.036000', '103058.039000', '103058.042000', '103058.044000', '103058.047000', '103058.050000', '103058.052000', '103058.055000', '103058.058000', '103058.060000', '103058.063000', '103058.065000', '103058.068000', '103117.955000', '103117.958000', '103117.960000', '103117.963000', '103117.966000', '103117.969000', '103117.971000', '103117.974000', '103117.976000', '103117.979000', '103117.981000', '103117.984000', '103117.987000', '103117.989000', '103117.992000', '103117.995000', '103117.997000', '103118.001000', '103118.004000', '103118.006000', '103118.009000', '103118.012000', '103118.014000', '103118.017000', '103118.019000', '103118.022000', '103118.025000', '103118.027000', '103118.030000', '103118.032000', '103118.035000', '103118.038000', '103118.040000', '103118.043000', '103118.045000', '103118.048000', '103118.051000', '103118.053000', '103118.056000', '103118.059000', '103118.061000', '103118.064000', '103118.066000', '103118.069000', '103137.956000', '103137.959000', '103137.961000', '103137.964000', '103137.966000', '103137.969000', '103137.972000', '103137.974000', '103137.977000', '103137.980000', '103137.982000', '103137.985000', '103137.988000', '103137.990000', '103137.993000', '103137.996000', '103137.998000', '103138.001000', '103138.003000', '103138.006000', '103138.009000', '103138.011000', '103138.014000', '103138.017000', '103138.027000', '103138.030000', '103138.033000', '103138.035000', '103138.038000', '103138.041000', '103138.043000', '103138.046000', '103138.048000', '103138.051000', '103138.054000', '103138.056000', '103138.059000', '103138.062000', '103138.064000', '103138.067000', '103138.070000', '103138.072000', '103138.075000', '103152.852000', '103152.855000', '103152.857000', '103152.860000', '103152.863000', '103152.866000', '103152.869000', '103152.872000', '103152.875000', '103152.878000', '103152.886000', '103152.889000', '103152.893000', '103152.895000', '103152.899000', '103152.902000', '103152.905000', '103152.908000', '103152.910000', '103152.913000', '103152.916000', '103152.919000', '103152.922000', '103152.925000', '103152.927000', '103152.930000', '103152.933000', '103152.937000', '103152.940000', '103152.943000', '103152.945000', '103152.948000', '103152.951000'], 'InstanceCreationTime': ['102357.991000', '102357.994000', '102357.996000', '102358.000000', '102358.003000', '102358.005000', '102358.008000', '102358.010000', '102358.013000', '102358.015000', '102358.018000', '102358.021000', '102358.023000', '102358.026000', '102358.028000', '102358.031000', '102358.033000', '102358.040000', '102358.043000', '102358.045000', '102358.048000', '102358.050000', '102358.053000', '102358.055000', '102358.058000', '102358.060000', '102358.063000', '102358.066000', '102358.068000', '102358.071000', '102358.073000', '102358.076000', '102358.078000', '102358.081000', '102358.083000', '102358.086000', '102358.089000', '102358.091000', '102358.094000', '102358.096000', '102417.954000', '102417.957000', '102417.960000', '102417.964000', '102417.966000', '102417.969000', '102417.972000', '102417.974000', '102417.977000', '102417.979000', '102417.982000', '102417.985000', '102417.987000', '102417.990000', '102417.992000', '102418.003000', '102418.006000', '102418.008000', '102418.011000', '102418.014000', '102418.016000', '102418.019000', '102418.021000', '102418.024000', '102418.027000', '102418.029000', '102418.032000', '102418.034000', '102418.037000', '102418.040000', '102418.042000', '102418.045000', '102418.047000', '102418.050000', '102418.052000', '102418.055000', '102418.058000', '102418.060000', '102418.063000', '102418.065000', '102418.068000', '102418.070000', '102418.073000', '102418.075000', '102437.955000', '102437.957000', '102437.960000', '102437.963000', '102437.965000', '102437.968000', '102437.970000', '102437.973000', '102437.975000', '102437.978000', '102437.980000', '102437.983000', '102437.986000', '102437.988000', '102437.991000', '102437.993000', '102437.996000', '102438.000000', '102438.010000', '102438.013000', '102438.015000', '102438.018000', '102438.020000', '102438.024000', '102438.026000', '102438.029000', '102438.031000', '102438.034000', '102438.036000', '102438.039000', '102438.042000', '102438.044000', '102438.047000', '102438.050000', '102438.052000', '102438.055000', '102438.057000', '102438.060000', '102438.063000', '102438.065000', '102438.068000', '102438.070000', '102438.073000', '102457.956000', '102457.958000', '102457.961000', '102457.964000', '102457.967000', '102457.970000', '102457.973000', '102457.975000', '102457.978000', '102457.994000', '102457.997000', '102458.001000', '102458.003000', '102458.006000', '102458.009000', '102458.012000', '102458.014000', '102458.017000', '102458.020000', '102458.022000', '102458.025000', '102458.028000', '102458.030000', '102458.033000', '102458.035000', '102458.038000', '102458.041000', '102458.044000', '102458.046000', '102458.049000', '102458.052000', '102458.054000', '102458.057000', '102458.060000', '102458.062000', '102458.065000', '102458.067000', '102458.070000', '102458.073000', '102458.075000', '102458.078000', '102458.080000', '102458.083000', '102517.956000', '102517.959000', '102517.961000', '102517.964000', '102517.968000', '102517.970000', '102517.973000', '102517.975000', '102517.978000', '102517.981000', '102517.983000', '102517.986000', '102517.988000', '102517.991000', '102517.994000', '102517.996000', '102517.999000', '102518.002000', '102518.004000', '102518.007000', '102518.009000', '102518.012000', '102518.015000', '102518.017000', '102518.020000', '102518.023000', '102518.025000', '102518.028000', '102518.031000', '102518.033000', '102518.036000', '102518.038000', '102518.041000', '102518.044000', '102518.046000', '102518.049000', '102518.052000', '102518.054000', '102518.057000', '102518.059000', '102518.062000', '102518.065000', '102518.067000', '102518.070000', '102537.956000', '102537.958000', '102537.961000', '102537.964000', '102537.966000', '102537.969000', '102537.971000', '102537.974000', '102537.977000', '102537.979000', '102537.982000', '102537.985000', '102537.987000', '102537.990000', '102537.993000', '102537.995000', '102537.998000', '102538.002000', '102538.005000', '102538.008000', '102538.011000', '102538.013000', '102538.016000', '102538.019000', '102538.021000', '102538.024000', '102538.026000', '102538.029000', '102538.032000', '102538.035000', '102538.037000', '102538.040000', '102538.042000', '102538.045000', '102538.047000', '102538.050000', '102538.053000', '102538.055000', '102538.058000', '102538.061000', '102538.064000', '102538.066000', '102538.069000', '102557.954000', '102557.957000', '102557.960000', '102557.963000', '102557.965000', '102557.968000', '102557.970000', '102557.973000', '102557.976000', '102557.978000', '102557.981000', '102558.008000', '102558.011000', '102558.013000', '102558.016000', '102558.019000', '102558.021000', '102558.024000', '102558.026000', '102558.029000', '102558.032000', '102558.034000', '102558.037000', '102558.040000', '102558.042000', '102558.045000', '102558.047000', '102558.050000', '102558.058000', '102558.060000', '102558.063000', '102558.066000', '102558.068000', '102558.071000', '102558.073000', '102558.076000', '102558.079000', '102558.081000', '102558.084000', '102558.086000', '102558.089000', '102558.092000', '102558.094000', '102558.097000', '102617.954000', '102617.957000', '102617.960000', '102617.963000', '102617.965000', '102617.968000', '102617.971000', '102617.973000', '102617.976000', '102617.979000', '102617.981000', '102617.984000', '102617.987000', '102617.989000', '102617.992000', '102617.994000', '102617.997000', '102618.000000', '102618.002000', '102618.005000', '102618.008000', '102618.010000', '102618.013000', '102618.016000', '102618.018000', '102618.021000', '102618.024000', '102618.026000', '102618.029000', '102618.032000', '102618.034000', '102618.042000', '102618.045000', '102618.048000', '102618.050000', '102618.053000', '102618.056000', '102618.058000', '102618.061000', '102618.063000', '102618.066000', '102618.069000', '102618.071000', '102637.954000', '102637.957000', '102637.960000', '102637.963000', '102637.965000', '102637.968000', '102637.971000', '102637.973000', '102637.976000', '102637.979000', '102637.981000', '102637.984000', '102637.986000', '102637.989000', '102637.992000', '102637.994000', '102637.997000', '102638.000000', '102638.003000', '102638.006000', '102638.008000', '102638.011000', '102638.014000', '102638.016000', '102638.019000', '102638.022000', '102638.024000', '102638.027000', '102638.030000', '102638.032000', '102638.035000', '102638.038000', '102638.040000', '102638.043000', '102638.046000', '102638.048000', '102638.051000', '102638.053000', '102638.056000', '102638.059000', '102638.062000', '102638.064000', '102638.067000', '102638.070000', '102657.956000', '102657.959000', '102657.961000', '102657.964000', '102657.967000', '102657.969000', '102657.972000', '102657.974000', '102657.977000', '102657.980000', '102657.983000', '102657.986000', '102657.989000', '102657.992000', '102657.995000', '102657.997000', '102658.000000', '102658.003000', '102658.005000', '102658.008000', '102658.011000', '102658.013000', '102658.016000', '102658.019000', '102658.021000', '102658.024000', '102658.027000', '102658.029000', '102658.032000', '102658.034000', '102658.037000', '102658.040000', '102658.043000', '102658.046000', '102658.049000', '102658.052000', '102658.054000', '102658.057000', '102658.060000', '102658.062000', '102658.065000', '102658.067000', '102658.070000', '102717.955000', '102717.958000', '102717.961000', '102717.964000', '102717.966000', '102717.969000', '102717.972000', '102717.974000', '102717.977000', '102717.980000', '102717.982000', '102717.985000', '102717.987000', '102717.990000', '102717.993000', '102717.995000', '102717.998000', '102718.002000', '102718.004000', '102718.007000', '102718.009000', '102718.012000', '102718.015000', '102718.018000', '102718.020000', '102718.023000', '102718.026000', '102718.028000', '102718.031000', '102718.034000', '102718.036000', '102718.039000', '102718.042000', '102718.044000', '102718.047000', '102718.050000', '102718.052000', '102718.055000', '102718.058000', '102718.060000', '102718.063000', '102718.065000', '102718.068000', '102718.071000', '102737.956000', '102737.959000', '102737.961000', '102737.964000', '102737.967000', '102737.969000', '102737.972000', '102737.975000', '102737.978000', '102737.980000', '102737.983000', '102737.986000', '102737.988000', '102737.991000', '102737.994000', '102738.002000', '102738.004000', '102738.007000', '102738.010000', '102738.012000', '102738.015000', '102738.018000', '102738.020000', '102738.023000', '102738.025000', '102738.028000', '102738.031000', '102738.033000', '102738.036000', '102738.039000', '102738.041000', '102738.044000', '102738.047000', '102738.050000', '102738.052000', '102738.055000', '102738.058000', '102738.060000', '102738.063000', '102738.066000', '102738.068000', '102738.071000', '102738.073000', '102757.955000', '102758.037000', '102758.040000', '102758.042000', '102758.045000', '102758.048000', '102758.050000', '102758.053000', '102758.056000', '102758.058000', '102758.061000', '102758.063000', '102758.066000', '102758.069000', '102758.071000', '102758.074000', '102758.077000', '102758.079000', '102758.082000', '102758.084000', '102758.087000', '102758.090000', '102758.092000', '102758.095000', '102758.098000', '102758.100000', '102758.103000', '102758.105000', '102758.108000', '102758.110000', '102758.113000', '102758.116000', '102758.118000', '102758.121000', '102758.124000', '102758.126000', '102758.129000', '102758.131000', '102758.134000', '102758.137000', '102758.139000', '102758.142000', '102758.145000', '102758.147000', '102817.955000', '102817.958000', '102817.960000', '102817.963000', '102817.966000', '102817.969000', '102817.971000', '102817.974000', '102817.977000', '102817.979000', '102817.982000', '102817.984000', '102817.987000', '102817.990000', '102817.992000', '102817.995000', '102817.998000', '102818.000000', '102818.003000', '102818.006000', '102818.008000', '102818.011000', '102818.014000', '102818.016000', '102818.019000', '102818.022000', '102818.025000', '102818.027000', '102818.030000', '102818.032000', '102818.035000', '102818.038000', '102818.040000', '102818.043000', '102818.046000', '102818.048000', '102818.051000', '102818.054000', '102818.056000', '102818.059000', '102818.062000', '102818.064000', '102818.067000', '102837.954000', '102837.957000', '102837.960000', '102837.964000', '102837.966000', '102837.969000', '102837.971000', '102837.974000', '102837.977000', '102837.979000', '102837.982000', '102837.985000', '102837.987000', '102837.990000', '102837.993000', '102837.995000', '102837.998000', '102838.000000', '102838.003000', '102838.006000', '102838.008000', '102838.011000', '102838.014000', '102838.016000', '102838.019000', '102838.022000', '102838.024000', '102838.027000', '102838.030000', '102838.032000', '102838.035000', '102838.037000', '102838.040000', '102838.043000', '102838.045000', '102838.048000', '102838.051000', '102838.053000', '102838.056000', '102838.059000', '102838.061000', '102838.064000', '102838.066000', '102838.069000', '102857.955000', '102857.958000', '102857.960000', '102857.963000', '102857.966000', '102857.968000', '102857.971000', '102857.974000', '102857.976000', '102857.979000', '102857.982000', '102857.984000', '102857.987000', '102857.990000', '102857.992000', '102857.995000', '102857.998000', '102858.013000', '102858.016000', '102858.019000', '102858.021000', '102858.024000', '102858.027000', '102858.029000', '102858.032000', '102858.035000', '102858.037000', '102858.040000', '102858.043000', '102858.045000', '102858.048000', '102858.051000', '102858.053000', '102858.056000', '102858.059000', '102858.061000', '102858.064000', '102858.067000', '102858.069000', '102858.072000', '102858.075000', '102858.077000', '102858.080000', '102917.955000', '102917.958000', '102917.961000', '102917.964000', '102917.966000', '102917.969000', '102917.972000', '102917.974000', '102917.977000', '102917.979000', '102917.982000', '102917.985000', '102917.987000', '102917.990000', '102917.993000', '102917.995000', '102917.998000', '102918.000000', '102918.003000', '102918.006000', '102918.009000', '102918.011000', '102918.014000', '102918.016000', '102918.019000', '102918.022000', '102918.024000', '102918.027000', '102918.030000', '102918.032000', '102918.035000', '102918.038000', '102918.040000', '102918.043000', '102918.055000', '102918.057000', '102918.060000', '102918.063000', '102918.065000', '102918.068000', '102918.071000', '102918.073000', '102918.076000', '102918.079000', '102937.956000', '102937.958000', '102937.961000', '102937.964000', '102937.967000', '102937.969000', '102937.972000', '102937.975000', '102937.977000', '102937.980000', '102937.983000', '102937.985000', '102937.988000', '102937.990000', '102937.993000', '102937.996000', '102938.000000', '102938.002000', '102938.005000', '102938.008000', '102938.010000', '102938.013000', '102938.016000', '102938.018000', '102938.021000', '102938.024000', '102938.026000', '102938.029000', '102938.032000', '102938.034000', '102938.037000', '102938.039000', '102938.042000', '102938.045000', '102938.047000', '102938.050000', '102938.053000', '102938.055000', '102938.058000', '102938.062000', '102938.064000', '102938.067000', '102938.070000', '102957.955000', '102957.959000', '102957.961000', '102957.964000', '102957.966000', '102957.969000', '102957.972000', '102957.974000', '102957.977000', '102957.980000', '102957.982000', '102957.985000', '102957.987000', '102957.990000', '102957.993000', '102957.995000', '102957.998000', '102958.001000', '102958.004000', '102958.007000', '102958.009000', '102958.012000', '102958.015000', '102958.017000', '102958.020000', '102958.023000', '102958.025000', '102958.028000', '102958.030000', '102958.033000', '102958.036000', '102958.038000', '102958.041000', '102958.044000', '102958.046000', '102958.049000', '102958.052000', '102958.054000', '102958.057000', '102958.059000', '102958.062000', '102958.065000', '102958.067000', '102958.070000', '103017.955000', '103017.957000', '103017.960000', '103017.964000', '103017.966000', '103017.969000', '103017.972000', '103017.974000', '103017.977000', '103017.980000', '103017.982000', '103017.985000', '103017.987000', '103017.990000', '103017.993000', '103017.996000', '103017.998000', '103018.002000', '103018.004000', '103018.007000', '103018.010000', '103018.012000', '103018.015000', '103018.018000', '103018.020000', '103018.023000', '103018.025000', '103018.028000', '103018.046000', '103018.049000', '103018.051000', '103018.054000', '103018.057000', '103018.059000', '103018.062000', '103018.065000', '103018.067000', '103018.070000', '103018.072000', '103018.075000', '103018.078000', '103018.080000', '103018.083000', '103037.955000', '103037.957000', '103037.960000', '103037.963000', '103037.965000', '103037.968000', '103037.971000', '103037.973000', '103037.976000', '103037.979000', '103037.981000', '103037.984000', '103037.987000', '103037.989000', '103037.992000', '103037.994000', '103037.997000', '103038.001000', '103038.004000', '103038.006000', '103038.009000', '103038.011000', '103038.014000', '103038.017000', '103038.019000', '103038.022000', '103038.024000', '103038.027000', '103038.030000', '103038.032000', '103038.035000', '103038.038000', '103038.040000', '103038.043000', '103038.046000', '103038.048000', '103038.051000', '103038.054000', '103038.056000', '103038.059000', '103038.061000', '103038.064000', '103038.067000', '103038.069000', '103057.955000', '103057.957000', '103057.960000', '103057.963000', '103057.966000', '103057.968000', '103057.971000', '103057.974000', '103057.976000', '103057.979000', '103057.982000', '103057.984000', '103057.987000', '103057.990000', '103057.992000', '103057.995000', '103057.998000', '103058.001000', '103058.004000', '103058.007000', '103058.009000', '103058.012000', '103058.015000', '103058.017000', '103058.020000', '103058.023000', '103058.025000', '103058.028000', '103058.031000', '103058.033000', '103058.036000', '103058.039000', '103058.042000', '103058.044000', '103058.047000', '103058.050000', '103058.052000', '103058.055000', '103058.058000', '103058.060000', '103058.063000', '103058.065000', '103058.068000', '103117.955000', '103117.958000', '103117.960000', '103117.963000', '103117.966000', '103117.969000', '103117.971000', '103117.974000', '103117.976000', '103117.979000', '103117.981000', '103117.984000', '103117.987000', '103117.989000', '103117.992000', '103117.995000', '103117.997000', '103118.001000', '103118.004000', '103118.006000', '103118.009000', '103118.012000', '103118.014000', '103118.017000', '103118.019000', '103118.022000', '103118.025000', '103118.027000', '103118.030000', '103118.032000', '103118.035000', '103118.038000', '103118.040000', '103118.043000', '103118.045000', '103118.048000', '103118.051000', '103118.053000', '103118.056000', '103118.059000', '103118.061000', '103118.064000', '103118.066000', '103118.069000', '103137.956000', '103137.959000', '103137.961000', '103137.964000', '103137.966000', '103137.969000', '103137.972000', '103137.974000', '103137.977000', '103137.980000', '103137.982000', '103137.985000', '103137.988000', '103137.990000', '103137.993000', '103137.996000', '103137.998000', '103138.001000', '103138.003000', '103138.006000', '103138.009000', '103138.011000', '103138.014000', '103138.017000', '103138.027000', '103138.030000', '103138.033000', '103138.035000', '103138.038000', '103138.041000', '103138.043000', '103138.046000', '103138.048000', '103138.051000', '103138.054000', '103138.056000', '103138.059000', '103138.062000', '103138.064000', '103138.067000', '103138.070000', '103138.072000', '103138.075000', '103152.852000', '103152.855000', '103152.857000', '103152.860000', '103152.863000', '103152.866000', '103152.869000', '103152.872000', '103152.875000', '103152.878000', '103152.886000', '103152.889000', '103152.893000', '103152.895000', '103152.899000', '103152.902000', '103152.905000', '103152.908000', '103152.910000', '103152.913000', '103152.916000', '103152.919000', '103152.922000', '103152.925000', '103152.927000', '103152.930000', '103152.933000', '103152.937000', '103152.940000', '103152.943000', '103152.945000', '103152.948000', '103152.951000'], '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, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [13442, 8019, 11662, 6845, 11697, 6720, 12037, 6505, 13036, 7381, 11450, 6773, 9961, 11210, 8724, 14435, 8613, 12908, 7370, 12044, 6629, 12259, 6160, 12634, 6521, 11311, 6283, 10048, 7320, 9900, 10199, 8582, 10053, 8035, 12967, 8023, 12584, 7359, 13432, 7381, 12579, 6528, 11698, 6596, 10548, 10730, 8999, 11601, 7792, 13251, 7382, 13331, 6883, 13457, 6564, 11861, 6307, 11321, 6432, 11454, 7368, 10421, 8407, 9241, 11014, 9359, 13433, 9449, 12412, 8339, 13734, 8394, 14662, 8841, 14630, 8117, 13244, 7444, 13204, 6873, 14154, 7123, 13175, 7089, 12874, 6399, 13193, 6707, 13117, 6885, 11770, 6530, 10832, 7019, 11291, 8536, 10625, 7162, 9991, 9140, 8966, 12255, 8509, 14694, 8929, 13173, 7863, 12064, 7097, 12298, 7099, 13736, 7852, 12468, 6813, 12401, 6242, 12522, 6476, 12495, 7276, 9201, 8710, 8422, 13030, 8711, 14156, 7962, 12204, 7063, 11614, 6500, 13144, 6692, 12295, 6206, 11190, 6191, 11251, 6362, 10596, 6283, 9367, 8134, 8813, 11436, 8855, 11079, 8067, 12633, 7707, 13102, 7781, 13095, 7007, 11943, 6537, 12762, 6209, 12864, 6350, 10732, 7356, 9898, 11407, 9715, 11708, 9033, 12168, 8431, 13553, 7929, 14491, 7313, 12922, 6424, 11987, 10430, 9293, 15264, 8915, 12603, 7237, 12639, 6518, 13646, 6760, 12782, 6454, 12277, 6217, 12743, 6557, 12783, 6279, 11563, 6510, 11110, 8270, 12325, 8303, 10569, 7106, 10680, 8946, 11653, 10576, 10308, 8783, 9645, 11001, 8897, 14922, 9630, 14357, 8230, 12723, 7462, 12900, 6351, 13227, 6509, 12068, 6212, 11010, 6832, 9157, 10991, 8908, 12071, 7941, 12658, 7456, 12848, 7435, 13661, 7752, 13035, 7105, 12141, 6735, 12608, 6465, 13027, 6749, 11800, 6343, 11578, 6603, 9890, 10485, 8694, 11961, 8436, 10095, 7530, 12353, 8003, 14161, 8563, 14079, 8025, 12216, 7273, 12378, 7055, 13672, 7422, 13787, 7319, 12825, 6608, 12833, 6466, 14157, 7209, 12277, 6531, 11405, 6870, 12142, 8901, 9510, 6894, 9951, 9730, 7866, 12078, 9387, 13573, 9180, 11281, 7497, 11956, 7559, 13382, 8915, 10988, 7992, 10174, 7720, 11753, 8566, 12418, 8860, 9296, 8021, 8788, 7993, 8408, 10514, 8664, 9616, 6418, 8676, 6531, 10511, 6707, 13161, 6624, 12961, 7012, 13179, 7229, 14581, 8964, 11348, 7588, 10543, 7785, 9930, 8603, 11325, 9272, 7236, 8535, 10261, 8120, 11195, 9077, 10880, 9547, 7785, 8205, 8215, 7537, 10332, 9579, 10145, 8542, 8466, 7785, 11191, 7394, 12578, 8411, 12645, 7918, 11962, 7370, 12510, 7322, 12740, 7790, 13559, 7605, 11631, 6203, 10771, 6483, 11251, 9038, 8978, 8884, 8084, 12166, 7708, 15144, 9043, 13997, 7557, 12271, 6636, 11627, 6091, 11846, 7802, 9351, 6973, 8410, 9252, 7772, 14085, 7948, 13928, 8024, 13289, 7017, 11992, 6386, 11529, 7582, 9488, 10642, 8176, 10903, 7477, 13378, 7276, 12457, 6590, 13143, 6488, 11205, 6207, 9976, 6647, 8568, 10671, 8485, 12139, 8726, 10390, 7650, 11670, 7308, 13490, 7876, 14319, 8185, 12469, 7073, 12369, 6670, 12330, 6358, 13140, 6674, 11495, 6475, 11155, 6320, 11883, 6907, 13141, 7095, 10441, 6576, 9419, 8023, 9385, 11128, 9031, 10123, 7779, 12039, 7732, 13339, 7600, 14027, 7991, 13131, 7279, 12008, 6663, 11929, 6328, 12081, 6519, 11071, 6573, 9631, 8019, 7918, 13790, 9109, 12930, 7780, 12017, 7402, 13403, 7548, 13411, 6944, 11645, 6541, 12497, 6620, 14129, 7159, 12438, 6377, 11878, 6123, 13085, 7269, 10611, 8372, 8132, 12312, 7911, 14608, 8429, 13919, 7514, 12202, 6773, 12633, 6435, 12927, 6395, 11787, 6368, 10419, 6583, 8182, 12086, 7608, 13862, 7896, 12714, 6987, 11660, 6507, 11964, 5928, 10491, 6920, 8875, 8621, 7435, 12644, 7443, 13017, 7008, 13244, 6883, 12157, 6452, 11461, 6243, 12618, 6459, 13067, 6783, 12755, 6869, 12706, 7085, 14015, 7849, 13533, 7838, 13388, 7314, 13878, 7630, 15202, 8969, 13208, 7702, 13048, 7060, 13899, 7922, 12249, 7571, 11964, 6808, 13066, 7305, 11721, 6891, 11240, 6287, 10949, 7483, 12640, 6834, 11356, 6432, 10585, 6819, 13197, 7744, 10954, 6772, 10615, 8066, 12743, 10895, 10325, 7537, 9028, 7900, 9167, 12932, 10295, 11116, 8205, 12352, 7286, 13209, 8169, 14358, 8340, 12066, 6687, 11396, 6668, 13000, 6708, 13088, 6763, 11124, 6054, 11154, 6128, 11907, 6711, 7287, 7145, 8129, 11859, 9357, 9700, 7913, 8308, 8084, 10151, 8248, 13159, 9521, 10741, 7091, 12350, 6865, 12897, 7717, 13917, 7933, 12284, 7015, 11884, 6883, 13636, 7873, 13474, 6969, 12192, 6568, 12153, 6254, 12969, 6678, 11812, 6284, 9317, 7256, 8627, 14078, 8830, 14528, 8672, 12503, 7228, 12268, 6706, 12653, 6361, 13336, 6610, 11464, 6380, 10093, 7695, 9357, 14963, 8901, 13816, 7721, 11910, 6868, 11750, 6188, 10459, 7667, 9227, 7746, 7975, 9075, 7742, 12147, 7859, 13956, 8575, 13761, 7888, 11664, 7018, 12027, 6245, 12537, 7190, 10411, 7187, 8981, 9156, 8782, 13415, 9144, 12736, 8045, 13330, 7570, 12737, 7409, 13700, 7594, 12550, 6594, 11690, 6388, 12473, 6179, 12263, 6517, 11234, 6673, 10617, 11042, 9281, 9615, 7682, 13843, 8020, 14662, 8684, 12862, 7175, 11629, 6785, 13939, 7033, 12830, 6509, 12160, 6241, 12916, 7267, 10574, 6745, 9298, 9469, 9688, 13834, 8817, 12816, 7506, 12879, 7773, 13769, 7239, 11706, 6275, 12412, 6764, 11793, 7044, 8270, 8144, 7851, 12826, 9004, 12808, 7844, 12621, 7289, 12338, 6969, 13907, 7395, 12441, 6706, 12149, 6714, 13819, 7722, 13167, 6993, 12072, 6800, 13873, 7200, 13110, 6534, 12115, 6283, 13749, 7492, 11693, 6473, 10551, 6966, 11980, 9485, 10296, 7314, 8841, 8644, 8346, 12577, 9215, 12740, 8167, 13052, 7166, 11846, 7056, 13824, 7248, 11782, 6252, 10346, 6171, 10753, 9223, 9244, 8576, 7525, 13079, 7556, 12309, 6063, 12032, 7997, 8188, 11407, 7666, 12204, 6579, 12139, 6148, 11415, 6015, 9040, 7810, 7669, 13327, 7437, 13588, 7353, 11978, 6292, 10987, 6157, 9483, 11388, 8608, 12044, 8108, 12874, 7394, 12740, 6494, 12973, 7095, 11283, 7597, 10768, 12857, 9038, 14479, 8848, 15150, 7801, 11773, 6665, 10212, 10167, 8623, 14975, 9331, 13842, 7811, 12500, 6585, 12351, 6276, 10450, 7090, 10199, 9373, 8023, 12521, 7623, 13071, 7430, 13675, 7905, 13348, 6967, 11833, 6582, 12225, 6420, 13151, 6583, 11664, 6230, 10760, 6396, 12717, 6934, 11813, 6437, 10999, 8349, 9913, 13531, 9385, 14227, 8161, 12565, 6587, 13149, 7394, 8249, 12762, 7573, 13293, 7143, 11829, 6027, 9210, 6802, 8313, 12342, 7963, 9789, 7202, 10715, 6987, 12138, 7736, 12717, 7265, 11452, 6668, 12505, 6340, 11368, 6436, 9291, 11303, 8839, 15502, 9888, 13870, 8199, 13317, 6959, 13394, 9482, 9874, 13546, 9176, 13269, 7297, 14298, 6972, 12050, 6675, 10516, 7965, 9165, 14432, 9741, 13180, 7640, 11769, 6975, 12884, 6833, 11252, 6318, 9009, 11258, 8585, 15024, 9406, 12976, 7728, 12491, 6591, 12462, 7212, 11192, 8216, 8168, 12350, 8294, 14211, 9105, 13319, 7640, 12331, 7120, 13762, 7718, 12557, 7102, 11696, 7725, 10922, 9543, 8660, 11830, 6504, 11564, 6285, 13323, 7933, 14883, 8275, 13380, 7560, 14786, 8995, 15598, 9042, 12829, 7358, 11690, 6472, 13553, 6819, 11807, 6330, 10180, 6227, 11937, 6849, 11272, 6216, 11172, 6258, 10983, 7983, 10932, 9805, 7879, 12984, 7461, 12191, 7488, 13095, 6998, 11636, 6250, 10900, 7345, 10544, 8381, 9021, 10337, 8340, 12362, 8778, 13046, 8749, 12456, 7363], 'WindowCenter': [3950.0, 3897.0, 3924.0, 3860.0, 3911.0, 3847.0, 3908.0, 3843.0, 3920.0, 3854.0, 3906.0, 3845.0, 3888.0, 3895.0, 3866.0, 3915.0, 3877.0, 3907.0, 3854.0, 3896.0, 3843.0, 3906.0, 3835.0, 3907.0, 3845.0, 3897.0, 3844.0, 3886.0, 3855.0, 3888.0, 3886.0, 3878.0, 3886.0, 3868.0, 3918.0, 3867.0, 3908.0, 3857.0, 3918.0, 3857.0, 3909.0, 3845.0, 3908.0, 3844.0, 3897.0, 3896.0, 3877.0, 3897.0, 3867.0, 3915.0, 3856.0, 3919.0, 3856.0, 3919.0, 3847.0, 3907.0, 3845.0, 3898.0, 3846.0, 3908.0, 3857.0, 3897.0, 3878.0, 3889.0, 3898.0, 3889.0, 3920.0, 3890.0, 3908.0, 3877.0, 3919.0, 3878.0, 3930.0, 3878.0, 3919.0, 3868.0, 3904.0, 3855.0, 3906.0, 3844.0, 3918.0, 3843.0, 3908.0, 3844.0, 3907.0, 3829.0, 3906.0, 3844.0, 3906.0, 3843.0, 3893.0, 3831.0, 3883.0, 3842.0, 3895.0, 3864.0, 3886.0, 3842.0, 3886.0, 3874.0, 3873.0, 3893.0, 3864.0, 3916.0, 3875.0, 3906.0, 3865.0, 3892.0, 3854.0, 3894.0, 3842.0, 3903.0, 3864.0, 3905.0, 3843.0, 3905.0, 3832.0, 3895.0, 3833.0, 3895.0, 3842.0, 3873.0, 3862.0, 3852.0, 3892.0, 3862.0, 3904.0, 3850.0, 3893.0, 3843.0, 3893.0, 3833.0, 3905.0, 3844.0, 3907.0, 3833.0, 3894.0, 3833.0, 3897.0, 3844.0, 3897.0, 3845.0, 3887.0, 3865.0, 3878.0, 3896.0, 3877.0, 3898.0, 3866.0, 3907.0, 3864.0, 3908.0, 3867.0, 3908.0, 3857.0, 3906.0, 3846.0, 3908.0, 3834.0, 3910.0, 3846.0, 3897.0, 3856.0, 3887.0, 3897.0, 3886.0, 3907.0, 3876.0, 3907.0, 3866.0, 3906.0, 3865.0, 3918.0, 3856.0, 3908.0, 3845.0, 3909.0, 3886.0, 3876.0, 3918.0, 3876.0, 3904.0, 3855.0, 3905.0, 3844.0, 3918.0, 3846.0, 3908.0, 3846.0, 3908.0, 3831.0, 3908.0, 3846.0, 3920.0, 3846.0, 3909.0, 3845.0, 3909.0, 3867.0, 3907.0, 3867.0, 3898.0, 3856.0, 3898.0, 3875.0, 3909.0, 3897.0, 3898.0, 3876.0, 3888.0, 3896.0, 3875.0, 3918.0, 3887.0, 3918.0, 3865.0, 3906.0, 3854.0, 3905.0, 3833.0, 3905.0, 3832.0, 3895.0, 3832.0, 3882.0, 3842.0, 3874.0, 3883.0, 3873.0, 3895.0, 3864.0, 3905.0, 3854.0, 3905.0, 3854.0, 3912.0, 3866.0, 3907.0, 3855.0, 3907.0, 3845.0, 3905.0, 3846.0, 3906.0, 3844.0, 3895.0, 3844.0, 3895.0, 3842.0, 3884.0, 3884.0, 3865.0, 3895.0, 3865.0, 3886.0, 3866.0, 3905.0, 3866.0, 3919.0, 3876.0, 3918.0, 3867.0, 3907.0, 3854.0, 3907.0, 3855.0, 3917.0, 3857.0, 3917.0, 3856.0, 3907.0, 3845.0, 3908.0, 3845.0, 3919.0, 3856.0, 3908.0, 3844.0, 3897.0, 3843.0, 3907.0, 3875.0, 3887.0, 3854.0, 3886.0, 3899.0, 3880.0, 3907.0, 3875.0, 3905.0, 3871.0, 3895.0, 3853.0, 3893.0, 3852.0, 3903.0, 3874.0, 3882.0, 3852.0, 3883.0, 3852.0, 3893.0, 3863.0, 3904.0, 3875.0, 3874.0, 3861.0, 3861.0, 3860.0, 3863.0, 3896.0, 3863.0, 3884.0, 3831.0, 3874.0, 3832.0, 3896.0, 3844.0, 3917.0, 3843.0, 3916.0, 3854.0, 3916.0, 3867.0, 3927.0, 3888.0, 3897.0, 3865.0, 3897.0, 3867.0, 3885.0, 3877.0, 3896.0, 3876.0, 3854.0, 3877.0, 3885.0, 3863.0, 3893.0, 3876.0, 3894.0, 3887.0, 3865.0, 3876.0, 3863.0, 3865.0, 3885.0, 3883.0, 3886.0, 3876.0, 3864.0, 3866.0, 3893.0, 3855.0, 3907.0, 3876.0, 3906.0, 3866.0, 3906.0, 3856.0, 3905.0, 3856.0, 3908.0, 3867.0, 3917.0, 3866.0, 3897.0, 3834.0, 3896.0, 3843.0, 3895.0, 3874.0, 3875.0, 3875.0, 3866.0, 3905.0, 3865.0, 3927.0, 3876.0, 3916.0, 3865.0, 3905.0, 3842.0, 3894.0, 3831.0, 3895.0, 3853.0, 3873.0, 3842.0, 3863.0, 3872.0, 3852.0, 3914.0, 3863.0, 3915.0, 3863.0, 3904.0, 3855.0, 3895.0, 3831.0, 3894.0, 3852.0, 3884.0, 3894.0, 3864.0, 3895.0, 3853.0, 3904.0, 3852.0, 3904.0, 3842.0, 3905.0, 3831.0, 3894.0, 3831.0, 3884.0, 3842.0, 3873.0, 3880.0, 3875.0, 3905.0, 3874.0, 3886.0, 3865.0, 3896.0, 3854.0, 3917.0, 3866.0, 3917.0, 3876.0, 3906.0, 3854.0, 3906.0, 3843.0, 3905.0, 3842.0, 3906.0, 3843.0, 3894.0, 3839.0, 3895.0, 3842.0, 3906.0, 3853.0, 3917.0, 3853.0, 3895.0, 3842.0, 3873.0, 3863.0, 3885.0, 3895.0, 3876.0, 3885.0, 3865.0, 3902.0, 3864.0, 3912.0, 3864.0, 3916.0, 3864.0, 3905.0, 3854.0, 3905.0, 3842.0, 3894.0, 3831.0, 3905.0, 3842.0, 3896.0, 3843.0, 3885.0, 3863.0, 3864.0, 3915.0, 3875.0, 3905.0, 3864.0, 3894.0, 3854.0, 3905.0, 3853.0, 3905.0, 3850.0, 3891.0, 3843.0, 3904.0, 3842.0, 3915.0, 3854.0, 3903.0, 3831.0, 3893.0, 3832.0, 3905.0, 3851.0, 3883.0, 3861.0, 3851.0, 3891.0, 3851.0, 3913.0, 3861.0, 3902.0, 3852.0, 3892.0, 3840.0, 3892.0, 3831.0, 3904.0, 3830.0, 3894.0, 3831.0, 3883.0, 3840.0, 3862.0, 3889.0, 3851.0, 3900.0, 3863.0, 3900.0, 3841.0, 3893.0, 3832.0, 3893.0, 3830.0, 3883.0, 3841.0, 3874.0, 3873.0, 3853.0, 3904.0, 3853.0, 3904.0, 3854.0, 3916.0, 3855.0, 3907.0, 3845.0, 3904.0, 3856.0, 3918.0, 3853.0, 3930.0, 3858.0, 3919.0, 3857.0, 3916.0, 3868.0, 3931.0, 3878.0, 3930.0, 3878.0, 3930.0, 3867.0, 3930.0, 3866.0, 3930.0, 3887.0, 3918.0, 3865.0, 3918.0, 3855.0, 3917.0, 3865.0, 3907.0, 3864.0, 3906.0, 3843.0, 3916.0, 3854.0, 3904.0, 3854.0, 3895.0, 3842.0, 3893.0, 3853.0, 3906.0, 3843.0, 3895.0, 3842.0, 3895.0, 3840.0, 3903.0, 3853.0, 3895.0, 3841.0, 3885.0, 3862.0, 3905.0, 3884.0, 3885.0, 3852.0, 3872.0, 3851.0, 3873.0, 3903.0, 3883.0, 3893.0, 3862.0, 3892.0, 3840.0, 3901.0, 3861.0, 3902.0, 3861.0, 3891.0, 3829.0, 3881.0, 3841.0, 3902.0, 3840.0, 3903.0, 3841.0, 3883.0, 3830.0, 3894.0, 3830.0, 3894.0, 3841.0, 3852.0, 3841.0, 3849.0, 3892.0, 3874.0, 3874.0, 3863.0, 3862.0, 3861.0, 3883.0, 3863.0, 3905.0, 3874.0, 3883.0, 3844.0, 3905.0, 3842.0, 3894.0, 3853.0, 3906.0, 3863.0, 3894.0, 3854.0, 3895.0, 3843.0, 3905.0, 3864.0, 3905.0, 3853.0, 3902.0, 3843.0, 3894.0, 3831.0, 3905.0, 3841.0, 3894.0, 3828.0, 3874.0, 3851.0, 3862.0, 3903.0, 3873.0, 3915.0, 3865.0, 3904.0, 3853.0, 3893.0, 3841.0, 3904.0, 3831.0, 3913.0, 3842.0, 3895.0, 3840.0, 3885.0, 3852.0, 3874.0, 3915.0, 3873.0, 3904.0, 3864.0, 3895.0, 3839.0, 3894.0, 3832.0, 3896.0, 3863.0, 3886.0, 3864.0, 3866.0, 3875.0, 3866.0, 3907.0, 3877.0, 3929.0, 3877.0, 3919.0, 3878.0, 3908.0, 3856.0, 3906.0, 3844.0, 3908.0, 3852.0, 3897.0, 3854.0, 3877.0, 3885.0, 3876.0, 3918.0, 3887.0, 3918.0, 3877.0, 3918.0, 3866.0, 3917.0, 3867.0, 3918.0, 3867.0, 3918.0, 3856.0, 3908.0, 3845.0, 3918.0, 3845.0, 3920.0, 3857.0, 3909.0, 3855.0, 3898.0, 3897.0, 3889.0, 3886.0, 3865.0, 3917.0, 3865.0, 3917.0, 3873.0, 3906.0, 3855.0, 3895.0, 3843.0, 3917.0, 3854.0, 3906.0, 3843.0, 3905.0, 3842.0, 3906.0, 3852.0, 3892.0, 3841.0, 3874.0, 3872.0, 3884.0, 3905.0, 3873.0, 3904.0, 3852.0, 3904.0, 3852.0, 3904.0, 3852.0, 3890.0, 3830.0, 3895.0, 3841.0, 3895.0, 3840.0, 3862.0, 3850.0, 3851.0, 3902.0, 3862.0, 3903.0, 3863.0, 3905.0, 3852.0, 3892.0, 3841.0, 3903.0, 3852.0, 3905.0, 3842.0, 3904.0, 3842.0, 3915.0, 3864.0, 3905.0, 3854.0, 3905.0, 3843.0, 3915.0, 3854.0, 3907.0, 3844.0, 3906.0, 3843.0, 3917.0, 3853.0, 3895.0, 3831.0, 3883.0, 3840.0, 3894.0, 3872.0, 3885.0, 3851.0, 3874.0, 3861.0, 3862.0, 3894.0, 3873.0, 3905.0, 3862.0, 3903.0, 3838.0, 3893.0, 3840.0, 3905.0, 3841.0, 3893.0, 3831.0, 3884.0, 3831.0, 3894.0, 3872.0, 3875.0, 3863.0, 3864.0, 3904.0, 3853.0, 3892.0, 3830.0, 3894.0, 3850.0, 3863.0, 3892.0, 3854.0, 3894.0, 3841.0, 3895.0, 3831.0, 3896.0, 3832.0, 3876.0, 3850.0, 3866.0, 3915.0, 3853.0, 3917.0, 3855.0, 3906.0, 3841.0, 3897.0, 3832.0, 3886.0, 3895.0, 3876.0, 3907.0, 3866.0, 3906.0, 3854.0, 3906.0, 3843.0, 3904.0, 3854.0, 3897.0, 3864.0, 3897.0, 3906.0, 3875.0, 3916.0, 3874.0, 3917.0, 3852.0, 3894.0, 3841.0, 3884.0, 3882.0, 3863.0, 3914.0, 3874.0, 3906.0, 3853.0, 3904.0, 3842.0, 3893.0, 3831.0, 3883.0, 3843.0, 3884.0, 3873.0, 3865.0, 3905.0, 3853.0, 3904.0, 3853.0, 3916.0, 3866.0, 3917.0, 3854.0, 3908.0, 3856.0, 3907.0, 3846.0, 3919.0, 3856.0, 3908.0, 3846.0, 3897.0, 3846.0, 3920.0, 3856.0, 3908.0, 3845.0, 3897.0, 3864.0, 3886.0, 3917.0, 3886.0, 3916.0, 3875.0, 3907.0, 3843.0, 3906.0, 3852.0, 3864.0, 3904.0, 3853.0, 3915.0, 3842.0, 3905.0, 3831.0, 3874.0, 3841.0, 3875.0, 3905.0, 3867.0, 3885.0, 3865.0, 3897.0, 3855.0, 3904.0, 3868.0, 3921.0, 3867.0, 3908.0, 3854.0, 3919.0, 3846.0, 3909.0, 3845.0, 3888.0, 3907.0, 3878.0, 3929.0, 3884.0, 3918.0, 3877.0, 3917.0, 3856.0, 3918.0, 3886.0, 3887.0, 3916.0, 3874.0, 3907.0, 3854.0, 3917.0, 3853.0, 3906.0, 3842.0, 3892.0, 3862.0, 3875.0, 3916.0, 3887.0, 3905.0, 3853.0, 3895.0, 3843.0, 3906.0, 3842.0, 3895.0, 3833.0, 3874.0, 3895.0, 3874.0, 3917.0, 3875.0, 3905.0, 3864.0, 3906.0, 3843.0, 3904.0, 3853.0, 3896.0, 3863.0, 3863.0, 3903.0, 3863.0, 3915.0, 3873.0, 3903.0, 3853.0, 3903.0, 3841.0, 3915.0, 3867.0, 3917.0, 3857.0, 3907.0, 3865.0, 3896.0, 3887.0, 3875.0, 3908.0, 3844.0, 3897.0, 3844.0, 3917.0, 3867.0, 3919.0, 3864.0, 3907.0, 3854.0, 3915.0, 3864.0, 3917.0, 3862.0, 3894.0, 3839.0, 3892.0, 3830.0, 3905.0, 3832.0, 3893.0, 3831.0, 3882.0, 3820.0, 3893.0, 3840.0, 3896.0, 3834.0, 3896.0, 3841.0, 3896.0, 3863.0, 3896.0, 3885.0, 3865.0, 3906.0, 3854.0, 3895.0, 3853.0, 3906.0, 3856.0, 3896.0, 3833.0, 3896.0, 3854.0, 3897.0, 3866.0, 3877.0, 3886.0, 3877.0, 3906.0, 3876.0, 3918.0, 3877.0, 3908.0, 3854.0], 'WindowWidth': [8835.0, 8754.0, 8783.0, 8689.0, 8756.0, 8667.0, 8747.0, 8656.0, 8764.0, 8671.0, 8743.0, 8661.0, 8718.0, 8724.0, 8687.0, 8754.0, 8703.0, 8743.0, 8670.0, 8725.0, 8652.0, 8738.0, 8645.0, 8744.0, 8660.0, 8730.0, 8658.0, 8713.0, 8671.0, 8718.0, 8713.0, 8707.0, 8716.0, 8693.0, 8759.0, 8691.0, 8744.0, 8678.0, 8759.0, 8677.0, 8747.0, 8659.0, 8746.0, 8657.0, 8730.0, 8727.0, 8704.0, 8731.0, 8691.0, 8753.0, 8675.0, 8762.0, 8676.0, 8762.0, 8665.0, 8745.0, 8660.0, 8734.0, 8664.0, 8748.0, 8677.0, 8733.0, 8708.0, 8722.0, 8734.0, 8724.0, 8767.0, 8725.0, 8749.0, 8705.0, 8762.0, 8707.0, 8781.0, 8708.0, 8765.0, 8693.0, 8738.0, 8673.0, 8740.0, 8658.0, 8759.0, 8655.0, 8746.0, 8657.0, 8742.0, 8631.0, 8740.0, 8656.0, 8741.0, 8654.0, 8719.0, 8636.0, 8706.0, 8650.0, 8724.0, 8682.0, 8712.0, 8651.0, 8712.0, 8694.0, 8692.0, 8719.0, 8682.0, 8755.0, 8699.0, 8740.0, 8684.0, 8719.0, 8669.0, 8720.0, 8652.0, 8735.0, 8683.0, 8738.0, 8654.0, 8736.0, 8638.0, 8723.0, 8639.0, 8724.0, 8649.0, 8691.0, 8673.0, 8661.0, 8714.0, 8675.0, 8733.0, 8660.0, 8718.0, 8652.0, 8717.0, 8639.0, 8738.0, 8656.0, 8741.0, 8643.0, 8723.0, 8642.0, 8729.0, 8657.0, 8730.0, 8659.0, 8718.0, 8686.0, 8707.0, 8729.0, 8705.0, 8733.0, 8691.0, 8745.0, 8686.0, 8745.0, 8691.0, 8746.0, 8677.0, 8743.0, 8663.0, 8746.0, 8645.0, 8751.0, 8662.0, 8731.0, 8674.0, 8716.0, 8729.0, 8716.0, 8743.0, 8701.0, 8744.0, 8688.0, 8741.0, 8685.0, 8760.0, 8675.0, 8745.0, 8661.0, 8748.0, 8712.0, 8701.0, 8760.0, 8701.0, 8737.0, 8673.0, 8737.0, 8657.0, 8757.0, 8663.0, 8745.0, 8662.0, 8747.0, 8640.0, 8746.0, 8662.0, 8765.0, 8663.0, 8749.0, 8663.0, 8748.0, 8691.0, 8745.0, 8692.0, 8734.0, 8676.0, 8732.0, 8700.0, 8748.0, 8732.0, 8733.0, 8703.0, 8719.0, 8728.0, 8698.0, 8760.0, 8716.0, 8760.0, 8686.0, 8740.0, 8669.0, 8737.0, 8640.0, 8736.0, 8636.0, 8723.0, 8636.0, 8702.0, 8650.0, 8693.0, 8705.0, 8693.0, 8724.0, 8683.0, 8737.0, 8668.0, 8737.0, 8670.0, 8745.0, 8688.0, 8742.0, 8674.0, 8742.0, 8659.0, 8738.0, 8659.0, 8742.0, 8657.0, 8726.0, 8657.0, 8726.0, 8651.0, 8708.0, 8708.0, 8684.0, 8725.0, 8686.0, 8715.0, 8689.0, 8740.0, 8688.0, 8761.0, 8701.0, 8761.0, 8691.0, 8744.0, 8672.0, 8742.0, 8673.0, 8757.0, 8677.0, 8757.0, 8676.0, 8744.0, 8662.0, 8747.0, 8660.0, 8763.0, 8675.0, 8746.0, 8657.0, 8728.0, 8655.0, 8744.0, 8699.0, 8719.0, 8671.0, 8714.0, 8740.0, 8717.0, 8743.0, 8697.0, 8741.0, 8690.0, 8724.0, 8666.0, 8717.0, 8664.0, 8735.0, 8695.0, 8704.0, 8664.0, 8705.0, 8664.0, 8717.0, 8680.0, 8735.0, 8699.0, 8695.0, 8676.0, 8677.0, 8674.0, 8681.0, 8727.0, 8682.0, 8711.0, 8637.0, 8697.0, 8639.0, 8730.0, 8660.0, 8756.0, 8656.0, 8757.0, 8674.0, 8754.0, 8692.0, 8773.0, 8723.0, 8733.0, 8688.0, 8730.0, 8692.0, 8714.0, 8706.0, 8730.0, 8703.0, 8672.0, 8703.0, 8712.0, 8680.0, 8721.0, 8701.0, 8724.0, 8718.0, 8686.0, 8702.0, 8681.0, 8686.0, 8713.0, 8709.0, 8715.0, 8703.0, 8683.0, 8689.0, 8722.0, 8673.0, 8744.0, 8702.0, 8744.0, 8690.0, 8742.0, 8675.0, 8740.0, 8677.0, 8747.0, 8694.0, 8759.0, 8690.0, 8730.0, 8644.0, 8727.0, 8656.0, 8727.0, 8698.0, 8700.0, 8698.0, 8688.0, 8738.0, 8686.0, 8772.0, 8702.0, 8757.0, 8686.0, 8739.0, 8652.0, 8721.0, 8637.0, 8724.0, 8668.0, 8694.0, 8651.0, 8681.0, 8692.0, 8665.0, 8749.0, 8682.0, 8753.0, 8682.0, 8738.0, 8672.0, 8726.0, 8638.0, 8722.0, 8666.0, 8711.0, 8723.0, 8683.0, 8726.0, 8670.0, 8737.0, 8667.0, 8735.0, 8652.0, 8738.0, 8638.0, 8723.0, 8637.0, 8709.0, 8653.0, 8694.0, 8703.0, 8698.0, 8740.0, 8699.0, 8715.0, 8688.0, 8730.0, 8673.0, 8758.0, 8692.0, 8759.0, 8702.0, 8742.0, 8673.0, 8740.0, 8655.0, 8740.0, 8653.0, 8742.0, 8655.0, 8724.0, 8647.0, 8724.0, 8653.0, 8741.0, 8671.0, 8758.0, 8669.0, 8727.0, 8653.0, 8695.0, 8681.0, 8713.0, 8726.0, 8702.0, 8713.0, 8687.0, 8733.0, 8684.0, 8748.0, 8685.0, 8754.0, 8686.0, 8740.0, 8671.0, 8738.0, 8653.0, 8722.0, 8638.0, 8738.0, 8653.0, 8728.0, 8656.0, 8715.0, 8682.0, 8685.0, 8754.0, 8700.0, 8742.0, 8686.0, 8723.0, 8670.0, 8739.0, 8669.0, 8739.0, 8664.0, 8717.0, 8656.0, 8736.0, 8653.0, 8754.0, 8672.0, 8735.0, 8638.0, 8721.0, 8640.0, 8739.0, 8663.0, 8707.0, 8675.0, 8663.0, 8715.0, 8661.0, 8748.0, 8674.0, 8730.0, 8664.0, 8717.0, 8646.0, 8715.0, 8638.0, 8735.0, 8635.0, 8722.0, 8635.0, 8706.0, 8647.0, 8678.0, 8711.0, 8664.0, 8729.0, 8681.0, 8726.0, 8651.0, 8719.0, 8639.0, 8719.0, 8635.0, 8708.0, 8651.0, 8696.0, 8695.0, 8670.0, 8737.0, 8670.0, 8737.0, 8672.0, 8755.0, 8676.0, 8746.0, 8662.0, 8739.0, 8681.0, 8762.0, 8674.0, 8781.0, 8685.0, 8766.0, 8682.0, 8760.0, 8699.0, 8785.0, 8712.0, 8783.0, 8712.0, 8781.0, 8695.0, 8782.0, 8693.0, 8784.0, 8721.0, 8765.0, 8689.0, 8763.0, 8677.0, 8762.0, 8688.0, 8748.0, 8686.0, 8742.0, 8657.0, 8756.0, 8671.0, 8739.0, 8673.0, 8727.0, 8653.0, 8722.0, 8670.0, 8743.0, 8656.0, 8728.0, 8655.0, 8727.0, 8652.0, 8738.0, 8669.0, 8727.0, 8652.0, 8711.0, 8679.0, 8740.0, 8711.0, 8715.0, 8665.0, 8692.0, 8661.0, 8693.0, 8735.0, 8706.0, 8720.0, 8677.0, 8716.0, 8645.0, 8728.0, 8674.0, 8731.0, 8676.0, 8714.0, 8631.0, 8701.0, 8648.0, 8730.0, 8646.0, 8734.0, 8649.0, 8705.0, 8632.0, 8720.0, 8634.0, 8722.0, 8649.0, 8664.0, 8648.0, 8657.0, 8718.0, 8697.0, 8695.0, 8682.0, 8679.0, 8676.0, 8706.0, 8681.0, 8738.0, 8696.0, 8707.0, 8656.0, 8737.0, 8650.0, 8720.0, 8667.0, 8740.0, 8681.0, 8722.0, 8672.0, 8724.0, 8655.0, 8737.0, 8683.0, 8739.0, 8670.0, 8732.0, 8654.0, 8722.0, 8636.0, 8737.0, 8650.0, 8723.0, 8631.0, 8695.0, 8662.0, 8678.0, 8733.0, 8693.0, 8751.0, 8684.0, 8737.0, 8666.0, 8720.0, 8650.0, 8734.0, 8637.0, 8748.0, 8653.0, 8725.0, 8648.0, 8711.0, 8666.0, 8696.0, 8753.0, 8693.0, 8737.0, 8682.0, 8725.0, 8647.0, 8723.0, 8638.0, 8727.0, 8683.0, 8715.0, 8686.0, 8690.0, 8701.0, 8691.0, 8744.0, 8707.0, 8777.0, 8708.0, 8764.0, 8709.0, 8748.0, 8677.0, 8742.0, 8660.0, 8748.0, 8668.0, 8733.0, 8672.0, 8705.0, 8713.0, 8704.0, 8761.0, 8720.0, 8762.0, 8706.0, 8762.0, 8690.0, 8759.0, 8694.0, 8763.0, 8694.0, 8762.0, 8679.0, 8749.0, 8662.0, 8762.0, 8663.0, 8768.0, 8681.0, 8750.0, 8676.0, 8736.0, 8733.0, 8724.0, 8717.0, 8687.0, 8758.0, 8689.0, 8761.0, 8698.0, 8744.0, 8675.0, 8726.0, 8658.0, 8758.0, 8672.0, 8744.0, 8655.0, 8740.0, 8654.0, 8742.0, 8666.0, 8719.0, 8651.0, 8697.0, 8692.0, 8710.0, 8739.0, 8694.0, 8736.0, 8665.0, 8736.0, 8666.0, 8736.0, 8665.0, 8713.0, 8633.0, 8724.0, 8649.0, 8725.0, 8645.0, 8677.0, 8658.0, 8661.0, 8731.0, 8677.0, 8733.0, 8679.0, 8736.0, 8664.0, 8715.0, 8648.0, 8733.0, 8667.0, 8737.0, 8652.0, 8735.0, 8652.0, 8753.0, 8684.0, 8741.0, 8670.0, 8737.0, 8655.0, 8754.0, 8671.0, 8743.0, 8658.0, 8740.0, 8656.0, 8757.0, 8669.0, 8727.0, 8638.0, 8707.0, 8646.0, 8722.0, 8692.0, 8712.0, 8663.0, 8695.0, 8675.0, 8677.0, 8721.0, 8692.0, 8738.0, 8678.0, 8733.0, 8641.0, 8716.0, 8646.0, 8737.0, 8649.0, 8718.0, 8636.0, 8706.0, 8635.0, 8722.0, 8691.0, 8699.0, 8680.0, 8682.0, 8738.0, 8667.0, 8717.0, 8634.0, 8722.0, 8659.0, 8680.0, 8717.0, 8668.0, 8721.0, 8649.0, 8723.0, 8638.0, 8728.0, 8640.0, 8701.0, 8662.0, 8688.0, 8751.0, 8669.0, 8757.0, 8673.0, 8743.0, 8654.0, 8730.0, 8640.0, 8714.0, 8727.0, 8701.0, 8746.0, 8689.0, 8742.0, 8672.0, 8741.0, 8655.0, 8739.0, 8672.0, 8731.0, 8685.0, 8732.0, 8744.0, 8698.0, 8754.0, 8696.0, 8759.0, 8665.0, 8723.0, 8649.0, 8708.0, 8702.0, 8679.0, 8750.0, 8697.0, 8740.0, 8667.0, 8735.0, 8651.0, 8718.0, 8634.0, 8707.0, 8654.0, 8710.0, 8696.0, 8686.0, 8738.0, 8669.0, 8737.0, 8669.0, 8754.0, 8689.0, 8760.0, 8673.0, 8747.0, 8678.0, 8746.0, 8665.0, 8764.0, 8678.0, 8747.0, 8665.0, 8732.0, 8664.0, 8767.0, 8679.0, 8750.0, 8663.0, 8732.0, 8684.0, 8716.0, 8759.0, 8717.0, 8758.0, 8700.0, 8743.0, 8657.0, 8742.0, 8667.0, 8682.0, 8735.0, 8668.0, 8753.0, 8654.0, 8738.0, 8638.0, 8696.0, 8651.0, 8699.0, 8739.0, 8693.0, 8713.0, 8689.0, 8731.0, 8676.0, 8739.0, 8696.0, 8767.0, 8694.0, 8748.0, 8675.0, 8765.0, 8664.0, 8752.0, 8663.0, 8722.0, 8746.0, 8707.0, 8780.0, 8715.0, 8763.0, 8706.0, 8760.0, 8676.0, 8761.0, 8715.0, 8718.0, 8757.0, 8697.0, 8742.0, 8669.0, 8757.0, 8667.0, 8743.0, 8652.0, 8720.0, 8679.0, 8699.0, 8756.0, 8717.0, 8740.0, 8668.0, 8724.0, 8654.0, 8741.0, 8651.0, 8726.0, 8640.0, 8696.0, 8724.0, 8696.0, 8758.0, 8700.0, 8739.0, 8684.0, 8740.0, 8652.0, 8736.0, 8666.0, 8726.0, 8680.0, 8681.0, 8733.0, 8680.0, 8751.0, 8692.0, 8733.0, 8666.0, 8733.0, 8651.0, 8752.0, 8695.0, 8760.0, 8681.0, 8746.0, 8686.0, 8728.0, 8718.0, 8700.0, 8746.0, 8658.0, 8730.0, 8657.0, 8757.0, 8691.0, 8764.0, 8684.0, 8743.0, 8667.0, 8750.0, 8681.0, 8758.0, 8677.0, 8720.0, 8643.0, 8714.0, 8630.0, 8734.0, 8635.0, 8718.0, 8635.0, 8702.0, 8619.0, 8719.0, 8647.0, 8726.0, 8643.0, 8726.0, 8650.0, 8725.0, 8678.0, 8727.0, 8711.0, 8686.0, 8741.0, 8669.0, 8724.0, 8667.0, 8741.0, 8673.0, 8726.0, 8640.0, 8726.0, 8669.0, 8730.0, 8687.0, 8703.0, 8715.0, 8702.0, 8740.0, 8702.0, 8760.0, 8705.0, 8747.0, 8673.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.00024283177570093458</td></tr>
<tr><td colspan=3>aqi</td><td>0.018989788691588783</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.15127614871842</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.20182422758653</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9936816408793263</td></tr>
<tr><td colspan=3>efc</td><td>0.4836</td></tr>
<tr><td colspan=3>fber</td><td>4851.3047</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0802982477727204</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.02803738317757</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4684769123174974</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4973546677311522</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5587316662678106</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3493444029535295</td></tr>
<tr><td colspan=3>gcor</td><td>0.00509566</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005968956742435694</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023919440805912018</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</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.081675814876197</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>22.193</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6495</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.3281</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298238.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>751.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.8947</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9745</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>458.5972</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3098.9621</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3249.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78306.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>795.9915</td></tr>
<tr><td colspan=3>tsnr</td><td>42.16918748617172</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>