<?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-0077_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0077/ses-03/func/sub-0077_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4d398897fff53f0a8eb6b551c805b94f</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>20:21:33.845000</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.99957, 0.0282901, -0.00775691, -0.0280951, 0.999312, 0.0241934]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0794659</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7718, -7207, 784, -28, -48, -70, 10]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7823bbeb-0f70-4826-bc94-3c500dda0180||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.681772232055664, -0.07537705451250076, -0.022777225822210312, 118.11166381835938], [-0.07590029388666153, 2.681082248687744, 0.06470552831888199, -88.13500213623047], [-0.02081122249364853, -0.06490899622440338, 2.6991283893585205, -51.30459976196289], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['202133.845000', '202134.305000', '202134.765000', '202135.225000', '202135.685000', '202136.145000', '202136.605000', '202137.065000', '202137.525000', '202137.985000', '202138.445000', '202138.905000', '202139.365000', '202139.825000', '202140.285000', '202140.745000', '202141.205000', '202141.665000', '202142.125000', '202142.585000', '202143.045000', '202143.505000', '202143.965000', '202144.425000', '202144.885000', '202145.345000', '202145.805000', '202146.265000', '202146.725000', '202147.185000', '202147.645000', '202148.105000', '202148.565000', '202149.025000', '202149.485000', '202149.945000', '202150.405000', '202150.865000', '202151.325000', '202151.785000', '202152.245000', '202152.705000', '202153.165000', '202153.625000', '202154.085000', '202154.545000', '202155.005000', '202155.465000', '202155.925000', '202156.385000', '202156.845000', '202157.305000', '202157.765000', '202158.225000', '202158.685000', '202159.145000', '202159.605000', '202200.065000', '202200.525000', '202200.985000', '202201.445000', '202201.905000', '202202.365000', '202202.825000', '202203.285000', '202203.745000', '202204.205000', '202204.665000', '202205.125000', '202205.585000', '202206.045000', '202206.505000', '202206.965000', '202207.425000', '202207.885000', '202208.345000', '202208.805000', '202209.265000', '202209.725000', '202210.185000', '202210.645000', '202211.105000', '202211.565000', '202212.025000', '202212.485000', '202212.945000', '202213.405000', '202213.865000', '202214.325000', '202214.785000', '202215.245000', '202215.705000', '202216.165000', '202216.625000', '202217.085000', '202217.545000', '202218.005000', '202218.465000', '202218.925000', '202219.385000', '202219.845000', '202220.305000', '202220.765000', '202221.225000', '202221.685000', '202222.145000', '202222.605000', '202223.065000', '202223.525000', '202223.985000', '202224.445000', '202224.905000', '202225.365000', '202225.825000', '202226.285000', '202226.745000', '202227.205000', '202227.665000', '202228.125000', '202228.585000', '202229.045000', '202229.505000', '202229.965000', '202230.425000', '202230.885000', '202231.345000', '202231.805000', '202232.265000', '202232.725000', '202233.185000', '202233.645000', '202234.105000', '202234.565000', '202235.025000', '202235.485000', '202235.945000', '202236.405000', '202236.865000', '202237.325000', '202237.785000', '202238.245000', '202238.705000', '202239.165000', '202239.625000', '202240.085000', '202240.545000', '202241.005000', '202241.465000', '202241.925000', '202242.385000', '202242.845000', '202243.305000', '202243.765000', '202244.225000', '202244.685000', '202245.145000', '202245.605000', '202246.065000', '202246.525000', '202246.985000', '202247.445000', '202247.905000', '202248.365000', '202248.825000', '202249.285000', '202249.745000', '202250.205000', '202250.665000', '202251.125000', '202251.585000', '202252.045000', '202252.505000', '202252.965000', '202253.425000', '202253.885000', '202254.345000', '202254.805000', '202255.265000', '202255.725000', '202256.185000', '202256.645000', '202257.105000', '202257.565000', '202258.025000', '202258.485000', '202258.945000', '202259.405000', '202259.865000', '202300.325000', '202300.785000', '202301.245000', '202301.705000', '202302.165000', '202302.625000', '202303.085000', '202303.545000', '202304.005000', '202304.465000', '202304.925000', '202305.385000', '202305.845000', '202306.305000', '202306.765000', '202307.225000', '202307.685000', '202308.145000', '202308.605000', '202309.065000', '202309.525000', '202309.985000', '202310.445000', '202310.905000', '202311.365000', '202311.825000', '202312.285000', '202312.745000', '202313.205000', '202313.665000', '202314.125000', '202314.585000', '202315.045000', '202315.505000', '202315.965000', '202316.425000', '202316.885000', '202317.345000', '202317.805000', '202318.265000', '202318.725000', '202319.185000', '202319.645000', '202320.105000', '202320.565000', '202321.025000', '202321.485000', '202321.945000', '202322.405000', '202322.865000', '202323.325000', '202323.785000', '202324.245000', '202324.705000', '202325.165000', '202325.625000', '202326.085000', '202326.545000', '202327.005000', '202327.465000', '202327.925000', '202328.385000', '202328.845000', '202329.305000', '202329.765000', '202330.225000', '202330.685000', '202331.145000', '202331.605000', '202332.065000', '202332.525000', '202332.985000', '202333.445000', '202333.905000', '202334.365000', '202334.825000', '202335.285000', '202335.745000', '202336.205000', '202336.665000', '202337.125000', '202337.585000', '202338.045000', '202338.505000', '202338.965000', '202339.425000', '202339.885000', '202340.345000', '202340.805000', '202341.265000', '202341.725000', '202342.185000', '202342.645000', '202343.105000', '202343.565000', '202344.025000', '202344.485000', '202344.945000', '202345.405000', '202345.865000', '202346.325000', '202346.785000', '202347.245000', '202347.705000', '202348.165000', '202348.625000', '202349.085000', '202349.545000', '202350.005000', '202350.465000', '202350.925000', '202351.385000', '202351.845000', '202352.305000', '202352.765000', '202353.225000', '202353.685000', '202354.145000', '202354.605000', '202355.065000', '202355.525000', '202355.985000', '202356.445000', '202356.905000', '202357.365000', '202357.825000', '202358.285000', '202358.745000', '202359.205000', '202359.665000', '202400.125000', '202400.585000', '202401.045000', '202401.505000', '202401.965000', '202402.425000', '202402.885000', '202403.345000', '202403.805000', '202404.265000', '202404.725000', '202405.185000', '202405.645000', '202406.105000', '202406.565000', '202407.025000', '202407.485000', '202407.945000', '202408.405000', '202408.865000', '202409.325000', '202409.785000', '202410.245000', '202410.705000', '202411.165000', '202411.625000', '202412.085000', '202412.545000', '202413.005000', '202413.465000', '202413.925000', '202414.385000', '202414.845000', '202415.305000', '202415.765000', '202416.225000', '202416.685000', '202417.145000', '202417.605000', '202418.065000', '202418.525000', '202418.985000', '202419.445000', '202419.905000', '202420.365000', '202420.825000', '202421.285000', '202421.745000', '202422.205000', '202422.665000', '202423.125000', '202423.585000', '202424.045000', '202424.505000', '202424.965000', '202425.425000', '202425.885000', '202426.345000', '202426.805000', '202427.265000', '202427.725000', '202428.185000', '202428.645000', '202429.105000', '202429.565000', '202430.025000', '202430.485000', '202430.945000', '202431.405000', '202431.865000', '202432.325000', '202432.785000', '202433.245000', '202433.705000', '202434.165000', '202434.625000', '202435.085000', '202435.545000', '202436.005000', '202436.465000', '202436.925000', '202437.385000', '202437.845000', '202438.305000', '202438.765000', '202439.225000', '202439.685000', '202440.145000', '202440.605000', '202441.065000', '202441.525000', '202441.985000', '202442.445000', '202442.905000', '202443.365000', '202443.825000', '202444.285000', '202444.745000', '202445.205000', '202445.665000', '202446.125000', '202446.585000', '202447.045000', '202447.505000', '202447.965000', '202448.425000', '202448.885000', '202449.345000', '202449.805000', '202450.265000', '202450.725000', '202451.185000', '202451.645000', '202452.105000', '202452.565000', '202453.025000', '202453.485000', '202453.945000', '202454.405000', '202454.865000', '202455.325000', '202455.785000', '202456.245000', '202456.705000', '202457.165000', '202457.625000', '202458.085000', '202458.545000', '202459.005000', '202459.465000', '202459.925000', '202500.385000', '202500.845000', '202501.305000', '202501.765000', '202502.225000', '202502.685000', '202503.145000', '202503.605000', '202504.065000', '202504.525000', '202504.985000', '202505.445000', '202505.905000', '202506.365000', '202506.825000', '202507.285000', '202507.745000', '202508.205000', '202508.665000', '202509.125000', '202509.585000', '202510.045000', '202510.505000', '202510.965000', '202511.425000', '202511.885000', '202512.345000', '202512.805000', '202513.265000', '202513.725000', '202514.185000', '202514.645000', '202515.105000', '202515.565000', '202516.025000', '202516.485000', '202516.945000', '202517.405000', '202517.865000', '202518.325000', '202518.785000', '202519.245000', '202519.705000', '202520.165000', '202520.625000', '202521.085000', '202521.545000', '202522.005000', '202522.465000', '202522.925000', '202523.385000', '202523.845000', '202524.305000', '202524.765000', '202525.225000', '202525.685000', '202526.145000', '202526.605000', '202527.065000', '202527.525000', '202527.985000', '202528.445000', '202528.905000', '202529.365000', '202529.825000', '202530.285000', '202530.745000', '202531.205000', '202531.665000', '202532.125000', '202532.585000', '202533.045000', '202533.505000', '202533.965000', '202534.425000', '202534.885000', '202535.345000', '202535.805000', '202536.265000', '202536.725000', '202537.185000', '202537.645000', '202538.105000', '202538.565000', '202539.025000', '202539.485000', '202539.945000', '202540.405000', '202540.865000', '202541.325000', '202541.785000', '202542.245000', '202542.705000', '202543.165000', '202543.625000', '202544.085000', '202544.545000', '202545.005000', '202545.465000', '202545.925000', '202546.385000', '202546.845000', '202547.305000', '202547.765000', '202548.225000', '202548.685000', '202549.145000', '202549.605000', '202550.065000', '202550.525000', '202550.985000', '202551.445000', '202551.905000', '202552.365000', '202552.825000', '202553.285000', '202553.745000', '202554.205000', '202554.665000', '202555.125000', '202555.585000', '202556.045000', '202556.505000', '202556.965000', '202557.425000', '202557.885000', '202558.345000', '202558.805000', '202559.265000', '202559.725000', '202600.185000', '202600.645000', '202601.105000', '202601.565000', '202602.025000', '202602.485000', '202602.945000', '202603.405000', '202603.865000', '202604.325000', '202604.785000', '202605.245000', '202605.705000', '202606.165000', '202606.625000', '202607.085000', '202607.545000', '202608.005000', '202608.465000', '202608.925000', '202609.385000', '202609.845000', '202610.305000', '202610.765000', '202611.225000', '202611.685000', '202612.145000', '202612.605000', '202613.065000', '202613.525000', '202613.985000', '202614.445000', '202614.905000', '202615.365000', '202615.825000', '202616.285000', '202616.745000', '202617.205000', '202617.665000', '202618.125000', '202618.585000', '202619.045000', '202619.505000', '202619.965000', '202620.425000', '202620.885000', '202621.345000', '202621.805000', '202622.265000', '202622.725000', '202623.185000', '202623.645000', '202624.105000', '202624.565000', '202625.025000', '202625.485000', '202625.945000', '202626.405000', '202626.865000', '202627.325000', '202627.785000', '202628.245000', '202628.705000', '202629.165000', '202629.625000', '202630.085000', '202630.545000', '202631.005000', '202631.465000', '202631.925000', '202632.385000', '202632.845000', '202633.305000', '202633.765000', '202634.225000', '202634.685000', '202635.145000', '202635.605000', '202636.065000', '202636.525000', '202636.985000', '202637.445000', '202637.905000', '202638.365000', '202638.825000', '202639.285000', '202639.745000', '202640.205000', '202640.665000', '202641.125000', '202641.585000', '202642.045000', '202642.505000', '202642.965000', '202643.425000', '202643.885000', '202644.345000', '202644.805000', '202645.265000', '202645.725000', '202646.185000', '202646.645000', '202647.105000', '202647.565000', '202648.025000', '202648.485000', '202648.945000', '202649.405000', '202649.865000', '202650.325000', '202650.785000', '202651.245000', '202651.705000', '202652.165000', '202652.625000', '202653.085000', '202653.545000', '202654.005000', '202654.465000', '202654.925000', '202655.385000', '202655.845000', '202656.305000', '202656.765000', '202657.225000', '202657.685000', '202658.145000', '202658.605000', '202659.065000', '202659.525000', '202659.985000', '202700.445000', '202700.905000', '202701.365000', '202701.825000', '202702.285000', '202702.745000', '202703.205000', '202703.665000', '202704.125000', '202704.585000', '202705.045000', '202705.505000', '202705.965000', '202706.425000', '202706.885000', '202707.345000', '202707.805000', '202708.265000', '202708.725000', '202709.185000', '202709.645000', '202710.105000', '202710.565000', '202711.025000', '202711.485000', '202711.945000', '202712.405000', '202712.865000', '202713.325000', '202713.785000', '202714.245000', '202714.705000', '202715.165000', '202715.625000', '202716.085000', '202716.545000', '202717.005000', '202717.465000', '202717.925000', '202718.385000', '202718.845000', '202719.305000', '202719.765000', '202720.225000', '202720.685000', '202721.145000', '202721.605000', '202722.065000', '202722.525000', '202722.985000', '202723.445000', '202723.905000', '202724.365000', '202724.825000', '202725.285000', '202725.745000', '202726.205000', '202726.665000', '202727.125000', '202727.585000', '202728.045000', '202728.505000', '202728.965000', '202729.425000', '202729.885000', '202730.345000', '202730.805000', '202731.265000', '202731.725000', '202732.185000', '202732.645000', '202733.105000', '202733.565000', '202734.025000', '202734.485000', '202734.945000', '202735.405000', '202735.865000', '202736.325000', '202736.785000', '202737.245000', '202737.705000', '202738.165000', '202738.625000', '202739.085000', '202739.545000', '202740.005000', '202740.465000', '202740.925000', '202741.385000', '202741.845000', '202742.305000', '202742.765000', '202743.225000', '202743.685000', '202744.145000', '202744.605000', '202745.065000', '202745.525000', '202745.985000', '202746.445000', '202746.905000', '202747.365000', '202747.825000', '202748.285000', '202748.745000', '202749.205000', '202749.665000', '202750.125000', '202750.585000', '202751.045000', '202751.505000', '202751.965000', '202752.425000', '202752.885000', '202753.345000', '202753.805000', '202754.265000', '202754.725000', '202755.185000', '202755.645000', '202756.105000', '202756.565000', '202757.025000', '202757.485000', '202757.945000', '202758.405000', '202758.865000', '202759.325000', '202759.785000', '202800.245000', '202800.705000', '202801.165000', '202801.625000', '202802.085000', '202802.545000', '202803.005000', '202803.465000', '202803.925000', '202804.385000', '202804.845000', '202805.305000', '202805.765000', '202806.225000', '202806.685000', '202807.145000', '202807.605000', '202808.065000', '202808.525000', '202808.985000', '202809.445000', '202809.905000', '202810.365000', '202810.825000', '202811.285000', '202811.745000', '202812.205000', '202812.665000', '202813.125000', '202813.585000', '202814.045000', '202814.505000', '202814.965000', '202815.425000', '202815.885000', '202816.345000', '202816.805000', '202817.265000', '202817.725000', '202818.185000', '202818.645000', '202819.105000', '202819.565000', '202820.025000', '202820.485000', '202820.945000', '202821.405000', '202821.865000', '202822.325000', '202822.785000', '202823.245000', '202823.705000', '202824.165000', '202824.625000', '202825.085000', '202825.545000', '202826.005000', '202826.465000', '202826.925000', '202827.385000', '202827.845000', '202828.305000', '202828.765000', '202829.225000', '202829.685000', '202830.145000', '202830.605000', '202831.065000', '202831.525000', '202831.985000', '202832.445000', '202832.905000', '202833.365000', '202833.825000', '202834.285000', '202834.745000', '202835.205000', '202835.665000', '202836.125000', '202836.585000', '202837.045000', '202837.505000', '202837.965000', '202838.425000', '202838.885000', '202839.345000', '202839.805000', '202840.265000', '202840.725000', '202841.185000', '202841.645000', '202842.105000', '202842.565000', '202843.025000', '202843.485000', '202843.945000', '202844.405000', '202844.865000', '202845.325000', '202845.785000', '202846.245000', '202846.705000', '202847.165000', '202847.625000', '202848.085000', '202848.545000', '202849.005000', '202849.465000', '202849.925000', '202850.385000', '202850.845000', '202851.305000', '202851.765000', '202852.225000', '202852.685000', '202853.145000', '202853.605000', '202854.065000', '202854.525000', '202854.985000', '202855.445000', '202855.905000', '202856.365000', '202856.825000', '202857.285000', '202857.745000', '202858.205000', '202858.665000', '202859.125000', '202859.585000', '202900.045000', '202900.505000', '202900.965000', '202901.425000', '202901.885000', '202902.345000', '202902.805000', '202903.265000', '202903.725000', '202904.185000', '202904.645000', '202905.105000', '202905.565000', '202906.025000', '202906.485000', '202906.945000', '202907.405000', '202907.865000', '202908.325000', '202908.785000', '202909.245000', '202909.705000', '202910.165000', '202910.625000', '202911.085000', '202911.545000', '202912.005000', '202912.465000', '202912.925000', '202913.385000', '202913.845000', '202914.305000', '202914.765000', '202915.225000', '202915.685000', '202916.145000', '202916.605000', '202917.065000', '202917.525000', '202917.985000', '202918.445000', '202918.905000', '202919.365000', '202919.825000', '202920.285000', '202920.745000', '202921.205000', '202921.665000', '202922.125000', '202922.585000', '202923.045000', '202923.505000', '202923.965000', '202924.425000', '202924.885000', '202925.345000', '202925.805000', '202926.265000', '202926.725000', '202927.185000', '202927.645000', '202928.105000', '202928.565000', '202929.025000', '202929.485000', '202929.945000', '202930.405000', '202930.865000', '202931.325000', '202931.785000', '202932.245000', '202932.705000', '202933.165000', '202933.625000', '202934.085000', '202934.545000', '202935.005000', '202935.465000', '202935.925000', '202936.385000', '202936.845000', '202937.305000', '202937.765000', '202938.225000', '202938.685000', '202939.145000', '202939.605000', '202940.065000', '202940.525000', '202940.985000', '202941.445000', '202941.905000', '202942.365000', '202942.825000', '202943.285000'], 'ContentTime': ['202146.681000', '202146.684000', '202146.687000', '202146.690000', '202146.693000', '202146.695000', '202146.698000', '202146.701000', '202146.703000', '202146.706000', '202146.709000', '202146.712000', '202146.716000', '202146.723000', '202146.725000', '202146.728000', '202146.731000', '202146.733000', '202146.736000', '202146.739000', '202146.741000', '202146.744000', '202146.747000', '202146.749000', '202146.752000', '202206.640000', '202206.643000', '202206.646000', '202206.648000', '202206.651000', '202206.654000', '202206.656000', '202206.659000', '202206.661000', '202206.664000', '202206.666000', '202206.669000', '202206.672000', '202206.674000', '202206.677000', '202206.679000', '202206.682000', '202206.685000', '202206.687000', '202206.690000', '202206.692000', '202206.695000', '202206.697000', '202206.700000', '202206.703000', '202206.705000', '202206.708000', '202206.710000', '202206.713000', '202206.715000', '202206.718000', '202206.725000', '202206.728000', '202206.730000', '202206.733000', '202206.735000', '202206.738000', '202206.741000', '202206.743000', '202206.746000', '202206.748000', '202206.751000', '202206.754000', '202206.756000', '202226.640000', '202226.643000', '202226.646000', '202226.648000', '202226.651000', '202226.653000', '202226.656000', '202226.659000', '202226.661000', '202226.664000', '202226.666000', '202226.669000', '202226.672000', '202226.674000', '202226.677000', '202226.679000', '202226.682000', '202226.685000', '202226.687000', '202226.690000', '202226.697000', '202226.700000', '202226.703000', '202226.705000', '202226.708000', '202226.711000', '202226.713000', '202226.716000', '202226.719000', '202226.721000', '202226.724000', '202226.726000', '202226.729000', '202226.732000', '202226.734000', '202226.737000', '202226.739000', '202226.742000', '202226.744000', '202226.747000', '202226.749000', '202226.752000', '202226.755000', '202246.640000', '202246.643000', '202246.646000', '202246.648000', '202246.651000', '202246.654000', '202246.656000', '202246.659000', '202246.661000', '202246.664000', '202246.667000', '202246.669000', '202246.672000', '202246.674000', '202246.677000', '202246.680000', '202246.682000', '202246.685000', '202246.687000', '202246.690000', '202246.692000', '202246.695000', '202246.697000', '202246.700000', '202246.703000', '202246.705000', '202246.708000', '202246.711000', '202246.713000', '202246.716000', '202246.718000', '202246.721000', '202246.724000', '202246.726000', '202246.729000', '202246.731000', '202246.734000', '202246.736000', '202246.739000', '202246.742000', '202246.744000', '202246.747000', '202246.749000', '202246.752000', '202306.639000', '202306.642000', '202306.645000', '202306.647000', '202306.650000', '202306.653000', '202306.655000', '202306.658000', '202306.660000', '202306.663000', '202306.666000', '202306.668000', '202306.672000', '202306.684000', '202306.686000', '202306.689000', '202306.691000', '202306.694000', '202306.697000', '202306.699000', '202306.702000', '202306.704000', '202306.707000', '202306.710000', '202306.712000', '202306.715000', '202306.717000', '202306.720000', '202306.723000', '202306.725000', '202306.728000', '202306.731000', '202306.733000', '202306.736000', '202306.738000', '202306.741000', '202306.744000', '202306.747000', '202306.750000', '202306.753000', '202306.756000', '202306.759000', '202306.761000', '202326.641000', '202326.644000', '202326.646000', '202326.649000', '202326.651000', '202326.654000', '202326.657000', '202326.659000', '202326.662000', '202326.664000', '202326.667000', '202326.670000', '202326.672000', '202326.675000', '202326.678000', '202326.680000', '202326.683000', '202326.685000', '202326.688000', '202326.691000', '202326.693000', '202326.696000', '202326.699000', '202326.701000', '202326.704000', '202326.706000', '202326.709000', '202326.712000', '202326.714000', '202326.717000', '202326.719000', '202326.722000', '202326.725000', '202326.727000', '202326.730000', '202326.732000', '202326.735000', '202326.737000', '202326.740000', '202326.743000', '202326.745000', '202326.748000', '202326.751000', '202326.753000', '202346.641000', '202346.643000', '202346.646000', '202346.649000', '202346.651000', '202346.654000', '202346.657000', '202346.659000', '202346.662000', '202346.664000', '202346.667000', '202346.670000', '202346.673000', '202346.675000', '202346.678000', '202346.681000', '202346.684000', '202346.686000', '202346.689000', '202346.691000', '202346.694000', '202346.697000', '202346.699000', '202346.702000', '202346.704000', '202346.707000', '202346.710000', '202346.712000', '202346.715000', '202346.717000', '202346.720000', '202346.722000', '202346.725000', '202346.728000', '202346.730000', '202346.733000', '202346.735000', '202346.738000', '202346.740000', '202346.743000', '202346.746000', '202346.748000', '202346.751000', '202406.641000', '202406.644000', '202406.646000', '202406.649000', '202406.651000', '202406.654000', '202406.657000', '202406.659000', '202406.662000', '202406.664000', '202406.667000', '202406.670000', '202406.672000', '202406.675000', '202406.677000', '202406.680000', '202406.683000', '202406.685000', '202406.688000', '202406.691000', '202406.693000', '202406.696000', '202406.699000', '202406.701000', '202406.704000', '202406.707000', '202406.709000', '202406.712000', '202406.714000', '202406.717000', '202406.720000', '202406.722000', '202406.725000', '202406.727000', '202406.730000', '202406.733000', '202406.735000', '202406.738000', '202406.740000', '202406.743000', '202406.746000', '202406.748000', '202406.751000', '202406.753000', '202426.640000', '202426.643000', '202426.646000', '202426.649000', '202426.651000', '202426.654000', '202426.658000', '202426.661000', '202426.663000', '202426.666000', '202426.669000', '202426.671000', '202426.674000', '202426.677000', '202426.679000', '202426.682000', '202426.685000', '202426.687000', '202426.690000', '202426.692000', '202426.695000', '202426.698000', '202426.700000', '202426.703000', '202426.706000', '202426.708000', '202426.712000', '202426.715000', '202426.718000', '202426.720000', '202426.723000', '202426.726000', '202426.728000', '202426.731000', '202426.733000', '202426.736000', '202426.739000', '202426.741000', '202426.744000', '202426.746000', '202426.749000', '202426.752000', '202426.754000', '202446.641000', '202446.644000', '202446.646000', '202446.649000', '202446.651000', '202446.654000', '202446.657000', '202446.659000', '202446.662000', '202446.691000', '202446.693000', '202446.696000', '202446.699000', '202446.701000', '202446.704000', '202446.707000', '202446.709000', '202446.712000', '202446.714000', '202446.717000', '202446.720000', '202446.722000', '202446.725000', '202446.728000', '202446.730000', '202446.733000', '202446.735000', '202446.738000', '202446.740000', '202446.743000', '202446.746000', '202446.748000', '202446.751000', '202446.754000', '202446.756000', '202446.759000', '202446.761000', '202446.764000', '202446.767000', '202446.769000', '202446.772000', '202446.774000', '202446.777000', '202446.780000', '202506.639000', '202506.642000', '202506.645000', '202506.648000', '202506.650000', '202506.653000', '202506.656000', '202506.658000', '202506.661000', '202506.664000', '202506.666000', '202506.669000', '202506.672000', '202506.674000', '202506.677000', '202506.679000', '202506.682000', '202506.685000', '202506.687000', '202506.690000', '202506.692000', '202506.695000', '202506.698000', '202506.700000', '202506.703000', '202506.706000', '202506.708000', '202506.711000', '202506.714000', '202506.716000', '202506.719000', '202506.721000', '202506.724000', '202506.727000', '202506.729000', '202506.732000', '202506.735000', '202506.737000', '202506.740000', '202506.742000', '202506.745000', '202506.747000', '202506.750000', '202526.639000', '202526.642000', '202526.645000', '202526.648000', '202526.650000', '202526.653000', '202526.656000', '202526.658000', '202526.661000', '202526.663000', '202526.666000', '202526.669000', '202526.671000', '202526.674000', '202526.676000', '202526.679000', '202526.682000', '202526.684000', '202526.687000', '202526.689000', '202526.692000', '202526.695000', '202526.697000', '202526.700000', '202526.702000', '202526.705000', '202526.707000', '202526.710000', '202526.713000', '202526.715000', '202526.718000', '202526.721000', '202526.723000', '202526.726000', '202526.728000', '202526.731000', '202526.734000', '202526.736000', '202526.739000', '202526.742000', '202526.744000', '202526.747000', '202526.749000', '202526.752000', '202546.640000', '202546.643000', '202546.646000', '202546.649000', '202546.651000', '202546.654000', '202546.656000', '202546.659000', '202546.662000', '202546.664000', '202546.667000', '202546.669000', '202546.672000', '202546.675000', '202546.677000', '202546.680000', '202546.682000', '202546.685000', '202546.688000', '202546.690000', '202546.693000', '202546.696000', '202546.698000', '202546.701000', '202546.703000', '202546.706000', '202546.709000', '202546.711000', '202546.714000', '202546.716000', '202546.719000', '202546.722000', '202546.724000', '202546.727000', '202546.730000', '202546.732000', '202546.735000', '202546.737000', '202546.740000', '202546.743000', '202546.745000', '202546.748000', '202546.751000', '202606.641000', '202606.644000', '202606.646000', '202606.649000', '202606.651000', '202606.654000', '202606.657000', '202606.659000', '202606.662000', '202606.664000', '202606.667000', '202606.670000', '202606.672000', '202606.675000', '202606.677000', '202606.680000', '202606.683000', '202606.685000', '202606.688000', '202606.690000', '202606.693000', '202606.696000', '202606.698000', '202606.701000', '202606.703000', '202606.706000', '202606.709000', '202606.711000', '202606.714000', '202606.716000', '202606.719000', '202606.722000', '202606.724000', '202606.727000', '202606.742000', '202606.745000', '202606.748000', '202606.750000', '202606.753000', '202606.755000', '202606.758000', '202606.760000', '202606.763000', '202606.766000', '202626.640000', '202626.643000', '202626.646000', '202626.649000', '202626.651000', '202626.654000', '202626.656000', '202626.659000', '202626.662000', '202626.664000', '202626.667000', '202626.670000', '202626.672000', '202626.675000', '202626.678000', '202626.680000', '202626.683000', '202626.685000', '202626.688000', '202626.691000', '202626.693000', '202626.696000', '202626.698000', '202626.701000', '202626.704000', '202626.706000', '202626.709000', '202626.712000', '202626.714000', '202626.717000', '202626.719000', '202626.722000', '202626.725000', '202626.727000', '202626.730000', '202626.732000', '202626.735000', '202626.738000', '202626.740000', '202626.743000', '202626.746000', '202626.748000', '202626.751000', '202646.641000', '202646.643000', '202646.646000', '202646.649000', '202646.651000', '202646.654000', '202646.657000', '202646.659000', '202646.662000', '202646.664000', '202646.667000', '202646.670000', '202646.672000', '202646.675000', '202646.677000', '202646.680000', '202646.683000', '202646.685000', '202646.688000', '202646.690000', '202646.693000', '202646.696000', '202646.698000', '202646.701000', '202646.703000', '202646.706000', '202646.709000', '202646.711000', '202646.714000', '202646.716000', '202646.719000', '202646.722000', '202646.724000', '202646.727000', '202646.730000', '202646.732000', '202646.735000', '202646.737000', '202646.740000', '202646.743000', '202646.745000', '202646.748000', '202646.750000', '202646.753000', '202706.641000', '202706.643000', '202706.646000', '202706.649000', '202706.651000', '202706.654000', '202706.657000', '202706.659000', '202706.662000', '202706.665000', '202706.667000', '202706.670000', '202706.672000', '202706.675000', '202706.678000', '202706.680000', '202706.683000', '202706.685000', '202706.688000', '202706.691000', '202706.693000', '202706.696000', '202706.698000', '202706.701000', '202706.704000', '202706.706000', '202706.709000', '202706.712000', '202706.714000', '202706.717000', '202706.720000', '202706.722000', '202706.725000', '202706.728000', '202706.730000', '202706.733000', '202706.735000', '202706.738000', '202706.741000', '202706.743000', '202706.746000', '202706.748000', '202706.751000', '202726.640000', '202726.642000', '202726.645000', '202726.648000', '202726.650000', '202726.653000', '202726.656000', '202726.658000', '202726.661000', '202726.663000', '202726.666000', '202726.669000', '202726.671000', '202726.674000', '202726.676000', '202726.679000', '202726.682000', '202726.684000', '202726.687000', '202726.689000', '202726.692000', '202726.695000', '202726.697000', '202726.700000', '202726.703000', '202726.705000', '202726.708000', '202726.710000', '202726.713000', '202726.716000', '202726.718000', '202726.721000', '202726.724000', '202726.726000', '202726.729000', '202726.731000', '202726.734000', '202726.737000', '202726.739000', '202726.742000', '202726.744000', '202726.747000', '202726.750000', '202726.752000', '202746.639000', '202746.642000', '202746.645000', '202746.648000', '202746.650000', '202746.653000', '202746.656000', '202746.658000', '202746.661000', '202746.663000', '202746.666000', '202746.669000', '202746.671000', '202746.674000', '202746.676000', '202746.679000', '202746.682000', '202746.684000', '202746.687000', '202746.690000', '202746.692000', '202746.695000', '202746.697000', '202746.700000', '202746.703000', '202746.705000', '202746.708000', '202746.711000', '202746.713000', '202746.716000', '202746.718000', '202746.721000', '202746.724000', '202746.726000', '202746.729000', '202746.731000', '202746.734000', '202746.737000', '202746.739000', '202746.742000', '202746.744000', '202746.747000', '202746.749000', '202806.641000', '202806.644000', '202806.646000', '202806.649000', '202806.652000', '202806.654000', '202806.657000', '202806.659000', '202806.662000', '202806.665000', '202806.667000', '202806.670000', '202806.672000', '202806.675000', '202806.678000', '202806.680000', '202806.683000', '202806.686000', '202806.688000', '202806.691000', '202806.693000', '202806.696000', '202806.699000', '202806.701000', '202806.704000', '202806.706000', '202806.709000', '202806.712000', '202806.714000', '202806.717000', '202806.719000', '202806.722000', '202806.725000', '202806.727000', '202806.730000', '202806.732000', '202806.735000', '202806.738000', '202806.740000', '202806.743000', '202806.745000', '202806.748000', '202806.750000', '202806.753000', '202826.641000', '202826.644000', '202826.646000', '202826.649000', '202826.652000', '202826.654000', '202826.657000', '202826.659000', '202826.662000', '202826.665000', '202826.667000', '202826.670000', '202826.673000', '202826.675000', '202826.678000', '202826.680000', '202826.683000', '202826.686000', '202826.688000', '202826.691000', '202826.694000', '202826.696000', '202826.699000', '202826.702000', '202826.704000', '202826.707000', '202826.709000', '202826.712000', '202826.715000', '202826.717000', '202826.720000', '202826.723000', '202826.725000', '202826.728000', '202826.730000', '202826.733000', '202826.736000', '202826.738000', '202826.741000', '202826.743000', '202826.746000', '202826.749000', '202826.751000', '202846.640000', '202846.643000', '202846.646000', '202846.649000', '202846.651000', '202846.654000', '202846.657000', '202846.659000', '202846.662000', '202846.665000', '202846.667000', '202846.670000', '202846.672000', '202846.675000', '202846.678000', '202846.680000', '202846.683000', '202846.686000', '202846.688000', '202846.691000', '202846.693000', '202846.696000', '202846.699000', '202846.701000', '202846.704000', '202846.706000', '202846.709000', '202846.712000', '202846.714000', '202846.717000', '202846.719000', '202846.722000', '202846.725000', '202846.727000', '202846.730000', '202846.733000', '202846.735000', '202846.738000', '202846.740000', '202846.743000', '202846.746000', '202846.748000', '202846.751000', '202906.640000', '202906.643000', '202906.646000', '202906.649000', '202906.651000', '202906.654000', '202906.656000', '202906.659000', '202906.662000', '202906.664000', '202906.667000', '202906.670000', '202906.672000', '202906.675000', '202906.678000', '202906.680000', '202906.683000', '202906.686000', '202906.688000', '202906.691000', '202906.693000', '202906.696000', '202906.699000', '202906.701000', '202906.704000', '202906.706000', '202906.709000', '202906.712000', '202906.714000', '202906.717000', '202906.720000', '202906.722000', '202906.725000', '202906.727000', '202906.730000', '202906.733000', '202906.735000', '202906.738000', '202906.741000', '202906.743000', '202906.746000', '202906.748000', '202906.751000', '202906.754000', '202926.641000', '202926.643000', '202926.646000', '202926.649000', '202926.651000', '202926.654000', '202926.657000', '202926.659000', '202926.662000', '202926.665000', '202926.667000', '202926.670000', '202926.672000', '202926.675000', '202926.678000', '202926.680000', '202926.683000', '202926.686000', '202926.688000', '202926.691000', '202926.693000', '202926.696000', '202926.699000', '202926.701000', '202926.704000', '202926.706000', '202926.709000', '202926.712000', '202926.714000', '202926.717000', '202926.720000', '202926.722000', '202926.725000', '202926.727000', '202926.730000', '202926.733000', '202926.735000', '202926.738000', '202926.740000', '202926.743000', '202926.746000', '202926.748000', '202926.751000', '202926.754000', '202944.537000', '202944.539000', '202944.542000', '202944.545000', '202944.547000', '202944.550000', '202944.552000', '202944.555000', '202944.558000', '202944.560000', '202944.563000', '202944.566000', '202944.568000', '202944.571000', '202944.574000', '202944.576000', '202944.579000', '202944.582000', '202944.584000', '202944.587000', '202944.589000', '202944.592000', '202944.595000', '202944.597000', '202944.600000', '202944.603000', '202944.605000', '202944.608000', '202944.611000', '202944.613000', '202944.616000', '202944.619000', '202944.621000', '202944.624000', '202944.626000', '202944.629000', '202944.631000', '202944.634000', '202944.637000'], 'InstanceCreationTime': ['202146.681000', '202146.684000', '202146.687000', '202146.690000', '202146.693000', '202146.695000', '202146.698000', '202146.701000', '202146.703000', '202146.706000', '202146.709000', '202146.712000', '202146.716000', '202146.723000', '202146.725000', '202146.728000', '202146.731000', '202146.733000', '202146.736000', '202146.739000', '202146.741000', '202146.744000', '202146.747000', '202146.749000', '202146.752000', '202206.640000', '202206.643000', '202206.646000', '202206.648000', '202206.651000', '202206.654000', '202206.656000', '202206.659000', '202206.661000', '202206.664000', '202206.666000', '202206.669000', '202206.672000', '202206.674000', '202206.677000', '202206.679000', '202206.682000', '202206.685000', '202206.687000', '202206.690000', '202206.692000', '202206.695000', '202206.697000', '202206.700000', '202206.703000', '202206.705000', '202206.708000', '202206.710000', '202206.713000', '202206.715000', '202206.718000', '202206.725000', '202206.728000', '202206.730000', '202206.733000', '202206.735000', '202206.738000', '202206.741000', '202206.743000', '202206.746000', '202206.748000', '202206.751000', '202206.754000', '202206.756000', '202226.640000', '202226.643000', '202226.646000', '202226.648000', '202226.651000', '202226.653000', '202226.656000', '202226.659000', '202226.661000', '202226.664000', '202226.666000', '202226.669000', '202226.672000', '202226.674000', '202226.677000', '202226.679000', '202226.682000', '202226.685000', '202226.687000', '202226.690000', '202226.697000', '202226.700000', '202226.703000', '202226.705000', '202226.708000', '202226.711000', '202226.713000', '202226.716000', '202226.719000', '202226.721000', '202226.724000', '202226.726000', '202226.729000', '202226.732000', '202226.734000', '202226.737000', '202226.739000', '202226.742000', '202226.744000', '202226.747000', '202226.749000', '202226.752000', '202226.755000', '202246.640000', '202246.643000', '202246.646000', '202246.648000', '202246.651000', '202246.654000', '202246.656000', '202246.659000', '202246.661000', '202246.664000', '202246.667000', '202246.669000', '202246.672000', '202246.674000', '202246.677000', '202246.680000', '202246.682000', '202246.685000', '202246.687000', '202246.690000', '202246.692000', '202246.695000', '202246.697000', '202246.700000', '202246.703000', '202246.705000', '202246.708000', '202246.711000', '202246.713000', '202246.716000', '202246.718000', '202246.721000', '202246.724000', '202246.726000', '202246.729000', '202246.731000', '202246.734000', '202246.736000', '202246.739000', '202246.742000', '202246.744000', '202246.747000', '202246.749000', '202246.752000', '202306.639000', '202306.642000', '202306.645000', '202306.647000', '202306.650000', '202306.653000', '202306.655000', '202306.658000', '202306.660000', '202306.663000', '202306.666000', '202306.668000', '202306.672000', '202306.684000', '202306.686000', '202306.689000', '202306.691000', '202306.694000', '202306.697000', '202306.699000', '202306.702000', '202306.704000', '202306.707000', '202306.710000', '202306.712000', '202306.715000', '202306.717000', '202306.720000', '202306.723000', '202306.725000', '202306.728000', '202306.731000', '202306.733000', '202306.736000', '202306.738000', '202306.741000', '202306.744000', '202306.747000', '202306.750000', '202306.753000', '202306.756000', '202306.759000', '202306.761000', '202326.641000', '202326.644000', '202326.646000', '202326.649000', '202326.651000', '202326.654000', '202326.657000', '202326.659000', '202326.662000', '202326.664000', '202326.667000', '202326.670000', '202326.672000', '202326.675000', '202326.678000', '202326.680000', '202326.683000', '202326.685000', '202326.688000', '202326.691000', '202326.693000', '202326.696000', '202326.699000', '202326.701000', '202326.704000', '202326.706000', '202326.709000', '202326.712000', '202326.714000', '202326.717000', '202326.719000', '202326.722000', '202326.725000', '202326.727000', '202326.730000', '202326.732000', '202326.735000', '202326.737000', '202326.740000', '202326.743000', '202326.745000', '202326.748000', '202326.751000', '202326.753000', '202346.641000', '202346.643000', '202346.646000', '202346.649000', '202346.651000', '202346.654000', '202346.657000', '202346.659000', '202346.662000', '202346.664000', '202346.667000', '202346.670000', '202346.673000', '202346.675000', '202346.678000', '202346.681000', '202346.684000', '202346.686000', '202346.689000', '202346.691000', '202346.694000', '202346.697000', '202346.699000', '202346.702000', '202346.704000', '202346.707000', '202346.710000', '202346.712000', '202346.715000', '202346.717000', '202346.720000', '202346.722000', '202346.725000', '202346.728000', '202346.730000', '202346.733000', '202346.735000', '202346.738000', '202346.740000', '202346.743000', '202346.746000', '202346.748000', '202346.751000', '202406.641000', '202406.644000', '202406.646000', '202406.649000', '202406.651000', '202406.654000', '202406.657000', '202406.659000', '202406.662000', '202406.664000', '202406.667000', '202406.670000', '202406.672000', '202406.675000', '202406.677000', '202406.680000', '202406.683000', '202406.685000', '202406.688000', '202406.691000', '202406.693000', '202406.696000', '202406.699000', '202406.701000', '202406.704000', '202406.707000', '202406.709000', '202406.712000', '202406.714000', '202406.717000', '202406.720000', '202406.722000', '202406.725000', '202406.727000', '202406.730000', '202406.733000', '202406.735000', '202406.738000', '202406.740000', '202406.743000', '202406.746000', '202406.748000', '202406.751000', '202406.753000', '202426.640000', '202426.643000', '202426.646000', '202426.649000', '202426.651000', '202426.654000', '202426.658000', '202426.661000', '202426.663000', '202426.666000', '202426.669000', '202426.671000', '202426.674000', '202426.677000', '202426.679000', '202426.682000', '202426.685000', '202426.687000', '202426.690000', '202426.692000', '202426.695000', '202426.698000', '202426.700000', '202426.703000', '202426.706000', '202426.708000', '202426.712000', '202426.715000', '202426.718000', '202426.720000', '202426.723000', '202426.726000', '202426.728000', '202426.731000', '202426.733000', '202426.736000', '202426.739000', '202426.741000', '202426.744000', '202426.746000', '202426.749000', '202426.752000', '202426.754000', '202446.641000', '202446.644000', '202446.646000', '202446.649000', '202446.651000', '202446.654000', '202446.657000', '202446.659000', '202446.662000', '202446.691000', '202446.693000', '202446.696000', '202446.699000', '202446.701000', '202446.704000', '202446.707000', '202446.709000', '202446.712000', '202446.714000', '202446.717000', '202446.720000', '202446.722000', '202446.725000', '202446.728000', '202446.730000', '202446.733000', '202446.735000', '202446.738000', '202446.740000', '202446.743000', '202446.746000', '202446.748000', '202446.751000', '202446.754000', '202446.756000', '202446.759000', '202446.761000', '202446.764000', '202446.767000', '202446.769000', '202446.772000', '202446.774000', '202446.777000', '202446.780000', '202506.639000', '202506.642000', '202506.645000', '202506.648000', '202506.650000', '202506.653000', '202506.656000', '202506.658000', '202506.661000', '202506.664000', '202506.666000', '202506.669000', '202506.672000', '202506.674000', '202506.677000', '202506.679000', '202506.682000', '202506.685000', '202506.687000', '202506.690000', '202506.692000', '202506.695000', '202506.698000', '202506.700000', '202506.703000', '202506.706000', '202506.708000', '202506.711000', '202506.714000', '202506.716000', '202506.719000', '202506.721000', '202506.724000', '202506.727000', '202506.729000', '202506.732000', '202506.735000', '202506.737000', '202506.740000', '202506.742000', '202506.745000', '202506.747000', '202506.750000', '202526.639000', '202526.642000', '202526.645000', '202526.648000', '202526.650000', '202526.653000', '202526.656000', '202526.658000', '202526.661000', '202526.663000', '202526.666000', '202526.669000', '202526.671000', '202526.674000', '202526.676000', '202526.679000', '202526.682000', '202526.684000', '202526.687000', '202526.689000', '202526.692000', '202526.695000', '202526.697000', '202526.700000', '202526.702000', '202526.705000', '202526.707000', '202526.710000', '202526.713000', '202526.715000', '202526.718000', '202526.721000', '202526.723000', '202526.726000', '202526.728000', '202526.731000', '202526.734000', '202526.736000', '202526.739000', '202526.742000', '202526.744000', '202526.747000', '202526.749000', '202526.752000', '202546.640000', '202546.643000', '202546.646000', '202546.649000', '202546.651000', '202546.654000', '202546.656000', '202546.659000', '202546.662000', '202546.664000', '202546.667000', '202546.669000', '202546.672000', '202546.675000', '202546.677000', '202546.680000', '202546.682000', '202546.685000', '202546.688000', '202546.690000', '202546.693000', '202546.696000', '202546.698000', '202546.701000', '202546.703000', '202546.706000', '202546.709000', '202546.711000', '202546.714000', '202546.716000', '202546.719000', '202546.722000', '202546.724000', '202546.727000', '202546.730000', '202546.732000', '202546.735000', '202546.737000', '202546.740000', '202546.743000', '202546.745000', '202546.748000', '202546.751000', '202606.641000', '202606.644000', '202606.646000', '202606.649000', '202606.651000', '202606.654000', '202606.657000', '202606.659000', '202606.662000', '202606.664000', '202606.667000', '202606.670000', '202606.672000', '202606.675000', '202606.677000', '202606.680000', '202606.683000', '202606.685000', '202606.688000', '202606.690000', '202606.693000', '202606.696000', '202606.698000', '202606.701000', '202606.703000', '202606.706000', '202606.709000', '202606.711000', '202606.714000', '202606.716000', '202606.719000', '202606.722000', '202606.724000', '202606.727000', '202606.742000', '202606.745000', '202606.748000', '202606.750000', '202606.753000', '202606.755000', '202606.758000', '202606.760000', '202606.763000', '202606.766000', '202626.640000', '202626.643000', '202626.646000', '202626.649000', '202626.651000', '202626.654000', '202626.656000', '202626.659000', '202626.662000', '202626.664000', '202626.667000', '202626.670000', '202626.672000', '202626.675000', '202626.678000', '202626.680000', '202626.683000', '202626.685000', '202626.688000', '202626.691000', '202626.693000', '202626.696000', '202626.698000', '202626.701000', '202626.704000', '202626.706000', '202626.709000', '202626.712000', '202626.714000', '202626.717000', '202626.719000', '202626.722000', '202626.725000', '202626.727000', '202626.730000', '202626.732000', '202626.735000', '202626.738000', '202626.740000', '202626.743000', '202626.746000', '202626.748000', '202626.751000', '202646.641000', '202646.643000', '202646.646000', '202646.649000', '202646.651000', '202646.654000', '202646.657000', '202646.659000', '202646.662000', '202646.664000', '202646.667000', '202646.670000', '202646.672000', '202646.675000', '202646.677000', '202646.680000', '202646.683000', '202646.685000', '202646.688000', '202646.690000', '202646.693000', '202646.696000', '202646.698000', '202646.701000', '202646.703000', '202646.706000', '202646.709000', '202646.711000', '202646.714000', '202646.716000', '202646.719000', '202646.722000', '202646.724000', '202646.727000', '202646.730000', '202646.732000', '202646.735000', '202646.737000', '202646.740000', '202646.743000', '202646.745000', '202646.748000', '202646.750000', '202646.753000', '202706.641000', '202706.643000', '202706.646000', '202706.649000', '202706.651000', '202706.654000', '202706.657000', '202706.659000', '202706.662000', '202706.665000', '202706.667000', '202706.670000', '202706.672000', '202706.675000', '202706.678000', '202706.680000', '202706.683000', '202706.685000', '202706.688000', '202706.691000', '202706.693000', '202706.696000', '202706.698000', '202706.701000', '202706.704000', '202706.706000', '202706.709000', '202706.712000', '202706.714000', '202706.717000', '202706.720000', '202706.722000', '202706.725000', '202706.728000', '202706.730000', '202706.733000', '202706.735000', '202706.738000', '202706.741000', '202706.743000', '202706.746000', '202706.748000', '202706.751000', '202726.640000', '202726.642000', '202726.645000', '202726.648000', '202726.650000', '202726.653000', '202726.656000', '202726.658000', '202726.661000', '202726.663000', '202726.666000', '202726.669000', '202726.671000', '202726.674000', '202726.676000', '202726.679000', '202726.682000', '202726.684000', '202726.687000', '202726.689000', '202726.692000', '202726.695000', '202726.697000', '202726.700000', '202726.703000', '202726.705000', '202726.708000', '202726.710000', '202726.713000', '202726.716000', '202726.718000', '202726.721000', '202726.724000', '202726.726000', '202726.729000', '202726.731000', '202726.734000', '202726.737000', '202726.739000', '202726.742000', '202726.744000', '202726.747000', '202726.750000', '202726.752000', '202746.639000', '202746.642000', '202746.645000', '202746.648000', '202746.650000', '202746.653000', '202746.656000', '202746.658000', '202746.661000', '202746.663000', '202746.666000', '202746.669000', '202746.671000', '202746.674000', '202746.676000', '202746.679000', '202746.682000', '202746.684000', '202746.687000', '202746.690000', '202746.692000', '202746.695000', '202746.697000', '202746.700000', '202746.703000', '202746.705000', '202746.708000', '202746.711000', '202746.713000', '202746.716000', '202746.718000', '202746.721000', '202746.724000', '202746.726000', '202746.729000', '202746.731000', '202746.734000', '202746.737000', '202746.739000', '202746.742000', '202746.744000', '202746.747000', '202746.749000', '202806.641000', '202806.644000', '202806.646000', '202806.649000', '202806.652000', '202806.654000', '202806.657000', '202806.659000', '202806.662000', '202806.665000', '202806.667000', '202806.670000', '202806.672000', '202806.675000', '202806.678000', '202806.680000', '202806.683000', '202806.686000', '202806.688000', '202806.691000', '202806.693000', '202806.696000', '202806.699000', '202806.701000', '202806.704000', '202806.706000', '202806.709000', '202806.712000', '202806.714000', '202806.717000', '202806.719000', '202806.722000', '202806.725000', '202806.727000', '202806.730000', '202806.732000', '202806.735000', '202806.738000', '202806.740000', '202806.743000', '202806.745000', '202806.748000', '202806.750000', '202806.753000', '202826.641000', '202826.644000', '202826.646000', '202826.649000', '202826.652000', '202826.654000', '202826.657000', '202826.659000', '202826.662000', '202826.665000', '202826.667000', '202826.670000', '202826.673000', '202826.675000', '202826.678000', '202826.680000', '202826.683000', '202826.686000', '202826.688000', '202826.691000', '202826.694000', '202826.696000', '202826.699000', '202826.702000', '202826.704000', '202826.707000', '202826.709000', '202826.712000', '202826.715000', '202826.717000', '202826.720000', '202826.723000', '202826.725000', '202826.728000', '202826.730000', '202826.733000', '202826.736000', '202826.738000', '202826.741000', '202826.743000', '202826.746000', '202826.749000', '202826.751000', '202846.640000', '202846.643000', '202846.646000', '202846.649000', '202846.651000', '202846.654000', '202846.657000', '202846.659000', '202846.662000', '202846.665000', '202846.667000', '202846.670000', '202846.672000', '202846.675000', '202846.678000', '202846.680000', '202846.683000', '202846.686000', '202846.688000', '202846.691000', '202846.693000', '202846.696000', '202846.699000', '202846.701000', '202846.704000', '202846.706000', '202846.709000', '202846.712000', '202846.714000', '202846.717000', '202846.719000', '202846.722000', '202846.725000', '202846.727000', '202846.730000', '202846.733000', '202846.735000', '202846.738000', '202846.740000', '202846.743000', '202846.746000', '202846.748000', '202846.751000', '202906.640000', '202906.643000', '202906.646000', '202906.649000', '202906.651000', '202906.654000', '202906.656000', '202906.659000', '202906.662000', '202906.664000', '202906.667000', '202906.670000', '202906.672000', '202906.675000', '202906.678000', '202906.680000', '202906.683000', '202906.686000', '202906.688000', '202906.691000', '202906.693000', '202906.696000', '202906.699000', '202906.701000', '202906.704000', '202906.706000', '202906.709000', '202906.712000', '202906.714000', '202906.717000', '202906.720000', '202906.722000', '202906.725000', '202906.727000', '202906.730000', '202906.733000', '202906.735000', '202906.738000', '202906.741000', '202906.743000', '202906.746000', '202906.748000', '202906.751000', '202906.754000', '202926.641000', '202926.643000', '202926.646000', '202926.649000', '202926.651000', '202926.654000', '202926.657000', '202926.659000', '202926.662000', '202926.665000', '202926.667000', '202926.670000', '202926.672000', '202926.675000', '202926.678000', '202926.680000', '202926.683000', '202926.686000', '202926.688000', '202926.691000', '202926.693000', '202926.696000', '202926.699000', '202926.701000', '202926.704000', '202926.706000', '202926.709000', '202926.712000', '202926.714000', '202926.717000', '202926.720000', '202926.722000', '202926.725000', '202926.727000', '202926.730000', '202926.733000', '202926.735000', '202926.738000', '202926.740000', '202926.743000', '202926.746000', '202926.748000', '202926.751000', '202926.754000', '202944.537000', '202944.539000', '202944.542000', '202944.545000', '202944.547000', '202944.550000', '202944.552000', '202944.555000', '202944.558000', '202944.560000', '202944.563000', '202944.566000', '202944.568000', '202944.571000', '202944.574000', '202944.576000', '202944.579000', '202944.582000', '202944.584000', '202944.587000', '202944.589000', '202944.592000', '202944.595000', '202944.597000', '202944.600000', '202944.603000', '202944.605000', '202944.608000', '202944.611000', '202944.613000', '202944.616000', '202944.619000', '202944.621000', '202944.624000', '202944.626000', '202944.629000', '202944.631000', '202944.634000', '202944.637000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [15543, 9841, 18704, 13793, 17940, 17315, 10723, 17433, 11966, 12409, 17391, 13657, 18977, 14399, 13017, 13569, 10126, 16973, 14893, 17787, 12936, 13715, 14966, 12549, 16993, 13775, 17393, 14264, 15761, 12301, 15948, 16517, 11675, 16051, 12890, 16796, 14585, 17357, 14651, 17029, 12442, 16803, 12970, 18483, 14270, 17892, 13698, 15289, 13955, 17323, 13972, 18121, 13969, 12504, 14646, 13419, 15521, 13404, 17286, 10779, 16059, 13163, 16862, 14978, 18894, 14492, 17090, 12548, 16424, 14531, 15698, 17364, 12100, 15850, 11366, 16839, 14265, 17462, 14994, 16587, 13737, 16883, 14686, 18038, 16787, 12090, 15555, 10776, 16528, 13349, 17519, 15020, 16086, 12734, 14365, 16471, 12738, 17708, 15060, 18396, 13846, 18442, 15640, 15000, 16908, 10541, 16077, 11230, 17228, 11237, 17573, 11705, 14899, 10221, 16508, 13191, 17034, 12863, 16193, 11126, 15449, 11713, 16948, 12441, 17684, 12090, 16924, 14205, 17198, 15062, 17203, 15560, 15983, 12757, 16306, 13700, 17704, 15210, 16433, 14227, 13540, 16257, 13350, 17374, 11977, 17956, 14976, 16873, 12704, 17563, 15241, 14625, 16521, 11072, 16257, 11609, 17475, 12451, 17420, 11950, 14466, 11297, 15786, 13586, 17614, 11948, 15531, 10789, 17150, 13854, 17537, 15854, 16710, 12782, 17271, 14917, 17775, 17293, 12023, 15584, 11041, 16301, 11854, 17517, 11676, 17183, 13305, 17037, 14397, 17416, 15299, 17271, 13325, 12860, 15936, 12827, 17775, 11464, 17377, 12509, 16724, 11725, 17653, 13239, 17830, 14853, 18164, 13920, 18062, 14500, 15497, 14965, 11360, 15824, 11117, 17342, 15956, 17309, 13633, 15471, 14916, 15288, 17275, 11711, 16823, 13754, 17450, 14950, 20541, 14927, 15850, 12808, 13001, 16312, 12960, 17707, 12903, 16673, 14099, 17236, 14588, 19741, 15001, 16638, 12809, 10611, 16009, 12258, 17819, 15785, 19416, 13799, 17005, 13042, 17171, 17519, 11491, 16992, 13444, 17589, 15276, 19880, 14601, 14954, 11383, 16001, 15712, 10620, 17111, 13661, 19706, 14016, 14571, 18461, 14983, 18940, 13050, 14143, 15749, 13678, 18058, 14088, 19054, 13609, 18784, 13466, 19735, 15169, 11599, 14644, 11073, 17029, 11903, 18159, 13965, 16702, 13043, 18388, 13137, 16264, 15083, 11020, 17692, 11769, 18246, 14816, 17381, 12840, 18830, 12305, 19554, 14045, 15269, 13867, 10708, 17220, 12868, 17911, 14880, 16810, 11543, 14866, 15206, 16309, 17088, 11899, 15818, 10941, 17186, 11554, 17761, 13409, 17169, 13153, 16651, 13300, 20146, 14523, 13631, 14273, 11335, 16353, 12585, 17821, 12000, 17479, 13579, 17477, 13856, 18006, 14512, 17940, 14640, 16335, 13336, 17719, 14582, 18921, 14354, 16338, 12475, 16854, 15482, 15069, 17116, 11004, 16746, 10790, 17645, 11967, 18080, 14571, 19485, 13089, 16672, 12047, 15151, 16336, 10905, 15736, 14025, 18663, 13889, 18807, 14238, 12525, 15302, 11900, 16433, 11611, 17224, 15103, 19299, 13883, 16204, 14046, 14194, 17519, 14458, 15108, 10762, 11963, 15674, 9977, 14670, 10804, 18893, 14406, 17102, 17659, 13724, 19806, 15142, 12834, 15917, 12341, 16679, 12335, 19280, 15407, 10840, 16847, 13039, 17848, 13141, 13909, 17209, 15719, 20934, 15115, 14405, 14328, 15354, 17573, 15247, 17196, 11516, 15679, 11406, 16010, 14922, 16054, 13693, 14303, 10066, 14590, 10908, 16524, 12362, 17595, 15719, 17392, 14576, 17418, 14512, 19458, 14455, 14834, 10716, 14193, 14350, 15387, 16948, 12227, 16052, 10907, 16940, 12611, 17716, 15514, 18722, 13356, 19564, 12678, 19267, 14128, 18585, 13298, 16375, 11979, 18841, 13828, 17322, 15042, 16120, 11211, 13244, 14304, 14012, 17107, 11852, 17614, 15991, 16849, 12290, 17553, 13283, 19389, 13973, 17272, 13825, 10888, 15402, 11340, 16584, 11285, 17361, 13036, 16500, 12949, 17075, 14132, 17478, 14325, 17916, 11304, 18577, 11964, 17244, 14274, 20729, 12975, 15976, 11192, 18644, 12864, 19169, 13478, 14022, 11780, 11066, 15696, 11929, 17514, 14248, 16776, 13856, 19583, 13322, 18493, 14687, 11367, 15551, 10952, 17251, 11513, 17037, 14249, 15826, 13734, 17052, 15370, 17145, 14602, 17107, 11498, 13388, 15682, 12739, 17499, 15179, 17058, 12585, 15696, 16344, 11895, 17442, 14698, 19309, 13826, 17766, 13797, 11111, 16359, 11457, 17160, 14876, 19779, 12640, 17561, 12138, 19435, 14528, 11956, 13566, 10357, 16587, 11134, 17941, 15149, 18068, 12604, 17392, 13982, 14582, 17023, 11073, 16892, 13683, 17469, 14773, 19309, 12915, 14584, 13268, 15624, 16808, 12261, 16858, 11823, 17845, 14400, 17787, 14710, 18215, 11859, 12644, 15315, 13586, 17999, 11557, 17332, 13766, 16973, 13880, 18802, 13960, 12917, 13953, 11041, 16376, 12067, 17433, 10854, 17411, 13278, 17428, 14142, 17692, 14941, 18531, 13946, 12294, 12467, 12323, 17050, 12312, 16992, 14886, 16861, 13837, 18644, 14214, 14907, 13202, 13221, 15828, 15859, 16449, 12306, 15936, 10201, 16542, 14055, 17522, 15046, 18536, 12936, 14188, 13756, 17907, 16014, 14533, 15354, 11087, 16328, 11802, 17351, 13747, 17489, 14477, 19349, 13035, 19619, 14351, 15192, 12306, 11102, 15780, 11726, 17964, 15081, 17870, 12910, 18300, 14772, 14247, 17286, 11441, 17226, 14359, 20712, 14346, 17443, 13594, 11534, 16731, 11959, 16039, 12683, 15840, 13423, 18328, 12448, 10616, 18806, 15006, 17182, 14539, 10172, 18561, 14594, 19568, 15457, 15267, 11971, 13439, 16968, 15906, 18965, 12472, 17075, 9774, 18175, 11442, 19196, 13574, 19253, 14452, 18308, 13058, 19680, 14372, 18173, 15060, 10937, 16192, 11090, 19020, 12957, 18934, 14020, 19908, 13035, 19408, 15548, 11719, 16363, 11672, 18168, 14969, 19727, 15238, 17615, 12697, 17500, 16221, 16143, 17738, 10345, 17518, 13081, 18847, 15528, 19228, 15060, 17544, 12491, 18734, 16025, 15883, 17469, 11658, 17160, 13776, 21302, 14938, 17129, 13363, 12320, 16679, 13569, 18958, 11895, 17592, 13117, 18156, 14849, 18635, 15623, 19666, 13731, 18810, 14165, 16731, 17417, 9947, 17901, 13819, 18668, 15155, 20114, 14076, 11935, 15801, 11724, 18736, 14525, 18461, 14399, 20035, 13590, 19947, 14810, 15296, 14915, 10979, 17747, 13170, 19264, 15638, 17175, 12355, 13685, 17796, 13136, 19389, 14982, 17200, 13933, 19941, 14610, 18129, 14743, 11153, 17087, 11854, 19084, 12513, 19397, 15073, 17945, 13269, 19744, 14820, 18121, 14750, 11201, 16965, 10812, 18810, 15431, 21348, 15415, 14885, 14183, 13815, 18854, 12637, 18947, 14617, 17786, 12696, 18638, 17041, 13940, 17651, 10253, 17585, 14057, 18772, 15012, 15675, 13681, 12001, 17910, 12495, 19379, 14762, 18137, 14585, 20081, 13552, 19798, 15032, 11998, 15961, 11502, 18447, 12265, 19477, 15726, 17436, 13255, 15875, 16040, 13295, 18642, 12915, 17535, 14201, 18586, 15054, 19966, 14736, 12976, 13566, 13466, 17974, 13217, 18872, 13263, 16770, 13953, 17967, 15058, 18786, 14764, 12814, 15009, 13411, 18476, 12680, 18339, 15132, 20212, 14291, 18930, 15510, 14438, 15789, 11806, 16923, 12411, 18771, 15695, 19947, 14608, 17471, 13790, 17146, 18441, 12345, 17184, 13701, 18295, 15855, 19406, 15868, 13158, 15901, 12644, 18786, 15921, 21408, 15581, 15085, 13262, 14819, 18196, 13207, 18273, 13265, 17462, 13768, 20815, 15309, 15927, 14188, 10604, 17302, 11835, 19233, 16012, 20670, 13397, 16112, 12158, 16554, 18691, 11251, 18362, 14213, 18973, 16087, 18975, 15599, 17197, 12405, 15973, 17493, 12628, 17147, 11551, 17795, 11389, 19152, 15219, 19893, 13801, 18800, 14334, 17906, 17678, 11674, 17551, 11537, 19049, 13037, 19070, 15447, 16801, 12571, 18566, 15006, 17902, 18355, 11905, 17402, 12184, 18645, 14962, 18679, 14499, 11443, 16984, 13637, 18660, 15300, 17242, 12558, 13259, 17562, 11830, 18439, 14334, 17951, 15129, 19860, 15335, 12936, 13679, 11248, 18213, 14768, 20104, 15435, 14797, 14084, 16969, 17448, 16953, 16542, 11287, 15687], 'WindowCenter': [4011.0, 3955.0, 3991.0, 3971.0, 3980.0, 3967.0, 3937.0, 3966.0, 3946.0, 3945.0, 3967.0, 3956.0, 3966.0, 3957.0, 3956.0, 3944.0, 3936.0, 3968.0, 3958.0, 3968.0, 3933.0, 3955.0, 3957.0, 3944.0, 3968.0, 3958.0, 3968.0, 3958.0, 3956.0, 3948.0, 3966.0, 3968.0, 3936.0, 3967.0, 3958.0, 3969.0, 3957.0, 3967.0, 3958.0, 3966.0, 3946.0, 3966.0, 3946.0, 3966.0, 3957.0, 3966.0, 3945.0, 3954.0, 3957.0, 3966.0, 3957.0, 3966.0, 3956.0, 3946.0, 3956.0, 3957.0, 3966.0, 3956.0, 3968.0, 3937.0, 3967.0, 3958.0, 3968.0, 3969.0, 3978.0, 3959.0, 3968.0, 3948.0, 3968.0, 3959.0, 3967.0, 3969.0, 3948.0, 3968.0, 3948.0, 3968.0, 3970.0, 3967.0, 3969.0, 3969.0, 3960.0, 3968.0, 3970.0, 3979.0, 3969.0, 3947.0, 3969.0, 3936.0, 3969.0, 3959.0, 3969.0, 3969.0, 3968.0, 3959.0, 3958.0, 3971.0, 3960.0, 3970.0, 3969.0, 3980.0, 3960.0, 3978.0, 3970.0, 3958.0, 3969.0, 3938.0, 3969.0, 3938.0, 3969.0, 3938.0, 3968.0, 3948.0, 3956.0, 3925.0, 3958.0, 3947.0, 3968.0, 3946.0, 3957.0, 3937.0, 3958.0, 3947.0, 3968.0, 3948.0, 3969.0, 3947.0, 3968.0, 3959.0, 3969.0, 3970.0, 3969.0, 3969.0, 3969.0, 3959.0, 3968.0, 3961.0, 3970.0, 3971.0, 3968.0, 3960.0, 3959.0, 3970.0, 3959.0, 3969.0, 3948.0, 3967.0, 3959.0, 3968.0, 3948.0, 3968.0, 3970.0, 3958.0, 3968.0, 3937.0, 3967.0, 3948.0, 3970.0, 3946.0, 3967.0, 3948.0, 3958.0, 3936.0, 3958.0, 3947.0, 3969.0, 3947.0, 3957.0, 3937.0, 3969.0, 3959.0, 3969.0, 3970.0, 3969.0, 3959.0, 3968.0, 3959.0, 3969.0, 3969.0, 3947.0, 3957.0, 3938.0, 3967.0, 3948.0, 3968.0, 3938.0, 3968.0, 3959.0, 3968.0, 3960.0, 3967.0, 3970.0, 3969.0, 3957.0, 3947.0, 3970.0, 3949.0, 3970.0, 3947.0, 3969.0, 3948.0, 3969.0, 3948.0, 3969.0, 3947.0, 3968.0, 3959.0, 3968.0, 3958.0, 3968.0, 3959.0, 3957.0, 3959.0, 3948.0, 3969.0, 3950.0, 3970.0, 3970.0, 3981.0, 3961.0, 3969.0, 3971.0, 3969.0, 3971.0, 3949.0, 3970.0, 3961.0, 3979.0, 3972.0, 3981.0, 3971.0, 3969.0, 3949.0, 3948.0, 3971.0, 3959.0, 3971.0, 3960.0, 3969.0, 3960.0, 3969.0, 3970.0, 3980.0, 3971.0, 3971.0, 3961.0, 3949.0, 3971.0, 3962.0, 3982.0, 3972.0, 3982.0, 3972.0, 3981.0, 3962.0, 3982.0, 3982.0, 3951.0, 3971.0, 3961.0, 3979.0, 3971.0, 3981.0, 3970.0, 3959.0, 3949.0, 3971.0, 3983.0, 3951.0, 3981.0, 3972.0, 3992.0, 3961.0, 3970.0, 3981.0, 3972.0, 3981.0, 3960.0, 3969.0, 3972.0, 3959.0, 3982.0, 3961.0, 3980.0, 3961.0, 3979.0, 3961.0, 3980.0, 3958.0, 3948.0, 3959.0, 3938.0, 3969.0, 3947.0, 3969.0, 3959.0, 3967.0, 3948.0, 3969.0, 3959.0, 3970.0, 3970.0, 3949.0, 3970.0, 3948.0, 3970.0, 3959.0, 3968.0, 3948.0, 3968.0, 3949.0, 3969.0, 3959.0, 3958.0, 3958.0, 3937.0, 3967.0, 3948.0, 3968.0, 3959.0, 3966.0, 3947.0, 3956.0, 3968.0, 3969.0, 3969.0, 3948.0, 3957.0, 3936.0, 3967.0, 3937.0, 3969.0, 3948.0, 3957.0, 3945.0, 3967.0, 3957.0, 3978.0, 3959.0, 3958.0, 3958.0, 3937.0, 3969.0, 3948.0, 3968.0, 3948.0, 3968.0, 3947.0, 3967.0, 3946.0, 3956.0, 3946.0, 3956.0, 3956.0, 3953.0, 3945.0, 3966.0, 3957.0, 3967.0, 3957.0, 3956.0, 3947.0, 3965.0, 3956.0, 3956.0, 3957.0, 3936.0, 3956.0, 3934.0, 3966.0, 3936.0, 3966.0, 3971.0, 3979.0, 3972.0, 3968.0, 3947.0, 3957.0, 3981.0, 3950.0, 3969.0, 3971.0, 3980.0, 3961.0, 3980.0, 3958.0, 3948.0, 3969.0, 3948.0, 3969.0, 3949.0, 3969.0, 3984.0, 3980.0, 3958.0, 3967.0, 3958.0, 3958.0, 3969.0, 3959.0, 3958.0, 3948.0, 3961.0, 3971.0, 3950.0, 3958.0, 3948.0, 3980.0, 3971.0, 3982.0, 3982.0, 3960.0, 3993.0, 3973.0, 3961.0, 3970.0, 3960.0, 3969.0, 3960.0, 3982.0, 3974.0, 3950.0, 3981.0, 3961.0, 3981.0, 3960.0, 3960.0, 3971.0, 3970.0, 3979.0, 3969.0, 3957.0, 3959.0, 3958.0, 3970.0, 3958.0, 3966.0, 3936.0, 3957.0, 3935.0, 3968.0, 3956.0, 3957.0, 3945.0, 3957.0, 3924.0, 3956.0, 3936.0, 3969.0, 3947.0, 3968.0, 3969.0, 3967.0, 3970.0, 3969.0, 3960.0, 3969.0, 3959.0, 3957.0, 3937.0, 3956.0, 3958.0, 3958.0, 3969.0, 3946.0, 3957.0, 3937.0, 3968.0, 3948.0, 3968.0, 3957.0, 3967.0, 3947.0, 3967.0, 3945.0, 3967.0, 3957.0, 3966.0, 3946.0, 3966.0, 3947.0, 3966.0, 3957.0, 3957.0, 3957.0, 3956.0, 3935.0, 3945.0, 3957.0, 3958.0, 3969.0, 3949.0, 3980.0, 3970.0, 3982.0, 3962.0, 3980.0, 3960.0, 3979.0, 3959.0, 3967.0, 3958.0, 3937.0, 3958.0, 3936.0, 3968.0, 3934.0, 3967.0, 3945.0, 3955.0, 3945.0, 3965.0, 3957.0, 3966.0, 3957.0, 3966.0, 3935.0, 3964.0, 3934.0, 3955.0, 3943.0, 3964.0, 3945.0, 3953.0, 3935.0, 3965.0, 3946.0, 3965.0, 3946.0, 3956.0, 3946.0, 3935.0, 3957.0, 3947.0, 3968.0, 3957.0, 3967.0, 3958.0, 3978.0, 3959.0, 3979.0, 3959.0, 3948.0, 3968.0, 3936.0, 3969.0, 3936.0, 3968.0, 3958.0, 3967.0, 3959.0, 3968.0, 3969.0, 3968.0, 3959.0, 3968.0, 3947.0, 3956.0, 3969.0, 3958.0, 3980.0, 3970.0, 3969.0, 3959.0, 3970.0, 3971.0, 3948.0, 3978.0, 3969.0, 3979.0, 3960.0, 3980.0, 3944.0, 3947.0, 3968.0, 3948.0, 3969.0, 3959.0, 3979.0, 3957.0, 3967.0, 3947.0, 3978.0, 3957.0, 3946.0, 3947.0, 3934.0, 3967.0, 3936.0, 3968.0, 3958.0, 3967.0, 3947.0, 3966.0, 3957.0, 3957.0, 3968.0, 3937.0, 3966.0, 3958.0, 3967.0, 3958.0, 3967.0, 3945.0, 3955.0, 3947.0, 3957.0, 3968.0, 3946.0, 3966.0, 3947.0, 3967.0, 3957.0, 3966.0, 3958.0, 3966.0, 3945.0, 3945.0, 3956.0, 3946.0, 3968.0, 3935.0, 3966.0, 3956.0, 3956.0, 3946.0, 3967.0, 3942.0, 3945.0, 3955.0, 3935.0, 3957.0, 3946.0, 3967.0, 3935.0, 3967.0, 3946.0, 3966.0, 3957.0, 3967.0, 3958.0, 3966.0, 3957.0, 3946.0, 3946.0, 3947.0, 3969.0, 3947.0, 3969.0, 3968.0, 3968.0, 3960.0, 3979.0, 3960.0, 3968.0, 3959.0, 3957.0, 3967.0, 3967.0, 3967.0, 3947.0, 3968.0, 3937.0, 3967.0, 3958.0, 3965.0, 3969.0, 3978.0, 3957.0, 3957.0, 3958.0, 3977.0, 3969.0, 3958.0, 3968.0, 3947.0, 3969.0, 3948.0, 3969.0, 3958.0, 3968.0, 3959.0, 3978.0, 3958.0, 3979.0, 3958.0, 3957.0, 3947.0, 3935.0, 3969.0, 3948.0, 3969.0, 3970.0, 3979.0, 3958.0, 3978.0, 3959.0, 3958.0, 3968.0, 3948.0, 3968.0, 3959.0, 3979.0, 3960.0, 3968.0, 3948.0, 3937.0, 3967.0, 3949.0, 3968.0, 3957.0, 3981.0, 3959.0, 3968.0, 3947.0, 3937.0, 3967.0, 3969.0, 3967.0, 3955.0, 3936.0, 3966.0, 3958.0, 3968.0, 3958.0, 3955.0, 3935.0, 3945.0, 3967.0, 3956.0, 3967.0, 3934.0, 3955.0, 3923.0, 3954.0, 3934.0, 3966.0, 3944.0, 3965.0, 3946.0, 3966.0, 3946.0, 3966.0, 3946.0, 3967.0, 3955.0, 3934.0, 3956.0, 3935.0, 3966.0, 3946.0, 3965.0, 3945.0, 3965.0, 3945.0, 3967.0, 3957.0, 3945.0, 3968.0, 3947.0, 3967.0, 3968.0, 3979.0, 3967.0, 3968.0, 3958.0, 3967.0, 3969.0, 3957.0, 3969.0, 3937.0, 3966.0, 3946.0, 3968.0, 3969.0, 3967.0, 3959.0, 3966.0, 3947.0, 3967.0, 3968.0, 3956.0, 3967.0, 3947.0, 3967.0, 3958.0, 3979.0, 3958.0, 3968.0, 3957.0, 3946.0, 3967.0, 3956.0, 3967.0, 3946.0, 3967.0, 3947.0, 3967.0, 3958.0, 3967.0, 3956.0, 3967.0, 3957.0, 3967.0, 3957.0, 3956.0, 3967.0, 3925.0, 3966.0, 3957.0, 3966.0, 3957.0, 3978.0, 3956.0, 3946.0, 3957.0, 3946.0, 3967.0, 3958.0, 3968.0, 3957.0, 3978.0, 3957.0, 3979.0, 3958.0, 3958.0, 3957.0, 3935.0, 3967.0, 3946.0, 3968.0, 3968.0, 3968.0, 3946.0, 3958.0, 3969.0, 3947.0, 3966.0, 3958.0, 3965.0, 3958.0, 3966.0, 3958.0, 3967.0, 3957.0, 3934.0, 3956.0, 3935.0, 3967.0, 3945.0, 3967.0, 3957.0, 3965.0, 3946.0, 3966.0, 3956.0, 3966.0, 3956.0, 3934.0, 3966.0, 3935.0, 3968.0, 3958.0, 3977.0, 3958.0, 3957.0, 3957.0, 3946.0, 3966.0, 3946.0, 3966.0, 3956.0, 3967.0, 3946.0, 3966.0, 3968.0, 3945.0, 3966.0, 3926.0, 3966.0, 3958.0, 3967.0, 3957.0, 3955.0, 3945.0, 3935.0, 3966.0, 3944.0, 3968.0, 3957.0, 3966.0, 3956.0, 3967.0, 3946.0, 3966.0, 3957.0, 3934.0, 3956.0, 3935.0, 3967.0, 3947.0, 3967.0, 3958.0, 3966.0, 3946.0, 3967.0, 3969.0, 3956.0, 3969.0, 3958.0, 3966.0, 3959.0, 3968.0, 3970.0, 3979.0, 3958.0, 3947.0, 3958.0, 3957.0, 3968.0, 3948.0, 3978.0, 3957.0, 3968.0, 3958.0, 3968.0, 3969.0, 3980.0, 3969.0, 3959.0, 3969.0, 3958.0, 3981.0, 3958.0, 3970.0, 3968.0, 3979.0, 3959.0, 3978.0, 3970.0, 3959.0, 3969.0, 3948.0, 3969.0, 3958.0, 3979.0, 3969.0, 3979.0, 3969.0, 3969.0, 3959.0, 3979.0, 3981.0, 3959.0, 3979.0, 3959.0, 3980.0, 3971.0, 3980.0, 3971.0, 3960.0, 3970.0, 3960.0, 3981.0, 3970.0, 3981.0, 3969.0, 3968.0, 3958.0, 3958.0, 3968.0, 3957.0, 3967.0, 3957.0, 3967.0, 3958.0, 3978.0, 3957.0, 3956.0, 3946.0, 3936.0, 3967.0, 3946.0, 3968.0, 3957.0, 3977.0, 3956.0, 3966.0, 3948.0, 3968.0, 3979.0, 3947.0, 3968.0, 3957.0, 3968.0, 3969.0, 3966.0, 3957.0, 3967.0, 3946.0, 3955.0, 3968.0, 3947.0, 3968.0, 3936.0, 3967.0, 3935.0, 3968.0, 3958.0, 3977.0, 3958.0, 3967.0, 3958.0, 3967.0, 3967.0, 3935.0, 3967.0, 3936.0, 3966.0, 3945.0, 3967.0, 3957.0, 3966.0, 3948.0, 3967.0, 3957.0, 3967.0, 3967.0, 3936.0, 3966.0, 3935.0, 3965.0, 3956.0, 3966.0, 3957.0, 3946.0, 3967.0, 3958.0, 3967.0, 3968.0, 3968.0, 3947.0, 3957.0, 3970.0, 3949.0, 3978.0, 3959.0, 3968.0, 3958.0, 3978.0, 3958.0, 3948.0, 3958.0, 3948.0, 3979.0, 3969.0, 3979.0, 3969.0, 3968.0, 3959.0, 3968.0, 3970.0, 3968.0, 3957.0, 3937.0, 3967.0], 'WindowWidth': [8923.0, 8836.0, 8878.0, 8847.0, 8856.0, 8836.0, 8793.0, 8830.0, 8801.0, 8798.0, 8834.0, 8816.0, 8830.0, 8819.0, 8816.0, 8800.0, 8788.0, 8836.0, 8822.0, 8836.0, 8776.0, 8813.0, 8820.0, 8798.0, 8838.0, 8820.0, 8835.0, 8820.0, 8817.0, 8808.0, 8830.0, 8837.0, 8789.0, 8833.0, 8823.0, 8839.0, 8820.0, 8832.0, 8821.0, 8830.0, 8803.0, 8828.0, 8803.0, 8829.0, 8819.0, 8829.0, 8801.0, 8810.0, 8817.0, 8827.0, 8818.0, 8829.0, 8816.0, 8801.0, 8818.0, 8817.0, 8832.0, 8816.0, 8836.0, 8793.0, 8833.0, 8822.0, 8837.0, 8839.0, 8851.0, 8826.0, 8837.0, 8809.0, 8833.0, 8825.0, 8834.0, 8841.0, 8807.0, 8835.0, 8808.0, 8837.0, 8842.0, 8834.0, 8839.0, 8837.0, 8828.0, 8836.0, 8843.0, 8851.0, 8840.0, 8804.0, 8838.0, 8790.0, 8839.0, 8825.0, 8837.0, 8838.0, 8835.0, 8825.0, 8822.0, 8844.0, 8825.0, 8842.0, 8840.0, 8853.0, 8827.0, 8850.0, 8840.0, 8821.0, 8838.0, 8793.0, 8836.0, 8793.0, 8839.0, 8793.0, 8834.0, 8806.0, 8816.0, 8773.0, 8821.0, 8803.0, 8835.0, 8801.0, 8819.0, 8789.0, 8820.0, 8803.0, 8836.0, 8808.0, 8839.0, 8805.0, 8835.0, 8824.0, 8836.0, 8840.0, 8837.0, 8839.0, 8838.0, 8826.0, 8835.0, 8829.0, 8840.0, 8842.0, 8835.0, 8825.0, 8821.0, 8841.0, 8822.0, 8841.0, 8807.0, 8832.0, 8823.0, 8834.0, 8809.0, 8834.0, 8841.0, 8819.0, 8836.0, 8791.0, 8835.0, 8806.0, 8842.0, 8800.0, 8833.0, 8804.0, 8820.0, 8788.0, 8822.0, 8805.0, 8839.0, 8803.0, 8819.0, 8791.0, 8837.0, 8824.0, 8837.0, 8840.0, 8836.0, 8823.0, 8835.0, 8825.0, 8837.0, 8838.0, 8803.0, 8820.0, 8793.0, 8833.0, 8807.0, 8838.0, 8793.0, 8835.0, 8823.0, 8835.0, 8826.0, 8835.0, 8841.0, 8836.0, 8819.0, 8805.0, 8840.0, 8808.0, 8842.0, 8804.0, 8837.0, 8806.0, 8836.0, 8807.0, 8838.0, 8806.0, 8834.0, 8823.0, 8836.0, 8822.0, 8833.0, 8823.0, 8818.0, 8823.0, 8807.0, 8837.0, 8812.0, 8842.0, 8843.0, 8855.0, 8830.0, 8837.0, 8844.0, 8839.0, 8845.0, 8809.0, 8841.0, 8828.0, 8852.0, 8847.0, 8859.0, 8843.0, 8836.0, 8810.0, 8807.0, 8843.0, 8822.0, 8844.0, 8826.0, 8837.0, 8826.0, 8838.0, 8840.0, 8856.0, 8843.0, 8843.0, 8830.0, 8813.0, 8846.0, 8832.0, 8861.0, 8846.0, 8860.0, 8845.0, 8855.0, 8832.0, 8860.0, 8861.0, 8816.0, 8843.0, 8828.0, 8851.0, 8843.0, 8857.0, 8841.0, 8823.0, 8811.0, 8843.0, 8865.0, 8816.0, 8860.0, 8849.0, 8873.0, 8830.0, 8840.0, 8861.0, 8844.0, 8858.0, 8826.0, 8838.0, 8846.0, 8823.0, 8859.0, 8828.0, 8856.0, 8828.0, 8849.0, 8828.0, 8854.0, 8821.0, 8806.0, 8822.0, 8791.0, 8838.0, 8804.0, 8837.0, 8822.0, 8832.0, 8807.0, 8837.0, 8823.0, 8839.0, 8839.0, 8810.0, 8839.0, 8808.0, 8841.0, 8822.0, 8834.0, 8807.0, 8834.0, 8808.0, 8835.0, 8822.0, 8819.0, 8819.0, 8790.0, 8831.0, 8805.0, 8833.0, 8822.0, 8829.0, 8805.0, 8815.0, 8837.0, 8836.0, 8839.0, 8808.0, 8819.0, 8788.0, 8832.0, 8790.0, 8837.0, 8806.0, 8817.0, 8800.0, 8830.0, 8819.0, 8850.0, 8824.0, 8820.0, 8822.0, 8792.0, 8839.0, 8807.0, 8838.0, 8806.0, 8833.0, 8806.0, 8830.0, 8802.0, 8816.0, 8801.0, 8814.0, 8813.0, 8808.0, 8798.0, 8828.0, 8818.0, 8830.0, 8817.0, 8815.0, 8803.0, 8826.0, 8817.0, 8814.0, 8819.0, 8787.0, 8815.0, 8782.0, 8830.0, 8788.0, 8828.0, 8844.0, 8854.0, 8850.0, 8836.0, 8807.0, 8817.0, 8861.0, 8817.0, 8837.0, 8843.0, 8856.0, 8831.0, 8855.0, 8824.0, 8808.0, 8838.0, 8808.0, 8838.0, 8810.0, 8839.0, 8869.0, 8856.0, 8823.0, 8831.0, 8822.0, 8819.0, 8839.0, 8826.0, 8821.0, 8810.0, 8832.0, 8847.0, 8815.0, 8822.0, 8808.0, 8855.0, 8845.0, 8862.0, 8864.0, 8827.0, 8880.0, 8854.0, 8831.0, 8840.0, 8827.0, 8837.0, 8828.0, 8862.0, 8853.0, 8813.0, 8857.0, 8831.0, 8858.0, 8829.0, 8826.0, 8844.0, 8842.0, 8855.0, 8839.0, 8820.0, 8824.0, 8821.0, 8843.0, 8820.0, 8831.0, 8788.0, 8819.0, 8787.0, 8834.0, 8814.0, 8817.0, 8796.0, 8815.0, 8770.0, 8817.0, 8789.0, 8837.0, 8806.0, 8836.0, 8838.0, 8834.0, 8840.0, 8838.0, 8827.0, 8837.0, 8823.0, 8818.0, 8791.0, 8814.0, 8822.0, 8819.0, 8840.0, 8801.0, 8819.0, 8790.0, 8834.0, 8807.0, 8834.0, 8818.0, 8833.0, 8804.0, 8831.0, 8799.0, 8832.0, 8819.0, 8829.0, 8802.0, 8829.0, 8805.0, 8831.0, 8819.0, 8818.0, 8819.0, 8816.0, 8788.0, 8800.0, 8820.0, 8820.0, 8840.0, 8813.0, 8856.0, 8842.0, 8861.0, 8835.0, 8853.0, 8827.0, 8851.0, 8825.0, 8833.0, 8820.0, 8791.0, 8822.0, 8788.0, 8834.0, 8783.0, 8831.0, 8799.0, 8813.0, 8799.0, 8825.0, 8817.0, 8829.0, 8817.0, 8827.0, 8784.0, 8823.0, 8782.0, 8811.0, 8794.0, 8824.0, 8798.0, 8805.0, 8784.0, 8825.0, 8801.0, 8826.0, 8801.0, 8812.0, 8801.0, 8784.0, 8819.0, 8804.0, 8837.0, 8819.0, 8832.0, 8822.0, 8850.0, 8826.0, 8852.0, 8825.0, 8807.0, 8835.0, 8789.0, 8840.0, 8789.0, 8835.0, 8821.0, 8831.0, 8823.0, 8833.0, 8839.0, 8836.0, 8824.0, 8833.0, 8806.0, 8816.0, 8840.0, 8820.0, 8854.0, 8841.0, 8838.0, 8826.0, 8840.0, 8847.0, 8811.0, 8852.0, 8839.0, 8853.0, 8828.0, 8854.0, 8792.0, 8805.0, 8836.0, 8807.0, 8838.0, 8824.0, 8853.0, 8820.0, 8833.0, 8808.0, 8848.0, 8819.0, 8801.0, 8804.0, 8784.0, 8833.0, 8789.0, 8835.0, 8821.0, 8834.0, 8805.0, 8831.0, 8819.0, 8817.0, 8835.0, 8791.0, 8831.0, 8821.0, 8833.0, 8822.0, 8832.0, 8801.0, 8813.0, 8805.0, 8816.0, 8836.0, 8801.0, 8829.0, 8803.0, 8830.0, 8819.0, 8830.0, 8820.0, 8830.0, 8799.0, 8798.0, 8815.0, 8799.0, 8837.0, 8784.0, 8828.0, 8814.0, 8814.0, 8803.0, 8831.0, 8785.0, 8798.0, 8812.0, 8786.0, 8819.0, 8800.0, 8833.0, 8784.0, 8830.0, 8803.0, 8829.0, 8818.0, 8832.0, 8820.0, 8828.0, 8817.0, 8801.0, 8803.0, 8803.0, 8840.0, 8805.0, 8837.0, 8836.0, 8835.0, 8827.0, 8852.0, 8827.0, 8835.0, 8823.0, 8818.0, 8834.0, 8831.0, 8834.0, 8803.0, 8834.0, 8792.0, 8833.0, 8822.0, 8831.0, 8839.0, 8849.0, 8820.0, 8820.0, 8824.0, 8848.0, 8841.0, 8820.0, 8836.0, 8805.0, 8839.0, 8809.0, 8840.0, 8820.0, 8836.0, 8824.0, 8849.0, 8821.0, 8851.0, 8823.0, 8818.0, 8805.0, 8786.0, 8838.0, 8806.0, 8839.0, 8840.0, 8852.0, 8823.0, 8850.0, 8827.0, 8822.0, 8838.0, 8808.0, 8836.0, 8825.0, 8854.0, 8830.0, 8835.0, 8807.0, 8790.0, 8834.0, 8811.0, 8835.0, 8822.0, 8857.0, 8824.0, 8835.0, 8805.0, 8793.0, 8833.0, 8840.0, 8833.0, 8813.0, 8788.0, 8829.0, 8820.0, 8835.0, 8822.0, 8812.0, 8786.0, 8798.0, 8830.0, 8814.0, 8834.0, 8781.0, 8810.0, 8764.0, 8810.0, 8780.0, 8829.0, 8796.0, 8826.0, 8800.0, 8828.0, 8801.0, 8829.0, 8802.0, 8829.0, 8812.0, 8782.0, 8815.0, 8785.0, 8830.0, 8801.0, 8825.0, 8799.0, 8826.0, 8799.0, 8830.0, 8818.0, 8800.0, 8833.0, 8805.0, 8834.0, 8837.0, 8852.0, 8834.0, 8835.0, 8821.0, 8832.0, 8838.0, 8818.0, 8837.0, 8791.0, 8830.0, 8802.0, 8835.0, 8837.0, 8834.0, 8823.0, 8830.0, 8804.0, 8831.0, 8836.0, 8815.0, 8833.0, 8804.0, 8833.0, 8822.0, 8852.0, 8823.0, 8835.0, 8817.0, 8802.0, 8833.0, 8816.0, 8835.0, 8802.0, 8833.0, 8805.0, 8833.0, 8821.0, 8832.0, 8818.0, 8833.0, 8818.0, 8831.0, 8818.0, 8814.0, 8832.0, 8772.0, 8828.0, 8817.0, 8830.0, 8821.0, 8848.0, 8816.0, 8802.0, 8819.0, 8802.0, 8836.0, 8820.0, 8834.0, 8818.0, 8848.0, 8819.0, 8850.0, 8821.0, 8820.0, 8819.0, 8787.0, 8831.0, 8803.0, 8836.0, 8835.0, 8834.0, 8804.0, 8819.0, 8841.0, 8803.0, 8833.0, 8820.0, 8827.0, 8819.0, 8832.0, 8822.0, 8832.0, 8817.0, 8783.0, 8816.0, 8785.0, 8835.0, 8799.0, 8832.0, 8818.0, 8827.0, 8801.0, 8830.0, 8816.0, 8828.0, 8815.0, 8783.0, 8829.0, 8785.0, 8835.0, 8821.0, 8847.0, 8821.0, 8816.0, 8818.0, 8801.0, 8833.0, 8801.0, 8830.0, 8817.0, 8830.0, 8802.0, 8831.0, 8835.0, 8799.0, 8830.0, 8774.0, 8829.0, 8819.0, 8831.0, 8819.0, 8812.0, 8799.0, 8784.0, 8831.0, 8797.0, 8837.0, 8819.0, 8829.0, 8816.0, 8832.0, 8803.0, 8829.0, 8817.0, 8783.0, 8816.0, 8784.0, 8833.0, 8804.0, 8832.0, 8821.0, 8828.0, 8802.0, 8831.0, 8838.0, 8814.0, 8839.0, 8821.0, 8832.0, 8825.0, 8836.0, 8841.0, 8851.0, 8822.0, 8805.0, 8821.0, 8817.0, 8838.0, 8806.0, 8850.0, 8819.0, 8834.0, 8822.0, 8836.0, 8840.0, 8853.0, 8838.0, 8824.0, 8839.0, 8822.0, 8860.0, 8822.0, 8841.0, 8836.0, 8852.0, 8825.0, 8849.0, 8841.0, 8823.0, 8838.0, 8808.0, 8839.0, 8823.0, 8854.0, 8838.0, 8852.0, 8837.0, 8837.0, 8825.0, 8852.0, 8859.0, 8823.0, 8853.0, 8825.0, 8856.0, 8845.0, 8856.0, 8846.0, 8828.0, 8842.0, 8828.0, 8861.0, 8842.0, 8858.0, 8838.0, 8834.0, 8820.0, 8822.0, 8839.0, 8818.0, 8832.0, 8819.0, 8830.0, 8820.0, 8849.0, 8819.0, 8814.0, 8802.0, 8786.0, 8831.0, 8802.0, 8834.0, 8819.0, 8847.0, 8816.0, 8828.0, 8806.0, 8835.0, 8852.0, 8804.0, 8835.0, 8818.0, 8834.0, 8836.0, 8831.0, 8819.0, 8830.0, 8801.0, 8814.0, 8836.0, 8804.0, 8833.0, 8786.0, 8831.0, 8786.0, 8833.0, 8819.0, 8846.0, 8819.0, 8833.0, 8821.0, 8831.0, 8831.0, 8784.0, 8830.0, 8785.0, 8830.0, 8798.0, 8829.0, 8817.0, 8829.0, 8807.0, 8832.0, 8820.0, 8830.0, 8833.0, 8786.0, 8827.0, 8785.0, 8826.0, 8816.0, 8830.0, 8818.0, 8802.0, 8831.0, 8821.0, 8834.0, 8836.0, 8835.0, 8804.0, 8818.0, 8842.0, 8809.0, 8850.0, 8823.0, 8834.0, 8823.0, 8849.0, 8822.0, 8806.0, 8820.0, 8806.0, 8851.0, 8838.0, 8853.0, 8838.0, 8833.0, 8824.0, 8835.0, 8840.0, 8833.0, 8818.0, 8791.0, 8831.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.0003422525918944392</td></tr>
<tr><td colspan=3>aqi</td><td>0.022561378039585297</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.06179382032073</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1894264056320762</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.979206844433961</td></tr>
<tr><td colspan=3>efc</td><td>0.4452</td></tr>
<tr><td colspan=3>fber</td><td>7360.5645</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08005326843010843</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9792648444863337</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5233548458303825</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4115416697770935</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8496192047870563</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3089036629269977</td></tr>
<tr><td colspan=3>gcor</td><td>0.00422294</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020703595131635666</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023271026089787483</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1061</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.882642223274699</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>59.8276</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.0922</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.4121</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309080.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>693.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.3208</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4803</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.5065</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3185.3429</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3403.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67464.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1015.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4128.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.4585</td></tr>
<tr><td colspan=3>tsnr</td><td>42.807254270184785</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>