<?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-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-03/func/sub-0026_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>82cd8c142607c8067335d8b395167090</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:58:39.930000</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_VE11C_LATEST_20160120</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.9958, 0.000710459, 0.0915539, -0.00695212, 0.99767, 0.0678739]</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.096247</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7746, -7272, 615, 11, -115, 16, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.873</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>df32c44c-5bac-4398-a866-d38b77c6e740||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6716582775115967, -0.018652040511369705, 0.24648933112621307, 107.32093048095703], [-0.001906110323034227, 2.6766748428344727, 0.18420833349227905, -96.04588317871094], [0.24563245475292206, -0.18210069835186005, 2.6824076175689697, -63.66690444946289], [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': ['105839.930000', '105840.390000', '105840.850000', '105841.310000', '105841.770000', '105842.230000', '105842.690000', '105843.150000', '105843.610000', '105844.070000', '105844.530000', '105844.990000', '105845.450000', '105845.910000', '105846.370000', '105846.830000', '105847.290000', '105847.750000', '105848.210000', '105848.670000', '105849.130000', '105849.590000', '105850.050000', '105850.510000', '105850.970000', '105851.430000', '105851.890000', '105852.350000', '105852.810000', '105853.270000', '105853.730000', '105854.190000', '105854.650000', '105855.110000', '105855.570000', '105856.030000', '105856.490000', '105856.950000', '105857.410000', '105857.870000', '105858.330000', '105858.790000', '105859.250000', '105859.710000', '105900.170000', '105900.630000', '105901.090000', '105901.550000', '105902.010000', '105902.470000', '105902.930000', '105903.390000', '105903.850000', '105904.310000', '105904.770000', '105905.230000', '105905.690000', '105906.150000', '105906.610000', '105907.070000', '105907.530000', '105907.990000', '105908.450000', '105908.910000', '105909.370000', '105909.830000', '105910.290000', '105910.750000', '105911.210000', '105911.670000', '105912.130000', '105912.590000', '105913.050000', '105913.510000', '105913.970000', '105914.430000', '105914.890000', '105915.350000', '105915.810000', '105916.270000', '105916.730000', '105917.190000', '105917.650000', '105918.110000', '105918.570000', '105919.030000', '105919.490000', '105919.950000', '105920.410000', '105920.870000', '105921.330000', '105921.790000', '105922.250000', '105922.710000', '105923.170000', '105923.630000', '105924.090000', '105924.550000', '105925.010000', '105925.470000', '105925.930000', '105926.390000', '105926.850000', '105927.310000', '105927.770000', '105928.230000', '105928.690000', '105929.150000', '105929.610000', '105930.070000', '105930.530000', '105930.990000', '105931.450000', '105931.910000', '105932.370000', '105932.830000', '105933.290000', '105933.750000', '105934.210000', '105934.670000', '105935.130000', '105935.590000', '105936.050000', '105936.510000', '105936.970000', '105937.430000', '105937.890000', '105938.350000', '105938.810000', '105939.270000', '105939.730000', '105940.190000', '105940.650000', '105941.110000', '105941.570000', '105942.030000', '105942.490000', '105942.950000', '105943.410000', '105943.870000', '105944.330000', '105944.790000', '105945.250000', '105945.710000', '105946.170000', '105946.630000', '105947.090000', '105947.550000', '105948.010000', '105948.470000', '105948.930000', '105949.390000', '105949.850000', '105950.310000', '105950.770000', '105951.230000', '105951.690000', '105952.150000', '105952.610000', '105953.070000', '105953.530000', '105953.990000', '105954.450000', '105954.910000', '105955.370000', '105955.830000', '105956.290000', '105956.750000', '105957.210000', '105957.670000', '105958.130000', '105958.590000', '105959.050000', '105959.510000', '105959.970000', '110000.430000', '110000.890000', '110001.350000', '110001.810000', '110002.270000', '110002.730000', '110003.190000', '110003.650000', '110004.110000', '110004.570000', '110005.030000', '110005.490000', '110005.950000', '110006.410000', '110006.870000', '110007.330000', '110007.790000', '110008.250000', '110008.710000', '110009.170000', '110009.630000', '110010.090000', '110010.550000', '110011.010000', '110011.470000', '110011.930000', '110012.390000', '110012.850000', '110013.310000', '110013.770000', '110014.230000', '110014.690000', '110015.150000', '110015.610000', '110016.070000', '110016.530000', '110016.990000', '110017.450000', '110017.910000', '110018.370000', '110018.830000', '110019.290000', '110019.750000', '110020.210000', '110020.670000', '110021.130000', '110021.590000', '110022.050000', '110022.510000', '110022.970000', '110023.430000', '110023.890000', '110024.350000', '110024.810000', '110025.270000', '110025.730000', '110026.190000', '110026.650000', '110027.110000', '110027.570000', '110028.030000', '110028.490000', '110028.950000', '110029.410000', '110029.870000', '110030.330000', '110030.790000', '110031.250000', '110031.710000', '110032.170000', '110032.630000', '110033.090000', '110033.550000', '110034.010000', '110034.470000', '110034.930000', '110035.390000', '110035.850000', '110036.310000', '110036.770000', '110037.230000', '110037.690000', '110038.150000', '110038.610000', '110039.070000', '110039.530000', '110039.990000', '110040.450000', '110040.910000', '110041.370000', '110041.830000', '110042.290000', '110042.750000', '110043.210000', '110043.670000', '110044.130000', '110044.590000', '110045.050000', '110045.510000', '110045.970000', '110046.430000', '110046.890000', '110047.350000', '110047.810000', '110048.270000', '110048.730000', '110049.190000', '110049.650000', '110050.110000', '110050.570000', '110051.030000', '110051.490000', '110051.950000', '110052.410000', '110052.870000', '110053.330000', '110053.790000', '110054.250000', '110054.710000', '110055.170000', '110055.630000', '110056.090000', '110056.550000', '110057.010000', '110057.470000', '110057.930000', '110058.390000', '110058.850000', '110059.310000', '110059.770000', '110100.230000', '110100.690000', '110101.150000', '110101.610000', '110102.070000', '110102.530000', '110102.990000', '110103.450000', '110103.910000', '110104.370000', '110104.830000', '110105.290000', '110105.750000', '110106.210000', '110106.670000', '110107.130000', '110107.590000', '110108.050000', '110108.510000', '110108.970000', '110109.430000', '110109.890000', '110110.350000', '110110.810000', '110111.270000', '110111.730000', '110112.190000', '110112.650000', '110113.110000', '110113.570000', '110114.030000', '110114.490000', '110114.950000', '110115.410000', '110115.870000', '110116.330000', '110116.790000', '110117.250000', '110117.710000', '110118.170000', '110118.630000', '110119.090000', '110119.550000', '110120.010000', '110120.470000', '110120.930000', '110121.390000', '110121.850000', '110122.310000', '110122.770000', '110123.230000', '110123.690000', '110124.150000', '110124.610000', '110125.070000', '110125.530000', '110125.990000', '110126.450000', '110126.910000', '110127.370000', '110127.830000', '110128.290000', '110128.750000', '110129.210000', '110129.670000', '110130.130000', '110130.590000', '110131.050000', '110131.510000', '110131.970000', '110132.430000', '110132.890000', '110133.350000', '110133.810000', '110134.270000', '110134.730000', '110135.190000', '110135.650000', '110136.110000', '110136.570000', '110137.030000', '110137.490000', '110137.950000', '110138.410000', '110138.870000', '110139.330000', '110139.790000', '110140.250000', '110140.710000', '110141.170000', '110141.630000', '110142.090000', '110142.550000', '110143.010000', '110143.470000', '110143.930000', '110144.390000', '110144.850000', '110145.310000', '110145.770000', '110146.230000', '110146.690000', '110147.150000', '110147.610000', '110148.070000', '110148.530000', '110148.990000', '110149.450000', '110149.910000', '110150.370000', '110150.830000', '110151.290000', '110151.750000', '110152.210000', '110152.670000', '110153.130000', '110153.590000', '110154.050000', '110154.510000', '110154.970000', '110155.430000', '110155.890000', '110156.350000', '110156.810000', '110157.270000', '110157.730000', '110158.190000', '110158.650000', '110159.110000', '110159.570000', '110200.030000', '110200.490000', '110200.950000', '110201.410000', '110201.870000', '110202.330000', '110202.790000', '110203.250000', '110203.710000', '110204.170000', '110204.630000', '110205.090000', '110205.550000', '110206.010000', '110206.470000', '110206.930000', '110207.390000', '110207.850000', '110208.310000', '110208.770000', '110209.230000', '110209.690000', '110210.150000', '110210.610000', '110211.070000', '110211.530000', '110211.990000', '110212.450000', '110212.910000', '110213.370000', '110213.830000', '110214.290000', '110214.750000', '110215.210000', '110215.670000', '110216.130000', '110216.590000', '110217.050000', '110217.510000', '110217.970000', '110218.430000', '110218.890000', '110219.350000', '110219.810000', '110220.270000', '110220.730000', '110221.190000', '110221.650000', '110222.110000', '110222.570000', '110223.030000', '110223.490000', '110223.950000', '110224.410000', '110224.870000', '110225.330000', '110225.790000', '110226.250000', '110226.710000', '110227.170000', '110227.630000', '110228.090000', '110228.550000', '110229.010000', '110229.470000', '110229.930000', '110230.390000', '110230.850000', '110231.310000', '110231.770000', '110232.230000', '110232.690000', '110233.150000', '110233.610000', '110234.070000', '110234.530000', '110234.990000', '110235.450000', '110235.910000', '110236.370000', '110236.830000', '110237.290000', '110237.750000', '110238.210000', '110238.670000', '110239.130000', '110239.590000', '110240.050000', '110240.510000', '110240.970000', '110241.430000', '110241.890000', '110242.350000', '110242.810000', '110243.270000', '110243.730000', '110244.190000', '110244.650000', '110245.110000', '110245.570000', '110246.030000', '110246.490000', '110246.950000', '110247.410000', '110247.870000', '110248.330000', '110248.790000', '110249.250000', '110249.710000', '110250.170000', '110250.630000', '110251.090000', '110251.550000', '110252.010000', '110252.470000', '110252.930000', '110253.390000', '110253.850000', '110254.310000', '110254.770000', '110255.230000', '110255.690000', '110256.150000', '110256.610000', '110257.070000', '110257.530000', '110257.990000', '110258.450000', '110258.910000', '110259.370000', '110259.830000', '110300.290000', '110300.750000', '110301.210000', '110301.670000', '110302.130000', '110302.590000', '110303.050000', '110303.510000', '110303.970000', '110304.430000', '110304.890000', '110305.350000', '110305.810000', '110306.270000', '110306.730000', '110307.190000', '110307.650000', '110308.110000', '110308.570000', '110309.030000', '110309.490000', '110309.950000', '110310.410000', '110310.870000', '110311.330000', '110311.790000', '110312.250000', '110312.710000', '110313.170000', '110313.630000', '110314.090000', '110314.550000', '110315.010000', '110315.470000', '110315.930000', '110316.390000', '110316.850000', '110317.310000', '110317.770000', '110318.230000', '110318.690000', '110319.150000', '110319.610000', '110320.070000', '110320.530000', '110320.990000', '110321.450000', '110321.910000', '110322.370000', '110322.830000', '110323.290000', '110323.750000', '110324.210000', '110324.670000', '110325.130000', '110325.590000', '110326.050000', '110326.510000', '110326.970000', '110327.430000', '110327.890000', '110328.350000', '110328.810000', '110329.270000', '110329.730000', '110330.190000', '110330.650000', '110331.110000', '110331.570000', '110332.030000', '110332.490000', '110332.950000', '110333.410000', '110333.870000', '110334.330000', '110334.790000', '110335.250000', '110335.710000', '110336.170000', '110336.630000', '110337.090000', '110337.550000', '110338.010000', '110338.470000', '110338.930000', '110339.390000', '110339.850000', '110340.310000', '110340.770000', '110341.230000', '110341.690000', '110342.150000', '110342.610000', '110343.070000', '110343.530000', '110343.990000', '110344.450000', '110344.910000', '110345.370000', '110345.830000', '110346.290000', '110346.750000', '110347.210000', '110347.670000', '110348.130000', '110348.590000', '110349.050000', '110349.510000', '110349.970000', '110350.430000', '110350.890000', '110351.350000', '110351.810000', '110352.270000', '110352.730000', '110353.190000', '110353.650000', '110354.110000', '110354.570000', '110355.030000', '110355.490000', '110355.950000', '110356.410000', '110356.870000', '110357.330000', '110357.790000', '110358.250000', '110358.710000', '110359.170000', '110359.630000', '110400.090000', '110400.550000', '110401.010000', '110401.470000', '110401.930000', '110402.390000', '110402.850000', '110403.310000', '110403.770000', '110404.230000', '110404.690000', '110405.150000', '110405.610000', '110406.070000', '110406.530000', '110406.990000', '110407.450000', '110407.910000', '110408.370000', '110408.830000', '110409.290000', '110409.750000', '110410.210000', '110410.670000', '110411.130000', '110411.590000', '110412.050000', '110412.510000', '110412.970000', '110413.430000', '110413.890000', '110414.350000', '110414.810000', '110415.270000', '110415.730000', '110416.190000', '110416.650000', '110417.110000', '110417.570000', '110418.030000', '110418.490000', '110418.950000', '110419.410000', '110419.870000', '110420.330000', '110420.790000', '110421.250000', '110421.710000', '110422.170000', '110422.630000', '110423.090000', '110423.550000', '110424.010000', '110424.470000', '110424.930000', '110425.390000', '110425.850000', '110426.310000', '110426.770000', '110427.230000', '110427.690000', '110428.150000', '110428.610000', '110429.070000', '110429.530000', '110429.990000', '110430.450000', '110430.910000', '110431.370000', '110431.830000', '110432.290000', '110432.750000', '110433.210000', '110433.670000', '110434.130000', '110434.590000', '110435.050000', '110435.510000', '110435.970000', '110436.430000', '110436.890000', '110437.350000', '110437.810000', '110438.270000', '110438.730000', '110439.190000', '110439.650000', '110440.110000', '110440.570000', '110441.030000', '110441.490000', '110441.950000', '110442.410000', '110442.870000', '110443.330000', '110443.790000', '110444.250000', '110444.710000', '110445.170000', '110445.630000', '110446.090000', '110446.550000', '110447.010000', '110447.470000', '110447.930000', '110448.390000', '110448.850000', '110449.310000', '110449.770000', '110450.230000', '110450.690000', '110451.150000', '110451.610000', '110452.070000', '110452.530000', '110452.990000', '110453.450000', '110453.910000', '110454.370000', '110454.830000', '110455.290000', '110455.750000', '110456.210000', '110456.670000', '110457.130000', '110457.590000', '110458.050000', '110458.510000', '110458.970000', '110459.430000', '110459.890000', '110500.350000', '110500.810000', '110501.270000', '110501.730000', '110502.190000', '110502.650000', '110503.110000', '110503.570000', '110504.030000', '110504.490000', '110504.950000', '110505.410000', '110505.870000', '110506.330000', '110506.790000', '110507.250000', '110507.710000', '110508.170000', '110508.630000', '110509.090000', '110509.550000', '110510.010000', '110510.470000', '110510.930000', '110511.390000', '110511.850000', '110512.310000', '110512.770000', '110513.230000', '110513.690000', '110514.150000', '110514.610000', '110515.070000', '110515.530000', '110515.990000', '110516.450000', '110516.910000', '110517.370000', '110517.830000', '110518.290000', '110518.750000', '110519.210000', '110519.670000', '110520.130000', '110520.590000', '110521.050000', '110521.510000', '110521.970000', '110522.430000', '110522.890000', '110523.350000', '110523.810000', '110524.270000', '110524.730000', '110525.190000', '110525.650000', '110526.110000', '110526.570000', '110527.030000', '110527.490000', '110527.950000', '110528.410000', '110528.870000', '110529.330000', '110529.790000', '110530.250000', '110530.710000', '110531.170000', '110531.630000', '110532.090000', '110532.550000', '110533.010000', '110533.470000', '110533.930000', '110534.390000', '110534.850000', '110535.310000', '110535.770000', '110536.230000', '110536.690000', '110537.150000', '110537.610000', '110538.070000', '110538.530000', '110538.990000', '110539.450000', '110539.910000', '110540.370000', '110540.830000', '110541.290000', '110541.750000', '110542.210000', '110542.670000', '110543.130000', '110543.590000', '110544.050000', '110544.510000', '110544.970000', '110545.430000', '110545.890000', '110546.350000', '110546.810000', '110547.270000', '110547.730000', '110548.190000', '110548.650000', '110549.110000', '110549.570000', '110550.030000', '110550.490000', '110550.950000', '110551.410000', '110551.870000', '110552.330000', '110552.790000', '110553.250000', '110553.710000', '110554.170000', '110554.630000', '110555.090000', '110555.550000', '110556.010000', '110556.470000', '110556.930000', '110557.390000', '110557.850000', '110558.310000', '110558.770000', '110559.230000', '110559.690000', '110600.150000', '110600.610000', '110601.070000', '110601.530000', '110601.990000', '110602.450000', '110602.910000', '110603.370000', '110603.830000', '110604.290000', '110604.750000', '110605.210000', '110605.670000', '110606.130000', '110606.590000', '110607.050000', '110607.510000', '110607.970000', '110608.430000', '110608.890000', '110609.350000', '110609.810000', '110610.270000', '110610.730000', '110611.190000', '110611.650000', '110612.110000', '110612.570000', '110613.030000', '110613.490000', '110613.950000', '110614.410000', '110614.870000', '110615.330000', '110615.790000', '110616.250000', '110616.710000', '110617.170000', '110617.630000', '110618.090000', '110618.550000', '110619.010000', '110619.470000', '110619.930000', '110620.390000', '110620.850000', '110621.310000', '110621.770000', '110622.230000', '110622.690000', '110623.150000', '110623.610000', '110624.070000', '110624.530000', '110624.990000', '110625.450000', '110625.910000', '110626.370000', '110626.830000', '110627.290000', '110627.750000', '110628.210000', '110628.670000', '110629.130000', '110629.590000', '110630.050000', '110630.510000', '110630.970000', '110631.430000', '110631.890000', '110632.350000', '110632.810000', '110633.270000', '110633.730000', '110634.190000', '110634.650000', '110635.110000', '110635.570000', '110636.030000', '110636.490000', '110636.950000', '110637.410000', '110637.870000', '110638.330000', '110638.790000', '110639.250000', '110639.710000', '110640.170000', '110640.630000', '110641.090000', '110641.550000', '110642.010000', '110642.470000', '110642.930000', '110643.390000', '110643.850000', '110644.310000', '110644.770000', '110645.230000', '110645.690000', '110646.150000', '110646.610000', '110647.070000', '110647.530000', '110647.990000', '110648.450000', '110648.910000', '110649.370000'], 'ContentTime': ['105905.281000', '105905.284000', '105905.288000', '105905.291000', '105905.294000', '105905.297000', '105905.300000', '105905.304000', '105905.307000', '105905.310000', '105905.313000', '105905.316000', '105905.319000', '105905.322000', '105905.325000', '105905.328000', '105905.331000', '105905.334000', '105905.337000', '105905.340000', '105905.343000', '105905.347000', '105905.350000', '105905.353000', '105905.356000', '105905.359000', '105905.362000', '105905.366000', '105905.369000', '105905.372000', '105905.375000', '105905.378000', '105905.385000', '105905.387000', '105905.390000', '105905.393000', '105905.396000', '105905.399000', '105905.402000', '105905.408000', '105905.411000', '105905.414000', '105905.417000', '105905.421000', '105905.424000', '105905.427000', '105905.430000', '105905.433000', '105905.436000', '105905.439000', '105905.442000', '105905.446000', '105925.235000', '105925.238000', '105925.241000', '105925.244000', '105925.247000', '105925.250000', '105925.253000', '105925.256000', '105925.259000', '105925.262000', '105925.265000', '105925.268000', '105925.271000', '105925.274000', '105925.277000', '105925.280000', '105925.283000', '105925.286000', '105925.289000', '105925.292000', '105925.294000', '105925.297000', '105925.300000', '105925.303000', '105925.306000', '105925.309000', '105925.318000', '105925.321000', '105925.324000', '105925.327000', '105925.330000', '105925.333000', '105925.336000', '105925.339000', '105925.342000', '105925.345000', '105925.348000', '105925.351000', '105925.354000', '105925.357000', '105925.359000', '105925.362000', '105925.365000', '105925.368000', '105945.235000', '105945.238000', '105945.241000', '105945.244000', '105945.247000', '105945.250000', '105945.253000', '105945.256000', '105945.259000', '105945.262000', '105945.265000', '105945.268000', '105945.271000', '105945.274000', '105945.276000', '105945.279000', '105945.282000', '105945.285000', '105945.289000', '105945.291000', '105945.294000', '105945.297000', '105945.300000', '105945.303000', '105945.306000', '105945.309000', '105945.312000', '105945.315000', '105945.318000', '105945.321000', '105945.324000', '105945.327000', '105945.330000', '105945.333000', '105945.336000', '105945.339000', '105945.342000', '105945.345000', '105945.348000', '105945.360000', '105945.363000', '105945.366000', '105945.369000', '110005.236000', '110005.239000', '110005.242000', '110005.245000', '110005.248000', '110005.251000', '110005.254000', '110005.257000', '110005.260000', '110005.263000', '110005.266000', '110005.269000', '110005.272000', '110005.275000', '110005.278000', '110005.281000', '110005.302000', '110005.305000', '110005.308000', '110005.311000', '110005.314000', '110005.317000', '110005.320000', '110005.323000', '110005.326000', '110005.329000', '110005.332000', '110005.335000', '110005.338000', '110005.340000', '110005.343000', '110005.346000', '110005.349000', '110005.364000', '110005.367000', '110005.370000', '110005.373000', '110005.376000', '110005.379000', '110005.381000', '110005.384000', '110005.387000', '110005.390000', '110005.393000', '110025.236000', '110025.239000', '110025.242000', '110025.245000', '110025.248000', '110025.251000', '110025.254000', '110025.257000', '110025.260000', '110025.263000', '110025.266000', '110025.269000', '110025.272000', '110025.275000', '110025.278000', '110025.281000', '110025.284000', '110025.294000', '110025.297000', '110025.300000', '110025.302000', '110025.306000', '110025.309000', '110025.313000', '110025.316000', '110025.319000', '110025.322000', '110025.325000', '110025.328000', '110025.331000', '110025.334000', '110025.337000', '110025.340000', '110025.343000', '110025.346000', '110025.349000', '110025.352000', '110025.355000', '110025.358000', '110025.361000', '110025.364000', '110025.367000', '110025.370000', '110045.235000', '110045.238000', '110045.241000', '110045.244000', '110045.247000', '110045.250000', '110045.253000', '110045.256000', '110045.259000', '110045.262000', '110045.265000', '110045.268000', '110045.271000', '110045.274000', '110045.277000', '110045.280000', '110045.283000', '110045.286000', '110045.289000', '110045.292000', '110045.295000', '110045.298000', '110045.301000', '110045.304000', '110045.314000', '110045.317000', '110045.320000', '110045.323000', '110045.326000', '110045.329000', '110045.332000', '110045.335000', '110045.338000', '110045.341000', '110045.344000', '110045.347000', '110045.350000', '110045.353000', '110045.356000', '110045.359000', '110045.362000', '110045.365000', '110045.368000', '110045.371000', '110105.235000', '110105.238000', '110105.241000', '110105.244000', '110105.247000', '110105.250000', '110105.253000', '110105.256000', '110105.259000', '110105.262000', '110105.265000', '110105.268000', '110105.271000', '110105.274000', '110105.277000', '110105.280000', '110105.283000', '110105.286000', '110105.289000', '110105.292000', '110105.295000', '110105.298000', '110105.301000', '110105.304000', '110105.307000', '110105.310000', '110105.313000', '110105.316000', '110105.319000', '110105.322000', '110105.325000', '110105.328000', '110105.331000', '110105.334000', '110105.337000', '110105.340000', '110105.343000', '110105.346000', '110105.349000', '110105.352000', '110105.355000', '110105.358000', '110105.361000', '110125.235000', '110125.238000', '110125.241000', '110125.244000', '110125.247000', '110125.250000', '110125.253000', '110125.256000', '110125.259000', '110125.262000', '110125.265000', '110125.268000', '110125.271000', '110125.274000', '110125.277000', '110125.280000', '110125.283000', '110125.286000', '110125.289000', '110125.292000', '110125.295000', '110125.298000', '110125.301000', '110125.304000', '110125.307000', '110125.310000', '110125.313000', '110125.316000', '110125.319000', '110125.322000', '110125.325000', '110125.328000', '110125.331000', '110125.334000', '110125.337000', '110125.340000', '110125.342000', '110125.345000', '110125.348000', '110125.360000', '110125.363000', '110125.366000', '110125.369000', '110125.372000', '110145.235000', '110145.238000', '110145.241000', '110145.244000', '110145.247000', '110145.250000', '110145.253000', '110145.256000', '110145.259000', '110145.262000', '110145.265000', '110145.284000', '110145.287000', '110145.289000', '110145.292000', '110145.295000', '110145.298000', '110145.301000', '110145.304000', '110145.307000', '110145.310000', '110145.313000', '110145.316000', '110145.319000', '110145.322000', '110145.325000', '110145.328000', '110145.331000', '110145.334000', '110145.337000', '110145.340000', '110145.343000', '110145.346000', '110145.350000', '110145.353000', '110145.356000', '110145.359000', '110145.362000', '110145.365000', '110145.368000', '110145.371000', '110145.374000', '110145.377000', '110205.235000', '110205.238000', '110205.241000', '110205.244000', '110205.247000', '110205.250000', '110205.253000', '110205.256000', '110205.264000', '110205.267000', '110205.270000', '110205.273000', '110205.276000', '110205.279000', '110205.282000', '110205.285000', '110205.288000', '110205.291000', '110205.294000', '110205.297000', '110205.300000', '110205.303000', '110205.306000', '110205.309000', '110205.312000', '110205.315000', '110205.318000', '110205.321000', '110205.324000', '110205.327000', '110205.330000', '110205.333000', '110205.336000', '110205.339000', '110205.342000', '110205.345000', '110205.348000', '110205.351000', '110205.354000', '110205.357000', '110205.360000', '110205.363000', '110205.376000', '110205.379000', '110225.236000', '110225.239000', '110225.242000', '110225.245000', '110225.248000', '110225.251000', '110225.264000', '110225.267000', '110225.270000', '110225.273000', '110225.276000', '110225.279000', '110225.282000', '110225.285000', '110225.288000', '110225.291000', '110225.294000', '110225.297000', '110225.301000', '110225.304000', '110225.307000', '110225.310000', '110225.312000', '110225.315000', '110225.318000', '110225.321000', '110225.324000', '110225.327000', '110225.330000', '110225.333000', '110225.336000', '110225.339000', '110225.342000', '110225.345000', '110225.348000', '110225.351000', '110225.354000', '110225.357000', '110225.360000', '110225.363000', '110225.366000', '110225.369000', '110225.372000', '110245.236000', '110245.239000', '110245.242000', '110245.245000', '110245.248000', '110245.251000', '110245.254000', '110245.257000', '110245.260000', '110245.263000', '110245.266000', '110245.269000', '110245.272000', '110245.275000', '110245.278000', '110245.281000', '110245.284000', '110245.287000', '110245.290000', '110245.293000', '110245.296000', '110245.299000', '110245.302000', '110245.305000', '110245.308000', '110245.311000', '110245.314000', '110245.317000', '110245.320000', '110245.323000', '110245.326000', '110245.329000', '110245.332000', '110245.335000', '110245.338000', '110245.341000', '110245.344000', '110245.347000', '110245.350000', '110245.353000', '110245.356000', '110245.359000', '110245.362000', '110245.365000', '110305.235000', '110305.238000', '110305.241000', '110305.244000', '110305.247000', '110305.250000', '110305.253000', '110305.256000', '110305.260000', '110305.263000', '110305.265000', '110305.268000', '110305.271000', '110305.274000', '110305.277000', '110305.280000', '110305.283000', '110305.286000', '110305.289000', '110305.292000', '110305.295000', '110305.299000', '110305.301000', '110305.304000', '110305.307000', '110305.311000', '110305.314000', '110305.316000', '110305.319000', '110305.323000', '110305.325000', '110305.328000', '110305.331000', '110305.334000', '110305.337000', '110305.340000', '110305.356000', '110305.359000', '110305.362000', '110305.365000', '110305.368000', '110305.371000', '110305.374000', '110325.235000', '110325.238000', '110325.243000', '110325.248000', '110325.251000', '110325.254000', '110325.257000', '110325.260000', '110325.263000', '110325.266000', '110325.269000', '110325.272000', '110325.275000', '110325.278000', '110325.281000', '110325.284000', '110325.287000', '110325.290000', '110325.293000', '110325.296000', '110325.299000', '110325.302000', '110325.305000', '110325.308000', '110325.311000', '110325.314000', '110325.317000', '110325.320000', '110325.323000', '110325.326000', '110325.329000', '110325.332000', '110325.335000', '110325.337000', '110325.340000', '110325.343000', '110325.346000', '110325.349000', '110325.352000', '110325.356000', '110325.359000', '110325.361000', '110325.364000', '110345.235000', '110345.238000', '110345.241000', '110345.244000', '110345.247000', '110345.250000', '110345.253000', '110345.256000', '110345.259000', '110345.262000', '110345.265000', '110345.268000', '110345.271000', '110345.274000', '110345.277000', '110345.280000', '110345.283000', '110345.286000', '110345.289000', '110345.292000', '110345.294000', '110345.298000', '110345.301000', '110345.304000', '110345.307000', '110345.310000', '110345.313000', '110345.315000', '110345.318000', '110345.321000', '110345.324000', '110345.327000', '110345.330000', '110345.333000', '110345.336000', '110345.339000', '110345.342000', '110345.345000', '110345.348000', '110345.351000', '110345.354000', '110345.357000', '110345.360000', '110345.363000', '110405.235000', '110405.239000', '110405.242000', '110405.245000', '110405.248000', '110405.251000', '110405.254000', '110405.257000', '110405.260000', '110405.263000', '110405.266000', '110405.269000', '110405.272000', '110405.275000', '110405.278000', '110405.281000', '110405.284000', '110405.287000', '110405.290000', '110405.293000', '110405.296000', '110405.301000', '110405.304000', '110405.307000', '110405.310000', '110405.313000', '110405.316000', '110405.319000', '110405.322000', '110405.325000', '110405.328000', '110405.331000', '110405.334000', '110405.337000', '110405.340000', '110405.343000', '110405.346000', '110405.349000', '110405.352000', '110405.355000', '110405.358000', '110405.361000', '110405.364000', '110425.235000', '110425.238000', '110425.241000', '110425.244000', '110425.247000', '110425.250000', '110425.253000', '110425.256000', '110425.267000', '110425.270000', '110425.273000', '110425.276000', '110425.279000', '110425.282000', '110425.285000', '110425.288000', '110425.291000', '110425.294000', '110425.297000', '110425.300000', '110425.303000', '110425.306000', '110425.309000', '110425.312000', '110425.315000', '110425.318000', '110425.321000', '110425.324000', '110425.327000', '110425.330000', '110425.333000', '110425.336000', '110425.339000', '110425.342000', '110425.345000', '110425.348000', '110425.352000', '110425.355000', '110425.357000', '110425.360000', '110425.364000', '110425.367000', '110425.370000', '110425.373000', '110445.236000', '110445.239000', '110445.242000', '110445.259000', '110445.262000', '110445.265000', '110445.268000', '110445.271000', '110445.274000', '110445.278000', '110445.281000', '110445.284000', '110445.287000', '110445.290000', '110445.293000', '110445.296000', '110445.298000', '110445.301000', '110445.305000', '110445.308000', '110445.311000', '110445.313000', '110445.316000', '110445.319000', '110445.322000', '110445.325000', '110445.328000', '110445.331000', '110445.334000', '110445.337000', '110445.340000', '110445.343000', '110445.346000', '110445.349000', '110445.352000', '110445.355000', '110445.358000', '110445.361000', '110445.364000', '110445.367000', '110445.370000', '110445.373000', '110445.376000', '110505.236000', '110505.239000', '110505.242000', '110505.245000', '110505.248000', '110505.251000', '110505.254000', '110505.257000', '110505.260000', '110505.263000', '110505.266000', '110505.269000', '110505.272000', '110505.275000', '110505.278000', '110505.281000', '110505.284000', '110505.287000', '110505.290000', '110505.293000', '110505.296000', '110505.308000', '110505.311000', '110505.314000', '110505.317000', '110505.320000', '110505.323000', '110505.326000', '110505.329000', '110505.332000', '110505.335000', '110505.338000', '110505.341000', '110505.344000', '110505.347000', '110505.350000', '110505.353000', '110505.356000', '110505.358000', '110505.361000', '110505.364000', '110505.367000', '110505.370000', '110505.373000', '110525.235000', '110525.238000', '110525.241000', '110525.244000', '110525.247000', '110525.250000', '110525.253000', '110525.256000', '110525.259000', '110525.262000', '110525.265000', '110525.268000', '110525.271000', '110525.274000', '110525.277000', '110525.280000', '110525.284000', '110525.289000', '110525.293000', '110525.296000', '110525.299000', '110525.302000', '110525.305000', '110525.308000', '110525.311000', '110525.314000', '110525.317000', '110525.320000', '110525.323000', '110525.326000', '110525.329000', '110525.333000', '110525.335000', '110525.338000', '110525.341000', '110525.345000', '110525.347000', '110525.350000', '110525.353000', '110525.356000', '110525.359000', '110525.362000', '110525.365000', '110545.235000', '110545.238000', '110545.241000', '110545.244000', '110545.247000', '110545.250000', '110545.253000', '110545.256000', '110545.259000', '110545.262000', '110545.265000', '110545.268000', '110545.271000', '110545.274000', '110545.277000', '110545.280000', '110545.283000', '110545.286000', '110545.289000', '110545.292000', '110545.295000', '110545.298000', '110545.301000', '110545.304000', '110545.307000', '110545.310000', '110545.313000', '110545.316000', '110545.319000', '110545.322000', '110545.325000', '110545.328000', '110545.331000', '110545.334000', '110545.337000', '110545.339000', '110545.342000', '110545.345000', '110545.348000', '110545.351000', '110545.354000', '110545.357000', '110545.360000', '110545.363000', '110605.244000', '110605.247000', '110605.250000', '110605.253000', '110605.256000', '110605.259000', '110605.262000', '110605.265000', '110605.268000', '110605.271000', '110605.274000', '110605.277000', '110605.280000', '110605.283000', '110605.286000', '110605.289000', '110605.292000', '110605.295000', '110605.298000', '110605.301000', '110605.304000', '110605.307000', '110605.311000', '110605.315000', '110605.318000', '110605.321000', '110605.334000', '110605.337000', '110605.340000', '110605.343000', '110605.357000', '110605.360000', '110605.363000', '110605.366000', '110605.369000', '110605.372000', '110605.375000', '110605.378000', '110605.381000', '110605.384000', '110605.387000', '110605.390000', '110605.393000', '110625.235000', '110625.238000', '110625.241000', '110625.244000', '110625.247000', '110625.250000', '110625.253000', '110625.256000', '110625.259000', '110625.271000', '110625.274000', '110625.277000', '110625.280000', '110625.283000', '110625.286000', '110625.289000', '110625.292000', '110625.295000', '110625.298000', '110625.301000', '110625.304000', '110625.307000', '110625.310000', '110625.313000', '110625.316000', '110625.319000', '110625.322000', '110625.325000', '110625.328000', '110625.332000', '110625.335000', '110625.338000', '110625.341000', '110625.344000', '110625.347000', '110625.350000', '110625.353000', '110625.356000', '110625.359000', '110625.362000', '110625.365000', '110625.368000', '110625.371000', '110625.374000', '110645.235000', '110645.238000', '110645.241000', '110645.245000', '110645.247000', '110645.250000', '110645.253000', '110645.256000', '110645.259000', '110645.264000', '110645.267000', '110645.270000', '110645.273000', '110645.276000', '110645.279000', '110645.282000', '110645.285000', '110645.288000', '110645.291000', '110645.294000', '110645.297000', '110645.300000', '110645.303000', '110645.306000', '110645.309000', '110645.312000', '110645.315000', '110645.319000', '110645.322000', '110645.325000', '110645.328000', '110645.331000', '110645.334000', '110645.337000', '110645.340000', '110645.343000', '110645.346000', '110645.349000', '110645.352000', '110645.355000', '110645.358000', '110645.361000', '110645.364000', '110650.911000', '110650.915000', '110650.918000', '110650.921000', '110650.924000', '110650.927000', '110650.930000', '110650.934000', '110650.937000', '110650.939000', '110650.943000', '110650.946000', '110650.949000'], 'InstanceCreationTime': ['105905.281000', '105905.284000', '105905.288000', '105905.291000', '105905.294000', '105905.297000', '105905.300000', '105905.304000', '105905.307000', '105905.310000', '105905.313000', '105905.316000', '105905.319000', '105905.322000', '105905.325000', '105905.328000', '105905.331000', '105905.334000', '105905.337000', '105905.340000', '105905.343000', '105905.347000', '105905.350000', '105905.353000', '105905.356000', '105905.359000', '105905.362000', '105905.366000', '105905.369000', '105905.372000', '105905.375000', '105905.378000', '105905.385000', '105905.387000', '105905.390000', '105905.393000', '105905.396000', '105905.399000', '105905.402000', '105905.408000', '105905.411000', '105905.414000', '105905.417000', '105905.421000', '105905.424000', '105905.427000', '105905.430000', '105905.433000', '105905.436000', '105905.439000', '105905.442000', '105905.446000', '105925.235000', '105925.238000', '105925.241000', '105925.244000', '105925.247000', '105925.250000', '105925.253000', '105925.256000', '105925.259000', '105925.262000', '105925.265000', '105925.268000', '105925.271000', '105925.274000', '105925.277000', '105925.280000', '105925.283000', '105925.286000', '105925.289000', '105925.292000', '105925.294000', '105925.297000', '105925.300000', '105925.303000', '105925.306000', '105925.309000', '105925.318000', '105925.321000', '105925.324000', '105925.327000', '105925.330000', '105925.333000', '105925.336000', '105925.339000', '105925.342000', '105925.345000', '105925.348000', '105925.351000', '105925.354000', '105925.357000', '105925.359000', '105925.362000', '105925.365000', '105925.368000', '105945.235000', '105945.238000', '105945.241000', '105945.244000', '105945.247000', '105945.250000', '105945.253000', '105945.256000', '105945.259000', '105945.262000', '105945.265000', '105945.268000', '105945.271000', '105945.274000', '105945.276000', '105945.279000', '105945.282000', '105945.285000', '105945.289000', '105945.291000', '105945.294000', '105945.297000', '105945.300000', '105945.303000', '105945.306000', '105945.309000', '105945.312000', '105945.315000', '105945.318000', '105945.321000', '105945.324000', '105945.327000', '105945.330000', '105945.333000', '105945.336000', '105945.339000', '105945.342000', '105945.345000', '105945.348000', '105945.360000', '105945.363000', '105945.366000', '105945.369000', '110005.236000', '110005.239000', '110005.242000', '110005.245000', '110005.248000', '110005.251000', '110005.254000', '110005.257000', '110005.260000', '110005.263000', '110005.266000', '110005.269000', '110005.272000', '110005.275000', '110005.278000', '110005.281000', '110005.302000', '110005.305000', '110005.308000', '110005.311000', '110005.314000', '110005.317000', '110005.320000', '110005.323000', '110005.326000', '110005.329000', '110005.332000', '110005.335000', '110005.338000', '110005.340000', '110005.343000', '110005.346000', '110005.349000', '110005.364000', '110005.367000', '110005.370000', '110005.373000', '110005.376000', '110005.379000', '110005.381000', '110005.384000', '110005.387000', '110005.390000', '110005.393000', '110025.236000', '110025.239000', '110025.242000', '110025.245000', '110025.248000', '110025.251000', '110025.254000', '110025.257000', '110025.260000', '110025.263000', '110025.266000', '110025.269000', '110025.272000', '110025.275000', '110025.278000', '110025.281000', '110025.284000', '110025.294000', '110025.297000', '110025.300000', '110025.302000', '110025.306000', '110025.309000', '110025.313000', '110025.316000', '110025.319000', '110025.322000', '110025.325000', '110025.328000', '110025.331000', '110025.334000', '110025.337000', '110025.340000', '110025.343000', '110025.346000', '110025.349000', '110025.352000', '110025.355000', '110025.358000', '110025.361000', '110025.364000', '110025.367000', '110025.370000', '110045.235000', '110045.238000', '110045.241000', '110045.244000', '110045.247000', '110045.250000', '110045.253000', '110045.256000', '110045.259000', '110045.262000', '110045.265000', '110045.268000', '110045.271000', '110045.274000', '110045.277000', '110045.280000', '110045.283000', '110045.286000', '110045.289000', '110045.292000', '110045.295000', '110045.298000', '110045.301000', '110045.304000', '110045.314000', '110045.317000', '110045.320000', '110045.323000', '110045.326000', '110045.329000', '110045.332000', '110045.335000', '110045.338000', '110045.341000', '110045.344000', '110045.347000', '110045.350000', '110045.353000', '110045.356000', '110045.359000', '110045.362000', '110045.365000', '110045.368000', '110045.371000', '110105.235000', '110105.238000', '110105.241000', '110105.244000', '110105.247000', '110105.250000', '110105.253000', '110105.256000', '110105.259000', '110105.262000', '110105.265000', '110105.268000', '110105.271000', '110105.274000', '110105.277000', '110105.280000', '110105.283000', '110105.286000', '110105.289000', '110105.292000', '110105.295000', '110105.298000', '110105.301000', '110105.304000', '110105.307000', '110105.310000', '110105.313000', '110105.316000', '110105.319000', '110105.322000', '110105.325000', '110105.328000', '110105.331000', '110105.334000', '110105.337000', '110105.340000', '110105.343000', '110105.346000', '110105.349000', '110105.352000', '110105.355000', '110105.358000', '110105.361000', '110125.235000', '110125.238000', '110125.241000', '110125.244000', '110125.247000', '110125.250000', '110125.253000', '110125.256000', '110125.259000', '110125.262000', '110125.265000', '110125.268000', '110125.271000', '110125.274000', '110125.277000', '110125.280000', '110125.283000', '110125.286000', '110125.289000', '110125.292000', '110125.295000', '110125.298000', '110125.301000', '110125.304000', '110125.307000', '110125.310000', '110125.313000', '110125.316000', '110125.319000', '110125.322000', '110125.325000', '110125.328000', '110125.331000', '110125.334000', '110125.337000', '110125.340000', '110125.342000', '110125.345000', '110125.348000', '110125.360000', '110125.363000', '110125.366000', '110125.369000', '110125.372000', '110145.235000', '110145.238000', '110145.241000', '110145.244000', '110145.247000', '110145.250000', '110145.253000', '110145.256000', '110145.259000', '110145.262000', '110145.265000', '110145.284000', '110145.287000', '110145.289000', '110145.292000', '110145.295000', '110145.298000', '110145.301000', '110145.304000', '110145.307000', '110145.310000', '110145.313000', '110145.316000', '110145.319000', '110145.322000', '110145.325000', '110145.328000', '110145.331000', '110145.334000', '110145.337000', '110145.340000', '110145.343000', '110145.346000', '110145.350000', '110145.353000', '110145.356000', '110145.359000', '110145.362000', '110145.365000', '110145.368000', '110145.371000', '110145.374000', '110145.377000', '110205.235000', '110205.238000', '110205.241000', '110205.244000', '110205.247000', '110205.250000', '110205.253000', '110205.256000', '110205.264000', '110205.267000', '110205.270000', '110205.273000', '110205.276000', '110205.279000', '110205.282000', '110205.285000', '110205.288000', '110205.291000', '110205.294000', '110205.297000', '110205.300000', '110205.303000', '110205.306000', '110205.309000', '110205.312000', '110205.315000', '110205.318000', '110205.321000', '110205.324000', '110205.327000', '110205.330000', '110205.333000', '110205.336000', '110205.339000', '110205.342000', '110205.345000', '110205.348000', '110205.351000', '110205.354000', '110205.357000', '110205.360000', '110205.363000', '110205.376000', '110205.379000', '110225.236000', '110225.239000', '110225.242000', '110225.245000', '110225.248000', '110225.251000', '110225.264000', '110225.267000', '110225.270000', '110225.273000', '110225.276000', '110225.279000', '110225.282000', '110225.285000', '110225.288000', '110225.291000', '110225.294000', '110225.297000', '110225.301000', '110225.304000', '110225.307000', '110225.310000', '110225.312000', '110225.315000', '110225.318000', '110225.321000', '110225.324000', '110225.327000', '110225.330000', '110225.333000', '110225.336000', '110225.339000', '110225.342000', '110225.345000', '110225.348000', '110225.351000', '110225.354000', '110225.357000', '110225.360000', '110225.363000', '110225.366000', '110225.369000', '110225.372000', '110245.236000', '110245.239000', '110245.242000', '110245.245000', '110245.248000', '110245.251000', '110245.254000', '110245.257000', '110245.260000', '110245.263000', '110245.266000', '110245.269000', '110245.272000', '110245.275000', '110245.278000', '110245.281000', '110245.284000', '110245.287000', '110245.290000', '110245.293000', '110245.296000', '110245.299000', '110245.302000', '110245.305000', '110245.308000', '110245.311000', '110245.314000', '110245.317000', '110245.320000', '110245.323000', '110245.326000', '110245.329000', '110245.332000', '110245.335000', '110245.338000', '110245.341000', '110245.344000', '110245.347000', '110245.350000', '110245.353000', '110245.356000', '110245.359000', '110245.362000', '110245.365000', '110305.235000', '110305.238000', '110305.241000', '110305.244000', '110305.247000', '110305.250000', '110305.253000', '110305.256000', '110305.260000', '110305.263000', '110305.265000', '110305.268000', '110305.271000', '110305.274000', '110305.277000', '110305.280000', '110305.283000', '110305.286000', '110305.289000', '110305.292000', '110305.295000', '110305.299000', '110305.301000', '110305.304000', '110305.307000', '110305.311000', '110305.314000', '110305.316000', '110305.319000', '110305.323000', '110305.325000', '110305.328000', '110305.331000', '110305.334000', '110305.337000', '110305.340000', '110305.356000', '110305.359000', '110305.362000', '110305.365000', '110305.368000', '110305.371000', '110305.374000', '110325.235000', '110325.238000', '110325.243000', '110325.248000', '110325.251000', '110325.254000', '110325.257000', '110325.260000', '110325.263000', '110325.266000', '110325.269000', '110325.272000', '110325.275000', '110325.278000', '110325.281000', '110325.284000', '110325.287000', '110325.290000', '110325.293000', '110325.296000', '110325.299000', '110325.302000', '110325.305000', '110325.308000', '110325.311000', '110325.314000', '110325.317000', '110325.320000', '110325.323000', '110325.326000', '110325.329000', '110325.332000', '110325.335000', '110325.337000', '110325.340000', '110325.343000', '110325.346000', '110325.349000', '110325.352000', '110325.356000', '110325.359000', '110325.361000', '110325.364000', '110345.235000', '110345.238000', '110345.241000', '110345.244000', '110345.247000', '110345.250000', '110345.253000', '110345.256000', '110345.259000', '110345.262000', '110345.265000', '110345.268000', '110345.271000', '110345.274000', '110345.277000', '110345.280000', '110345.283000', '110345.286000', '110345.289000', '110345.292000', '110345.294000', '110345.298000', '110345.301000', '110345.304000', '110345.307000', '110345.310000', '110345.313000', '110345.315000', '110345.318000', '110345.321000', '110345.324000', '110345.327000', '110345.330000', '110345.333000', '110345.336000', '110345.339000', '110345.342000', '110345.345000', '110345.348000', '110345.351000', '110345.354000', '110345.357000', '110345.360000', '110345.363000', '110405.235000', '110405.239000', '110405.242000', '110405.245000', '110405.248000', '110405.251000', '110405.254000', '110405.257000', '110405.260000', '110405.263000', '110405.266000', '110405.269000', '110405.272000', '110405.275000', '110405.278000', '110405.281000', '110405.284000', '110405.287000', '110405.290000', '110405.293000', '110405.296000', '110405.301000', '110405.304000', '110405.307000', '110405.310000', '110405.313000', '110405.316000', '110405.319000', '110405.322000', '110405.325000', '110405.328000', '110405.331000', '110405.334000', '110405.337000', '110405.340000', '110405.343000', '110405.346000', '110405.349000', '110405.352000', '110405.355000', '110405.358000', '110405.361000', '110405.364000', '110425.235000', '110425.238000', '110425.241000', '110425.244000', '110425.247000', '110425.250000', '110425.253000', '110425.256000', '110425.267000', '110425.270000', '110425.273000', '110425.276000', '110425.279000', '110425.282000', '110425.285000', '110425.288000', '110425.291000', '110425.294000', '110425.297000', '110425.300000', '110425.303000', '110425.306000', '110425.309000', '110425.312000', '110425.315000', '110425.318000', '110425.321000', '110425.324000', '110425.327000', '110425.330000', '110425.333000', '110425.336000', '110425.339000', '110425.342000', '110425.345000', '110425.348000', '110425.352000', '110425.355000', '110425.357000', '110425.360000', '110425.364000', '110425.367000', '110425.370000', '110425.373000', '110445.236000', '110445.239000', '110445.242000', '110445.259000', '110445.262000', '110445.265000', '110445.268000', '110445.271000', '110445.274000', '110445.278000', '110445.281000', '110445.284000', '110445.287000', '110445.290000', '110445.293000', '110445.296000', '110445.298000', '110445.301000', '110445.305000', '110445.308000', '110445.311000', '110445.313000', '110445.316000', '110445.319000', '110445.322000', '110445.325000', '110445.328000', '110445.331000', '110445.334000', '110445.337000', '110445.340000', '110445.343000', '110445.346000', '110445.349000', '110445.352000', '110445.355000', '110445.358000', '110445.361000', '110445.364000', '110445.367000', '110445.370000', '110445.373000', '110445.376000', '110505.236000', '110505.239000', '110505.242000', '110505.245000', '110505.248000', '110505.251000', '110505.254000', '110505.257000', '110505.260000', '110505.263000', '110505.266000', '110505.269000', '110505.272000', '110505.275000', '110505.278000', '110505.281000', '110505.284000', '110505.287000', '110505.290000', '110505.293000', '110505.296000', '110505.308000', '110505.311000', '110505.314000', '110505.317000', '110505.320000', '110505.323000', '110505.326000', '110505.329000', '110505.332000', '110505.335000', '110505.338000', '110505.341000', '110505.344000', '110505.347000', '110505.350000', '110505.353000', '110505.356000', '110505.358000', '110505.361000', '110505.364000', '110505.367000', '110505.370000', '110505.373000', '110525.235000', '110525.238000', '110525.241000', '110525.244000', '110525.247000', '110525.250000', '110525.253000', '110525.256000', '110525.259000', '110525.262000', '110525.265000', '110525.268000', '110525.271000', '110525.274000', '110525.277000', '110525.280000', '110525.284000', '110525.289000', '110525.293000', '110525.296000', '110525.299000', '110525.302000', '110525.305000', '110525.308000', '110525.311000', '110525.314000', '110525.317000', '110525.320000', '110525.323000', '110525.326000', '110525.329000', '110525.333000', '110525.335000', '110525.338000', '110525.341000', '110525.345000', '110525.347000', '110525.350000', '110525.353000', '110525.356000', '110525.359000', '110525.362000', '110525.365000', '110545.235000', '110545.238000', '110545.241000', '110545.244000', '110545.247000', '110545.250000', '110545.253000', '110545.256000', '110545.259000', '110545.262000', '110545.265000', '110545.268000', '110545.271000', '110545.274000', '110545.277000', '110545.280000', '110545.283000', '110545.286000', '110545.289000', '110545.292000', '110545.295000', '110545.298000', '110545.301000', '110545.304000', '110545.307000', '110545.310000', '110545.313000', '110545.316000', '110545.319000', '110545.322000', '110545.325000', '110545.328000', '110545.331000', '110545.334000', '110545.337000', '110545.339000', '110545.342000', '110545.345000', '110545.348000', '110545.351000', '110545.354000', '110545.357000', '110545.360000', '110545.363000', '110605.244000', '110605.247000', '110605.250000', '110605.253000', '110605.256000', '110605.259000', '110605.262000', '110605.265000', '110605.268000', '110605.271000', '110605.274000', '110605.277000', '110605.280000', '110605.283000', '110605.286000', '110605.289000', '110605.292000', '110605.295000', '110605.298000', '110605.301000', '110605.304000', '110605.307000', '110605.311000', '110605.315000', '110605.318000', '110605.321000', '110605.334000', '110605.337000', '110605.340000', '110605.343000', '110605.357000', '110605.360000', '110605.363000', '110605.366000', '110605.369000', '110605.372000', '110605.375000', '110605.378000', '110605.381000', '110605.384000', '110605.387000', '110605.390000', '110605.393000', '110625.235000', '110625.238000', '110625.241000', '110625.244000', '110625.247000', '110625.250000', '110625.253000', '110625.256000', '110625.259000', '110625.271000', '110625.274000', '110625.277000', '110625.280000', '110625.283000', '110625.286000', '110625.289000', '110625.292000', '110625.295000', '110625.298000', '110625.301000', '110625.304000', '110625.307000', '110625.310000', '110625.313000', '110625.316000', '110625.319000', '110625.322000', '110625.325000', '110625.328000', '110625.332000', '110625.335000', '110625.338000', '110625.341000', '110625.344000', '110625.347000', '110625.350000', '110625.353000', '110625.356000', '110625.359000', '110625.362000', '110625.365000', '110625.368000', '110625.371000', '110625.374000', '110645.235000', '110645.238000', '110645.241000', '110645.245000', '110645.247000', '110645.250000', '110645.253000', '110645.256000', '110645.259000', '110645.264000', '110645.267000', '110645.270000', '110645.273000', '110645.276000', '110645.279000', '110645.282000', '110645.285000', '110645.288000', '110645.291000', '110645.294000', '110645.297000', '110645.300000', '110645.303000', '110645.306000', '110645.309000', '110645.312000', '110645.315000', '110645.319000', '110645.322000', '110645.325000', '110645.328000', '110645.331000', '110645.334000', '110645.337000', '110645.340000', '110645.343000', '110645.346000', '110645.349000', '110645.352000', '110645.355000', '110645.358000', '110645.361000', '110645.364000', '110650.911000', '110650.915000', '110650.918000', '110650.921000', '110650.924000', '110650.927000', '110650.930000', '110650.934000', '110650.937000', '110650.939000', '110650.943000', '110650.946000', '110650.949000'], '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': [9146, 9167, 8513, 8374, 12994, 15772, 12874, 11279, 13695, 8507, 11300, 11922, 8329, 14211, 8126, 8418, 12121, 9049, 10234, 8369, 7852, 12467, 12446, 9026, 14964, 8299, 7948, 12592, 9111, 8028, 10804, 8490, 8314, 11279, 8492, 8288, 7991, 8098, 8838, 8278, 7701, 9834, 8115, 8067, 9737, 8206, 7713, 9388, 7929, 7879, 11037, 8293, 8440, 11478, 8338, 8269, 11837, 8362, 8297, 12369, 8239, 8359, 13054, 8491, 8138, 11532, 8079, 8092, 11154, 10811, 8224, 10003, 9618, 8408, 10027, 13976, 8136, 9327, 14033, 8173, 8972, 11503, 8425, 8992, 12428, 8333, 8375, 12539, 9443, 8334, 14830, 8778, 8263, 15245, 14638, 10097, 11878, 15063, 8725, 9769, 15059, 9002, 10589, 13796, 8600, 9221, 15120, 10599, 8772, 13034, 8574, 8389, 12000, 8508, 8234, 10337, 8121, 8521, 8961, 8244, 8443, 9694, 8491, 8519, 10158, 8431, 8462, 9645, 8528, 8426, 11627, 9474, 8580, 10673, 8325, 8440, 12627, 15641, 11192, 10185, 13723, 8486, 8713, 11657, 8322, 8374, 8448, 8596, 9674, 12152, 8468, 10185, 15748, 10986, 8744, 14405, 11046, 8578, 12121, 8283, 8164, 10326, 8179, 8377, 11574, 8225, 8133, 11461, 8435, 8378, 12906, 9315, 8221, 14343, 8382, 8426, 11560, 8323, 8442, 9882, 8241, 9445, 9128, 8140, 9142, 8018, 7903, 10297, 12917, 7800, 10734, 15490, 8322, 11023, 15208, 11492, 9523, 15298, 8959, 7989, 12065, 8445, 8146, 11703, 8304, 8221, 12849, 8783, 8115, 14860, 8337, 8210, 14146, 10393, 8529, 13162, 11140, 7897, 9762, 8258, 7725, 9356, 10291, 7783, 9438, 8990, 7801, 8425, 8115, 8057, 8406, 7990, 8894, 13343, 9057, 8129, 15002, 8952, 8661, 14149, 9267, 8086, 11532, 8108, 8265, 8088, 8131, 8960, 7952, 8326, 9246, 8105, 11128, 8138, 8516, 8052, 8211, 14987, 11955, 15233, 10244, 8150, 15576, 13257, 9271, 14253, 13725, 11686, 10365, 8009, 8474, 7985, 8017, 9214, 8081, 8156, 8163, 8108, 8435, 8089, 10623, 8435, 8239, 8295, 8187, 11062, 8268, 8021, 14057, 14242, 13838, 15054, 11720, 9931, 8293, 8184, 9100, 7925, 9883, 13253, 9055, 12312, 14455, 8376, 11481, 15025, 11193, 10430, 7906, 7759, 8477, 7929, 9674, 8210, 8301, 10478, 7974, 11070, 14601, 11407, 15061, 10764, 8324, 7909, 7965, 8525, 9141, 7936, 8957, 13929, 8345, 8478, 9272, 7648, 8448, 8950, 7842, 8139, 8150, 7811, 8595, 7944, 8052, 10054, 7976, 8083, 11122, 8212, 8098, 11380, 9476, 7993, 10910, 8701, 8040, 9876, 8004, 8060, 10503, 8118, 7967, 8864, 8227, 8401, 8956, 7871, 8680, 7751, 7829, 9758, 8000, 7970, 10187, 7967, 8145, 11013, 8074, 8058, 9647, 8235, 8219, 11586, 8289, 8235, 8601, 8151, 9576, 13249, 9180, 10185, 11169, 7933, 10267, 14569, 8990, 11851, 14441, 8810, 10962, 8812, 7917, 9901, 9748, 8276, 9163, 8127, 8430, 13143, 11246, 8439, 14596, 8317, 8214, 13940, 10234, 9170, 8144, 8123, 11056, 12371, 9432, 15450, 9264, 8121, 14582, 10677, 8107, 14974, 12772, 8881, 14250, 8535, 8332, 11441, 8733, 8420, 12668, 12059, 8368, 11974, 8327, 8194, 9644, 12330, 8704, 8343, 11386, 8628, 8285, 11759, 8555, 8250, 8528, 8330, 8477, 8392, 8479, 8320, 8349, 8555, 9967, 8585, 8711, 12057, 8490, 10654, 10314, 8431, 11348, 8807, 8374, 13795, 13620, 8776, 11636, 14340, 8649, 10200, 15715, 11583, 8217, 11932, 8467, 8261, 9581, 8415, 8516, 8375, 8581, 9378, 8780, 8816, 8643, 8663, 12013, 14414, 10496, 12542, 13589, 11703, 13206, 8417, 7969, 8391, 8626, 11144, 8640, 8620, 12768, 11567, 8236, 11132, 8371, 9190, 8597, 8799, 15520, 13859, 13095, 15698, 14600, 13235, 12849, 8338, 10342, 13148, 8620, 14346, 8770, 8194, 10956, 8189, 8588, 8463, 8380, 8492, 8600, 11350, 8463, 8192, 8535, 8257, 10304, 8722, 8519, 12975, 10267, 8311, 8652, 8517, 8370, 8573, 8731, 8255, 8167, 11620, 8841, 10116, 11627, 11912, 14698, 10043, 7840, 8350, 8389, 10603, 8004, 8411, 8940, 8787, 8439, 8482, 8905, 8324, 8405, 8069, 8432, 10997, 12722, 9487, 8703, 9767, 8423, 8911, 8195, 8242, 9533, 8276, 8407, 12151, 8764, 8647, 12514, 14327, 9992, 13165, 8847, 7965, 8187, 8716, 8646, 9792, 8787, 8773, 12694, 8762, 8632, 11155, 8408, 8371, 8135, 8510, 8245, 7932, 8738, 10148, 14066, 9270, 8877, 11181, 8873, 8800, 10737, 9745, 8834, 10250, 11885, 8686, 11880, 12948, 8796, 13404, 11041, 8688, 15598, 14610, 10068, 12322, 8572, 8861, 10216, 9157, 8807, 9554, 8764, 8905, 11903, 14571, 9718, 8207, 8361, 8648, 9505, 8300, 8959, 8749, 8709, 8783, 11168, 8719, 8851, 9474, 8901, 8867, 11024, 8939, 9374, 12722, 9392, 9858, 8638, 8889, 11414, 8770, 9251, 12613, 9103, 8572, 8222, 8773, 10516, 15875, 13650, 10080, 12290, 9336, 8650, 10852, 8472, 8236, 10841, 8604, 8743, 11749, 8629, 8374, 11932, 8643, 8739, 15484, 13165, 9017, 14781, 9200, 8383, 12345, 8695, 8478, 12234, 9663, 8596, 9009, 13004, 8667, 8351, 10623, 8601, 8100, 8806, 8649, 8568, 14313, 10182, 8540, 11423, 8388, 8548, 10177, 8555, 8535, 8410, 8326, 8571, 8453, 8930, 8525, 8327, 8686, 8508, 8712, 9482, 8905, 9098, 13456, 10351, 8518, 13460, 8423, 8732, 11567, 9723, 8632, 10214, 8760, 8552, 10683, 8436, 8432, 8128, 8500, 9604, 8302, 8502, 12510, 13745, 10485, 14635, 8958, 8330, 8374, 8361, 12049, 16106, 13430, 9536, 12014, 8609, 9006, 9387, 8699, 10206, 14252, 9503, 9935, 8474, 8668, 11785, 9788, 9324, 15705, 10478, 8708, 15620, 10369, 8552, 10627, 8434, 8505, 8458, 8771, 9093, 8353, 8438, 10193, 14896, 9817, 10609, 14994, 8592, 9437, 13372, 8600, 8500, 8493, 8642, 8721, 10838, 8767, 8355, 10644, 8811, 8408, 10275, 8682, 8425, 10643, 8802, 8686, 9295, 8503, 8327, 8476, 8327, 8694, 8776, 8909, 8637, 8644, 10350, 8674, 8876, 11965, 16007, 12290, 9955, 14224, 9652, 8611, 13784, 11148, 8415, 11004, 8661, 8686, 8492, 8544, 10166, 8679, 8662, 11912, 8908, 8783, 8605, 8767, 8981, 8643, 9010, 11293, 13212, 11168, 14987, 13379, 14390, 9130, 8305, 8984, 8582, 12771, 15252, 11983, 9812, 10981, 11677, 8455, 9573, 13299, 8110, 8535, 11003, 8324, 8850, 10393, 8501, 8606, 9613, 8412, 9410, 8418, 8568, 10359, 8161, 8336, 11130, 8325, 9135, 12653, 8962, 9029, 13383, 9327, 9322, 12344, 9667, 8920, 9325, 9193, 9220, 8698, 8763, 9540, 8732, 8851, 9325, 8508, 9112, 10143, 8992, 8197, 7992, 9094, 8118, 9044, 8927, 12405, 8265, 8813, 10293, 10033, 8580, 9492, 8205, 8617, 9838, 8272, 8956, 9948, 8347, 8817, 9075, 8715, 8978, 10199, 8833, 10666, 11402, 8768, 13835, 14107, 10689, 14723, 9118, 8675, 14827, 11486, 9693, 14594, 9997, 10955, 15323, 10044, 9300, 13196, 9842, 8980, 9149, 8993, 11270, 9032, 8425, 8663, 9072, 9230, 11035, 9282, 10099, 14439, 10118, 10402, 8948, 8714, 9579, 9329, 8943, 9561, 8490, 9020, 9362, 14581, 10742, 12100, 15916, 12192, 9837, 14186, 9706, 11193, 8750, 8929, 8319, 9364, 8678, 8582, 9285, 10513, 11715, 16143, 13034, 9835, 9198, 8396, 8188, 9082, 10813, 8667, 8826, 12390, 8719, 8757, 12342, 9862, 9724, 11957, 9204, 15088, 14251, 13968, 15681, 12312, 13577, 13128, 8934, 14752, 9949, 9361, 8874, 8233, 8944, 8650, 9697, 8801, 8677, 8932, 8586, 8655, 8933, 10609, 9247, 9459, 9225, 8613, 8871, 8407, 8408, 8414, 8161], 'WindowCenter': [4469.0, 4454.0, 4430.0, 4419.0, 4477.0, 4485.0, 4452.0, 4431.0, 4448.0, 4400.0, 4430.0, 4428.0, 4389.0, 4447.0, 4387.0, 4387.0, 4425.0, 4398.0, 4417.0, 4385.0, 4375.0, 4436.0, 4437.0, 4385.0, 4445.0, 4372.0, 4363.0, 4423.0, 4382.0, 4373.0, 4401.0, 4373.0, 4373.0, 4411.0, 4384.0, 4373.0, 4372.0, 4375.0, 4394.0, 4372.0, 4364.0, 4403.0, 4373.0, 4375.0, 4393.0, 4374.0, 4364.0, 4393.0, 4372.0, 4374.0, 4414.0, 4374.0, 4384.0, 4423.0, 4385.0, 4387.0, 4425.0, 4386.0, 4386.0, 4435.0, 4384.0, 4385.0, 4436.0, 4384.0, 4376.0, 4425.0, 4374.0, 4375.0, 4426.0, 4415.0, 4387.0, 4405.0, 4405.0, 4386.0, 4406.0, 4447.0, 4386.0, 4407.0, 4456.0, 4387.0, 4397.0, 4425.0, 4387.0, 4408.0, 4436.0, 4386.0, 4388.0, 4437.0, 4407.0, 4386.0, 4457.0, 4385.0, 4386.0, 4455.0, 4445.0, 4404.0, 4424.0, 4442.0, 4382.0, 4402.0, 4443.0, 4382.0, 4402.0, 4431.0, 4382.0, 4393.0, 4443.0, 4401.0, 4382.0, 4432.0, 4371.0, 4373.0, 4422.0, 4382.0, 4372.0, 4402.0, 4372.0, 4382.0, 4383.0, 4372.0, 4384.0, 4394.0, 4384.0, 4394.0, 4405.0, 4385.0, 4385.0, 4404.0, 4383.0, 4384.0, 4423.0, 4394.0, 4385.0, 4413.0, 4383.0, 4385.0, 4436.0, 4454.0, 4413.0, 4403.0, 4433.0, 4382.0, 4382.0, 4422.0, 4384.0, 4384.0, 4384.0, 4396.0, 4406.0, 4434.0, 4385.0, 4417.0, 4467.0, 4415.0, 4384.0, 4444.0, 4412.0, 4383.0, 4422.0, 4372.0, 4384.0, 4404.0, 4384.0, 4384.0, 4423.0, 4384.0, 4384.0, 4423.0, 4384.0, 4386.0, 4434.0, 4395.0, 4385.0, 4443.0, 4372.0, 4383.0, 4424.0, 4384.0, 4385.0, 4403.0, 4385.0, 4405.0, 4405.0, 4386.0, 4405.0, 4385.0, 4386.0, 4417.0, 4445.0, 4374.0, 4426.0, 4455.0, 4383.0, 4425.0, 4455.0, 4426.0, 4405.0, 4453.0, 4393.0, 4385.0, 4423.0, 4383.0, 4375.0, 4423.0, 4382.0, 4384.0, 4433.0, 4385.0, 4375.0, 4443.0, 4383.0, 4384.0, 4444.0, 4402.0, 4383.0, 4431.0, 4412.0, 4372.0, 4402.0, 4370.0, 4372.0, 4391.0, 4401.0, 4362.0, 4392.0, 4381.0, 4372.0, 4372.0, 4374.0, 4373.0, 4382.0, 4385.0, 4395.0, 4444.0, 4395.0, 4375.0, 4455.0, 4384.0, 4384.0, 4443.0, 4393.0, 4375.0, 4423.0, 4374.0, 4385.0, 4375.0, 4386.0, 4397.0, 4387.0, 4385.0, 4406.0, 4384.0, 4414.0, 4374.0, 4384.0, 4385.0, 4387.0, 4457.0, 4424.0, 4454.0, 4403.0, 4373.0, 4443.0, 4419.0, 4379.0, 4431.0, 4430.0, 4409.0, 4387.0, 4360.0, 4359.0, 4359.0, 4371.0, 4382.0, 4372.0, 4372.0, 4374.0, 4375.0, 4374.0, 4376.0, 4415.0, 4384.0, 4385.0, 4374.0, 4374.0, 4414.0, 4372.0, 4372.0, 4444.0, 4433.0, 4431.0, 4431.0, 4411.0, 4390.0, 4360.0, 4359.0, 4367.0, 4359.0, 4390.0, 4421.0, 4380.0, 4410.0, 4430.0, 4372.0, 4412.0, 4430.0, 4398.0, 4387.0, 4346.0, 4347.0, 4357.0, 4358.0, 4380.0, 4371.0, 4371.0, 4400.0, 4360.0, 4401.0, 4431.0, 4398.0, 4428.0, 4386.0, 4356.0, 4346.0, 4348.0, 4358.0, 4368.0, 4359.0, 4368.0, 4419.0, 4359.0, 4357.0, 4368.0, 4348.0, 4358.0, 4367.0, 4358.0, 4359.0, 4359.0, 4362.0, 4371.0, 4362.0, 4374.0, 4393.0, 4362.0, 4372.0, 4402.0, 4372.0, 4374.0, 4412.0, 4381.0, 4362.0, 4400.0, 4370.0, 4361.0, 4392.0, 4360.0, 4361.0, 4401.0, 4360.0, 4362.0, 4381.0, 4373.0, 4372.0, 4382.0, 4374.0, 4384.0, 4374.0, 4376.0, 4404.0, 4374.0, 4377.0, 4416.0, 4375.0, 4387.0, 4415.0, 4385.0, 4388.0, 4408.0, 4388.0, 4399.0, 4437.0, 4399.0, 4400.0, 4398.0, 4390.0, 4421.0, 4448.0, 4408.0, 4418.0, 4427.0, 4387.0, 4418.0, 4456.0, 4396.0, 4427.0, 4446.0, 4395.0, 4415.0, 4396.0, 4375.0, 4404.0, 4405.0, 4385.0, 4395.0, 4386.0, 4388.0, 4446.0, 4426.0, 4386.0, 4454.0, 4386.0, 4384.0, 4446.0, 4404.0, 4395.0, 4373.0, 4374.0, 4416.0, 4422.0, 4394.0, 4444.0, 4382.0, 4372.0, 4443.0, 4402.0, 4361.0, 4441.0, 4421.0, 4381.0, 4430.0, 4370.0, 4370.0, 4410.0, 4372.0, 4372.0, 4422.0, 4410.0, 4360.0, 4409.0, 4359.0, 4371.0, 4380.0, 4407.0, 4369.0, 4370.0, 4411.0, 4370.0, 4372.0, 4409.0, 4371.0, 4359.0, 4370.0, 4370.0, 4372.0, 4372.0, 4372.0, 4373.0, 4373.0, 4384.0, 4405.0, 4386.0, 4396.0, 4437.0, 4386.0, 4405.0, 4402.0, 4374.0, 4411.0, 4370.0, 4371.0, 4432.0, 4431.0, 4372.0, 4413.0, 4431.0, 4382.0, 4402.0, 4441.0, 4409.0, 4370.0, 4410.0, 4371.0, 4372.0, 4392.0, 4374.0, 4382.0, 4383.0, 4395.0, 4395.0, 4395.0, 4395.0, 4385.0, 4385.0, 4437.0, 4445.0, 4404.0, 4423.0, 4421.0, 4411.0, 4422.0, 4371.0, 4361.0, 4372.0, 4384.0, 4413.0, 4385.0, 4385.0, 4434.0, 4414.0, 4384.0, 4414.0, 4384.0, 4394.0, 4384.0, 4385.0, 4445.0, 4434.0, 4422.0, 4432.0, 4431.0, 4420.0, 4410.0, 4358.0, 4377.0, 4396.0, 4345.0, 4404.0, 4344.0, 4358.0, 4387.0, 4356.0, 4355.0, 4356.0, 4357.0, 4357.0, 4358.0, 4386.0, 4356.0, 4358.0, 4358.0, 4359.0, 4388.0, 4357.0, 4368.0, 4407.0, 4376.0, 4345.0, 4357.0, 4358.0, 4359.0, 4371.0, 4370.0, 4360.0, 4372.0, 4402.0, 4369.0, 4390.0, 4398.0, 4399.0, 4418.0, 4377.0, 4346.0, 4357.0, 4359.0, 4390.0, 4349.0, 4361.0, 4371.0, 4370.0, 4371.0, 4372.0, 4370.0, 4371.0, 4371.0, 4361.0, 4372.0, 4403.0, 4422.0, 4380.0, 4359.0, 4379.0, 4359.0, 4369.0, 4359.0, 4360.0, 4380.0, 4361.0, 4371.0, 4412.0, 4360.0, 4371.0, 4421.0, 4419.0, 4379.0, 4406.0, 4357.0, 4347.0, 4356.0, 4368.0, 4370.0, 4379.0, 4370.0, 4371.0, 4422.0, 4382.0, 4384.0, 4411.0, 4371.0, 4372.0, 4361.0, 4372.0, 4371.0, 4373.0, 4387.0, 4417.0, 4447.0, 4395.0, 4395.0, 4414.0, 4384.0, 4396.0, 4415.0, 4394.0, 4384.0, 4404.0, 4423.0, 4384.0, 4423.0, 4424.0, 4383.0, 4434.0, 4414.0, 4385.0, 4454.0, 4432.0, 4391.0, 4411.0, 4358.0, 4380.0, 4391.0, 4381.0, 4381.0, 4381.0, 4370.0, 4383.0, 4422.0, 4443.0, 4381.0, 4370.0, 4371.0, 4381.0, 4392.0, 4371.0, 4394.0, 4383.0, 4384.0, 4396.0, 4426.0, 4396.0, 4396.0, 4404.0, 4396.0, 4396.0, 4414.0, 4396.0, 4396.0, 4436.0, 4395.0, 4405.0, 4387.0, 4400.0, 4426.0, 4386.0, 4395.0, 4434.0, 4395.0, 4385.0, 4386.0, 4398.0, 4428.0, 4457.0, 4434.0, 4404.0, 4423.0, 4381.0, 4383.0, 4401.0, 4373.0, 4373.0, 4412.0, 4382.0, 4385.0, 4423.0, 4383.0, 4385.0, 4423.0, 4383.0, 4385.0, 4443.0, 4422.0, 4371.0, 4430.0, 4379.0, 4360.0, 4421.0, 4369.0, 4360.0, 4410.0, 4380.0, 4369.0, 4381.0, 4419.0, 4368.0, 4358.0, 4388.0, 4358.0, 4346.0, 4368.0, 4369.0, 4371.0, 4430.0, 4389.0, 4369.0, 4400.0, 4358.0, 4371.0, 4389.0, 4369.0, 4371.0, 4372.0, 4371.0, 4394.0, 4373.0, 4380.0, 4372.0, 4372.0, 4371.0, 4382.0, 4382.0, 4392.0, 4394.0, 4395.0, 4434.0, 4404.0, 4383.0, 4433.0, 4372.0, 4385.0, 4413.0, 4394.0, 4384.0, 4402.0, 4395.0, 4396.0, 4413.0, 4384.0, 4385.0, 4374.0, 4395.0, 4403.0, 4385.0, 4396.0, 4435.0, 4444.0, 4414.0, 4454.0, 4395.0, 4383.0, 4384.0, 4385.0, 4435.0, 4455.0, 4432.0, 4392.0, 4422.0, 4385.0, 4394.0, 4393.0, 4382.0, 4401.0, 4432.0, 4392.0, 4391.0, 4371.0, 4383.0, 4412.0, 4391.0, 4392.0, 4453.0, 4401.0, 4369.0, 4439.0, 4388.0, 4369.0, 4389.0, 4370.0, 4369.0, 4360.0, 4370.0, 4382.0, 4370.0, 4371.0, 4389.0, 4440.0, 4389.0, 4388.0, 4429.0, 4368.0, 4379.0, 4418.0, 4358.0, 4357.0, 4356.0, 4368.0, 4367.0, 4397.0, 4370.0, 4369.0, 4389.0, 4381.0, 4369.0, 4390.0, 4371.0, 4371.0, 4400.0, 4380.0, 4370.0, 4380.0, 4381.0, 4371.0, 4372.0, 4371.0, 4382.0, 4384.0, 4395.0, 4384.0, 4395.0, 4415.0, 4383.0, 4395.0, 4424.0, 4453.0, 4422.0, 4392.0, 4431.0, 4391.0, 4382.0, 4430.0, 4411.0, 4370.0, 4400.0, 4380.0, 4370.0, 4369.0, 4370.0, 4390.0, 4371.0, 4382.0, 4411.0, 4381.0, 4372.0, 4371.0, 4381.0, 4382.0, 4372.0, 4382.0, 4413.0, 4421.0, 4400.0, 4431.0, 4421.0, 4418.0, 4368.0, 4359.0, 4381.0, 4370.0, 4421.0, 4419.0, 4385.0, 4365.0, 4387.0, 4385.0, 4345.0, 4366.0, 4404.0, 4334.0, 4356.0, 4375.0, 4346.0, 4367.0, 4378.0, 4359.0, 4370.0, 4379.0, 4359.0, 4369.0, 4347.0, 4357.0, 4378.0, 4347.0, 4358.0, 4389.0, 4349.0, 4369.0, 4409.0, 4357.0, 4367.0, 4418.0, 4367.0, 4379.0, 4408.0, 4378.0, 4369.0, 4368.0, 4379.0, 4378.0, 4368.0, 4371.0, 4380.0, 4369.0, 4380.0, 4381.0, 4384.0, 4383.0, 4402.0, 4383.0, 4371.0, 4361.0, 4384.0, 4371.0, 4394.0, 4396.0, 4435.0, 4374.0, 4394.0, 4415.0, 4405.0, 4395.0, 4405.0, 4386.0, 4397.0, 4403.0, 4372.0, 4394.0, 4405.0, 4386.0, 4410.0, 4409.0, 4411.0, 4410.0, 4428.0, 4409.0, 4428.0, 4437.0, 4398.0, 4457.0, 4446.0, 4417.0, 4456.0, 4396.0, 4396.0, 4455.0, 4424.0, 4394.0, 4444.0, 4404.0, 4414.0, 4443.0, 4393.0, 4393.0, 4433.0, 4392.0, 4381.0, 4382.0, 4383.0, 4412.0, 4383.0, 4384.0, 4384.0, 4395.0, 4395.0, 4414.0, 4395.0, 4415.0, 4444.0, 4404.0, 4403.0, 4382.0, 4384.0, 4391.0, 4394.0, 4393.0, 4406.0, 4397.0, 4397.0, 4397.0, 4456.0, 4416.0, 4426.0, 4443.0, 4412.0, 4393.0, 4434.0, 4382.0, 4402.0, 4372.0, 4381.0, 4371.0, 4382.0, 4381.0, 4383.0, 4405.0, 4415.0, 4438.0, 4468.0, 4437.0, 4391.0, 4380.0, 4360.0, 4371.0, 4397.0, 4427.0, 4398.0, 4409.0, 4438.0, 4397.0, 4398.0, 4426.0, 4395.0, 4382.0, 4411.0, 4382.0, 4431.0, 4420.0, 4421.0, 4430.0, 4397.0, 4397.0, 4393.0, 4344.0, 4405.0, 4353.0, 4342.0, 4342.0, 4332.0, 4344.0, 4344.0, 4354.0, 4355.0, 4343.0, 4356.0, 4346.0, 4345.0, 4357.0, 4374.0, 4356.0, 4365.0, 4358.0, 4358.0, 4357.0, 4349.0, 4360.0, 4361.0, 4372.0], 'WindowWidth': [9853.0, 9819.0, 9779.0, 9761.0, 9836.0, 9845.0, 9790.0, 9759.0, 9780.0, 9718.0, 9756.0, 9751.0, 9699.0, 9775.0, 9694.0, 9695.0, 9741.0, 9710.0, 9735.0, 9689.0, 9676.0, 9759.0, 9759.0, 9688.0, 9767.0, 9665.0, 9654.0, 9733.0, 9678.0, 9669.0, 9704.0, 9668.0, 9669.0, 9718.0, 9683.0, 9670.0, 9666.0, 9676.0, 9701.0, 9668.0, 9659.0, 9711.0, 9669.0, 9676.0, 9698.0, 9670.0, 9659.0, 9696.0, 9667.0, 9672.0, 9724.0, 9670.0, 9685.0, 9739.0, 9689.0, 9694.0, 9743.0, 9691.0, 9693.0, 9757.0, 9686.0, 9690.0, 9759.0, 9688.0, 9679.0, 9742.0, 9673.0, 9677.0, 9746.0, 9729.0, 9695.0, 9719.0, 9716.0, 9692.0, 9720.0, 9774.0, 9692.0, 9722.0, 9788.0, 9696.0, 9710.0, 9746.0, 9696.0, 9727.0, 9762.0, 9694.0, 9699.0, 9764.0, 9721.0, 9695.0, 9789.0, 9690.0, 9694.0, 9787.0, 9768.0, 9712.0, 9738.0, 9760.0, 9681.0, 9709.0, 9764.0, 9682.0, 9709.0, 9745.0, 9679.0, 9697.0, 9763.0, 9705.0, 9681.0, 9747.0, 9664.0, 9669.0, 9735.0, 9681.0, 9667.0, 9707.0, 9667.0, 9681.0, 9683.0, 9668.0, 9689.0, 9701.0, 9687.0, 9701.0, 9716.0, 9689.0, 9691.0, 9715.0, 9686.0, 9689.0, 9738.0, 9699.0, 9690.0, 9727.0, 9686.0, 9691.0, 9762.0, 9783.0, 9723.0, 9710.0, 9749.0, 9681.0, 9683.0, 9736.0, 9687.0, 9689.0, 9688.0, 9708.0, 9723.0, 9756.0, 9690.0, 9735.0, 9805.0, 9728.0, 9688.0, 9767.0, 9721.0, 9685.0, 9735.0, 9668.0, 9687.0, 9714.0, 9687.0, 9688.0, 9739.0, 9687.0, 9691.0, 9741.0, 9690.0, 9693.0, 9756.0, 9703.0, 9691.0, 9766.0, 9669.0, 9686.0, 9742.0, 9688.0, 9690.0, 9713.0, 9693.0, 9719.0, 9719.0, 9695.0, 9720.0, 9693.0, 9697.0, 9739.0, 9772.0, 9677.0, 9748.0, 9785.0, 9687.0, 9744.0, 9788.0, 9746.0, 9718.0, 9780.0, 9700.0, 9690.0, 9740.0, 9686.0, 9678.0, 9739.0, 9684.0, 9689.0, 9754.0, 9690.0, 9677.0, 9767.0, 9686.0, 9689.0, 9768.0, 9707.0, 9685.0, 9747.0, 9719.0, 9667.0, 9707.0, 9665.0, 9669.0, 9694.0, 9704.0, 9656.0, 9697.0, 9680.0, 9668.0, 9668.0, 9674.0, 9673.0, 9684.0, 9692.0, 9706.0, 9771.0, 9703.0, 9678.0, 9784.0, 9685.0, 9687.0, 9763.0, 9698.0, 9677.0, 9737.0, 9674.0, 9691.0, 9676.0, 9692.0, 9707.0, 9696.0, 9692.0, 9720.0, 9689.0, 9727.0, 9677.0, 9689.0, 9691.0, 9695.0, 9792.0, 9741.0, 9781.0, 9708.0, 9670.0, 9765.0, 9725.0, 9672.0, 9743.0, 9739.0, 9709.0, 9679.0, 9646.0, 9644.0, 9644.0, 9663.0, 9679.0, 9667.0, 9667.0, 9672.0, 9674.0, 9672.0, 9677.0, 9728.0, 9686.0, 9687.0, 9671.0, 9673.0, 9726.0, 9667.0, 9667.0, 9769.0, 9748.0, 9743.0, 9743.0, 9714.0, 9685.0, 9646.0, 9643.0, 9651.0, 9644.0, 9687.0, 9730.0, 9674.0, 9716.0, 9739.0, 9664.0, 9719.0, 9739.0, 9693.0, 9675.0, 9620.0, 9623.0, 9638.0, 9642.0, 9673.0, 9661.0, 9663.0, 9700.0, 9648.0, 9703.0, 9740.0, 9691.0, 9732.0, 9673.0, 9634.0, 9620.0, 9624.0, 9640.0, 9651.0, 9642.0, 9656.0, 9723.0, 9642.0, 9639.0, 9653.0, 9627.0, 9640.0, 9650.0, 9640.0, 9643.0, 9643.0, 9652.0, 9664.0, 9652.0, 9672.0, 9695.0, 9653.0, 9668.0, 9707.0, 9666.0, 9671.0, 9721.0, 9676.0, 9651.0, 9700.0, 9662.0, 9650.0, 9692.0, 9647.0, 9651.0, 9704.0, 9649.0, 9654.0, 9677.0, 9670.0, 9670.0, 9681.0, 9672.0, 9686.0, 9674.0, 9679.0, 9714.0, 9673.0, 9681.0, 9732.0, 9679.0, 9696.0, 9731.0, 9691.0, 9698.0, 9724.0, 9701.0, 9715.0, 9763.0, 9714.0, 9720.0, 9714.0, 9706.0, 9747.0, 9780.0, 9725.0, 9738.0, 9749.0, 9698.0, 9739.0, 9787.0, 9705.0, 9748.0, 9773.0, 9705.0, 9731.0, 9705.0, 9676.0, 9714.0, 9717.0, 9691.0, 9705.0, 9694.0, 9699.0, 9776.0, 9745.0, 9693.0, 9781.0, 9691.0, 9689.0, 9773.0, 9713.0, 9701.0, 9672.0, 9674.0, 9731.0, 9733.0, 9697.0, 9765.0, 9680.0, 9667.0, 9762.0, 9704.0, 9651.0, 9758.0, 9728.0, 9675.0, 9739.0, 9661.0, 9661.0, 9716.0, 9664.0, 9665.0, 9733.0, 9714.0, 9645.0, 9708.0, 9644.0, 9660.0, 9673.0, 9702.0, 9655.0, 9660.0, 9715.0, 9659.0, 9664.0, 9713.0, 9660.0, 9645.0, 9659.0, 9661.0, 9666.0, 9666.0, 9667.0, 9669.0, 9671.0, 9688.0, 9714.0, 9691.0, 9706.0, 9764.0, 9691.0, 9713.0, 9706.0, 9670.0, 9717.0, 9660.0, 9663.0, 9747.0, 9744.0, 9666.0, 9723.0, 9745.0, 9679.0, 9707.0, 9759.0, 9710.0, 9659.0, 9711.0, 9663.0, 9665.0, 9691.0, 9672.0, 9681.0, 9685.0, 9703.0, 9704.0, 9704.0, 9702.0, 9689.0, 9691.0, 9763.0, 9770.0, 9709.0, 9733.0, 9730.0, 9713.0, 9732.0, 9660.0, 9647.0, 9665.0, 9684.0, 9723.0, 9688.0, 9691.0, 9753.0, 9725.0, 9689.0, 9726.0, 9687.0, 9699.0, 9684.0, 9685.0, 9769.0, 9748.0, 9729.0, 9746.0, 9742.0, 9725.0, 9709.0, 9638.0, 9661.0, 9683.0, 9613.0, 9693.0, 9614.0, 9639.0, 9674.0, 9632.0, 9631.0, 9633.0, 9634.0, 9635.0, 9637.0, 9674.0, 9635.0, 9638.0, 9638.0, 9642.0, 9679.0, 9638.0, 9653.0, 9702.0, 9660.0, 9616.0, 9635.0, 9638.0, 9639.0, 9658.0, 9657.0, 9644.0, 9663.0, 9704.0, 9656.0, 9682.0, 9690.0, 9692.0, 9716.0, 9659.0, 9617.0, 9634.0, 9640.0, 9683.0, 9626.0, 9647.0, 9660.0, 9658.0, 9662.0, 9664.0, 9659.0, 9662.0, 9659.0, 9648.0, 9664.0, 9708.0, 9730.0, 9669.0, 9641.0, 9666.0, 9642.0, 9656.0, 9642.0, 9646.0, 9670.0, 9646.0, 9662.0, 9717.0, 9645.0, 9662.0, 9729.0, 9721.0, 9665.0, 9699.0, 9634.0, 9621.0, 9633.0, 9654.0, 9659.0, 9669.0, 9659.0, 9664.0, 9733.0, 9680.0, 9686.0, 9718.0, 9662.0, 9664.0, 9650.0, 9664.0, 9663.0, 9668.0, 9693.0, 9736.0, 9775.0, 9700.0, 9702.0, 9727.0, 9686.0, 9705.0, 9728.0, 9699.0, 9685.0, 9713.0, 9736.0, 9686.0, 9735.0, 9738.0, 9683.0, 9752.0, 9727.0, 9690.0, 9780.0, 9744.0, 9689.0, 9713.0, 9639.0, 9673.0, 9690.0, 9676.0, 9676.0, 9675.0, 9661.0, 9680.0, 9735.0, 9762.0, 9674.0, 9659.0, 9661.0, 9677.0, 9694.0, 9664.0, 9700.0, 9685.0, 9688.0, 9707.0, 9745.0, 9706.0, 9707.0, 9715.0, 9706.0, 9706.0, 9729.0, 9705.0, 9706.0, 9757.0, 9702.0, 9714.0, 9694.0, 9716.0, 9746.0, 9692.0, 9701.0, 9752.0, 9702.0, 9690.0, 9692.0, 9712.0, 9753.0, 9793.0, 9753.0, 9711.0, 9737.0, 9676.0, 9682.0, 9705.0, 9668.0, 9670.0, 9721.0, 9681.0, 9689.0, 9737.0, 9684.0, 9689.0, 9736.0, 9683.0, 9688.0, 9766.0, 9730.0, 9662.0, 9740.0, 9669.0, 9646.0, 9728.0, 9656.0, 9647.0, 9712.0, 9673.0, 9658.0, 9676.0, 9720.0, 9653.0, 9641.0, 9680.0, 9639.0, 9623.0, 9653.0, 9656.0, 9662.0, 9741.0, 9683.0, 9658.0, 9699.0, 9643.0, 9663.0, 9684.0, 9656.0, 9662.0, 9668.0, 9663.0, 9703.0, 9669.0, 9675.0, 9666.0, 9666.0, 9664.0, 9681.0, 9682.0, 9695.0, 9701.0, 9702.0, 9753.0, 9710.0, 9685.0, 9752.0, 9667.0, 9689.0, 9722.0, 9698.0, 9687.0, 9709.0, 9705.0, 9707.0, 9726.0, 9688.0, 9690.0, 9675.0, 9704.0, 9713.0, 9689.0, 9706.0, 9759.0, 9766.0, 9726.0, 9779.0, 9704.0, 9686.0, 9688.0, 9692.0, 9760.0, 9789.0, 9748.0, 9694.0, 9736.0, 9689.0, 9700.0, 9695.0, 9682.0, 9705.0, 9746.0, 9692.0, 9690.0, 9665.0, 9684.0, 9723.0, 9690.0, 9694.0, 9776.0, 9703.0, 9660.0, 9752.0, 9680.0, 9658.0, 9684.0, 9661.0, 9658.0, 9647.0, 9662.0, 9680.0, 9661.0, 9664.0, 9687.0, 9755.0, 9683.0, 9682.0, 9736.0, 9654.0, 9669.0, 9720.0, 9640.0, 9639.0, 9635.0, 9655.0, 9652.0, 9693.0, 9659.0, 9659.0, 9684.0, 9677.0, 9660.0, 9687.0, 9663.0, 9665.0, 9702.0, 9676.0, 9662.0, 9675.0, 9678.0, 9664.0, 9667.0, 9666.0, 9681.0, 9688.0, 9704.0, 9688.0, 9705.0, 9730.0, 9685.0, 9702.0, 9742.0, 9779.0, 9733.0, 9694.0, 9743.0, 9692.0, 9680.0, 9743.0, 9717.0, 9661.0, 9701.0, 9677.0, 9662.0, 9660.0, 9662.0, 9688.0, 9664.0, 9681.0, 9718.0, 9677.0, 9665.0, 9664.0, 9679.0, 9681.0, 9666.0, 9682.0, 9722.0, 9730.0, 9700.0, 9744.0, 9726.0, 9720.0, 9651.0, 9641.0, 9674.0, 9660.0, 9727.0, 9724.0, 9665.0, 9641.0, 9673.0, 9668.0, 9618.0, 9647.0, 9694.0, 9599.0, 9630.0, 9654.0, 9618.0, 9648.0, 9664.0, 9640.0, 9659.0, 9669.0, 9641.0, 9656.0, 9621.0, 9636.0, 9664.0, 9621.0, 9638.0, 9681.0, 9627.0, 9656.0, 9710.0, 9637.0, 9651.0, 9719.0, 9650.0, 9668.0, 9706.0, 9667.0, 9657.0, 9655.0, 9670.0, 9670.0, 9655.0, 9661.0, 9672.0, 9658.0, 9675.0, 9678.0, 9686.0, 9683.0, 9704.0, 9682.0, 9665.0, 9651.0, 9684.0, 9666.0, 9699.0, 9705.0, 9755.0, 9673.0, 9701.0, 9730.0, 9718.0, 9704.0, 9717.0, 9691.0, 9708.0, 9711.0, 9669.0, 9702.0, 9718.0, 9694.0, 9731.0, 9729.0, 9735.0, 9735.0, 9755.0, 9730.0, 9754.0, 9764.0, 9713.0, 9793.0, 9774.0, 9734.0, 9784.0, 9708.0, 9707.0, 9787.0, 9742.0, 9700.0, 9766.0, 9712.0, 9726.0, 9764.0, 9695.0, 9699.0, 9750.0, 9693.0, 9678.0, 9678.0, 9682.0, 9722.0, 9685.0, 9686.0, 9686.0, 9703.0, 9705.0, 9727.0, 9704.0, 9731.0, 9767.0, 9711.0, 9708.0, 9679.0, 9684.0, 9690.0, 9699.0, 9699.0, 9718.0, 9709.0, 9708.0, 9708.0, 9786.0, 9730.0, 9744.0, 9765.0, 9716.0, 9693.0, 9751.0, 9678.0, 9703.0, 9666.0, 9678.0, 9663.0, 9678.0, 9679.0, 9684.0, 9720.0, 9733.0, 9768.0, 9810.0, 9758.0, 9688.0, 9674.0, 9644.0, 9661.0, 9707.0, 9749.0, 9711.0, 9729.0, 9766.0, 9708.0, 9711.0, 9746.0, 9699.0, 9678.0, 9713.0, 9675.0, 9744.0, 9724.0, 9725.0, 9739.0, 9687.0, 9686.0, 9676.0, 9609.0, 9693.0, 9620.0, 9603.0, 9602.0, 9592.0, 9608.0, 9610.0, 9625.0, 9627.0, 9610.0, 9629.0, 9616.0, 9613.0, 9633.0, 9652.0, 9628.0, 9641.0, 9633.0, 9636.0, 9634.0, 9624.0, 9643.0, 9646.0, 9663.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.0003782547169811321</td></tr>
<tr><td colspan=3>aqi</td><td>0.015925717924528304</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.670366505269115</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1866344028989624</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9940486874976399</td></tr>
<tr><td colspan=3>efc</td><td>0.5007</td></tr>
<tr><td colspan=3>fber</td><td>4192.0947</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0692332523861272</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5660377358490566</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.384763797444385</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2700208549693945</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.605885392416305</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.278385144947456</td></tr>
<tr><td colspan=3>gcor</td><td>0.0146432</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017245911061763763</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03645963966846466</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1060</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.7263840709221303</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>15.4679</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.1542</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.7263</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296319.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1114.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.5917</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8746</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>655.8191</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3560.1567</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1181.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4794.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.2578</td></tr>
<tr><td colspan=3>tsnr</td><td>38.94636236084625</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>