<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-01/func/sub-0081_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>78ba0e72a661b0d719a9f615c28a5a06</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>09:39:0.260000</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.998095, 0.0394194, -0.0474504, -0.037994, 0.99881, 0.0305751]</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.086568</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>[4140, -7711, -7288, 581, -37, -59, 88, 142]</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>245.544</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a73ad85d-8c87-42f0-9167-5f05c4d7f39e||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.6778171062469482, -0.10193522274494171, -0.1312178075313568, 117.65731811523438], [-0.10575930774211884, 2.679734468460083, 0.07752779871225357, -102.86856842041016], [-0.12730595469474792, -0.08203065395355225, 2.695694923400879, -72.5688247680664], [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': ['093900.260000', '093900.720000', '093901.180000', '093901.640000', '093902.100000', '093902.560000', '093903.020000', '093903.480000', '093903.940000', '093904.400000', '093904.860000', '093905.320000', '093905.780000', '093906.240000', '093906.700000', '093907.160000', '093907.620000', '093908.080000', '093908.540000', '093909.000000', '093909.460000', '093909.920000', '093910.380000', '093910.840000', '093911.300000', '093911.760000', '093912.220000', '093912.680000', '093913.140000', '093913.600000', '093914.060000', '093914.520000', '093914.980000', '093915.440000', '093915.900000', '093916.360000', '093916.820000', '093917.280000', '093917.740000', '093918.200000', '093918.660000', '093919.120000', '093919.580000', '093920.040000', '093920.500000', '093920.960000', '093921.420000', '093921.880000', '093922.340000', '093922.800000', '093923.260000', '093923.720000', '093924.180000', '093924.640000', '093925.100000', '093925.560000', '093926.020000', '093926.480000', '093926.940000', '093927.400000', '093927.860000', '093928.320000', '093928.780000', '093929.240000', '093929.700000', '093930.160000', '093930.620000', '093931.080000', '093931.540000', '093932.000000', '093932.460000', '093932.920000', '093933.380000', '093933.840000', '093934.300000', '093934.760000', '093935.220000', '093935.680000', '093936.140000', '093936.600000', '093937.060000', '093937.520000', '093937.980000', '093938.440000', '093938.900000', '093939.360000', '093939.820000', '093940.280000', '093940.740000', '093941.200000', '093941.660000', '093942.120000', '093942.580000', '093943.040000', '093943.500000', '093943.960000', '093944.420000', '093944.880000', '093945.340000', '093945.800000', '093946.260000', '093946.720000', '093947.180000', '093947.640000', '093948.100000', '093948.560000', '093949.020000', '093949.480000', '093949.940000', '093950.400000', '093950.860000', '093951.320000', '093951.780000', '093952.240000', '093952.700000', '093953.160000', '093953.620000', '093954.080000', '093954.540000', '093955.000000', '093955.460000', '093955.920000', '093956.380000', '093956.840000', '093957.300000', '093957.760000', '093958.220000', '093958.680000', '093959.140000', '093959.600000', '094000.060000', '094000.520000', '094000.980000', '094001.440000', '094001.900000', '094002.360000', '094002.820000', '094003.280000', '094003.740000', '094004.200000', '094004.660000', '094005.120000', '094005.580000', '094006.040000', '094006.500000', '094006.960000', '094007.420000', '094007.880000', '094008.340000', '094008.800000', '094009.260000', '094009.720000', '094010.180000', '094010.640000', '094011.100000', '094011.560000', '094012.020000', '094012.480000', '094012.940000', '094013.400000', '094013.860000', '094014.320000', '094014.780000', '094015.240000', '094015.700000', '094016.160000', '094016.620000', '094017.080000', '094017.540000', '094018.000000', '094018.460000', '094018.920000', '094019.380000', '094019.840000', '094020.300000', '094020.760000', '094021.220000', '094021.680000', '094022.140000', '094022.600000', '094023.060000', '094023.520000', '094023.980000', '094024.440000', '094024.900000', '094025.360000', '094025.820000', '094026.280000', '094026.740000', '094027.200000', '094027.660000', '094028.120000', '094028.580000', '094029.040000', '094029.500000', '094029.960000', '094030.420000', '094030.880000', '094031.340000', '094031.800000', '094032.260000', '094032.720000', '094033.180000', '094033.640000', '094034.100000', '094034.560000', '094035.020000', '094035.480000', '094035.940000', '094036.400000', '094036.860000', '094037.320000', '094037.780000', '094038.240000', '094038.700000', '094039.160000', '094039.620000', '094040.080000', '094040.540000', '094041.000000', '094041.460000', '094041.920000', '094042.380000', '094042.840000', '094043.300000', '094043.760000', '094044.220000', '094044.680000', '094045.140000', '094045.600000', '094046.060000', '094046.520000', '094046.980000', '094047.440000', '094047.900000', '094048.360000', '094048.820000', '094049.280000', '094049.740000', '094050.200000', '094050.660000', '094051.120000', '094051.580000', '094052.040000', '094052.500000', '094052.960000', '094053.420000', '094053.880000', '094054.340000', '094054.800000', '094055.260000', '094055.720000', '094056.180000', '094056.640000', '094057.100000', '094057.560000', '094058.020000', '094058.480000', '094058.940000', '094059.400000', '094059.860000', '094100.320000', '094100.780000', '094101.240000', '094101.700000', '094102.160000', '094102.620000', '094103.080000', '094103.540000', '094104.000000', '094104.460000', '094104.920000', '094105.380000', '094105.840000', '094106.300000', '094106.760000', '094107.220000', '094107.680000', '094108.140000', '094108.600000', '094109.060000', '094109.520000', '094109.980000', '094110.440000', '094110.900000', '094111.360000', '094111.820000', '094112.280000', '094112.740000', '094113.200000', '094113.660000', '094114.120000', '094114.580000', '094115.040000', '094115.500000', '094115.960000', '094116.420000', '094116.880000', '094117.340000', '094117.800000', '094118.260000', '094118.720000', '094119.180000', '094119.640000', '094120.100000', '094120.560000', '094121.020000', '094121.480000', '094121.940000', '094122.400000', '094122.860000', '094123.320000', '094123.780000', '094124.240000', '094124.700000', '094125.160000', '094125.620000', '094126.080000', '094126.540000', '094127.000000', '094127.460000', '094127.920000', '094128.380000', '094128.840000', '094129.300000', '094129.760000', '094130.220000', '094130.680000', '094131.140000', '094131.600000', '094132.060000', '094132.520000', '094132.980000', '094133.440000', '094133.900000', '094134.360000', '094134.820000', '094135.280000', '094135.740000', '094136.200000', '094136.660000', '094137.120000', '094137.580000', '094138.040000', '094138.500000', '094138.960000', '094139.420000', '094139.880000', '094140.340000', '094140.800000', '094141.260000', '094141.720000', '094142.180000', '094142.640000', '094143.100000', '094143.560000', '094144.020000', '094144.480000', '094144.940000', '094145.400000', '094145.860000', '094146.320000', '094146.780000', '094147.240000', '094147.700000', '094148.160000', '094148.620000', '094149.080000', '094149.540000', '094150.000000', '094150.460000', '094150.920000', '094151.380000', '094151.840000', '094152.300000', '094152.760000', '094153.220000', '094153.680000', '094154.140000', '094154.600000', '094155.060000', '094155.520000', '094155.980000', '094156.440000', '094156.900000', '094157.360000', '094157.820000', '094158.280000', '094158.740000', '094159.200000', '094159.660000', '094200.120000', '094200.580000', '094201.040000', '094201.500000', '094201.960000', '094202.420000', '094202.880000', '094203.340000', '094203.800000', '094204.260000', '094204.720000', '094205.180000', '094205.640000', '094206.100000', '094206.560000', '094207.020000', '094207.480000', '094207.940000', '094208.400000', '094208.860000', '094209.320000', '094209.780000', '094210.240000', '094210.700000', '094211.160000', '094211.620000', '094212.080000', '094212.540000', '094213.000000', '094213.460000', '094213.920000', '094214.380000', '094214.840000', '094215.300000', '094215.760000', '094216.220000', '094216.680000', '094217.140000', '094217.600000', '094218.060000', '094218.520000', '094218.980000', '094219.440000', '094219.900000', '094220.360000', '094220.820000', '094221.280000', '094221.740000', '094222.200000', '094222.660000', '094223.120000', '094223.580000', '094224.040000', '094224.500000', '094224.960000', '094225.420000', '094225.880000', '094226.340000', '094226.800000', '094227.260000', '094227.720000', '094228.180000', '094228.640000', '094229.100000', '094229.560000', '094230.020000', '094230.480000', '094230.940000', '094231.400000', '094231.860000', '094232.320000', '094232.780000', '094233.240000', '094233.700000', '094234.160000', '094234.620000', '094235.080000', '094235.540000', '094236.000000', '094236.460000', '094236.920000', '094237.380000', '094237.840000', '094238.300000', '094238.760000', '094239.220000', '094239.680000', '094240.140000', '094240.600000', '094241.060000', '094241.520000', '094241.980000', '094242.440000', '094242.900000', '094243.360000', '094243.820000', '094244.280000', '094244.740000', '094245.200000', '094245.660000', '094246.120000', '094246.580000', '094247.040000', '094247.500000', '094247.960000', '094248.420000', '094248.880000', '094249.340000', '094249.800000', '094250.260000', '094250.720000', '094251.180000', '094251.640000', '094252.100000', '094252.560000', '094253.020000', '094253.480000', '094253.940000', '094254.400000', '094254.860000', '094255.320000', '094255.780000', '094256.240000', '094256.700000', '094257.160000', '094257.620000', '094258.080000', '094258.540000', '094259.000000', '094259.460000', '094259.920000', '094300.380000', '094300.840000', '094301.300000', '094301.760000', '094302.220000', '094302.680000', '094303.140000', '094303.600000', '094304.060000', '094304.520000', '094304.980000', '094305.440000', '094305.900000', '094306.360000', '094306.820000', '094307.280000', '094307.740000', '094308.200000', '094308.660000', '094309.120000', '094309.580000', '094310.040000', '094310.500000', '094310.960000', '094311.420000', '094311.880000', '094312.340000', '094312.800000', '094313.260000', '094313.720000', '094314.180000', '094314.640000', '094315.100000', '094315.560000', '094316.020000', '094316.480000', '094316.940000', '094317.400000', '094317.860000', '094318.320000', '094318.780000', '094319.240000', '094319.700000', '094320.160000', '094320.620000', '094321.080000', '094321.540000', '094322.000000', '094322.460000', '094322.920000', '094323.380000', '094323.840000', '094324.300000', '094324.760000', '094325.220000', '094325.680000', '094326.140000', '094326.600000', '094327.060000', '094327.520000', '094327.980000', '094328.440000', '094328.900000', '094329.360000', '094329.820000', '094330.280000', '094330.740000', '094331.200000', '094331.660000', '094332.120000', '094332.580000', '094333.040000', '094333.500000', '094333.960000', '094334.420000', '094334.880000', '094335.340000', '094335.800000', '094336.260000', '094336.720000', '094337.180000', '094337.640000', '094338.100000', '094338.560000', '094339.020000', '094339.480000', '094339.940000', '094340.400000', '094340.860000', '094341.320000', '094341.780000', '094342.240000', '094342.700000', '094343.160000', '094343.620000', '094344.080000', '094344.540000', '094345.000000', '094345.460000', '094345.920000', '094346.380000', '094346.840000', '094347.300000', '094347.760000', '094348.220000', '094348.680000', '094349.140000', '094349.600000', '094350.060000', '094350.520000', '094350.980000', '094351.440000', '094351.900000', '094352.360000', '094352.820000', '094353.280000', '094353.740000', '094354.200000', '094354.660000', '094355.120000', '094355.580000', '094356.040000', '094356.500000', '094356.960000', '094357.420000', '094357.880000', '094358.340000', '094358.800000', '094359.260000', '094359.720000', '094400.180000', '094400.640000', '094401.100000', '094401.560000', '094402.020000', '094402.480000', '094402.940000', '094403.400000', '094403.860000', '094404.320000', '094404.780000', '094405.240000', '094405.700000', '094406.160000', '094406.620000', '094407.080000', '094407.540000', '094408.000000', '094408.460000', '094408.920000', '094409.380000', '094409.840000', '094410.300000', '094410.760000', '094411.220000', '094411.680000', '094412.140000', '094412.600000', '094413.060000', '094413.520000', '094413.980000', '094414.440000', '094414.900000', '094415.360000', '094415.820000', '094416.280000', '094416.740000', '094417.200000', '094417.660000', '094418.120000', '094418.580000', '094419.040000', '094419.500000', '094419.960000', '094420.420000', '094420.880000', '094421.340000', '094421.800000', '094422.260000', '094422.720000', '094423.180000', '094423.640000', '094424.100000', '094424.560000', '094425.020000', '094425.480000', '094425.940000', '094426.400000', '094426.860000', '094427.320000', '094427.780000', '094428.240000', '094428.700000', '094429.160000', '094429.620000', '094430.080000', '094430.540000', '094431.000000', '094431.460000', '094431.920000', '094432.380000', '094432.840000', '094433.300000', '094433.760000', '094434.220000', '094434.680000', '094435.140000', '094435.600000', '094436.060000', '094436.520000', '094436.980000', '094437.440000', '094437.900000', '094438.360000', '094438.820000', '094439.280000', '094439.740000', '094440.200000', '094440.660000', '094441.120000', '094441.580000', '094442.040000', '094442.500000', '094442.960000', '094443.420000', '094443.880000', '094444.340000', '094444.800000', '094445.260000', '094445.720000', '094446.180000', '094446.640000', '094447.100000', '094447.560000', '094448.020000', '094448.480000', '094448.940000', '094449.400000', '094449.860000', '094450.320000', '094450.780000', '094451.240000', '094451.700000', '094452.160000', '094452.620000', '094453.080000', '094453.540000', '094454.000000', '094454.460000', '094454.920000', '094455.380000', '094455.840000', '094456.300000', '094456.760000', '094457.220000', '094457.680000', '094458.140000', '094458.600000', '094459.060000', '094459.520000', '094459.980000', '094500.440000', '094500.900000', '094501.360000', '094501.820000', '094502.280000', '094502.740000', '094503.200000', '094503.660000', '094504.120000', '094504.580000', '094505.040000', '094505.500000', '094505.960000', '094506.420000', '094506.880000', '094507.340000', '094507.800000', '094508.260000', '094508.720000', '094509.180000', '094509.640000', '094510.100000', '094510.560000', '094511.020000', '094511.480000', '094511.940000', '094512.400000', '094512.860000', '094513.320000', '094513.780000', '094514.240000', '094514.700000', '094515.160000', '094515.620000', '094516.080000', '094516.540000', '094517.000000', '094517.460000', '094517.920000', '094518.380000', '094518.840000', '094519.300000', '094519.760000', '094520.220000', '094520.680000', '094521.140000', '094521.600000', '094522.060000', '094522.520000', '094522.980000', '094523.440000', '094523.900000', '094524.360000', '094524.820000', '094525.280000', '094525.740000', '094526.200000', '094526.660000', '094527.120000', '094527.580000', '094528.040000', '094528.500000', '094528.960000', '094529.420000', '094529.880000', '094530.340000', '094530.800000', '094531.260000', '094531.720000', '094532.180000', '094532.640000', '094533.100000', '094533.560000', '094534.020000', '094534.480000', '094534.940000', '094535.400000', '094535.860000', '094536.320000', '094536.780000', '094537.240000', '094537.700000', '094538.160000', '094538.620000', '094539.080000', '094539.540000', '094540.000000', '094540.460000', '094540.920000', '094541.380000', '094541.840000', '094542.300000', '094542.760000', '094543.220000', '094543.680000', '094544.140000', '094544.600000', '094545.060000', '094545.520000', '094545.980000', '094546.440000', '094546.900000', '094547.360000', '094547.820000', '094548.280000', '094548.740000', '094549.200000', '094549.660000', '094550.120000', '094550.580000', '094551.040000', '094551.500000', '094551.960000', '094552.420000', '094552.880000', '094553.340000', '094553.800000', '094554.260000', '094554.720000', '094555.180000', '094555.640000', '094556.100000', '094556.560000', '094557.020000', '094557.480000', '094557.940000', '094558.400000', '094558.860000', '094559.320000', '094559.780000', '094600.240000', '094600.700000', '094601.160000', '094601.620000', '094602.080000', '094602.540000', '094603.000000', '094603.460000', '094603.920000', '094604.380000', '094604.840000', '094605.300000', '094605.760000', '094606.220000', '094606.680000', '094607.140000', '094607.600000', '094608.060000', '094608.520000', '094608.980000', '094609.440000', '094609.900000', '094610.360000', '094610.820000', '094611.280000', '094611.740000', '094612.200000', '094612.660000', '094613.120000', '094613.580000', '094614.040000', '094614.500000', '094614.960000', '094615.420000', '094615.880000', '094616.340000', '094616.800000', '094617.260000', '094617.720000', '094618.180000', '094618.640000', '094619.100000', '094619.560000', '094620.020000', '094620.480000', '094620.940000', '094621.400000', '094621.860000', '094622.320000', '094622.780000', '094623.240000', '094623.700000', '094624.160000', '094624.620000', '094625.080000', '094625.540000', '094626.000000', '094626.460000', '094626.920000', '094627.380000', '094627.840000', '094628.300000', '094628.760000', '094629.220000', '094629.680000', '094630.140000', '094630.600000', '094631.060000', '094631.520000', '094631.980000', '094632.440000', '094632.900000', '094633.360000', '094633.820000', '094634.280000', '094634.740000', '094635.200000', '094635.660000', '094636.120000', '094636.580000', '094637.040000', '094637.500000', '094637.960000', '094638.420000', '094638.880000', '094639.340000', '094639.800000', '094640.260000', '094640.720000', '094641.180000', '094641.640000', '094642.100000', '094642.560000', '094643.020000', '094643.480000', '094643.940000', '094644.400000', '094644.860000', '094645.320000', '094645.780000', '094646.240000', '094646.700000', '094647.160000', '094647.620000', '094648.080000', '094648.540000', '094649.000000', '094649.460000', '094649.920000', '094650.380000', '094650.840000', '094651.300000', '094651.760000', '094652.220000', '094652.680000', '094653.140000', '094653.600000', '094654.060000', '094654.520000', '094654.980000', '094655.440000', '094655.900000', '094656.360000', '094656.820000', '094657.280000', '094657.740000', '094658.200000', '094658.660000', '094659.120000', '094659.580000', '094700.040000', '094700.500000', '094700.960000', '094701.420000', '094701.880000', '094702.340000', '094702.800000', '094703.260000', '094703.720000', '094704.180000', '094704.640000', '094705.100000', '094705.560000', '094706.020000', '094706.480000', '094706.940000', '094707.400000', '094707.860000', '094708.320000', '094708.780000', '094709.240000', '094709.700000', '094710.160000', '094710.620000', '094711.080000', '094711.540000', '094712.000000', '094712.460000', '094712.920000', '094713.380000'], 'ContentTime': ['093924.895000', '093924.902000', '093924.905000', '093924.907000', '093924.910000', '093924.912000', '093924.915000', '093924.917000', '093924.920000', '093924.923000', '093924.925000', '093924.928000', '093924.930000', '093924.933000', '093924.935000', '093924.938000', '093924.940000', '093924.943000', '093924.945000', '093924.948000', '093924.950000', '093924.953000', '093924.955000', '093924.958000', '093924.960000', '093924.963000', '093924.965000', '093924.968000', '093924.971000', '093924.973000', '093924.976000', '093924.978000', '093924.981000', '093924.983000', '093924.986000', '093924.989000', '093924.991000', '093925.004000', '093925.006000', '093925.009000', '093925.011000', '093925.014000', '093925.016000', '093925.019000', '093925.021000', '093925.024000', '093925.026000', '093925.029000', '093925.032000', '093925.034000', '093944.830000', '093944.833000', '093944.836000', '093944.838000', '093944.841000', '093944.844000', '093944.846000', '093944.849000', '093944.851000', '093944.854000', '093944.856000', '093944.859000', '093944.862000', '093944.865000', '093944.868000', '093944.871000', '093944.873000', '093944.876000', '093944.879000', '093944.881000', '093944.884000', '093944.886000', '093944.889000', '093944.891000', '093944.894000', '093944.896000', '093944.899000', '093944.901000', '093944.904000', '093944.906000', '093944.909000', '093944.930000', '093944.933000', '093944.935000', '093944.938000', '093944.941000', '093944.943000', '093944.946000', '093944.948000', '093944.951000', '093944.953000', '093944.956000', '093944.958000', '094004.830000', '094004.833000', '094004.836000', '094004.838000', '094004.841000', '094004.843000', '094004.846000', '094004.849000', '094004.851000', '094004.854000', '094004.856000', '094004.859000', '094004.861000', '094004.864000', '094004.866000', '094004.874000', '094004.876000', '094004.879000', '094004.882000', '094004.884000', '094004.887000', '094004.889000', '094004.892000', '094004.894000', '094004.897000', '094004.899000', '094004.902000', '094004.904000', '094004.907000', '094004.910000', '094004.912000', '094004.915000', '094004.917000', '094004.920000', '094004.922000', '094004.925000', '094004.928000', '094004.930000', '094004.933000', '094004.935000', '094004.938000', '094004.940000', '094004.943000', '094004.945000', '094024.831000', '094024.836000', '094024.839000', '094024.841000', '094024.844000', '094024.846000', '094024.849000', '094024.852000', '094024.854000', '094024.857000', '094024.860000', '094024.862000', '094024.865000', '094024.867000', '094024.870000', '094024.872000', '094024.875000', '094024.877000', '094024.880000', '094024.883000', '094024.885000', '094024.888000', '094024.890000', '094024.893000', '094024.895000', '094024.898000', '094024.900000', '094024.903000', '094024.906000', '094024.908000', '094024.911000', '094024.913000', '094024.938000', '094024.940000', '094024.943000', '094024.945000', '094024.948000', '094024.950000', '094024.953000', '094024.955000', '094024.958000', '094024.960000', '094024.963000', '094024.966000', '094044.830000', '094044.833000', '094044.836000', '094044.838000', '094044.841000', '094044.844000', '094044.846000', '094044.849000', '094044.851000', '094044.854000', '094044.856000', '094044.859000', '094044.861000', '094044.864000', '094044.867000', '094044.869000', '094044.872000', '094044.874000', '094044.877000', '094044.879000', '094044.882000', '094044.884000', '094044.887000', '094044.890000', '094044.892000', '094044.895000', '094044.904000', '094044.907000', '094044.909000', '094044.912000', '094044.915000', '094044.917000', '094044.920000', '094044.922000', '094044.925000', '094044.928000', '094044.930000', '094044.933000', '094044.935000', '094044.938000', '094044.940000', '094044.943000', '094044.945000', '094104.833000', '094104.836000', '094104.838000', '094104.841000', '094104.844000', '094104.846000', '094104.853000', '094104.855000', '094104.858000', '094104.860000', '094104.863000', '094104.865000', '094104.868000', '094104.871000', '094104.873000', '094104.876000', '094104.878000', '094104.881000', '094104.884000', '094104.886000', '094104.889000', '094104.891000', '094104.894000', '094104.897000', '094104.899000', '094104.902000', '094104.904000', '094104.907000', '094104.909000', '094104.912000', '094104.914000', '094104.917000', '094104.920000', '094104.922000', '094104.925000', '094104.927000', '094104.930000', '094104.933000', '094104.935000', '094104.938000', '094104.940000', '094104.943000', '094104.945000', '094104.948000', '094124.831000', '094124.833000', '094124.836000', '094124.838000', '094124.841000', '094124.844000', '094124.846000', '094124.849000', '094124.851000', '094124.854000', '094124.856000', '094124.859000', '094124.862000', '094124.864000', '094124.867000', '094124.869000', '094124.872000', '094124.875000', '094124.877000', '094124.880000', '094124.882000', '094124.885000', '094124.887000', '094124.890000', '094124.892000', '094124.895000', '094124.897000', '094124.900000', '094124.903000', '094124.905000', '094124.908000', '094124.910000', '094124.913000', '094124.916000', '094124.918000', '094124.921000', '094124.923000', '094124.926000', '094124.929000', '094124.932000', '094124.934000', '094124.937000', '094124.939000', '094144.831000', '094144.833000', '094144.836000', '094144.839000', '094144.842000', '094144.845000', '094144.848000', '094144.850000', '094144.853000', '094144.855000', '094144.858000', '094144.860000', '094144.863000', '094144.866000', '094144.868000', '094144.871000', '094144.873000', '094144.876000', '094144.878000', '094144.881000', '094144.884000', '094144.886000', '094144.889000', '094144.891000', '094144.894000', '094144.896000', '094144.899000', '094144.902000', '094144.904000', '094144.907000', '094144.909000', '094144.912000', '094144.914000', '094144.917000', '094144.920000', '094144.922000', '094144.925000', '094144.927000', '094144.930000', '094144.932000', '094144.935000', '094144.938000', '094144.940000', '094204.830000', '094204.833000', '094204.836000', '094204.838000', '094204.841000', '094204.843000', '094204.846000', '094204.849000', '094204.851000', '094204.854000', '094204.856000', '094204.859000', '094204.861000', '094204.864000', '094204.867000', '094204.869000', '094204.872000', '094204.874000', '094204.877000', '094204.879000', '094204.882000', '094204.885000', '094204.887000', '094204.890000', '094204.892000', '094204.895000', '094204.897000', '094204.900000', '094204.945000', '094204.948000', '094204.950000', '094204.953000', '094204.955000', '094204.958000', '094204.960000', '094204.963000', '094204.965000', '094204.968000', '094204.971000', '094204.973000', '094204.976000', '094204.978000', '094204.981000', '094204.983000', '094224.830000', '094224.833000', '094224.836000', '094224.838000', '094224.841000', '094224.844000', '094224.846000', '094224.849000', '094224.851000', '094224.854000', '094224.856000', '094224.859000', '094224.862000', '094224.864000', '094224.875000', '094224.878000', '094224.880000', '094224.883000', '094224.885000', '094224.888000', '094224.890000', '094224.893000', '094224.896000', '094224.898000', '094224.901000', '094224.903000', '094224.906000', '094224.908000', '094224.911000', '094224.914000', '094224.916000', '094224.919000', '094224.921000', '094224.924000', '094224.927000', '094224.929000', '094224.932000', '094224.934000', '094224.937000', '094224.940000', '094224.942000', '094224.945000', '094224.947000', '094244.831000', '094244.833000', '094244.836000', '094244.838000', '094244.841000', '094244.844000', '094244.846000', '094244.849000', '094244.851000', '094244.854000', '094244.856000', '094244.859000', '094244.862000', '094244.864000', '094244.867000', '094244.869000', '094244.872000', '094244.875000', '094244.877000', '094244.880000', '094244.882000', '094244.885000', '094244.887000', '094244.890000', '094244.893000', '094244.895000', '094244.898000', '094244.900000', '094244.903000', '094244.905000', '094244.908000', '094244.910000', '094244.913000', '094244.916000', '094244.918000', '094244.921000', '094244.923000', '094244.926000', '094244.928000', '094244.931000', '094244.933000', '094244.936000', '094244.938000', '094244.941000', '094304.831000', '094304.834000', '094304.836000', '094304.839000', '094304.841000', '094304.844000', '094304.846000', '094304.849000', '094304.851000', '094304.854000', '094304.857000', '094304.859000', '094304.862000', '094304.864000', '094304.867000', '094304.870000', '094304.872000', '094304.875000', '094304.878000', '094304.881000', '094304.883000', '094304.886000', '094304.888000', '094304.891000', '094304.894000', '094304.896000', '094304.899000', '094304.902000', '094304.904000', '094304.907000', '094304.909000', '094304.912000', '094304.914000', '094304.917000', '094304.919000', '094304.925000', '094304.928000', '094304.930000', '094304.933000', '094304.935000', '094304.938000', '094304.940000', '094304.943000', '094324.831000', '094324.834000', '094324.837000', '094324.839000', '094324.842000', '094324.845000', '094324.847000', '094324.850000', '094324.852000', '094324.855000', '094324.858000', '094324.860000', '094324.863000', '094324.865000', '094324.868000', '094324.870000', '094324.873000', '094324.875000', '094324.878000', '094324.881000', '094324.883000', '094324.886000', '094324.888000', '094324.891000', '094324.894000', '094324.896000', '094324.899000', '094324.901000', '094324.904000', '094324.906000', '094324.909000', '094324.912000', '094324.914000', '094324.917000', '094324.919000', '094324.922000', '094324.924000', '094324.927000', '094324.929000', '094324.932000', '094324.935000', '094324.937000', '094324.940000', '094324.942000', '094344.831000', '094344.834000', '094344.836000', '094344.839000', '094344.841000', '094344.844000', '094344.847000', '094344.849000', '094344.852000', '094344.878000', '094344.881000', '094344.883000', '094344.886000', '094344.889000', '094344.891000', '094344.894000', '094344.896000', '094344.899000', '094344.901000', '094344.904000', '094344.907000', '094344.909000', '094344.913000', '094344.917000', '094344.919000', '094344.922000', '094344.925000', '094344.927000', '094344.930000', '094344.932000', '094344.935000', '094344.938000', '094344.940000', '094344.943000', '094344.945000', '094344.949000', '094344.952000', '094344.955000', '094344.958000', '094344.960000', '094344.963000', '094344.966000', '094344.968000', '094404.830000', '094404.833000', '094404.836000', '094404.839000', '094404.841000', '094404.844000', '094404.846000', '094404.849000', '094404.852000', '094404.854000', '094404.857000', '094404.859000', '094404.862000', '094404.864000', '094404.867000', '094404.870000', '094404.872000', '094404.875000', '094404.877000', '094404.880000', '094404.882000', '094404.885000', '094404.888000', '094404.890000', '094404.893000', '094404.895000', '094404.898000', '094404.901000', '094404.903000', '094404.906000', '094404.908000', '094404.911000', '094404.913000', '094404.916000', '094404.919000', '094404.921000', '094404.924000', '094404.926000', '094404.929000', '094404.932000', '094404.934000', '094404.937000', '094404.939000', '094404.942000', '094424.831000', '094424.833000', '094424.836000', '094424.839000', '094424.841000', '094424.844000', '094424.847000', '094424.849000', '094424.852000', '094424.854000', '094424.857000', '094424.859000', '094424.862000', '094424.865000', '094424.867000', '094424.870000', '094424.872000', '094424.875000', '094424.878000', '094424.880000', '094424.883000', '094424.885000', '094424.888000', '094424.890000', '094424.893000', '094424.896000', '094424.899000', '094424.902000', '094424.905000', '094424.908000', '094424.910000', '094424.913000', '094424.916000', '094424.918000', '094424.921000', '094424.923000', '094424.926000', '094424.929000', '094424.931000', '094424.934000', '094424.936000', '094424.939000', '094424.941000', '094444.831000', '094444.833000', '094444.842000', '094444.845000', '094444.847000', '094444.850000', '094444.852000', '094444.855000', '094444.858000', '094444.860000', '094444.863000', '094444.865000', '094444.868000', '094444.871000', '094444.882000', '094444.884000', '094444.887000', '094444.889000', '094444.892000', '094444.895000', '094444.897000', '094444.900000', '094444.904000', '094444.907000', '094444.909000', '094444.912000', '094444.914000', '094444.917000', '094444.919000', '094444.922000', '094444.925000', '094444.927000', '094444.930000', '094444.932000', '094444.935000', '094444.937000', '094444.940000', '094444.942000', '094444.945000', '094444.948000', '094444.950000', '094444.953000', '094444.955000', '094444.958000', '094504.830000', '094504.833000', '094504.836000', '094504.838000', '094504.841000', '094504.844000', '094504.846000', '094504.849000', '094504.851000', '094504.854000', '094504.856000', '094504.859000', '094504.862000', '094504.864000', '094504.867000', '094504.869000', '094504.872000', '094504.874000', '094504.877000', '094504.879000', '094504.893000', '094504.896000', '094504.898000', '094504.901000', '094504.903000', '094504.906000', '094504.908000', '094504.911000', '094504.913000', '094504.916000', '094504.918000', '094504.921000', '094504.924000', '094504.926000', '094504.929000', '094504.931000', '094504.934000', '094504.936000', '094504.939000', '094504.942000', '094504.944000', '094504.947000', '094504.949000', '094524.831000', '094524.833000', '094524.836000', '094524.839000', '094524.841000', '094524.844000', '094524.846000', '094524.849000', '094524.851000', '094524.854000', '094524.856000', '094524.859000', '094524.862000', '094524.864000', '094524.867000', '094524.869000', '094524.872000', '094524.875000', '094524.877000', '094524.880000', '094524.882000', '094524.885000', '094524.887000', '094524.890000', '094524.892000', '094524.895000', '094524.898000', '094524.900000', '094524.903000', '094524.906000', '094524.908000', '094524.911000', '094524.913000', '094524.916000', '094524.918000', '094524.921000', '094524.924000', '094524.926000', '094524.929000', '094524.931000', '094524.934000', '094524.936000', '094524.939000', '094524.941000', '094544.831000', '094544.834000', '094544.837000', '094544.839000', '094544.842000', '094544.844000', '094544.847000', '094544.850000', '094544.852000', '094544.855000', '094544.857000', '094544.860000', '094544.862000', '094544.865000', '094544.868000', '094544.870000', '094544.873000', '094544.876000', '094544.878000', '094544.881000', '094544.883000', '094544.886000', '094544.888000', '094544.891000', '094544.894000', '094544.896000', '094544.899000', '094544.901000', '094544.904000', '094544.907000', '094544.909000', '094544.912000', '094544.914000', '094544.917000', '094544.920000', '094544.922000', '094544.925000', '094544.927000', '094544.930000', '094544.932000', '094544.935000', '094544.938000', '094544.940000', '094604.831000', '094604.833000', '094604.836000', '094604.839000', '094604.841000', '094604.844000', '094604.846000', '094604.849000', '094604.851000', '094604.854000', '094604.857000', '094604.859000', '094604.862000', '094604.864000', '094604.867000', '094604.869000', '094604.872000', '094604.875000', '094604.877000', '094604.880000', '094604.883000', '094604.885000', '094604.888000', '094604.890000', '094604.893000', '094604.895000', '094604.898000', '094604.900000', '094604.903000', '094604.906000', '094604.908000', '094604.911000', '094604.913000', '094604.916000', '094604.918000', '094604.921000', '094604.924000', '094604.926000', '094604.929000', '094604.931000', '094604.934000', '094604.936000', '094604.939000', '094604.941000', '094624.830000', '094624.833000', '094624.836000', '094624.838000', '094624.841000', '094624.843000', '094624.846000', '094624.849000', '094624.851000', '094624.854000', '094624.856000', '094624.859000', '094624.862000', '094624.864000', '094624.867000', '094624.869000', '094624.889000', '094624.892000', '094624.894000', '094624.897000', '094624.899000', '094624.902000', '094624.904000', '094624.907000', '094624.910000', '094624.912000', '094624.915000', '094624.917000', '094624.920000', '094624.922000', '094624.925000', '094624.928000', '094624.930000', '094624.933000', '094624.935000', '094624.938000', '094624.940000', '094624.943000', '094624.946000', '094624.948000', '094624.952000', '094624.955000', '094624.958000', '094644.831000', '094644.833000', '094644.836000', '094644.839000', '094644.841000', '094644.844000', '094644.846000', '094644.849000', '094644.852000', '094644.854000', '094644.857000', '094644.859000', '094644.862000', '094644.864000', '094644.867000', '094644.870000', '094644.872000', '094644.875000', '094644.877000', '094644.880000', '094644.882000', '094644.885000', '094644.888000', '094644.890000', '094644.893000', '094644.895000', '094644.898000', '094644.901000', '094644.903000', '094644.906000', '094644.908000', '094644.911000', '094644.913000', '094644.916000', '094644.918000', '094644.921000', '094644.924000', '094644.926000', '094644.929000', '094644.931000', '094644.934000', '094644.936000', '094644.939000', '094644.942000', '094704.830000', '094704.833000', '094704.836000', '094704.838000', '094704.841000', '094704.843000', '094704.846000', '094704.849000', '094704.851000', '094704.854000', '094704.856000', '094704.859000', '094704.861000', '094704.864000', '094704.867000', '094704.869000', '094704.872000', '094704.874000', '094704.877000', '094704.880000', '094704.882000', '094704.885000', '094704.887000', '094704.890000', '094704.892000', '094704.895000', '094704.898000', '094704.900000', '094704.903000', '094704.905000', '094704.908000', '094704.910000', '094704.913000', '094704.916000', '094704.918000', '094704.921000', '094704.923000', '094704.926000', '094704.928000', '094704.931000', '094704.934000', '094704.936000', '094704.939000', '094715.076000', '094715.080000', '094715.083000', '094715.086000', '094715.089000', '094715.091000', '094715.094000', '094715.097000', '094715.100000', '094715.103000', '094715.105000', '094715.109000', '094715.111000', '094715.114000', '094715.117000', '094715.119000', '094715.122000', '094715.125000', '094715.127000', '094715.130000', '094715.132000', '094715.135000', '094715.147000'], 'InstanceCreationTime': ['093924.895000', '093924.902000', '093924.905000', '093924.907000', '093924.910000', '093924.912000', '093924.915000', '093924.917000', '093924.920000', '093924.923000', '093924.925000', '093924.928000', '093924.930000', '093924.933000', '093924.935000', '093924.938000', '093924.940000', '093924.943000', '093924.945000', '093924.948000', '093924.950000', '093924.953000', '093924.955000', '093924.958000', '093924.960000', '093924.963000', '093924.965000', '093924.968000', '093924.971000', '093924.973000', '093924.976000', '093924.978000', '093924.981000', '093924.983000', '093924.986000', '093924.989000', '093924.991000', '093925.004000', '093925.006000', '093925.009000', '093925.011000', '093925.014000', '093925.016000', '093925.019000', '093925.021000', '093925.024000', '093925.026000', '093925.029000', '093925.032000', '093925.034000', '093944.830000', '093944.833000', '093944.836000', '093944.838000', '093944.841000', '093944.844000', '093944.846000', '093944.849000', '093944.851000', '093944.854000', '093944.856000', '093944.859000', '093944.862000', '093944.865000', '093944.868000', '093944.871000', '093944.873000', '093944.876000', '093944.879000', '093944.881000', '093944.884000', '093944.886000', '093944.889000', '093944.891000', '093944.894000', '093944.896000', '093944.899000', '093944.901000', '093944.904000', '093944.906000', '093944.909000', '093944.930000', '093944.933000', '093944.935000', '093944.938000', '093944.941000', '093944.943000', '093944.946000', '093944.948000', '093944.951000', '093944.953000', '093944.956000', '093944.958000', '094004.830000', '094004.833000', '094004.836000', '094004.838000', '094004.841000', '094004.843000', '094004.846000', '094004.849000', '094004.851000', '094004.854000', '094004.856000', '094004.859000', '094004.861000', '094004.864000', '094004.866000', '094004.874000', '094004.876000', '094004.879000', '094004.882000', '094004.884000', '094004.887000', '094004.889000', '094004.892000', '094004.894000', '094004.897000', '094004.899000', '094004.902000', '094004.904000', '094004.907000', '094004.910000', '094004.912000', '094004.915000', '094004.917000', '094004.920000', '094004.922000', '094004.925000', '094004.928000', '094004.930000', '094004.933000', '094004.935000', '094004.938000', '094004.940000', '094004.943000', '094004.945000', '094024.831000', '094024.836000', '094024.839000', '094024.841000', '094024.844000', '094024.846000', '094024.849000', '094024.852000', '094024.854000', '094024.857000', '094024.860000', '094024.862000', '094024.865000', '094024.867000', '094024.870000', '094024.872000', '094024.875000', '094024.877000', '094024.880000', '094024.883000', '094024.885000', '094024.888000', '094024.890000', '094024.893000', '094024.895000', '094024.898000', '094024.900000', '094024.903000', '094024.906000', '094024.908000', '094024.911000', '094024.913000', '094024.938000', '094024.940000', '094024.943000', '094024.945000', '094024.948000', '094024.950000', '094024.953000', '094024.955000', '094024.958000', '094024.960000', '094024.963000', '094024.966000', '094044.830000', '094044.833000', '094044.836000', '094044.838000', '094044.841000', '094044.844000', '094044.846000', '094044.849000', '094044.851000', '094044.854000', '094044.856000', '094044.859000', '094044.861000', '094044.864000', '094044.867000', '094044.869000', '094044.872000', '094044.874000', '094044.877000', '094044.879000', '094044.882000', '094044.884000', '094044.887000', '094044.890000', '094044.892000', '094044.895000', '094044.904000', '094044.907000', '094044.909000', '094044.912000', '094044.915000', '094044.917000', '094044.920000', '094044.922000', '094044.925000', '094044.928000', '094044.930000', '094044.933000', '094044.935000', '094044.938000', '094044.940000', '094044.943000', '094044.945000', '094104.833000', '094104.836000', '094104.838000', '094104.841000', '094104.844000', '094104.846000', '094104.853000', '094104.855000', '094104.858000', '094104.860000', '094104.863000', '094104.865000', '094104.868000', '094104.871000', '094104.873000', '094104.876000', '094104.878000', '094104.881000', '094104.884000', '094104.886000', '094104.889000', '094104.891000', '094104.894000', '094104.897000', '094104.899000', '094104.902000', '094104.904000', '094104.907000', '094104.909000', '094104.912000', '094104.914000', '094104.917000', '094104.920000', '094104.922000', '094104.925000', '094104.927000', '094104.930000', '094104.933000', '094104.935000', '094104.938000', '094104.940000', '094104.943000', '094104.945000', '094104.948000', '094124.831000', '094124.833000', '094124.836000', '094124.838000', '094124.841000', '094124.844000', '094124.846000', '094124.849000', '094124.851000', '094124.854000', '094124.856000', '094124.859000', '094124.862000', '094124.864000', '094124.867000', '094124.869000', '094124.872000', '094124.875000', '094124.877000', '094124.880000', '094124.882000', '094124.885000', '094124.887000', '094124.890000', '094124.892000', '094124.895000', '094124.897000', '094124.900000', '094124.903000', '094124.905000', '094124.908000', '094124.910000', '094124.913000', '094124.916000', '094124.918000', '094124.921000', '094124.923000', '094124.926000', '094124.929000', '094124.932000', '094124.934000', '094124.937000', '094124.939000', '094144.831000', '094144.833000', '094144.836000', '094144.839000', '094144.842000', '094144.845000', '094144.848000', '094144.850000', '094144.853000', '094144.855000', '094144.858000', '094144.860000', '094144.863000', '094144.866000', '094144.868000', '094144.871000', '094144.873000', '094144.876000', '094144.878000', '094144.881000', '094144.884000', '094144.886000', '094144.889000', '094144.891000', '094144.894000', '094144.896000', '094144.899000', '094144.902000', '094144.904000', '094144.907000', '094144.909000', '094144.912000', '094144.914000', '094144.917000', '094144.920000', '094144.922000', '094144.925000', '094144.927000', '094144.930000', '094144.932000', '094144.935000', '094144.938000', '094144.940000', '094204.830000', '094204.833000', '094204.836000', '094204.838000', '094204.841000', '094204.843000', '094204.846000', '094204.849000', '094204.851000', '094204.854000', '094204.856000', '094204.859000', '094204.861000', '094204.864000', '094204.867000', '094204.869000', '094204.872000', '094204.874000', '094204.877000', '094204.879000', '094204.882000', '094204.885000', '094204.887000', '094204.890000', '094204.892000', '094204.895000', '094204.897000', '094204.900000', '094204.945000', '094204.948000', '094204.950000', '094204.953000', '094204.955000', '094204.958000', '094204.960000', '094204.963000', '094204.965000', '094204.968000', '094204.971000', '094204.973000', '094204.976000', '094204.978000', '094204.981000', '094204.983000', '094224.830000', '094224.833000', '094224.836000', '094224.838000', '094224.841000', '094224.844000', '094224.846000', '094224.849000', '094224.851000', '094224.854000', '094224.856000', '094224.859000', '094224.862000', '094224.864000', '094224.875000', '094224.878000', '094224.880000', '094224.883000', '094224.885000', '094224.888000', '094224.890000', '094224.893000', '094224.896000', '094224.898000', '094224.901000', '094224.903000', '094224.906000', '094224.908000', '094224.911000', '094224.914000', '094224.916000', '094224.919000', '094224.921000', '094224.924000', '094224.927000', '094224.929000', '094224.932000', '094224.934000', '094224.937000', '094224.940000', '094224.942000', '094224.945000', '094224.947000', '094244.831000', '094244.833000', '094244.836000', '094244.838000', '094244.841000', '094244.844000', '094244.846000', '094244.849000', '094244.851000', '094244.854000', '094244.856000', '094244.859000', '094244.862000', '094244.864000', '094244.867000', '094244.869000', '094244.872000', '094244.875000', '094244.877000', '094244.880000', '094244.882000', '094244.885000', '094244.887000', '094244.890000', '094244.893000', '094244.895000', '094244.898000', '094244.900000', '094244.903000', '094244.905000', '094244.908000', '094244.910000', '094244.913000', '094244.916000', '094244.918000', '094244.921000', '094244.923000', '094244.926000', '094244.928000', '094244.931000', '094244.933000', '094244.936000', '094244.938000', '094244.941000', '094304.831000', '094304.834000', '094304.836000', '094304.839000', '094304.841000', '094304.844000', '094304.846000', '094304.849000', '094304.851000', '094304.854000', '094304.857000', '094304.859000', '094304.862000', '094304.864000', '094304.867000', '094304.870000', '094304.872000', '094304.875000', '094304.878000', '094304.881000', '094304.883000', '094304.886000', '094304.888000', '094304.891000', '094304.894000', '094304.896000', '094304.899000', '094304.902000', '094304.904000', '094304.907000', '094304.909000', '094304.912000', '094304.914000', '094304.917000', '094304.919000', '094304.925000', '094304.928000', '094304.930000', '094304.933000', '094304.935000', '094304.938000', '094304.940000', '094304.943000', '094324.831000', '094324.834000', '094324.837000', '094324.839000', '094324.842000', '094324.845000', '094324.847000', '094324.850000', '094324.852000', '094324.855000', '094324.858000', '094324.860000', '094324.863000', '094324.865000', '094324.868000', '094324.870000', '094324.873000', '094324.875000', '094324.878000', '094324.881000', '094324.883000', '094324.886000', '094324.888000', '094324.891000', '094324.894000', '094324.896000', '094324.899000', '094324.901000', '094324.904000', '094324.906000', '094324.909000', '094324.912000', '094324.914000', '094324.917000', '094324.919000', '094324.922000', '094324.924000', '094324.927000', '094324.929000', '094324.932000', '094324.935000', '094324.937000', '094324.940000', '094324.942000', '094344.831000', '094344.834000', '094344.836000', '094344.839000', '094344.841000', '094344.844000', '094344.847000', '094344.849000', '094344.852000', '094344.878000', '094344.881000', '094344.883000', '094344.886000', '094344.889000', '094344.891000', '094344.894000', '094344.896000', '094344.899000', '094344.901000', '094344.904000', '094344.907000', '094344.909000', '094344.913000', '094344.917000', '094344.919000', '094344.922000', '094344.925000', '094344.927000', '094344.930000', '094344.932000', '094344.935000', '094344.938000', '094344.940000', '094344.943000', '094344.945000', '094344.949000', '094344.952000', '094344.955000', '094344.958000', '094344.960000', '094344.963000', '094344.966000', '094344.968000', '094404.830000', '094404.833000', '094404.836000', '094404.839000', '094404.841000', '094404.844000', '094404.846000', '094404.849000', '094404.852000', '094404.854000', '094404.857000', '094404.859000', '094404.862000', '094404.864000', '094404.867000', '094404.870000', '094404.872000', '094404.875000', '094404.877000', '094404.880000', '094404.882000', '094404.885000', '094404.888000', '094404.890000', '094404.893000', '094404.895000', '094404.898000', '094404.901000', '094404.903000', '094404.906000', '094404.908000', '094404.911000', '094404.913000', '094404.916000', '094404.919000', '094404.921000', '094404.924000', '094404.926000', '094404.929000', '094404.932000', '094404.934000', '094404.937000', '094404.939000', '094404.942000', '094424.831000', '094424.833000', '094424.836000', '094424.839000', '094424.841000', '094424.844000', '094424.847000', '094424.849000', '094424.852000', '094424.854000', '094424.857000', '094424.859000', '094424.862000', '094424.865000', '094424.867000', '094424.870000', '094424.872000', '094424.875000', '094424.878000', '094424.880000', '094424.883000', '094424.885000', '094424.888000', '094424.890000', '094424.893000', '094424.896000', '094424.899000', '094424.902000', '094424.905000', '094424.908000', '094424.910000', '094424.913000', '094424.916000', '094424.918000', '094424.921000', '094424.923000', '094424.926000', '094424.929000', '094424.931000', '094424.934000', '094424.936000', '094424.939000', '094424.941000', '094444.831000', '094444.833000', '094444.842000', '094444.845000', '094444.847000', '094444.850000', '094444.852000', '094444.855000', '094444.858000', '094444.860000', '094444.863000', '094444.865000', '094444.868000', '094444.871000', '094444.882000', '094444.884000', '094444.887000', '094444.889000', '094444.892000', '094444.895000', '094444.897000', '094444.900000', '094444.904000', '094444.907000', '094444.909000', '094444.912000', '094444.914000', '094444.917000', '094444.919000', '094444.922000', '094444.925000', '094444.927000', '094444.930000', '094444.932000', '094444.935000', '094444.937000', '094444.940000', '094444.942000', '094444.945000', '094444.948000', '094444.950000', '094444.953000', '094444.955000', '094444.958000', '094504.830000', '094504.833000', '094504.836000', '094504.838000', '094504.841000', '094504.844000', '094504.846000', '094504.849000', '094504.851000', '094504.854000', '094504.856000', '094504.859000', '094504.862000', '094504.864000', '094504.867000', '094504.869000', '094504.872000', '094504.874000', '094504.877000', '094504.879000', '094504.893000', '094504.896000', '094504.898000', '094504.901000', '094504.903000', '094504.906000', '094504.908000', '094504.911000', '094504.913000', '094504.916000', '094504.918000', '094504.921000', '094504.924000', '094504.926000', '094504.929000', '094504.931000', '094504.934000', '094504.936000', '094504.939000', '094504.942000', '094504.944000', '094504.947000', '094504.949000', '094524.831000', '094524.833000', '094524.836000', '094524.839000', '094524.841000', '094524.844000', '094524.846000', '094524.849000', '094524.851000', '094524.854000', '094524.856000', '094524.859000', '094524.862000', '094524.864000', '094524.867000', '094524.869000', '094524.872000', '094524.875000', '094524.877000', '094524.880000', '094524.882000', '094524.885000', '094524.887000', '094524.890000', '094524.892000', '094524.895000', '094524.898000', '094524.900000', '094524.903000', '094524.906000', '094524.908000', '094524.911000', '094524.913000', '094524.916000', '094524.918000', '094524.921000', '094524.924000', '094524.926000', '094524.929000', '094524.931000', '094524.934000', '094524.936000', '094524.939000', '094524.941000', '094544.831000', '094544.834000', '094544.837000', '094544.839000', '094544.842000', '094544.844000', '094544.847000', '094544.850000', '094544.852000', '094544.855000', '094544.857000', '094544.860000', '094544.862000', '094544.865000', '094544.868000', '094544.870000', '094544.873000', '094544.876000', '094544.878000', '094544.881000', '094544.883000', '094544.886000', '094544.888000', '094544.891000', '094544.894000', '094544.896000', '094544.899000', '094544.901000', '094544.904000', '094544.907000', '094544.909000', '094544.912000', '094544.914000', '094544.917000', '094544.920000', '094544.922000', '094544.925000', '094544.927000', '094544.930000', '094544.932000', '094544.935000', '094544.938000', '094544.940000', '094604.831000', '094604.833000', '094604.836000', '094604.839000', '094604.841000', '094604.844000', '094604.846000', '094604.849000', '094604.851000', '094604.854000', '094604.857000', '094604.859000', '094604.862000', '094604.864000', '094604.867000', '094604.869000', '094604.872000', '094604.875000', '094604.877000', '094604.880000', '094604.883000', '094604.885000', '094604.888000', '094604.890000', '094604.893000', '094604.895000', '094604.898000', '094604.900000', '094604.903000', '094604.906000', '094604.908000', '094604.911000', '094604.913000', '094604.916000', '094604.918000', '094604.921000', '094604.924000', '094604.926000', '094604.929000', '094604.931000', '094604.934000', '094604.936000', '094604.939000', '094604.941000', '094624.830000', '094624.833000', '094624.836000', '094624.838000', '094624.841000', '094624.843000', '094624.846000', '094624.849000', '094624.851000', '094624.854000', '094624.856000', '094624.859000', '094624.862000', '094624.864000', '094624.867000', '094624.869000', '094624.889000', '094624.892000', '094624.894000', '094624.897000', '094624.899000', '094624.902000', '094624.904000', '094624.907000', '094624.910000', '094624.912000', '094624.915000', '094624.917000', '094624.920000', '094624.922000', '094624.925000', '094624.928000', '094624.930000', '094624.933000', '094624.935000', '094624.938000', '094624.940000', '094624.943000', '094624.946000', '094624.948000', '094624.952000', '094624.955000', '094624.958000', '094644.831000', '094644.833000', '094644.836000', '094644.839000', '094644.841000', '094644.844000', '094644.846000', '094644.849000', '094644.852000', '094644.854000', '094644.857000', '094644.859000', '094644.862000', '094644.864000', '094644.867000', '094644.870000', '094644.872000', '094644.875000', '094644.877000', '094644.880000', '094644.882000', '094644.885000', '094644.888000', '094644.890000', '094644.893000', '094644.895000', '094644.898000', '094644.901000', '094644.903000', '094644.906000', '094644.908000', '094644.911000', '094644.913000', '094644.916000', '094644.918000', '094644.921000', '094644.924000', '094644.926000', '094644.929000', '094644.931000', '094644.934000', '094644.936000', '094644.939000', '094644.942000', '094704.830000', '094704.833000', '094704.836000', '094704.838000', '094704.841000', '094704.843000', '094704.846000', '094704.849000', '094704.851000', '094704.854000', '094704.856000', '094704.859000', '094704.861000', '094704.864000', '094704.867000', '094704.869000', '094704.872000', '094704.874000', '094704.877000', '094704.880000', '094704.882000', '094704.885000', '094704.887000', '094704.890000', '094704.892000', '094704.895000', '094704.898000', '094704.900000', '094704.903000', '094704.905000', '094704.908000', '094704.910000', '094704.913000', '094704.916000', '094704.918000', '094704.921000', '094704.923000', '094704.926000', '094704.928000', '094704.931000', '094704.934000', '094704.936000', '094704.939000', '094715.076000', '094715.080000', '094715.083000', '094715.086000', '094715.089000', '094715.091000', '094715.094000', '094715.097000', '094715.100000', '094715.103000', '094715.105000', '094715.109000', '094715.111000', '094715.114000', '094715.117000', '094715.119000', '094715.122000', '094715.125000', '094715.127000', '094715.130000', '094715.132000', '094715.135000', '094715.147000'], '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': [12530, 8707, 9683, 15410, 9861, 12513, 8999, 10103, 14847, 9799, 11847, 8988, 9763, 11407, 9918, 11607, 8720, 9877, 7703, 9418, 11947, 8954, 10473, 7731, 9733, 12056, 8971, 10089, 7769, 9765, 11197, 8944, 10133, 7409, 9487, 10854, 8923, 10050, 8977, 9607, 10755, 8832, 9469, 8676, 9388, 10888, 8540, 9682, 8931, 9455, 11354, 8742, 10139, 11666, 9725, 12264, 8863, 10324, 9552, 9684, 12482, 8199, 9822, 10097, 8829, 12826, 8464, 11088, 8656, 11004, 8546, 11041, 13791, 10674, 10701, 10404, 9362, 11136, 8517, 9770, 13726, 9782, 10636, 8276, 9408, 11121, 8963, 9849, 7620, 9833, 10345, 8520, 10048, 8996, 9468, 10211, 8359, 9754, 10895, 9443, 10604, 8112, 9644, 12868, 8844, 10487, 12897, 9892, 11861, 8275, 9555, 14194, 8979, 10669, 8851, 9625, 12575, 8393, 9592, 14121, 8640, 10280, 7692, 9455, 11817, 8229, 9794, 12593, 9148, 9988, 7631, 9340, 10730, 8503, 9995, 7404, 9203, 11637, 8216, 9874, 12765, 9502, 10574, 8432, 9707, 13102, 9105, 10300, 11572, 9816, 11746, 8833, 10340, 11605, 9902, 11473, 8606, 9866, 14940, 9481, 10331, 8597, 9740, 12487, 9068, 10230, 7943, 9984, 12814, 9047, 9942, 11408, 9777, 12147, 9150, 9698, 15340, 9479, 10798, 10874, 9537, 12295, 8627, 9377, 9372, 9470, 11382, 8563, 9666, 14548, 8991, 10088, 7993, 9274, 11391, 8624, 9714, 9458, 9429, 12152, 8623, 9438, 13601, 8858, 9525, 13338, 9560, 10170, 9016, 9633, 11881, 9717, 9645, 8149, 9685, 10797, 8966, 9192, 7732, 9601, 11920, 9228, 10105, 11387, 9825, 12511, 9121, 9846, 12068, 9534, 11441, 8738, 9925, 11784, 9472, 10801, 8319, 9353, 13888, 9410, 10357, 8159, 9549, 12883, 9007, 9863, 7940, 9560, 11837, 9088, 9549, 7586, 9595, 11889, 8880, 9488, 8871, 9623, 10931, 8799, 9655, 14010, 9778, 10573, 8564, 9528, 12224, 9016, 9510, 7140, 9218, 10684, 8410, 8930, 7385, 8670, 11416, 7599, 9433, 11773, 8450, 11052, 8000, 10131, 7942, 9191, 7573, 9005, 13677, 9174, 9556, 15494, 8912, 10772, 7623, 9316, 12480, 8561, 9673, 11592, 9464, 10976, 8852, 9420, 7794, 9454, 11552, 8731, 9839, 9704, 9340, 12341, 8883, 9683, 7549, 9220, 12107, 8497, 9578, 7564, 9297, 12444, 8627, 9677, 8299, 9193, 13534, 8887, 10681, 8050, 9088, 9507, 9072, 11114, 8946, 10107, 8746, 9542, 8467, 9817, 8155, 8327, 8204, 8950, 9806, 9684, 14542, 16406, 13247, 11261, 14485, 9699, 10645, 9554, 9992, 12254, 8935, 9817, 14499, 9656, 9407, 7944, 10109, 11353, 9618, 9146, 7934, 9779, 10831, 9030, 10181, 10530, 10085, 10379, 8828, 10264, 11495, 9542, 9813, 7919, 10046, 11275, 9058, 10102, 12995, 9860, 11593, 8630, 9835, 13540, 9236, 10013, 10999, 9767, 11959, 8803, 9670, 14109, 9253, 10621, 11234, 9792, 11318, 8584, 10119, 13519, 9714, 10770, 8886, 9789, 10462, 9776, 10767, 8646, 9964, 13000, 9753, 10373, 8089, 8724, 12626, 10992, 9966, 10151, 11045, 8096, 8976, 11222, 8191, 12624, 8529, 11816, 8256, 11880, 8833, 9442, 15106, 9372, 12472, 8760, 9148, 14935, 8456, 9628, 11770, 9292, 11929, 8401, 9271, 10462, 9221, 11338, 8092, 9620, 11625, 8950, 10275, 8302, 9427, 10642, 8590, 11008, 8111, 9174, 10521, 8850, 11170, 7717, 9298, 12929, 8334, 9778, 15056, 8751, 10450, 11028, 9306, 11946, 8163, 9362, 12689, 8393, 9827, 9014, 8893, 11441, 7802, 8970, 13283, 8476, 9931, 8556, 8764, 11081, 7628, 8812, 12414, 8477, 10303, 7473, 8553, 11049, 7568, 9161, 12675, 8356, 11087, 7624, 9106, 12709, 8568, 10603, 7750, 8659, 11750, 8117, 10220, 10426, 8833, 11390, 8092, 8832, 11994, 8169, 10305, 8925, 9087, 12098, 8160, 10277, 7806, 8815, 11663, 7845, 9402, 13822, 8716, 11452, 7758, 9257, 9774, 8179, 12070, 8657, 10275, 8638, 10558, 7647, 9280, 14308, 8699, 12461, 8079, 8717, 14064, 8306, 9790, 13791, 8631, 11242, 7764, 8892, 13278, 8187, 10054, 8528, 8589, 10884, 7930, 9313, 9796, 8991, 11308, 8341, 9360, 12396, 8557, 10655, 7806, 9275, 12243, 8516, 9596, 12425, 9245, 11327, 7734, 9167, 13978, 8689, 9669, 14379, 11132, 10651, 8210, 9281, 11213, 8430, 9230, 13906, 8836, 9765, 7926, 9359, 11654, 8372, 9733, 10636, 9147, 11002, 7857, 9452, 13055, 8990, 10236, 8561, 9343, 11087, 8345, 9443, 13023, 9097, 10615, 8179, 9415, 12024, 8724, 10358, 8066, 9337, 11871, 8176, 9981, 11404, 9099, 10648, 8024, 9347, 12093, 8408, 9938, 7654, 8913, 11120, 7842, 9988, 8489, 8717, 11710, 8025, 9955, 10852, 8797, 11354, 7785, 8936, 12753, 8119, 10258, 9817, 9097, 11599, 7532, 9202, 13825, 8586, 11284, 7539, 9434, 12740, 8540, 10133, 10527, 9512, 11494, 8259, 9686, 12014, 9422, 11819, 8377, 9677, 8560, 9267, 11688, 8353, 10268, 9573, 9297, 12711, 8285, 9424, 9120, 9204, 11254, 8011, 11876, 8506, 9291, 8461, 9264, 8139, 9527, 13502, 8929, 9840, 11326, 9019, 10963, 7790, 9281, 13644, 9072, 10547, 8292, 9812, 11003, 9158, 10538, 8159, 9310, 11686, 9379, 10863, 8229, 9432, 12508, 9124, 10387, 7401, 9255, 11418, 8789, 10165, 7616, 9506, 11381, 8689, 9768, 12472, 9392, 11098, 8956, 9832, 13101, 9324, 10221, 8190, 9724, 12915, 8860, 10242, 7516, 9267, 12216, 8556, 9889, 7752, 9377, 12110, 8366, 9516, 11119, 9115, 11215, 8435, 9742, 11032, 9384, 11352, 8070, 9207, 13863, 9238, 10486, 8079, 9732, 12758, 8699, 9381, 10338, 9206, 10366, 8074, 9434, 12276, 9031, 9720, 7636, 9223, 10750, 8043, 9423, 12675, 8846, 9805, 7616, 9138, 10950, 7671, 9103, 11768, 8332, 9855, 7362, 8539, 11539, 7745, 9386, 11088, 8438, 10882, 7530, 8692, 12753, 7966, 10224, 7015, 8655, 12244, 7670, 9181, 13817, 8562, 10992, 7550, 9083, 13665, 8616, 10025, 11111, 9100, 11572, 8459, 9770, 13649, 9473, 11239, 7986, 9593, 13628, 9014, 10474, 8225, 9525, 9878, 9307, 11195, 8556, 10917, 8115, 9465, 8065, 9541, 7972, 9688, 11147, 9389, 13860, 12849, 9186, 11450, 8056, 9574, 12715, 8982, 10176, 7885, 9495, 12939, 8779, 9843, 10993, 9085, 10774, 8070, 9030, 7415, 9001, 11310, 8360, 10166, 7282, 8989, 12933, 8620, 10917, 7730, 9469, 11893, 9072, 11149, 7968, 9304, 14784, 9208, 11658, 8272, 9301, 12672, 9217, 11044, 8248, 9639, 13808, 9559, 11143, 8206, 8729, 8022, 8923, 11656, 8429, 10436, 7430, 9003, 13842, 8298, 9903, 7030, 8942, 13236, 8555, 9854, 7384, 8602, 10697, 7585, 9074, 13495, 8499, 9675, 7199, 8506, 10338, 7725, 9196, 9246, 8476, 10260, 7653, 8961, 11598, 8299, 9995, 7407, 8908, 12133, 8422, 10028, 8994, 9241, 12087, 8522, 9920, 14065, 8991, 11195, 8794, 9135, 14002, 8552, 9745, 12592, 8896, 10805, 7498, 8969, 12994, 8648, 9629, 10796, 8845, 10797, 7921, 8850, 13909, 8552, 10529, 7669, 8922, 13250, 8147, 9525, 14260, 8610, 10338, 8794, 8957, 11632, 7727, 8996, 13308, 8637, 9820, 7863, 8675, 10783, 7657, 9044, 11705, 8392, 9652, 8575, 8558, 10968, 8684, 10161, 8245, 8908, 12367, 8580, 10827, 8528, 8602, 13281, 8382, 10159, 14047, 8744, 12321, 8017, 8874, 15282, 8375, 10940, 7480, 9341, 10637, 8504, 11871, 8850, 11038, 8549, 8433, 9398, 9797, 10213, 13346, 10474, 9283, 14324, 8620, 11552, 8863, 11438, 13140, 9266, 14771, 10952, 11885, 12262, 8928, 15013, 9147, 9587, 15286, 9411, 10699, 8782, 9082, 13078, 9681, 9936, 8617, 9371, 11110, 9415, 9567, 8290, 9486, 10728, 9415], 'WindowCenter': [4093.0, 4035.0, 4043.0, 4081.0, 4028.0, 4048.0, 4014.0, 4023.0, 4052.0, 4012.0, 4033.0, 4001.0, 4013.0, 4032.0, 4012.0, 4033.0, 4001.0, 4024.0, 3991.0, 4013.0, 4034.0, 4012.0, 4024.0, 3993.0, 4025.0, 4033.0, 4013.0, 4023.0, 3993.0, 4024.0, 4034.0, 4014.0, 4023.0, 3992.0, 4025.0, 4033.0, 4014.0, 4025.0, 4013.0, 4025.0, 4034.0, 4014.0, 4026.0, 4014.0, 4026.0, 4036.0, 4016.0, 4026.0, 4015.0, 4027.0, 4037.0, 4015.0, 4037.0, 4047.0, 4027.0, 4046.0, 4014.0, 4036.0, 4025.0, 4024.0, 4048.0, 4005.0, 4027.0, 4025.0, 4017.0, 4056.0, 4017.0, 4036.0, 4015.0, 4036.0, 4016.0, 4050.0, 4057.0, 4024.0, 4025.0, 4021.0, 4013.0, 4022.0, 4001.0, 4013.0, 4041.0, 4012.0, 4022.0, 3989.0, 4012.0, 4020.0, 4001.0, 4022.0, 3990.0, 4022.0, 4021.0, 4003.0, 4024.0, 4013.0, 4024.0, 4025.0, 4003.0, 4026.0, 4036.0, 4026.0, 4036.0, 4003.0, 4027.0, 4046.0, 4014.0, 4026.0, 4044.0, 4024.0, 4035.0, 4003.0, 4014.0, 4043.0, 4003.0, 4025.0, 4001.0, 4013.0, 4044.0, 4001.0, 4013.0, 4044.0, 4002.0, 4022.0, 3991.0, 4012.0, 4033.0, 4003.0, 4023.0, 4043.0, 4013.0, 4025.0, 3993.0, 4014.0, 4034.0, 4015.0, 4025.0, 3994.0, 4026.0, 4035.0, 4004.0, 4026.0, 4044.0, 4024.0, 4025.0, 4004.0, 4024.0, 4044.0, 4013.0, 4024.0, 4033.0, 4023.0, 4033.0, 4012.0, 4025.0, 4033.0, 4023.0, 4034.0, 4001.0, 4023.0, 4053.0, 4011.0, 4023.0, 4001.0, 4012.0, 4034.0, 4000.0, 4023.0, 3989.0, 4012.0, 4042.0, 4001.0, 4011.0, 4032.0, 4013.0, 4032.0, 4011.0, 4011.0, 4051.0, 4000.0, 4022.0, 4020.0, 4009.0, 4030.0, 3999.0, 4010.0, 3999.0, 4010.0, 4020.0, 3999.0, 4010.0, 4041.0, 4000.0, 4009.0, 3988.0, 4012.0, 4021.0, 4000.0, 4013.0, 4013.0, 4011.0, 4032.0, 4001.0, 4002.0, 4043.0, 3998.0, 4001.0, 4040.0, 4010.0, 4008.0, 3999.0, 4011.0, 4020.0, 4009.0, 4010.0, 3989.0, 4011.0, 4021.0, 4000.0, 4001.0, 3980.0, 4013.0, 4033.0, 4001.0, 4011.0, 4021.0, 4012.0, 4030.0, 3999.0, 4010.0, 4031.0, 3998.0, 4020.0, 3989.0, 4011.0, 4020.0, 4011.0, 4020.0, 3989.0, 4000.0, 4030.0, 4000.0, 4010.0, 3987.0, 4000.0, 4030.0, 3998.0, 4009.0, 3978.0, 4010.0, 4019.0, 3999.0, 4012.0, 3980.0, 4011.0, 4030.0, 4000.0, 4012.0, 3999.0, 4011.0, 4020.0, 4001.0, 4010.0, 4041.0, 4011.0, 4022.0, 3999.0, 4012.0, 4032.0, 4000.0, 4011.0, 3982.0, 4025.0, 4047.0, 4014.0, 4027.0, 3992.0, 4016.0, 4045.0, 3993.0, 4014.0, 4034.0, 4004.0, 4035.0, 4005.0, 4025.0, 4005.0, 4015.0, 3994.0, 4016.0, 4057.0, 4016.0, 4014.0, 4053.0, 4002.0, 4024.0, 3980.0, 4002.0, 4032.0, 4001.0, 4012.0, 4033.0, 4013.0, 4022.0, 4002.0, 4001.0, 3979.0, 4012.0, 4022.0, 4001.0, 4025.0, 4011.0, 4012.0, 4033.0, 4001.0, 4013.0, 3990.0, 4014.0, 4034.0, 4003.0, 4014.0, 3991.0, 4013.0, 4033.0, 4001.0, 4015.0, 4001.0, 4013.0, 4045.0, 4012.0, 4024.0, 3992.0, 4014.0, 4012.0, 4016.0, 4049.0, 4014.0, 4027.0, 4014.0, 4013.0, 4002.0, 4026.0, 4005.0, 4017.0, 4017.0, 4028.0, 4025.0, 4026.0, 4071.0, 4067.0, 4034.0, 4022.0, 4040.0, 3998.0, 4009.0, 3996.0, 3998.0, 4019.0, 3987.0, 3998.0, 4027.0, 3997.0, 3987.0, 3976.0, 4007.0, 4020.0, 3998.0, 3997.0, 3975.0, 3997.0, 4006.0, 3987.0, 4008.0, 4010.0, 4010.0, 4010.0, 3999.0, 4011.0, 4020.0, 3999.0, 4009.0, 3987.0, 4011.0, 4021.0, 4000.0, 4013.0, 4031.0, 4011.0, 4021.0, 3988.0, 4009.0, 4030.0, 4001.0, 4012.0, 4021.0, 4010.0, 4031.0, 4001.0, 4013.0, 4040.0, 3999.0, 4010.0, 4019.0, 4009.0, 4020.0, 4001.0, 4009.0, 4030.0, 3998.0, 4009.0, 3986.0, 4008.0, 4007.0, 4010.0, 4019.0, 3999.0, 4011.0, 4030.0, 4009.0, 4012.0, 3992.0, 4002.0, 4017.0, 4020.0, 4011.0, 4022.0, 4034.0, 3993.0, 4014.0, 4033.0, 4004.0, 4044.0, 4013.0, 4034.0, 4003.0, 4048.0, 4017.0, 4015.0, 4055.0, 4012.0, 4034.0, 3988.0, 4001.0, 4053.0, 4001.0, 4011.0, 4018.0, 4000.0, 4020.0, 3988.0, 4000.0, 4007.0, 3999.0, 4008.0, 3976.0, 4000.0, 4022.0, 3999.0, 4009.0, 3991.0, 4013.0, 4021.0, 4003.0, 4022.0, 3990.0, 4015.0, 4036.0, 4015.0, 4035.0, 3993.0, 4012.0, 4044.0, 3990.0, 4014.0, 4054.0, 4002.0, 4024.0, 4023.0, 4002.0, 4020.0, 3990.0, 4001.0, 4031.0, 3989.0, 4013.0, 4001.0, 4001.0, 4022.0, 3979.0, 4000.0, 4042.0, 3991.0, 4012.0, 4000.0, 4001.0, 4033.0, 3994.0, 4014.0, 4034.0, 4003.0, 4023.0, 3981.0, 4002.0, 4034.0, 3992.0, 4015.0, 4047.0, 4005.0, 4033.0, 3993.0, 4014.0, 4045.0, 4004.0, 4024.0, 3992.0, 4014.0, 4047.0, 4005.0, 4025.0, 4023.0, 4015.0, 4034.0, 3993.0, 4014.0, 4034.0, 4004.0, 4027.0, 4015.0, 4016.0, 4045.0, 4004.0, 4026.0, 3994.0, 4015.0, 4036.0, 4005.0, 4026.0, 4057.0, 4015.0, 4035.0, 4008.0, 4028.0, 4024.0, 4018.0, 4049.0, 4018.0, 4038.0, 4016.0, 4037.0, 4019.0, 4028.0, 4056.0, 4004.0, 4035.0, 3992.0, 4002.0, 4044.0, 4003.0, 4026.0, 4055.0, 4003.0, 4022.0, 3981.0, 4001.0, 4032.0, 3991.0, 4013.0, 3990.0, 4003.0, 4035.0, 3993.0, 4012.0, 4012.0, 4002.0, 4023.0, 3991.0, 4013.0, 4033.0, 4002.0, 4024.0, 3993.0, 4014.0, 4046.0, 4001.0, 4014.0, 4033.0, 4001.0, 4021.0, 3990.0, 4013.0, 4044.0, 4004.0, 4014.0, 4043.0, 4021.0, 4011.0, 3986.0, 3999.0, 4009.0, 3976.0, 3998.0, 4029.0, 3999.0, 4011.0, 3988.0, 4001.0, 4018.0, 3990.0, 4012.0, 4008.0, 3999.0, 4022.0, 3991.0, 4010.0, 4029.0, 3999.0, 4012.0, 3989.0, 4000.0, 4020.0, 3990.0, 4012.0, 4043.0, 3999.0, 4022.0, 3989.0, 4011.0, 4031.0, 4001.0, 4024.0, 3992.0, 4014.0, 4033.0, 3991.0, 4012.0, 4022.0, 4001.0, 4022.0, 3991.0, 4012.0, 4033.0, 4002.0, 4024.0, 3990.0, 4015.0, 4035.0, 4005.0, 4025.0, 4003.0, 4004.0, 4034.0, 3992.0, 4023.0, 4024.0, 4003.0, 4035.0, 3994.0, 4014.0, 4044.0, 4003.0, 4024.0, 4012.0, 4012.0, 4033.0, 3991.0, 4012.0, 4043.0, 4001.0, 4023.0, 3980.0, 4011.0, 4031.0, 3990.0, 4012.0, 4010.0, 4010.0, 4033.0, 4002.0, 4011.0, 4032.0, 4012.0, 4033.0, 4002.0, 4014.0, 4002.0, 4012.0, 4033.0, 4004.0, 4023.0, 4013.0, 4015.0, 4044.0, 4005.0, 4017.0, 4013.0, 4013.0, 4033.0, 4004.0, 4035.0, 4014.0, 4014.0, 4004.0, 4013.0, 4007.0, 4027.0, 4047.0, 4003.0, 4014.0, 4022.0, 4002.0, 4024.0, 3981.0, 4014.0, 4045.0, 4002.0, 4022.0, 3990.0, 4012.0, 4020.0, 4013.0, 4022.0, 3993.0, 4013.0, 4032.0, 4013.0, 4023.0, 3991.0, 4013.0, 4032.0, 4012.0, 4022.0, 3982.0, 4016.0, 4047.0, 4005.0, 4024.0, 3990.0, 4013.0, 4033.0, 4001.0, 4014.0, 4032.0, 4002.0, 4025.0, 4002.0, 4025.0, 4045.0, 4002.0, 4011.0, 3988.0, 4012.0, 4031.0, 4001.0, 4013.0, 3979.0, 4014.0, 4034.0, 4003.0, 4014.0, 3979.0, 4001.0, 4031.0, 3990.0, 4011.0, 4021.0, 4002.0, 4023.0, 3990.0, 4011.0, 4020.0, 4000.0, 4020.0, 3989.0, 4001.0, 4042.0, 4012.0, 4023.0, 3990.0, 4012.0, 4031.0, 4000.0, 4012.0, 4010.0, 4013.0, 4012.0, 3993.0, 4011.0, 4032.0, 4002.0, 4014.0, 3991.0, 4013.0, 4022.0, 3992.0, 4014.0, 4045.0, 4015.0, 4024.0, 3991.0, 4016.0, 4024.0, 3992.0, 4015.0, 4034.0, 4005.0, 4026.0, 3994.0, 4017.0, 4036.0, 3996.0, 4028.0, 4034.0, 4004.0, 4038.0, 4005.0, 4016.0, 4046.0, 4005.0, 4027.0, 3983.0, 4017.0, 4048.0, 3994.0, 4015.0, 4058.0, 4015.0, 4036.0, 3995.0, 4015.0, 4055.0, 4005.0, 4026.0, 4036.0, 4015.0, 4034.0, 4002.0, 4013.0, 4042.0, 4013.0, 4024.0, 3990.0, 4013.0, 4042.0, 4002.0, 4022.0, 4002.0, 4011.0, 4011.0, 4017.0, 4036.0, 4015.0, 4036.0, 4006.0, 4026.0, 4007.0, 4029.0, 4020.0, 4029.0, 4039.0, 4028.0, 4059.0, 4044.0, 4012.0, 4025.0, 3993.0, 4014.0, 4035.0, 4002.0, 4012.0, 3990.0, 4012.0, 4032.0, 3989.0, 4012.0, 4022.0, 4002.0, 4021.0, 3990.0, 4003.0, 3980.0, 4002.0, 4022.0, 3991.0, 4012.0, 3982.0, 4014.0, 4044.0, 4002.0, 4023.0, 3981.0, 4014.0, 4022.0, 4002.0, 4023.0, 3991.0, 4013.0, 4044.0, 4003.0, 4023.0, 3991.0, 4015.0, 4032.0, 4001.0, 4024.0, 3991.0, 4011.0, 4030.0, 4000.0, 4022.0, 3991.0, 4000.0, 3979.0, 4001.0, 4035.0, 4003.0, 4024.0, 3979.0, 4001.0, 4043.0, 3990.0, 4011.0, 3981.0, 4004.0, 4043.0, 4004.0, 4014.0, 3981.0, 4004.0, 4024.0, 3993.0, 4013.0, 4045.0, 4002.0, 4012.0, 3980.0, 4003.0, 4024.0, 3993.0, 4013.0, 4013.0, 4004.0, 4025.0, 3994.0, 4015.0, 4047.0, 4005.0, 4025.0, 3994.0, 4016.0, 4035.0, 4004.0, 4026.0, 4014.0, 4016.0, 4046.0, 4004.0, 4026.0, 4055.0, 4017.0, 4038.0, 4003.0, 4028.0, 4057.0, 4003.0, 4015.0, 4045.0, 4015.0, 4026.0, 3982.0, 4004.0, 4043.0, 4003.0, 4016.0, 4036.0, 4015.0, 4026.0, 3993.0, 4015.0, 4043.0, 4004.0, 4025.0, 3994.0, 4016.0, 4044.0, 3994.0, 4015.0, 4052.0, 4004.0, 4024.0, 4002.0, 4001.0, 4032.0, 3991.0, 4002.0, 4042.0, 4003.0, 4013.0, 3991.0, 4001.0, 4024.0, 3992.0, 4014.0, 4034.0, 4003.0, 4027.0, 4016.0, 4015.0, 4035.0, 4016.0, 4036.0, 4005.0, 4029.0, 4049.0, 4017.0, 4039.0, 4015.0, 4018.0, 4059.0, 4003.0, 4025.0, 4056.0, 4014.0, 4046.0, 3992.0, 4014.0, 4053.0, 4003.0, 4024.0, 3994.0, 4025.0, 4024.0, 4014.0, 4032.0, 3998.0, 4020.0, 4002.0, 4002.0, 4026.0, 4037.0, 4050.0, 4075.0, 4024.0, 4014.0, 4044.0, 4002.0, 4023.0, 4002.0, 4037.0, 4043.0, 4003.0, 4044.0, 4009.0, 4009.0, 4005.0, 3976.0, 4026.0, 3973.0, 3984.0, 4012.0, 3971.0, 3981.0, 3960.0, 3972.0, 4002.0, 3971.0, 3981.0, 3960.0, 3972.0, 3993.0, 3973.0, 3983.0, 3974.0, 3986.0, 4007.0, 3999.0], 'WindowWidth': [9102.0, 9008.0, 9013.0, 9063.0, 8984.0, 9009.0, 8956.0, 8967.0, 9004.0, 8949.0, 8979.0, 8933.0, 8952.0, 8976.0, 8950.0, 8979.0, 8934.0, 8968.0, 8922.0, 8954.0, 8983.0, 8952.0, 8970.0, 8925.0, 8971.0, 8980.0, 8953.0, 8968.0, 8927.0, 8970.0, 8983.0, 8955.0, 8969.0, 8924.0, 8972.0, 8982.0, 8957.0, 8975.0, 8955.0, 8972.0, 8984.0, 8958.0, 8975.0, 8958.0, 8977.0, 8991.0, 8962.0, 8977.0, 8960.0, 8978.0, 8993.0, 8960.0, 8993.0, 9005.0, 8977.0, 9003.0, 8958.0, 8990.0, 8972.0, 8972.0, 9011.0, 8947.0, 8978.0, 8972.0, 8965.0, 9018.0, 8966.0, 8988.0, 8961.0, 8990.0, 8965.0, 9016.0, 9025.0, 8970.0, 8971.0, 8959.0, 8950.0, 8963.0, 8933.0, 8951.0, 8988.0, 8947.0, 8963.0, 8914.0, 8948.0, 8959.0, 8934.0, 8963.0, 8917.0, 8963.0, 8962.0, 8940.0, 8970.0, 8954.0, 8971.0, 8974.0, 8942.0, 8976.0, 8988.0, 8974.0, 8991.0, 8941.0, 8979.0, 9005.0, 8956.0, 8975.0, 8997.0, 8969.0, 8987.0, 8939.0, 8955.0, 8997.0, 8938.0, 8972.0, 8933.0, 8953.0, 8996.0, 8933.0, 8952.0, 8996.0, 8936.0, 8964.0, 8919.0, 8950.0, 8978.0, 8940.0, 8968.0, 8993.0, 8954.0, 8972.0, 8925.0, 8955.0, 8984.0, 8959.0, 8974.0, 8929.0, 8974.0, 8986.0, 8943.0, 8974.0, 8998.0, 8969.0, 8972.0, 8942.0, 8970.0, 8996.0, 8953.0, 8972.0, 8980.0, 8967.0, 8979.0, 8951.0, 8971.0, 8978.0, 8966.0, 8984.0, 8936.0, 8967.0, 9007.0, 8948.0, 8967.0, 8931.0, 8948.0, 8981.0, 8932.0, 8965.0, 8915.0, 8950.0, 8990.0, 8932.0, 8949.0, 8975.0, 8950.0, 8977.0, 8945.0, 8949.0, 9002.0, 8928.0, 8963.0, 8955.0, 8941.0, 8971.0, 8927.0, 8944.0, 8926.0, 8943.0, 8957.0, 8929.0, 8944.0, 8988.0, 8929.0, 8942.0, 8912.0, 8947.0, 8959.0, 8931.0, 8953.0, 8950.0, 8946.0, 8976.0, 8931.0, 8934.0, 8992.0, 8923.0, 8931.0, 8985.0, 8941.0, 8938.0, 8925.0, 8945.0, 8955.0, 8941.0, 8945.0, 8914.0, 8946.0, 8958.0, 8930.0, 8933.0, 8903.0, 8950.0, 8980.0, 8934.0, 8946.0, 8956.0, 8945.0, 8970.0, 8926.0, 8942.0, 8970.0, 8925.0, 8956.0, 8913.0, 8945.0, 8955.0, 8945.0, 8958.0, 8913.0, 8929.0, 8969.0, 8927.0, 8944.0, 8908.0, 8928.0, 8971.0, 8924.0, 8942.0, 8897.0, 8942.0, 8955.0, 8927.0, 8948.0, 8902.0, 8946.0, 8972.0, 8930.0, 8948.0, 8928.0, 8945.0, 8959.0, 8932.0, 8945.0, 8988.0, 8946.0, 8962.0, 8929.0, 8949.0, 8974.0, 8932.0, 8949.0, 8911.0, 8973.0, 9008.0, 8958.0, 8980.0, 8926.0, 8963.0, 9001.0, 8924.0, 8954.0, 8982.0, 8943.0, 8985.0, 8947.0, 8973.0, 8946.0, 8960.0, 8931.0, 8962.0, 9021.0, 8962.0, 8955.0, 9006.0, 8933.0, 8966.0, 8901.0, 8933.0, 8975.0, 8931.0, 8950.0, 8978.0, 8949.0, 8960.0, 8932.0, 8933.0, 8900.0, 8948.0, 8962.0, 8935.0, 8972.0, 8947.0, 8950.0, 8978.0, 8935.0, 8953.0, 8918.0, 8956.0, 8981.0, 8938.0, 8955.0, 8922.0, 8952.0, 8980.0, 8936.0, 8957.0, 8936.0, 8953.0, 8997.0, 8950.0, 8970.0, 8925.0, 8955.0, 8949.0, 8963.0, 9010.0, 8957.0, 8977.0, 8957.0, 8954.0, 8936.0, 8974.0, 8947.0, 8964.0, 8967.0, 8981.0, 8974.0, 8974.0, 9049.0, 9041.0, 8980.0, 8962.0, 8981.0, 8921.0, 8938.0, 8917.0, 8921.0, 8952.0, 8905.0, 8920.0, 8960.0, 8917.0, 8905.0, 8888.0, 8932.0, 8955.0, 8922.0, 8920.0, 8887.0, 8920.0, 8932.0, 8905.0, 8936.0, 8941.0, 8942.0, 8944.0, 8926.0, 8944.0, 8956.0, 8926.0, 8941.0, 8908.0, 8945.0, 8960.0, 8930.0, 8949.0, 8971.0, 8943.0, 8959.0, 8909.0, 8941.0, 8969.0, 8931.0, 8949.0, 8958.0, 8942.0, 8972.0, 8933.0, 8950.0, 8983.0, 8926.0, 8945.0, 8953.0, 8938.0, 8960.0, 8933.0, 8941.0, 8969.0, 8923.0, 8938.0, 8905.0, 8937.0, 8935.0, 8942.0, 8954.0, 8927.0, 8946.0, 8972.0, 8940.0, 8949.0, 8923.0, 8934.0, 8948.0, 8956.0, 8946.0, 8962.0, 8981.0, 8925.0, 8954.0, 8977.0, 8940.0, 8998.0, 8953.0, 8983.0, 8941.0, 9009.0, 8965.0, 8960.0, 9012.0, 8950.0, 8981.0, 8910.0, 8929.0, 9006.0, 8934.0, 8947.0, 8950.0, 8928.0, 8955.0, 8908.0, 8926.0, 8934.0, 8923.0, 8935.0, 8890.0, 8929.0, 8960.0, 8927.0, 8940.0, 8918.0, 8952.0, 8958.0, 8940.0, 8962.0, 8916.0, 8957.0, 8990.0, 8958.0, 8984.0, 8924.0, 8951.0, 8994.0, 8918.0, 8952.0, 9006.0, 8936.0, 8968.0, 8962.0, 8934.0, 8958.0, 8915.0, 8931.0, 8971.0, 8912.0, 8950.0, 8932.0, 8933.0, 8961.0, 8901.0, 8930.0, 8987.0, 8919.0, 8948.0, 8929.0, 8933.0, 8979.0, 8928.0, 8954.0, 8980.0, 8939.0, 8965.0, 8906.0, 8936.0, 8980.0, 8924.0, 8959.0, 9003.0, 8944.0, 8981.0, 8927.0, 8956.0, 8997.0, 8942.0, 8970.0, 8923.0, 8957.0, 9003.0, 8944.0, 8971.0, 8967.0, 8957.0, 8983.0, 8925.0, 8956.0, 8983.0, 8944.0, 8978.0, 8958.0, 8960.0, 8998.0, 8942.0, 8974.0, 8928.0, 8959.0, 8989.0, 8946.0, 8976.0, 9020.0, 8960.0, 8989.0, 8956.0, 8981.0, 8970.0, 8966.0, 9010.0, 8967.0, 8993.0, 8963.0, 8994.0, 8973.0, 8981.0, 9016.0, 8941.0, 8984.0, 8921.0, 8938.0, 8997.0, 8939.0, 8975.0, 9013.0, 8938.0, 8964.0, 8904.0, 8932.0, 8973.0, 8918.0, 8950.0, 8914.0, 8939.0, 8986.0, 8924.0, 8950.0, 8948.0, 8936.0, 8964.0, 8919.0, 8952.0, 8979.0, 8937.0, 8968.0, 8924.0, 8957.0, 9002.0, 8935.0, 8954.0, 8978.0, 8933.0, 8963.0, 8917.0, 8951.0, 8998.0, 8943.0, 8955.0, 8995.0, 8957.0, 8944.0, 8904.0, 8923.0, 8938.0, 8890.0, 8923.0, 8965.0, 8927.0, 8945.0, 8909.0, 8930.0, 8952.0, 8913.0, 8947.0, 8937.0, 8926.0, 8961.0, 8919.0, 8943.0, 8968.0, 8927.0, 8947.0, 8912.0, 8929.0, 8955.0, 8915.0, 8949.0, 8990.0, 8928.0, 8961.0, 8913.0, 8946.0, 8972.0, 8933.0, 8966.0, 8921.0, 8954.0, 8979.0, 8920.0, 8949.0, 8960.0, 8933.0, 8963.0, 8918.0, 8950.0, 8980.0, 8936.0, 8968.0, 8919.0, 8957.0, 8987.0, 8944.0, 8972.0, 8938.0, 8941.0, 8981.0, 8924.0, 8967.0, 8967.0, 8940.0, 8986.0, 8928.0, 8954.0, 8994.0, 8938.0, 8967.0, 8947.0, 8948.0, 8979.0, 8919.0, 8949.0, 8994.0, 8932.0, 8965.0, 8902.0, 8946.0, 8973.0, 8915.0, 8949.0, 8943.0, 8943.0, 8979.0, 8936.0, 8949.0, 8975.0, 8947.0, 8978.0, 8935.0, 8955.0, 8934.0, 8950.0, 8982.0, 8943.0, 8967.0, 8952.0, 8957.0, 8997.0, 8943.0, 8963.0, 8951.0, 8953.0, 8979.0, 8940.0, 8983.0, 8956.0, 8956.0, 8941.0, 8953.0, 8950.0, 8978.0, 9005.0, 8939.0, 8955.0, 8960.0, 8932.0, 8965.0, 8905.0, 8954.0, 8998.0, 8933.0, 8962.0, 8914.0, 8949.0, 8957.0, 8949.0, 8962.0, 8925.0, 8952.0, 8975.0, 8950.0, 8965.0, 8919.0, 8951.0, 8976.0, 8949.0, 8964.0, 8907.0, 8959.0, 9004.0, 8944.0, 8968.0, 8917.0, 8952.0, 8978.0, 8932.0, 8954.0, 8975.0, 8935.0, 8971.0, 8934.0, 8970.0, 8998.0, 8934.0, 8947.0, 8910.0, 8947.0, 8972.0, 8931.0, 8952.0, 8903.0, 8954.0, 8983.0, 8938.0, 8953.0, 8900.0, 8931.0, 8973.0, 8915.0, 8946.0, 8958.0, 8935.0, 8965.0, 8917.0, 8944.0, 8955.0, 8929.0, 8958.0, 8912.0, 8932.0, 8991.0, 8948.0, 8964.0, 8915.0, 8948.0, 8972.0, 8928.0, 8948.0, 8942.0, 8950.0, 8950.0, 8924.0, 8948.0, 8977.0, 8936.0, 8953.0, 8919.0, 8952.0, 8964.0, 8921.0, 8954.0, 8997.0, 8957.0, 8968.0, 8922.0, 8960.0, 8970.0, 8924.0, 8958.0, 8983.0, 8947.0, 8976.0, 8930.0, 8964.0, 8988.0, 8934.0, 8980.0, 8984.0, 8944.0, 8993.0, 8949.0, 8963.0, 9004.0, 8945.0, 8978.0, 8915.0, 8965.0, 9008.0, 8929.0, 8959.0, 9020.0, 8958.0, 8989.0, 8930.0, 8958.0, 9013.0, 8943.0, 8974.0, 8985.0, 8958.0, 8984.0, 8936.0, 8952.0, 8990.0, 8950.0, 8967.0, 8916.0, 8950.0, 8988.0, 8936.0, 8964.0, 8937.0, 8947.0, 8946.0, 8964.0, 8988.0, 8959.0, 8988.0, 8950.0, 8976.0, 8950.0, 8982.0, 8976.0, 8986.0, 8994.0, 8978.0, 9026.0, 8995.0, 8949.0, 8971.0, 8922.0, 8953.0, 8983.0, 8934.0, 8949.0, 8914.0, 8947.0, 8973.0, 8913.0, 8947.0, 8960.0, 8936.0, 8961.0, 8918.0, 8935.0, 8903.0, 8935.0, 8962.0, 8918.0, 8950.0, 8907.0, 8955.0, 8998.0, 8937.0, 8966.0, 8905.0, 8952.0, 8960.0, 8933.0, 8964.0, 8919.0, 8951.0, 8995.0, 8935.0, 8966.0, 8917.0, 8955.0, 8976.0, 8929.0, 8967.0, 8920.0, 8945.0, 8969.0, 8928.0, 8962.0, 8918.0, 8929.0, 8898.0, 8931.0, 8984.0, 8939.0, 8967.0, 8900.0, 8933.0, 8989.0, 8914.0, 8945.0, 8908.0, 8940.0, 8991.0, 8941.0, 8956.0, 8906.0, 8940.0, 8967.0, 8927.0, 8954.0, 8996.0, 8934.0, 8951.0, 8903.0, 8938.0, 8969.0, 8927.0, 8954.0, 8952.0, 8943.0, 8971.0, 8928.0, 8958.0, 9005.0, 8946.0, 8973.0, 8928.0, 8960.0, 8986.0, 8943.0, 8976.0, 8955.0, 8960.0, 9002.0, 8942.0, 8975.0, 9013.0, 8962.0, 8994.0, 8941.0, 8981.0, 9017.0, 8940.0, 8958.0, 8997.0, 8958.0, 8976.0, 8910.0, 8941.0, 8994.0, 8938.0, 8960.0, 8986.0, 8958.0, 8973.0, 8926.0, 8959.0, 8995.0, 8940.0, 8973.0, 8929.0, 8959.0, 8996.0, 8927.0, 8958.0, 9004.0, 8939.0, 8968.0, 8934.0, 8934.0, 8978.0, 8921.0, 8937.0, 8989.0, 8938.0, 8953.0, 8920.0, 8935.0, 8968.0, 8923.0, 8955.0, 8982.0, 8942.0, 8978.0, 8962.0, 8959.0, 8987.0, 8962.0, 8991.0, 8946.0, 8982.0, 9012.0, 8964.0, 8997.0, 8961.0, 8971.0, 9022.0, 8941.0, 8972.0, 9016.0, 8958.0, 9001.0, 8923.0, 8954.0, 9006.0, 8939.0, 8969.0, 8930.0, 8972.0, 8968.0, 8955.0, 8978.0, 8928.0, 8958.0, 8935.0, 8939.0, 8978.0, 8995.0, 9017.0, 9061.0, 8969.0, 8954.0, 8997.0, 8934.0, 8963.0, 8935.0, 8990.0, 8992.0, 8936.0, 8997.0, 8937.0, 8938.0, 8926.0, 8885.0, 8958.0, 8876.0, 8894.0, 8930.0, 8869.0, 8884.0, 8854.0, 8874.0, 8916.0, 8872.0, 8885.0, 8856.0, 8874.0, 8902.0, 8878.0, 8891.0, 8880.0, 8901.0, 8932.0, 8921.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.0022609728718428436</td></tr>
<tr><td colspan=3>aqi</td><td>0.021430859120673523</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.12419061274335</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.24075752713483</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0185156883146054</td></tr>
<tr><td colspan=3>efc</td><td>0.4845</td></tr>
<tr><td colspan=3>fber</td><td>5527.4111</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10461033544076452</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.17399438727783</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7002951551578014</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5364947577070707</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0542203817271663</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5101703260391672</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106762</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0073248473927378654</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039153359830379486</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1069</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.521664932594816</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>14.6533</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.0371</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.0943</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301532.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1055.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.7205</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7482</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.7467</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3172.4977</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3431.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>766.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>974.2486</td></tr>
<tr><td colspan=3>tsnr</td><td>38.506383078347426</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>