<?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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-03/func/sub-0098_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>a46068f33e9edaafa4e969f44b021294</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>13:59:24.660000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999693, 0.00938333, -0.0229487, -0.00540886, 0.985861, 0.16748]</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.259</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.0912428</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>[4215, -7809, -7160, 317, -109, 108, -10, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>25590d92-a12e-420a-ad12-ec60f15bcad6||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821022033691406, -0.014511585235595703, -0.06532857567071915, 116.3984603881836], [-0.025174787268042564, 2.6449921131134033, 0.4517219662666321, -104.43051147460938], [-0.061569761484861374, -0.4493367075920105, 2.661142587661743, -25.569622039794922], [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': ['135924.660000', '135925.120000', '135925.580000', '135926.040000', '135926.500000', '135926.960000', '135927.420000', '135927.880000', '135928.340000', '135928.800000', '135929.260000', '135929.720000', '135930.180000', '135930.640000', '135931.100000', '135931.560000', '135932.020000', '135932.480000', '135932.940000', '135933.400000', '135933.860000', '135934.320000', '135934.780000', '135935.240000', '135935.700000', '135936.160000', '135936.620000', '135937.080000', '135937.540000', '135938.000000', '135938.460000', '135938.920000', '135939.380000', '135939.840000', '135940.300000', '135940.760000', '135941.220000', '135941.680000', '135942.140000', '135942.600000', '135943.060000', '135943.520000', '135943.980000', '135944.440000', '135944.900000', '135945.360000', '135945.820000', '135946.280000', '135946.740000', '135947.200000', '135947.660000', '135948.120000', '135948.580000', '135949.040000', '135949.500000', '135949.960000', '135950.420000', '135950.880000', '135951.340000', '135951.800000', '135952.260000', '135952.720000', '135953.180000', '135953.640000', '135954.100000', '135954.560000', '135955.020000', '135955.480000', '135955.940000', '135956.400000', '135956.860000', '135957.320000', '135957.780000', '135958.240000', '135958.700000', '135959.160000', '135959.620000', '140000.080000', '140000.540000', '140001.000000', '140001.460000', '140001.920000', '140002.380000', '140002.840000', '140003.300000', '140003.760000', '140004.220000', '140004.680000', '140005.140000', '140005.600000', '140006.060000', '140006.520000', '140006.980000', '140007.440000', '140007.900000', '140008.360000', '140008.820000', '140009.280000', '140009.740000', '140010.200000', '140010.660000', '140011.120000', '140011.580000', '140012.040000', '140012.500000', '140012.960000', '140013.420000', '140013.880000', '140014.340000', '140014.800000', '140015.260000', '140015.720000', '140016.180000', '140016.640000', '140017.100000', '140017.560000', '140018.020000', '140018.480000', '140018.940000', '140019.400000', '140019.860000', '140020.320000', '140020.780000', '140021.240000', '140021.700000', '140022.160000', '140022.620000', '140023.080000', '140023.540000', '140024.000000', '140024.460000', '140024.920000', '140025.380000', '140025.840000', '140026.300000', '140026.760000', '140027.220000', '140027.680000', '140028.140000', '140028.600000', '140029.060000', '140029.520000', '140029.980000', '140030.440000', '140030.900000', '140031.360000', '140031.820000', '140032.280000', '140032.740000', '140033.200000', '140033.660000', '140034.120000', '140034.580000', '140035.040000', '140035.500000', '140035.960000', '140036.420000', '140036.880000', '140037.340000', '140037.800000', '140038.260000', '140038.720000', '140039.180000', '140039.640000', '140040.100000', '140040.560000', '140041.020000', '140041.480000', '140041.940000', '140042.400000', '140042.860000', '140043.320000', '140043.780000', '140044.240000', '140044.700000', '140045.160000', '140045.620000', '140046.080000', '140046.540000', '140047.000000', '140047.460000', '140047.920000', '140048.380000', '140048.840000', '140049.300000', '140049.760000', '140050.220000', '140050.680000', '140051.140000', '140051.600000', '140052.060000', '140052.520000', '140052.980000', '140053.440000', '140053.900000', '140054.360000', '140054.820000', '140055.280000', '140055.740000', '140056.200000', '140056.660000', '140057.120000', '140057.580000', '140058.040000', '140058.500000', '140058.960000', '140059.420000', '140059.880000', '140100.340000', '140100.800000', '140101.260000', '140101.720000', '140102.180000', '140102.640000', '140103.100000', '140103.560000', '140104.020000', '140104.480000', '140104.940000', '140105.400000', '140105.860000', '140106.320000', '140106.780000', '140107.240000', '140107.700000', '140108.160000', '140108.620000', '140109.080000', '140109.540000', '140110.000000', '140110.460000', '140110.920000', '140111.380000', '140111.840000', '140112.300000', '140112.760000', '140113.220000', '140113.680000', '140114.140000', '140114.600000', '140115.060000', '140115.520000', '140115.980000', '140116.440000', '140116.900000', '140117.360000', '140117.820000', '140118.280000', '140118.740000', '140119.200000', '140119.660000', '140120.120000', '140120.580000', '140121.040000', '140121.500000', '140121.960000', '140122.420000', '140122.880000', '140123.340000', '140123.800000', '140124.260000', '140124.720000', '140125.180000', '140125.640000', '140126.100000', '140126.560000', '140127.020000', '140127.480000', '140127.940000', '140128.400000', '140128.860000', '140129.320000', '140129.780000', '140130.240000', '140130.700000', '140131.160000', '140131.620000', '140132.080000', '140132.540000', '140133.000000', '140133.460000', '140133.920000', '140134.380000', '140134.840000', '140135.300000', '140135.760000', '140136.220000', '140136.680000', '140137.140000', '140137.600000', '140138.060000', '140138.520000', '140138.980000', '140139.440000', '140139.900000', '140140.360000', '140140.820000', '140141.280000', '140141.740000', '140142.200000', '140142.660000', '140143.120000', '140143.580000', '140144.040000', '140144.500000', '140144.960000', '140145.420000', '140145.880000', '140146.340000', '140146.800000', '140147.260000', '140147.720000', '140148.180000', '140148.640000', '140149.100000', '140149.560000', '140150.020000', '140150.480000', '140150.940000', '140151.400000', '140151.860000', '140152.320000', '140152.780000', '140153.240000', '140153.700000', '140154.160000', '140154.620000', '140155.080000', '140155.540000', '140156.000000', '140156.460000', '140156.920000', '140157.380000', '140157.840000', '140158.300000', '140158.760000', '140159.220000', '140159.680000', '140200.140000', '140200.600000', '140201.060000', '140201.520000', '140201.980000', '140202.440000', '140202.900000', '140203.360000', '140203.820000', '140204.280000', '140204.740000', '140205.200000', '140205.660000', '140206.120000', '140206.580000', '140207.040000', '140207.500000', '140207.960000', '140208.420000', '140208.880000', '140209.340000', '140209.800000', '140210.260000', '140210.720000', '140211.180000', '140211.640000', '140212.100000', '140212.560000', '140213.020000', '140213.480000', '140213.940000', '140214.400000', '140214.860000', '140215.320000', '140215.780000', '140216.240000', '140216.700000', '140217.160000', '140217.620000', '140218.080000', '140218.540000', '140219.000000', '140219.460000', '140219.920000', '140220.380000', '140220.840000', '140221.300000', '140221.760000', '140222.220000', '140222.680000', '140223.140000', '140223.600000', '140224.060000', '140224.520000', '140224.980000', '140225.440000', '140225.900000', '140226.360000', '140226.820000', '140227.280000', '140227.740000', '140228.200000', '140228.660000', '140229.120000', '140229.580000', '140230.040000', '140230.500000', '140230.960000', '140231.420000', '140231.880000', '140232.340000', '140232.800000', '140233.260000', '140233.720000', '140234.180000', '140234.640000', '140235.100000', '140235.560000', '140236.020000', '140236.480000', '140236.940000', '140237.400000', '140237.860000', '140238.320000', '140238.780000', '140239.240000', '140239.700000', '140240.160000', '140240.620000', '140241.080000', '140241.540000', '140242.000000', '140242.460000', '140242.920000', '140243.380000', '140243.840000', '140244.300000', '140244.760000', '140245.220000', '140245.680000', '140246.140000', '140246.600000', '140247.060000', '140247.520000', '140247.980000', '140248.440000', '140248.900000', '140249.360000', '140249.820000', '140250.280000', '140250.740000', '140251.200000', '140251.660000', '140252.120000', '140252.580000', '140253.040000', '140253.500000', '140253.960000', '140254.420000', '140254.880000', '140255.340000', '140255.800000', '140256.260000', '140256.720000', '140257.180000', '140257.640000', '140258.100000', '140258.560000', '140259.020000', '140259.480000', '140259.940000', '140300.400000', '140300.860000', '140301.320000', '140301.780000', '140302.240000', '140302.700000', '140303.160000', '140303.620000', '140304.080000', '140304.540000', '140305.000000', '140305.460000', '140305.920000', '140306.380000', '140306.840000', '140307.300000', '140307.760000', '140308.220000', '140308.680000', '140309.140000', '140309.600000', '140310.060000', '140310.520000', '140310.980000', '140311.440000', '140311.900000', '140312.360000', '140312.820000', '140313.280000', '140313.740000', '140314.200000', '140314.660000', '140315.120000', '140315.580000', '140316.040000', '140316.500000', '140316.960000', '140317.420000', '140317.880000', '140318.340000', '140318.800000', '140319.260000', '140319.720000', '140320.180000', '140320.640000', '140321.100000', '140321.560000', '140322.020000', '140322.480000', '140322.940000', '140323.400000', '140323.860000', '140324.320000', '140324.780000', '140325.240000', '140325.700000', '140326.160000', '140326.620000', '140327.080000', '140327.540000', '140328.000000', '140328.460000', '140328.920000', '140329.380000', '140329.840000', '140330.300000', '140330.760000', '140331.220000', '140331.680000', '140332.140000', '140332.600000', '140333.060000', '140333.520000', '140333.980000', '140334.440000', '140334.900000', '140335.360000', '140335.820000', '140336.280000', '140336.740000', '140337.200000', '140337.660000', '140338.120000', '140338.580000', '140339.040000', '140339.500000', '140339.960000', '140340.420000', '140340.880000', '140341.340000', '140341.800000', '140342.260000', '140342.720000', '140343.180000', '140343.640000', '140344.100000', '140344.560000', '140345.020000', '140345.480000', '140345.940000', '140346.400000', '140346.860000', '140347.320000', '140347.780000', '140348.240000', '140348.700000', '140349.160000', '140349.620000', '140350.080000', '140350.540000', '140351.000000', '140351.460000', '140351.920000', '140352.380000', '140352.840000', '140353.300000', '140353.760000', '140354.220000', '140354.680000', '140355.140000', '140355.600000', '140356.060000', '140356.520000', '140356.980000', '140357.440000', '140357.900000', '140358.360000', '140358.820000', '140359.280000', '140359.740000', '140400.200000', '140400.660000', '140401.120000', '140401.580000', '140402.040000', '140402.500000', '140402.960000', '140403.420000', '140403.880000', '140404.340000', '140404.800000', '140405.260000', '140405.720000', '140406.180000', '140406.640000', '140407.100000', '140407.560000', '140408.020000', '140408.480000', '140408.940000', '140409.400000', '140409.860000', '140410.320000', '140410.780000', '140411.240000', '140411.700000', '140412.160000', '140412.620000', '140413.080000', '140413.540000', '140414.000000', '140414.460000', '140414.920000', '140415.380000', '140415.840000', '140416.300000', '140416.760000', '140417.220000', '140417.680000', '140418.140000', '140418.600000', '140419.060000', '140419.520000', '140419.980000', '140420.440000', '140420.900000', '140421.360000', '140421.820000', '140422.280000', '140422.740000', '140423.200000', '140423.660000', '140424.120000', '140424.580000', '140425.040000', '140425.500000', '140425.960000', '140426.420000', '140426.880000', '140427.340000', '140427.800000', '140428.260000', '140428.720000', '140429.180000', '140429.640000', '140430.100000', '140430.560000', '140431.020000', '140431.480000', '140431.940000', '140432.400000', '140432.860000', '140433.320000', '140433.780000', '140434.240000', '140434.700000', '140435.160000', '140435.620000', '140436.080000', '140436.540000', '140437.000000', '140437.460000', '140437.920000', '140438.380000', '140438.840000', '140439.300000', '140439.760000', '140440.220000', '140440.680000', '140441.140000', '140441.600000', '140442.060000', '140442.520000', '140442.980000', '140443.440000', '140443.900000', '140444.360000', '140444.820000', '140445.280000', '140445.740000', '140446.200000', '140446.660000', '140447.120000', '140447.580000', '140448.040000', '140448.500000', '140448.960000', '140449.420000', '140449.880000', '140450.340000', '140450.800000', '140451.260000', '140451.720000', '140452.180000', '140452.640000', '140453.100000', '140453.560000', '140454.020000', '140454.480000', '140454.940000', '140455.400000', '140455.860000', '140456.320000', '140456.780000', '140457.240000', '140457.700000', '140458.160000', '140458.620000', '140459.080000', '140459.540000', '140500.000000', '140500.460000', '140500.920000', '140501.380000', '140501.840000', '140502.300000', '140502.760000', '140503.220000', '140503.680000', '140504.140000', '140504.600000', '140505.060000', '140505.520000', '140505.980000', '140506.440000', '140506.900000', '140507.360000', '140507.820000', '140508.280000', '140508.740000', '140509.200000', '140509.660000', '140510.120000', '140510.580000', '140511.040000', '140511.500000', '140511.960000', '140512.420000', '140512.880000', '140513.340000', '140513.800000', '140514.260000', '140514.720000', '140515.180000', '140515.640000', '140516.100000', '140516.560000', '140517.020000', '140517.480000', '140517.940000', '140518.400000', '140518.860000', '140519.320000', '140519.780000', '140520.240000', '140520.700000', '140521.160000', '140521.620000', '140522.080000', '140522.540000', '140523.000000', '140523.460000', '140523.920000', '140524.380000', '140524.840000', '140525.300000', '140525.760000', '140526.220000', '140526.680000', '140527.140000', '140527.600000', '140528.060000', '140528.520000', '140528.980000', '140529.440000', '140529.900000', '140530.360000', '140530.820000', '140531.280000', '140531.740000', '140532.200000', '140532.660000', '140533.120000', '140533.580000', '140534.040000', '140534.500000', '140534.960000', '140535.420000', '140535.880000', '140536.340000', '140536.800000', '140537.260000', '140537.720000', '140538.180000', '140538.640000', '140539.100000', '140539.560000', '140540.020000', '140540.480000', '140540.940000', '140541.400000', '140541.860000', '140542.320000', '140542.780000', '140543.240000', '140543.700000', '140544.160000', '140544.620000', '140545.080000', '140545.540000', '140546.000000', '140546.460000', '140546.920000', '140547.380000', '140547.840000', '140548.300000', '140548.760000', '140549.220000', '140549.680000', '140550.140000', '140550.600000', '140551.060000', '140551.520000', '140551.980000', '140552.440000', '140552.900000', '140553.360000', '140553.820000', '140554.280000', '140554.740000', '140555.200000', '140555.660000', '140556.120000', '140556.580000', '140557.040000', '140557.500000', '140557.960000', '140558.420000', '140558.880000', '140559.340000', '140559.800000', '140600.260000', '140600.720000', '140601.180000', '140601.640000', '140602.100000', '140602.560000', '140603.020000', '140603.480000', '140603.940000', '140604.400000', '140604.860000', '140605.320000', '140605.780000', '140606.240000', '140606.700000', '140607.160000', '140607.620000', '140608.080000', '140608.540000', '140609.000000', '140609.460000', '140609.920000', '140610.380000', '140610.840000', '140611.300000', '140611.760000', '140612.220000', '140612.680000', '140613.140000', '140613.600000', '140614.060000', '140614.520000', '140614.980000', '140615.440000', '140615.900000', '140616.360000', '140616.820000', '140617.280000', '140617.740000', '140618.200000', '140618.660000', '140619.120000', '140619.580000', '140620.040000', '140620.500000', '140620.960000', '140621.420000', '140621.880000', '140622.340000', '140622.800000', '140623.260000', '140623.720000', '140624.180000', '140624.640000', '140625.100000', '140625.560000', '140626.020000', '140626.480000', '140626.940000', '140627.400000', '140627.860000', '140628.320000', '140628.780000', '140629.240000', '140629.700000', '140630.160000', '140630.620000', '140631.080000', '140631.540000', '140632.000000', '140632.460000', '140632.920000', '140633.380000', '140633.840000', '140634.300000', '140634.760000', '140635.220000', '140635.680000', '140636.140000', '140636.600000', '140637.060000', '140637.520000', '140637.980000', '140638.440000', '140638.900000', '140639.360000', '140639.820000', '140640.280000', '140640.740000', '140641.200000', '140641.660000', '140642.120000', '140642.580000', '140643.040000', '140643.500000', '140643.960000', '140644.420000', '140644.880000', '140645.340000', '140645.800000', '140646.260000', '140646.720000', '140647.180000', '140647.640000', '140648.100000', '140648.560000', '140649.020000', '140649.480000', '140649.940000', '140650.400000', '140650.860000', '140651.320000', '140651.780000', '140652.240000', '140652.700000', '140653.160000', '140653.620000', '140654.080000', '140654.540000', '140655.000000', '140655.460000', '140655.920000', '140656.380000', '140656.840000', '140657.300000', '140657.760000', '140658.220000', '140658.680000', '140659.140000', '140659.600000', '140700.060000', '140700.520000', '140700.980000', '140701.440000', '140701.900000', '140702.360000', '140702.820000', '140703.280000', '140703.740000', '140704.200000', '140704.660000', '140705.120000', '140705.580000', '140706.040000', '140706.500000', '140706.960000', '140707.420000', '140707.880000', '140708.340000', '140708.800000', '140709.260000', '140709.720000', '140710.180000', '140710.640000', '140711.100000', '140711.560000', '140712.020000', '140712.480000', '140712.940000', '140713.400000', '140713.860000', '140714.320000', '140714.780000', '140715.240000', '140715.700000', '140716.160000', '140716.620000', '140717.080000', '140717.540000', '140718.000000', '140718.460000', '140718.920000', '140719.380000', '140719.840000', '140720.300000', '140720.760000', '140721.220000', '140721.680000', '140722.140000', '140722.600000', '140723.060000', '140723.520000', '140723.980000', '140724.440000', '140724.900000', '140725.360000', '140725.820000', '140726.280000', '140726.740000', '140727.200000', '140727.660000', '140728.120000', '140728.580000', '140729.040000', '140729.500000', '140729.960000', '140730.420000', '140730.880000', '140731.340000', '140731.800000', '140732.260000', '140732.720000', '140733.180000', '140733.640000', '140734.100000'], 'ContentTime': ['135938.453000', '135938.456000', '135938.459000', '135938.461000', '135938.471000', '135938.473000', '135938.476000', '135938.479000', '135938.481000', '135938.484000', '135938.486000', '135938.489000', '135938.492000', '135938.494000', '135938.505000', '135938.508000', '135938.511000', '135938.513000', '135938.523000', '135938.525000', '135938.528000', '135938.530000', '135938.533000', '135938.536000', '135938.538000', '135938.541000', '135938.544000', '135958.210000', '135958.213000', '135958.216000', '135958.219000', '135958.221000', '135958.224000', '135958.226000', '135958.229000', '135958.231000', '135958.234000', '135958.237000', '135958.239000', '135958.242000', '135958.244000', '135958.257000', '135958.259000', '135958.262000', '135958.265000', '135958.267000', '135958.270000', '135958.273000', '135958.276000', '135958.278000', '135958.281000', '135958.283000', '135958.286000', '135958.289000', '135958.291000', '135958.294000', '135958.297000', '135958.299000', '135958.302000', '135958.305000', '135958.311000', '135958.314000', '135958.317000', '135958.319000', '135958.322000', '135958.324000', '135958.327000', '135958.330000', '135958.332000', '135958.335000', '140018.210000', '140018.213000', '140018.216000', '140018.219000', '140018.221000', '140018.224000', '140018.227000', '140018.229000', '140018.232000', '140018.234000', '140018.237000', '140018.239000', '140018.242000', '140018.245000', '140018.247000', '140018.250000', '140018.252000', '140018.255000', '140018.258000', '140018.260000', '140018.263000', '140018.266000', '140018.268000', '140018.271000', '140018.273000', '140018.276000', '140018.279000', '140018.281000', '140018.284000', '140018.286000', '140018.289000', '140018.292000', '140018.294000', '140018.304000', '140018.307000', '140018.309000', '140018.312000', '140018.315000', '140018.317000', '140018.320000', '140018.322000', '140018.325000', '140018.328000', '140018.330000', '140038.210000', '140038.213000', '140038.216000', '140038.218000', '140038.221000', '140038.224000', '140038.227000', '140038.229000', '140038.232000', '140038.234000', '140038.237000', '140038.239000', '140038.242000', '140038.245000', '140038.248000', '140038.250000', '140038.253000', '140038.256000', '140038.258000', '140038.261000', '140038.264000', '140038.266000', '140038.269000', '140038.271000', '140038.274000', '140038.277000', '140038.279000', '140038.282000', '140038.285000', '140038.287000', '140038.290000', '140038.292000', '140038.295000', '140038.298000', '140038.300000', '140038.303000', '140038.306000', '140038.308000', '140038.311000', '140038.314000', '140038.317000', '140038.320000', '140038.324000', '140058.210000', '140058.213000', '140058.216000', '140058.219000', '140058.221000', '140058.224000', '140058.226000', '140058.229000', '140058.232000', '140058.234000', '140058.237000', '140058.239000', '140058.242000', '140058.245000', '140058.247000', '140058.250000', '140058.252000', '140058.255000', '140058.258000', '140058.260000', '140058.263000', '140058.265000', '140058.268000', '140058.271000', '140058.273000', '140058.276000', '140058.279000', '140058.281000', '140058.284000', '140058.286000', '140058.289000', '140058.292000', '140058.294000', '140058.297000', '140058.299000', '140058.302000', '140058.305000', '140058.307000', '140058.310000', '140058.312000', '140058.315000', '140058.318000', '140058.320000', '140058.323000', '140118.210000', '140118.212000', '140118.215000', '140118.218000', '140118.220000', '140118.223000', '140118.226000', '140118.228000', '140118.231000', '140118.233000', '140118.236000', '140118.239000', '140118.241000', '140118.244000', '140118.247000', '140118.249000', '140118.252000', '140118.255000', '140118.257000', '140118.260000', '140118.262000', '140118.265000', '140118.268000', '140118.270000', '140118.273000', '140118.276000', '140118.278000', '140118.281000', '140118.284000', '140118.286000', '140118.289000', '140118.291000', '140118.294000', '140118.297000', '140118.299000', '140118.302000', '140118.305000', '140118.307000', '140118.310000', '140118.313000', '140118.315000', '140118.318000', '140118.321000', '140138.211000', '140138.213000', '140138.216000', '140138.219000', '140138.221000', '140138.224000', '140138.227000', '140138.229000', '140138.232000', '140138.235000', '140138.237000', '140138.240000', '140138.243000', '140138.245000', '140138.248000', '140138.251000', '140138.253000', '140138.256000', '140138.259000', '140138.261000', '140138.264000', '140138.267000', '140138.269000', '140138.272000', '140138.275000', '140138.278000', '140138.280000', '140138.283000', '140138.285000', '140138.288000', '140138.291000', '140138.293000', '140138.296000', '140138.298000', '140138.301000', '140138.304000', '140138.306000', '140138.309000', '140138.312000', '140138.314000', '140138.317000', '140138.319000', '140138.322000', '140138.324000', '140158.210000', '140158.213000', '140158.216000', '140158.218000', '140158.221000', '140158.224000', '140158.226000', '140158.229000', '140158.232000', '140158.234000', '140158.237000', '140158.240000', '140158.242000', '140158.245000', '140158.247000', '140158.250000', '140158.253000', '140158.255000', '140158.258000', '140158.261000', '140158.263000', '140158.266000', '140158.269000', '140158.271000', '140158.274000', '140158.276000', '140158.279000', '140158.281000', '140158.284000', '140158.287000', '140158.289000', '140158.292000', '140158.295000', '140158.297000', '140158.300000', '140158.303000', '140158.305000', '140158.308000', '140158.311000', '140158.313000', '140158.316000', '140158.318000', '140158.321000', '140218.210000', '140218.213000', '140218.216000', '140218.219000', '140218.221000', '140218.224000', '140218.227000', '140218.229000', '140218.232000', '140218.235000', '140218.237000', '140218.240000', '140218.243000', '140218.245000', '140218.248000', '140218.251000', '140218.253000', '140218.256000', '140218.258000', '140218.261000', '140218.264000', '140218.266000', '140218.269000', '140218.272000', '140218.274000', '140218.277000', '140218.280000', '140218.282000', '140218.285000', '140218.287000', '140218.290000', '140218.293000', '140218.295000', '140218.298000', '140218.300000', '140218.303000', '140218.306000', '140218.308000', '140218.311000', '140218.314000', '140218.316000', '140218.319000', '140218.321000', '140218.324000', '140238.210000', '140238.214000', '140238.216000', '140238.219000', '140238.221000', '140238.224000', '140238.227000', '140238.230000', '140238.232000', '140238.235000', '140238.238000', '140238.240000', '140238.243000', '140238.246000', '140238.248000', '140238.251000', '140238.254000', '140238.256000', '140238.259000', '140238.262000', '140238.264000', '140238.267000', '140238.270000', '140238.272000', '140238.275000', '140238.277000', '140238.280000', '140238.283000', '140238.285000', '140238.288000', '140238.291000', '140238.294000', '140238.296000', '140238.299000', '140238.302000', '140238.304000', '140238.307000', '140238.310000', '140238.312000', '140238.315000', '140238.318000', '140238.320000', '140238.323000', '140258.211000', '140258.213000', '140258.217000', '140258.220000', '140258.222000', '140258.225000', '140258.228000', '140258.230000', '140258.233000', '140258.236000', '140258.238000', '140258.241000', '140258.244000', '140258.246000', '140258.249000', '140258.252000', '140258.254000', '140258.257000', '140258.260000', '140258.262000', '140258.265000', '140258.267000', '140258.270000', '140258.273000', '140258.276000', '140258.278000', '140258.281000', '140258.284000', '140258.286000', '140258.289000', '140258.292000', '140258.294000', '140258.297000', '140258.299000', '140258.302000', '140258.315000', '140258.317000', '140258.320000', '140258.323000', '140258.325000', '140258.328000', '140258.330000', '140258.333000', '140258.336000', '140318.211000', '140318.213000', '140318.216000', '140318.219000', '140318.222000', '140318.224000', '140318.227000', '140318.230000', '140318.232000', '140318.235000', '140318.238000', '140318.240000', '140318.243000', '140318.245000', '140318.248000', '140318.251000', '140318.253000', '140318.256000', '140318.258000', '140318.261000', '140318.264000', '140318.266000', '140318.269000', '140318.272000', '140318.274000', '140318.277000', '140318.280000', '140318.282000', '140318.285000', '140318.288000', '140318.290000', '140318.293000', '140318.296000', '140318.298000', '140318.301000', '140318.303000', '140318.306000', '140318.309000', '140318.311000', '140318.314000', '140318.317000', '140318.320000', '140318.322000', '140338.210000', '140338.213000', '140338.216000', '140338.218000', '140338.221000', '140338.224000', '140338.226000', '140338.229000', '140338.231000', '140338.234000', '140338.237000', '140338.239000', '140338.242000', '140338.245000', '140338.247000', '140338.250000', '140338.253000', '140338.255000', '140338.258000', '140338.261000', '140338.263000', '140338.266000', '140338.269000', '140338.271000', '140338.274000', '140338.277000', '140338.279000', '140338.282000', '140338.284000', '140338.287000', '140338.290000', '140338.293000', '140338.295000', '140338.298000', '140338.301000', '140338.303000', '140338.306000', '140338.309000', '140338.311000', '140338.314000', '140338.317000', '140338.320000', '140338.322000', '140358.210000', '140358.213000', '140358.216000', '140358.219000', '140358.221000', '140358.224000', '140358.227000', '140358.229000', '140358.232000', '140358.234000', '140358.237000', '140358.240000', '140358.242000', '140358.245000', '140358.247000', '140358.250000', '140358.253000', '140358.255000', '140358.258000', '140358.260000', '140358.263000', '140358.266000', '140358.268000', '140358.271000', '140358.274000', '140358.276000', '140358.279000', '140358.281000', '140358.284000', '140358.287000', '140358.289000', '140358.292000', '140358.295000', '140358.298000', '140358.300000', '140358.303000', '140358.306000', '140358.308000', '140358.311000', '140358.313000', '140358.316000', '140358.319000', '140358.321000', '140358.324000', '140418.210000', '140418.213000', '140418.216000', '140418.218000', '140418.221000', '140418.224000', '140418.226000', '140418.229000', '140418.231000', '140418.234000', '140418.237000', '140418.239000', '140418.242000', '140418.244000', '140418.247000', '140418.250000', '140418.252000', '140418.255000', '140418.259000', '140418.261000', '140418.264000', '140418.267000', '140418.269000', '140418.272000', '140418.275000', '140418.278000', '140418.280000', '140418.283000', '140418.285000', '140418.288000', '140418.291000', '140418.293000', '140418.296000', '140418.299000', '140418.302000', '140418.304000', '140418.307000', '140418.309000', '140418.312000', '140418.315000', '140418.317000', '140418.320000', '140418.322000', '140418.325000', '140438.211000', '140438.213000', '140438.216000', '140438.219000', '140438.221000', '140438.224000', '140438.227000', '140438.230000', '140438.232000', '140438.235000', '140438.238000', '140438.240000', '140438.243000', '140438.245000', '140438.248000', '140438.251000', '140438.261000', '140438.264000', '140438.267000', '140438.269000', '140438.272000', '140438.274000', '140438.277000', '140438.280000', '140438.282000', '140438.285000', '140438.287000', '140438.290000', '140438.293000', '140438.295000', '140438.298000', '140438.301000', '140438.303000', '140438.306000', '140438.309000', '140438.311000', '140438.314000', '140438.317000', '140438.320000', '140438.322000', '140438.325000', '140438.328000', '140438.331000', '140458.210000', '140458.213000', '140458.216000', '140458.219000', '140458.221000', '140458.224000', '140458.226000', '140458.229000', '140458.232000', '140458.234000', '140458.237000', '140458.240000', '140458.242000', '140458.245000', '140458.247000', '140458.257000', '140458.259000', '140458.262000', '140458.264000', '140458.267000', '140458.270000', '140458.272000', '140458.275000', '140458.277000', '140458.280000', '140458.283000', '140458.285000', '140458.288000', '140458.291000', '140458.293000', '140458.296000', '140458.298000', '140458.301000', '140458.304000', '140458.306000', '140458.309000', '140458.311000', '140458.314000', '140458.317000', '140458.319000', '140458.322000', '140458.324000', '140458.327000', '140518.211000', '140518.214000', '140518.216000', '140518.219000', '140518.222000', '140518.224000', '140518.227000', '140518.229000', '140518.232000', '140518.234000', '140518.237000', '140518.239000', '140518.242000', '140518.245000', '140518.247000', '140518.250000', '140518.253000', '140518.255000', '140518.258000', '140518.261000', '140518.263000', '140518.266000', '140518.268000', '140518.271000', '140518.274000', '140518.276000', '140518.279000', '140518.282000', '140518.284000', '140518.287000', '140518.290000', '140518.292000', '140518.295000', '140518.297000', '140518.300000', '140518.302000', '140518.305000', '140518.308000', '140518.310000', '140518.313000', '140518.315000', '140518.318000', '140518.321000', '140518.323000', '140538.211000', '140538.213000', '140538.216000', '140538.219000', '140538.221000', '140538.224000', '140538.226000', '140538.229000', '140538.231000', '140538.234000', '140538.236000', '140538.239000', '140538.242000', '140538.244000', '140538.247000', '140538.249000', '140538.252000', '140538.255000', '140538.257000', '140538.260000', '140538.263000', '140538.265000', '140538.268000', '140538.270000', '140538.273000', '140538.276000', '140538.278000', '140538.281000', '140538.284000', '140538.286000', '140538.289000', '140538.292000', '140538.294000', '140538.297000', '140538.300000', '140538.303000', '140538.305000', '140538.308000', '140538.311000', '140538.313000', '140538.316000', '140538.319000', '140538.321000', '140558.209000', '140558.213000', '140558.215000', '140558.218000', '140558.221000', '140558.223000', '140558.226000', '140558.229000', '140558.231000', '140558.234000', '140558.236000', '140558.239000', '140558.242000', '140558.245000', '140558.247000', '140558.250000', '140558.252000', '140558.261000', '140558.264000', '140558.267000', '140558.269000', '140558.272000', '140558.275000', '140558.277000', '140558.280000', '140558.282000', '140558.285000', '140558.288000', '140558.301000', '140558.304000', '140558.306000', '140558.309000', '140558.312000', '140558.314000', '140558.317000', '140558.319000', '140558.322000', '140558.325000', '140558.327000', '140558.330000', '140558.333000', '140558.335000', '140558.338000', '140558.341000', '140618.211000', '140618.214000', '140618.216000', '140618.219000', '140618.221000', '140618.224000', '140618.227000', '140618.229000', '140618.232000', '140618.234000', '140618.237000', '140618.240000', '140618.242000', '140618.245000', '140618.248000', '140618.250000', '140618.253000', '140618.255000', '140618.258000', '140618.261000', '140618.263000', '140618.266000', '140618.268000', '140618.271000', '140618.273000', '140618.276000', '140618.279000', '140618.281000', '140618.284000', '140618.287000', '140618.289000', '140618.292000', '140618.295000', '140618.298000', '140618.301000', '140618.303000', '140618.306000', '140618.309000', '140618.311000', '140618.314000', '140618.317000', '140618.319000', '140618.322000', '140638.211000', '140638.213000', '140638.216000', '140638.219000', '140638.221000', '140638.224000', '140638.226000', '140638.229000', '140638.232000', '140638.234000', '140638.237000', '140638.239000', '140638.242000', '140638.245000', '140638.247000', '140638.250000', '140638.252000', '140638.255000', '140638.258000', '140638.260000', '140638.263000', '140638.266000', '140638.268000', '140638.271000', '140638.273000', '140638.276000', '140638.279000', '140638.281000', '140638.284000', '140638.286000', '140638.289000', '140638.292000', '140638.294000', '140638.297000', '140638.299000', '140638.302000', '140638.305000', '140638.307000', '140638.310000', '140638.313000', '140638.315000', '140638.318000', '140638.321000', '140638.323000', '140658.211000', '140658.213000', '140658.216000', '140658.219000', '140658.221000', '140658.224000', '140658.227000', '140658.229000', '140658.232000', '140658.234000', '140658.237000', '140658.240000', '140658.243000', '140658.245000', '140658.248000', '140658.251000', '140658.253000', '140658.256000', '140658.258000', '140658.261000', '140658.264000', '140658.267000', '140658.269000', '140658.272000', '140658.274000', '140658.277000', '140658.280000', '140658.282000', '140658.285000', '140658.287000', '140658.290000', '140658.293000', '140658.296000', '140658.299000', '140658.302000', '140658.305000', '140658.307000', '140658.310000', '140658.312000', '140658.315000', '140658.318000', '140658.320000', '140658.323000', '140718.211000', '140718.214000', '140718.216000', '140718.219000', '140718.222000', '140718.225000', '140718.227000', '140718.230000', '140718.233000', '140718.235000', '140718.238000', '140718.241000', '140718.243000', '140718.246000', '140718.249000', '140718.251000', '140718.254000', '140718.257000', '140718.259000', '140718.262000', '140718.264000', '140718.267000', '140718.270000', '140718.272000', '140718.307000', '140718.310000', '140718.313000', '140718.315000', '140718.318000', '140718.321000', '140718.323000', '140718.326000', '140718.329000', '140718.331000', '140718.334000', '140718.336000', '140718.339000', '140718.342000', '140718.344000', '140718.347000', '140718.350000', '140718.352000', '140718.355000', '140718.358000', '140735.538000', '140735.541000', '140735.543000', '140735.546000', '140735.549000', '140735.551000', '140735.554000', '140735.557000', '140735.559000', '140735.562000', '140735.565000', '140735.567000', '140735.570000', '140735.573000', '140735.575000', '140735.578000', '140735.581000', '140735.583000', '140735.586000', '140735.589000', '140735.591000', '140735.594000', '140735.597000', '140735.599000', '140735.602000', '140735.605000', '140735.607000', '140735.610000', '140735.613000', '140735.615000', '140735.618000', '140735.621000', '140735.623000', '140735.626000', '140735.628000', '140735.631000', '140735.634000', '140735.637000'], 'InstanceCreationTime': ['135938.453000', '135938.456000', '135938.459000', '135938.461000', '135938.471000', '135938.473000', '135938.476000', '135938.479000', '135938.481000', '135938.484000', '135938.486000', '135938.489000', '135938.492000', '135938.494000', '135938.505000', '135938.508000', '135938.511000', '135938.513000', '135938.523000', '135938.525000', '135938.528000', '135938.530000', '135938.533000', '135938.536000', '135938.538000', '135938.541000', '135938.544000', '135958.210000', '135958.213000', '135958.216000', '135958.219000', '135958.221000', '135958.224000', '135958.226000', '135958.229000', '135958.231000', '135958.234000', '135958.237000', '135958.239000', '135958.242000', '135958.244000', '135958.257000', '135958.259000', '135958.262000', '135958.265000', '135958.267000', '135958.270000', '135958.273000', '135958.276000', '135958.278000', '135958.281000', '135958.283000', '135958.286000', '135958.289000', '135958.291000', '135958.294000', '135958.297000', '135958.299000', '135958.302000', '135958.305000', '135958.311000', '135958.314000', '135958.317000', '135958.319000', '135958.322000', '135958.324000', '135958.327000', '135958.330000', '135958.332000', '135958.335000', '140018.210000', '140018.213000', '140018.216000', '140018.219000', '140018.221000', '140018.224000', '140018.227000', '140018.229000', '140018.232000', '140018.234000', '140018.237000', '140018.239000', '140018.242000', '140018.245000', '140018.247000', '140018.250000', '140018.252000', '140018.255000', '140018.258000', '140018.260000', '140018.263000', '140018.266000', '140018.268000', '140018.271000', '140018.273000', '140018.276000', '140018.279000', '140018.281000', '140018.284000', '140018.286000', '140018.289000', '140018.292000', '140018.294000', '140018.304000', '140018.307000', '140018.309000', '140018.312000', '140018.315000', '140018.317000', '140018.320000', '140018.322000', '140018.325000', '140018.328000', '140018.330000', '140038.210000', '140038.213000', '140038.216000', '140038.218000', '140038.221000', '140038.224000', '140038.227000', '140038.229000', '140038.232000', '140038.234000', '140038.237000', '140038.239000', '140038.242000', '140038.245000', '140038.248000', '140038.250000', '140038.253000', '140038.256000', '140038.258000', '140038.261000', '140038.264000', '140038.266000', '140038.269000', '140038.271000', '140038.274000', '140038.277000', '140038.279000', '140038.282000', '140038.285000', '140038.287000', '140038.290000', '140038.292000', '140038.295000', '140038.298000', '140038.300000', '140038.303000', '140038.306000', '140038.308000', '140038.311000', '140038.314000', '140038.317000', '140038.320000', '140038.324000', '140058.210000', '140058.213000', '140058.216000', '140058.219000', '140058.221000', '140058.224000', '140058.226000', '140058.229000', '140058.232000', '140058.234000', '140058.237000', '140058.239000', '140058.242000', '140058.245000', '140058.247000', '140058.250000', '140058.252000', '140058.255000', '140058.258000', '140058.260000', '140058.263000', '140058.265000', '140058.268000', '140058.271000', '140058.273000', '140058.276000', '140058.279000', '140058.281000', '140058.284000', '140058.286000', '140058.289000', '140058.292000', '140058.294000', '140058.297000', '140058.299000', '140058.302000', '140058.305000', '140058.307000', '140058.310000', '140058.312000', '140058.315000', '140058.318000', '140058.320000', '140058.323000', '140118.210000', '140118.212000', '140118.215000', '140118.218000', '140118.220000', '140118.223000', '140118.226000', '140118.228000', '140118.231000', '140118.233000', '140118.236000', '140118.239000', '140118.241000', '140118.244000', '140118.247000', '140118.249000', '140118.252000', '140118.255000', '140118.257000', '140118.260000', '140118.262000', '140118.265000', '140118.268000', '140118.270000', '140118.273000', '140118.276000', '140118.278000', '140118.281000', '140118.284000', '140118.286000', '140118.289000', '140118.291000', '140118.294000', '140118.297000', '140118.299000', '140118.302000', '140118.305000', '140118.307000', '140118.310000', '140118.313000', '140118.315000', '140118.318000', '140118.321000', '140138.211000', '140138.213000', '140138.216000', '140138.219000', '140138.221000', '140138.224000', '140138.227000', '140138.229000', '140138.232000', '140138.235000', '140138.237000', '140138.240000', '140138.243000', '140138.245000', '140138.248000', '140138.251000', '140138.253000', '140138.256000', '140138.259000', '140138.261000', '140138.264000', '140138.267000', '140138.269000', '140138.272000', '140138.275000', '140138.278000', '140138.280000', '140138.283000', '140138.285000', '140138.288000', '140138.291000', '140138.293000', '140138.296000', '140138.298000', '140138.301000', '140138.304000', '140138.306000', '140138.309000', '140138.312000', '140138.314000', '140138.317000', '140138.319000', '140138.322000', '140138.324000', '140158.210000', '140158.213000', '140158.216000', '140158.218000', '140158.221000', '140158.224000', '140158.226000', '140158.229000', '140158.232000', '140158.234000', '140158.237000', '140158.240000', '140158.242000', '140158.245000', '140158.247000', '140158.250000', '140158.253000', '140158.255000', '140158.258000', '140158.261000', '140158.263000', '140158.266000', '140158.269000', '140158.271000', '140158.274000', '140158.276000', '140158.279000', '140158.281000', '140158.284000', '140158.287000', '140158.289000', '140158.292000', '140158.295000', '140158.297000', '140158.300000', '140158.303000', '140158.305000', '140158.308000', '140158.311000', '140158.313000', '140158.316000', '140158.318000', '140158.321000', '140218.210000', '140218.213000', '140218.216000', '140218.219000', '140218.221000', '140218.224000', '140218.227000', '140218.229000', '140218.232000', '140218.235000', '140218.237000', '140218.240000', '140218.243000', '140218.245000', '140218.248000', '140218.251000', '140218.253000', '140218.256000', '140218.258000', '140218.261000', '140218.264000', '140218.266000', '140218.269000', '140218.272000', '140218.274000', '140218.277000', '140218.280000', '140218.282000', '140218.285000', '140218.287000', '140218.290000', '140218.293000', '140218.295000', '140218.298000', '140218.300000', '140218.303000', '140218.306000', '140218.308000', '140218.311000', '140218.314000', '140218.316000', '140218.319000', '140218.321000', '140218.324000', '140238.210000', '140238.214000', '140238.216000', '140238.219000', '140238.221000', '140238.224000', '140238.227000', '140238.230000', '140238.232000', '140238.235000', '140238.238000', '140238.240000', '140238.243000', '140238.246000', '140238.248000', '140238.251000', '140238.254000', '140238.256000', '140238.259000', '140238.262000', '140238.264000', '140238.267000', '140238.270000', '140238.272000', '140238.275000', '140238.277000', '140238.280000', '140238.283000', '140238.285000', '140238.288000', '140238.291000', '140238.294000', '140238.296000', '140238.299000', '140238.302000', '140238.304000', '140238.307000', '140238.310000', '140238.312000', '140238.315000', '140238.318000', '140238.320000', '140238.323000', '140258.211000', '140258.213000', '140258.217000', '140258.220000', '140258.222000', '140258.225000', '140258.228000', '140258.230000', '140258.233000', '140258.236000', '140258.238000', '140258.241000', '140258.244000', '140258.246000', '140258.249000', '140258.252000', '140258.254000', '140258.257000', '140258.260000', '140258.262000', '140258.265000', '140258.267000', '140258.270000', '140258.273000', '140258.276000', '140258.278000', '140258.281000', '140258.284000', '140258.286000', '140258.289000', '140258.292000', '140258.294000', '140258.297000', '140258.299000', '140258.302000', '140258.315000', '140258.317000', '140258.320000', '140258.323000', '140258.325000', '140258.328000', '140258.330000', '140258.333000', '140258.336000', '140318.211000', '140318.213000', '140318.216000', '140318.219000', '140318.222000', '140318.224000', '140318.227000', '140318.230000', '140318.232000', '140318.235000', '140318.238000', '140318.240000', '140318.243000', '140318.245000', '140318.248000', '140318.251000', '140318.253000', '140318.256000', '140318.258000', '140318.261000', '140318.264000', '140318.266000', '140318.269000', '140318.272000', '140318.274000', '140318.277000', '140318.280000', '140318.282000', '140318.285000', '140318.288000', '140318.290000', '140318.293000', '140318.296000', '140318.298000', '140318.301000', '140318.303000', '140318.306000', '140318.309000', '140318.311000', '140318.314000', '140318.317000', '140318.320000', '140318.322000', '140338.210000', '140338.213000', '140338.216000', '140338.218000', '140338.221000', '140338.224000', '140338.226000', '140338.229000', '140338.231000', '140338.234000', '140338.237000', '140338.239000', '140338.242000', '140338.245000', '140338.247000', '140338.250000', '140338.253000', '140338.255000', '140338.258000', '140338.261000', '140338.263000', '140338.266000', '140338.269000', '140338.271000', '140338.274000', '140338.277000', '140338.279000', '140338.282000', '140338.284000', '140338.287000', '140338.290000', '140338.293000', '140338.295000', '140338.298000', '140338.301000', '140338.303000', '140338.306000', '140338.309000', '140338.311000', '140338.314000', '140338.317000', '140338.320000', '140338.322000', '140358.210000', '140358.213000', '140358.216000', '140358.219000', '140358.221000', '140358.224000', '140358.227000', '140358.229000', '140358.232000', '140358.234000', '140358.237000', '140358.240000', '140358.242000', '140358.245000', '140358.247000', '140358.250000', '140358.253000', '140358.255000', '140358.258000', '140358.260000', '140358.263000', '140358.266000', '140358.268000', '140358.271000', '140358.274000', '140358.276000', '140358.279000', '140358.281000', '140358.284000', '140358.287000', '140358.289000', '140358.292000', '140358.295000', '140358.298000', '140358.300000', '140358.303000', '140358.306000', '140358.308000', '140358.311000', '140358.313000', '140358.316000', '140358.319000', '140358.321000', '140358.324000', '140418.210000', '140418.213000', '140418.216000', '140418.218000', '140418.221000', '140418.224000', '140418.226000', '140418.229000', '140418.231000', '140418.234000', '140418.237000', '140418.239000', '140418.242000', '140418.244000', '140418.247000', '140418.250000', '140418.252000', '140418.255000', '140418.259000', '140418.261000', '140418.264000', '140418.267000', '140418.269000', '140418.272000', '140418.275000', '140418.278000', '140418.280000', '140418.283000', '140418.285000', '140418.288000', '140418.291000', '140418.293000', '140418.296000', '140418.299000', '140418.302000', '140418.304000', '140418.307000', '140418.309000', '140418.312000', '140418.315000', '140418.317000', '140418.320000', '140418.322000', '140418.325000', '140438.211000', '140438.213000', '140438.216000', '140438.219000', '140438.221000', '140438.224000', '140438.227000', '140438.230000', '140438.232000', '140438.235000', '140438.238000', '140438.240000', '140438.243000', '140438.245000', '140438.248000', '140438.251000', '140438.261000', '140438.264000', '140438.267000', '140438.269000', '140438.272000', '140438.274000', '140438.277000', '140438.280000', '140438.282000', '140438.285000', '140438.287000', '140438.290000', '140438.293000', '140438.295000', '140438.298000', '140438.301000', '140438.303000', '140438.306000', '140438.309000', '140438.311000', '140438.314000', '140438.317000', '140438.320000', '140438.322000', '140438.325000', '140438.328000', '140438.331000', '140458.210000', '140458.213000', '140458.216000', '140458.219000', '140458.221000', '140458.224000', '140458.226000', '140458.229000', '140458.232000', '140458.234000', '140458.237000', '140458.240000', '140458.242000', '140458.245000', '140458.247000', '140458.257000', '140458.259000', '140458.262000', '140458.264000', '140458.267000', '140458.270000', '140458.272000', '140458.275000', '140458.277000', '140458.280000', '140458.283000', '140458.285000', '140458.288000', '140458.291000', '140458.293000', '140458.296000', '140458.298000', '140458.301000', '140458.304000', '140458.306000', '140458.309000', '140458.311000', '140458.314000', '140458.317000', '140458.319000', '140458.322000', '140458.324000', '140458.327000', '140518.211000', '140518.214000', '140518.216000', '140518.219000', '140518.222000', '140518.224000', '140518.227000', '140518.229000', '140518.232000', '140518.234000', '140518.237000', '140518.239000', '140518.242000', '140518.245000', '140518.247000', '140518.250000', '140518.253000', '140518.255000', '140518.258000', '140518.261000', '140518.263000', '140518.266000', '140518.268000', '140518.271000', '140518.274000', '140518.276000', '140518.279000', '140518.282000', '140518.284000', '140518.287000', '140518.290000', '140518.292000', '140518.295000', '140518.297000', '140518.300000', '140518.302000', '140518.305000', '140518.308000', '140518.310000', '140518.313000', '140518.315000', '140518.318000', '140518.321000', '140518.323000', '140538.211000', '140538.213000', '140538.216000', '140538.219000', '140538.221000', '140538.224000', '140538.226000', '140538.229000', '140538.231000', '140538.234000', '140538.236000', '140538.239000', '140538.242000', '140538.244000', '140538.247000', '140538.249000', '140538.252000', '140538.255000', '140538.257000', '140538.260000', '140538.263000', '140538.265000', '140538.268000', '140538.270000', '140538.273000', '140538.276000', '140538.278000', '140538.281000', '140538.284000', '140538.286000', '140538.289000', '140538.292000', '140538.294000', '140538.297000', '140538.300000', '140538.303000', '140538.305000', '140538.308000', '140538.311000', '140538.313000', '140538.316000', '140538.319000', '140538.321000', '140558.209000', '140558.213000', '140558.215000', '140558.218000', '140558.221000', '140558.223000', '140558.226000', '140558.229000', '140558.231000', '140558.234000', '140558.236000', '140558.239000', '140558.242000', '140558.245000', '140558.247000', '140558.250000', '140558.252000', '140558.261000', '140558.264000', '140558.267000', '140558.269000', '140558.272000', '140558.275000', '140558.277000', '140558.280000', '140558.282000', '140558.285000', '140558.288000', '140558.301000', '140558.304000', '140558.306000', '140558.309000', '140558.312000', '140558.314000', '140558.317000', '140558.319000', '140558.322000', '140558.325000', '140558.327000', '140558.330000', '140558.333000', '140558.335000', '140558.338000', '140558.341000', '140618.211000', '140618.214000', '140618.216000', '140618.219000', '140618.221000', '140618.224000', '140618.227000', '140618.229000', '140618.232000', '140618.234000', '140618.237000', '140618.240000', '140618.242000', '140618.245000', '140618.248000', '140618.250000', '140618.253000', '140618.255000', '140618.258000', '140618.261000', '140618.263000', '140618.266000', '140618.268000', '140618.271000', '140618.273000', '140618.276000', '140618.279000', '140618.281000', '140618.284000', '140618.287000', '140618.289000', '140618.292000', '140618.295000', '140618.298000', '140618.301000', '140618.303000', '140618.306000', '140618.309000', '140618.311000', '140618.314000', '140618.317000', '140618.319000', '140618.322000', '140638.211000', '140638.213000', '140638.216000', '140638.219000', '140638.221000', '140638.224000', '140638.226000', '140638.229000', '140638.232000', '140638.234000', '140638.237000', '140638.239000', '140638.242000', '140638.245000', '140638.247000', '140638.250000', '140638.252000', '140638.255000', '140638.258000', '140638.260000', '140638.263000', '140638.266000', '140638.268000', '140638.271000', '140638.273000', '140638.276000', '140638.279000', '140638.281000', '140638.284000', '140638.286000', '140638.289000', '140638.292000', '140638.294000', '140638.297000', '140638.299000', '140638.302000', '140638.305000', '140638.307000', '140638.310000', '140638.313000', '140638.315000', '140638.318000', '140638.321000', '140638.323000', '140658.211000', '140658.213000', '140658.216000', '140658.219000', '140658.221000', '140658.224000', '140658.227000', '140658.229000', '140658.232000', '140658.234000', '140658.237000', '140658.240000', '140658.243000', '140658.245000', '140658.248000', '140658.251000', '140658.253000', '140658.256000', '140658.258000', '140658.261000', '140658.264000', '140658.267000', '140658.269000', '140658.272000', '140658.274000', '140658.277000', '140658.280000', '140658.282000', '140658.285000', '140658.287000', '140658.290000', '140658.293000', '140658.296000', '140658.299000', '140658.302000', '140658.305000', '140658.307000', '140658.310000', '140658.312000', '140658.315000', '140658.318000', '140658.320000', '140658.323000', '140718.211000', '140718.214000', '140718.216000', '140718.219000', '140718.222000', '140718.225000', '140718.227000', '140718.230000', '140718.233000', '140718.235000', '140718.238000', '140718.241000', '140718.243000', '140718.246000', '140718.249000', '140718.251000', '140718.254000', '140718.257000', '140718.259000', '140718.262000', '140718.264000', '140718.267000', '140718.270000', '140718.272000', '140718.307000', '140718.310000', '140718.313000', '140718.315000', '140718.318000', '140718.321000', '140718.323000', '140718.326000', '140718.329000', '140718.331000', '140718.334000', '140718.336000', '140718.339000', '140718.342000', '140718.344000', '140718.347000', '140718.350000', '140718.352000', '140718.355000', '140718.358000', '140735.538000', '140735.541000', '140735.543000', '140735.546000', '140735.549000', '140735.551000', '140735.554000', '140735.557000', '140735.559000', '140735.562000', '140735.565000', '140735.567000', '140735.570000', '140735.573000', '140735.575000', '140735.578000', '140735.581000', '140735.583000', '140735.586000', '140735.589000', '140735.591000', '140735.594000', '140735.597000', '140735.599000', '140735.602000', '140735.605000', '140735.607000', '140735.610000', '140735.613000', '140735.615000', '140735.618000', '140735.621000', '140735.623000', '140735.626000', '140735.628000', '140735.631000', '140735.634000', '140735.637000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [13866, 11057, 14379, 10575, 14782, 11200, 14174, 15066, 13392, 16223, 13920, 19808, 14861, 17220, 10350, 13442, 10660, 12154, 15140, 11064, 14570, 11221, 12595, 10081, 11456, 14121, 10607, 11049, 9777, 11360, 10739, 10551, 13305, 10254, 10961, 9392, 11249, 10032, 10814, 11547, 10490, 12617, 10682, 11668, 9308, 11705, 9854, 11052, 12817, 10836, 12737, 10738, 11797, 9846, 11513, 9731, 12252, 11222, 10932, 14461, 11430, 13696, 10158, 13803, 9735, 11942, 16018, 11926, 15209, 12127, 13995, 10431, 12936, 12888, 13085, 16284, 11569, 14302, 11895, 14535, 10863, 14761, 10155, 13033, 14761, 12788, 16246, 12355, 14558, 10180, 13365, 13959, 12852, 14836, 11282, 14336, 11634, 14014, 10689, 14203, 10518, 12569, 12588, 12273, 16687, 13205, 14057, 11145, 11535, 15688, 12160, 13709, 10105, 11767, 12722, 11182, 14587, 10903, 13249, 11117, 11366, 10243, 11992, 9963, 11833, 10437, 11930, 10401, 13375, 12636, 13351, 15147, 11371, 15492, 12080, 14232, 10452, 12825, 15359, 11125, 13548, 10669, 13104, 10322, 11468, 11953, 10897, 14582, 11740, 13492, 10240, 12537, 10285, 11466, 14783, 11347, 13765, 10956, 11412, 10374, 11741, 14999, 11962, 13456, 10321, 11759, 15029, 11682, 13147, 10248, 11953, 10446, 11564, 14071, 11066, 13203, 10765, 11719, 10277, 12252, 10289, 10994, 10045, 10687, 12743, 11283, 15228, 11691, 13362, 11512, 11974, 16143, 11827, 13236, 12758, 10937, 14322, 10208, 12917, 14606, 11050, 14275, 10084, 11501, 10396, 11063, 13056, 10654, 12378, 10704, 11978, 10316, 12281, 14264, 10773, 13655, 10719, 13214, 10366, 12506, 15492, 11448, 12910, 9702, 13040, 10583, 11302, 13746, 10552, 13349, 11189, 12272, 9779, 11936, 10407, 10912, 14700, 11473, 12503, 9945, 11842, 10484, 11100, 14021, 10750, 11102, 10928, 10980, 10736, 12610, 10944, 13856, 10856, 13312, 10846, 12253, 10267, 12699, 13356, 10872, 14276, 11106, 12396, 11735, 12212, 15226, 10779, 12396, 9614, 12008, 11363, 11961, 11492, 10775, 13269, 10723, 12943, 9943, 13427, 10213, 12031, 12451, 11424, 15896, 12504, 13802, 9718, 12754, 10828, 11299, 15112, 11677, 12834, 10775, 11968, 10321, 11634, 15252, 11924, 13904, 10858, 13018, 10775, 12316, 9983, 12755, 10733, 11577, 10634, 12250, 9779, 14082, 10329, 12839, 13466, 11362, 15860, 12483, 13875, 9715, 12371, 13736, 11428, 15580, 11516, 12142, 9961, 10894, 10652, 11338, 11120, 15277, 11432, 14743, 10013, 12361, 14389, 11530, 14753, 10311, 12211, 9611, 11859, 10118, 11881, 13770, 10535, 13139, 10799, 12528, 9724, 12702, 9861, 11360, 13598, 11133, 14960, 11479, 14420, 11331, 13903, 11537, 13407, 10931, 12620, 10766, 12811, 11819, 12577, 15987, 11156, 12466, 9929, 12430, 14957, 10860, 14036, 10617, 11831, 10018, 12095, 10068, 10697, 10108, 10699, 9932, 12789, 10147, 11612, 14649, 11381, 14282, 10180, 13217, 14573, 11006, 13356, 9820, 13327, 11474, 11769, 15558, 11967, 11515, 9536, 12509, 10126, 10461, 10119, 10424, 14103, 10982, 13129, 10780, 12216, 9765, 11437, 13512, 11197, 14565, 10680, 12391, 9767, 12490, 11791, 12206, 15776, 11074, 13045, 9877, 13023, 10115, 12141, 14724, 11142, 13567, 11141, 12946, 9855, 12333, 9968, 11030, 14579, 11059, 12986, 10694, 11712, 9775, 11176, 10401, 11477, 13585, 11097, 13346, 11063, 12961, 10113, 12735, 15123, 11036, 13731, 11172, 13126, 10173, 12796, 14042, 11162, 14140, 11239, 12883, 10146, 13164, 10184, 11516, 14741, 11325, 12820, 10586, 11957, 10093, 11671, 10544, 11784, 11041, 10909, 13450, 10966, 14014, 11333, 13488, 10794, 12513, 10782, 12229, 10038, 12846, 10241, 10968, 14825, 10941, 13398, 10169, 13272, 10194, 11379, 14866, 11152, 13290, 11004, 12541, 10131, 11089, 9717, 10706, 13362, 11501, 13385, 10665, 13143, 11132, 12944, 10792, 12758, 10983, 12562, 10161, 10782, 14029, 11209, 12029, 10218, 11291, 13715, 10988, 12699, 10788, 12527, 10714, 11361, 9946, 10822, 11014, 10956, 13032, 10890, 12466, 10521, 11278, 9912, 12298, 11895, 11020, 14187, 10991, 12389, 10678, 12402, 10203, 12868, 9872, 11131, 10069, 11931, 10514, 11533, 10964, 10006, 12315, 10070, 15059, 11160, 15066, 9910, 12906, 15279, 11836, 15891, 11969, 13540, 10486, 11516, 10118, 11660, 9833, 11071, 10127, 10675, 10924, 10660, 13293, 10506, 11329, 10606, 12284, 10626, 13860, 10659, 13832, 10670, 13263, 10640, 11980, 10595, 12297, 12000, 12816, 15202, 10797, 13112, 10667, 11448, 10036, 11552, 10375, 10920, 13718, 10553, 12138, 10497, 12589, 14349, 10686, 12342, 10432, 11165, 10262, 11392, 12805, 10978, 12074, 10688, 11242, 10156, 12157, 14022, 10835, 12721, 10661, 11036, 10413, 11229, 11609, 10848, 12829, 10676, 11465, 9849, 11789, 10406, 11568, 14484, 10554, 12273, 10369, 11869, 10234, 11496, 14034, 10717, 11692, 10634, 11012, 10162, 11478, 11641, 10766, 12270, 10819, 10996, 9978, 11390, 13264, 10812, 11753, 10707, 10775, 9903, 10931, 10739, 10891, 12952, 11284, 11860, 10730, 11893, 10001, 11711, 13923, 11341, 13185, 10876, 12262, 10112, 12046, 14665, 11087, 13005, 10730, 11710, 10118, 11219, 9765, 11028, 13830, 10727, 12985, 10365, 11911, 10326, 11787, 10445, 12146, 10061, 13444, 13790, 11287, 15746, 11270, 12742, 10563, 12467, 15231, 10528, 12440, 10384, 12527, 10114, 12642, 9781, 12542, 10212, 13424, 10654, 11113, 10628, 10857, 10931, 14125, 11204, 14188, 10299, 12303, 10308, 11679, 15325, 11729, 12315, 10033, 12061, 12880, 10546, 12348, 10285, 11375, 9710, 11358, 9998, 11222, 10612, 11139, 12657, 10379, 13129, 10352, 11736, 10322, 11489, 14978, 10966, 12106, 10003, 11671, 13472, 11024, 13538, 10476, 11113, 10178, 11065, 9989, 10785, 12566, 10496, 11325, 9915, 10867, 10026, 10971, 13344, 10648, 11130, 9759, 11381, 13887, 10755, 12640, 10348, 11289, 9884, 11227, 13998, 10978, 11072, 10120, 11418, 9574, 10914, 13778, 10990, 11510, 9753, 11106, 11746, 10878, 13465, 11133, 11678, 9898, 11106, 9814, 11199, 14180, 11279, 12048, 10607, 11211, 10031, 11243, 13542, 10717, 13244, 11131, 11941, 10545, 11442, 9889, 11466, 10124, 11395, 10732, 11164, 14143, 10961, 12409, 10366, 11393, 9688, 11295, 14902, 11130, 12670, 10422, 11397, 9826, 11371, 14402, 11454, 12477, 10043, 11348, 11147, 11140, 12944, 11385, 11468, 10417, 11340, 9482, 11228, 9852, 11297, 12954, 11115, 13060, 10972, 12930, 9677, 12498, 12995, 11275, 15337, 11400, 13622, 10639, 12945, 10450, 11689, 15512, 11386, 13154, 10812, 12124, 9807, 11265, 13228, 10888, 13405, 11001, 11530, 9738, 11763, 10954, 10812, 13863, 10779, 11907, 9325, 11659, 9256, 10762, 11810, 10796, 12049, 10324, 11717, 10255, 12118, 9358, 12865, 9823, 13275, 10088, 11414, 14513, 11335, 15572, 11630, 14215, 10390, 12259, 9872, 13587, 10498, 12081, 14951, 10767, 14536, 11616, 14236, 10455, 12919, 9767, 13184, 10206, 14097, 9972, 11848, 9966, 11561, 9833, 13210, 9837, 12279, 9621, 11493, 12381, 12514, 15308, 11198, 14075, 10752, 12756, 10424, 14618, 11028, 13401, 10744, 12047, 10507, 13736, 11195, 13205, 10712, 12184, 10434, 13405, 11080, 13615, 10639, 12215, 10396, 13590, 11368, 13682, 10520, 12424, 10240, 12227, 9690, 12965, 10138, 12950, 10079, 11825, 10439, 11376, 13887, 10751, 14136, 10972, 14521, 10874, 11259, 10495, 10661, 10433, 11069, 10684, 15340, 12188, 13137, 9600, 11698, 11187, 11204, 15776, 12299, 13609, 10349, 12369, 10254, 12359, 9694, 13276, 9415, 12228, 9546, 12942, 10647, 12614, 10656, 11867, 15457, 12260, 14398, 10460, 13890, 14526, 11201, 14846, 10819, 12979, 13744, 11546, 15196, 11088, 11471, 9132, 11871, 14636, 11410, 12600, 9773, 10982, 9569, 11558, 14396, 10745, 12599, 10177, 11519, 9371, 13152, 9966, 12572], 'WindowCenter': [4751.0, 4716.0, 4721.0, 4676.0, 4702.0, 4662.0, 4691.0, 4678.0, 4668.0, 4686.0, 4666.0, 4695.0, 4650.0, 4671.0, 4596.0, 4624.0, 4592.0, 4612.0, 4620.0, 4588.0, 4617.0, 4587.0, 4596.0, 4575.0, 4585.0, 4603.0, 4575.0, 4584.0, 4575.0, 4585.0, 4584.0, 4588.0, 4605.0, 4589.0, 4597.0, 4579.0, 4609.0, 4589.0, 4611.0, 4611.0, 4602.0, 4621.0, 4613.0, 4624.0, 4594.0, 4625.0, 4605.0, 4626.0, 4636.0, 4628.0, 4637.0, 4628.0, 4638.0, 4619.0, 4640.0, 4621.0, 4652.0, 4642.0, 4644.0, 4672.0, 4653.0, 4673.0, 4633.0, 4673.0, 4633.0, 4654.0, 4682.0, 4654.0, 4684.0, 4654.0, 4675.0, 4645.0, 4666.0, 4663.0, 4665.0, 4684.0, 4656.0, 4675.0, 4665.0, 4675.0, 4655.0, 4686.0, 4644.0, 4676.0, 4685.0, 4667.0, 4695.0, 4665.0, 4676.0, 4633.0, 4664.0, 4663.0, 4664.0, 4673.0, 4644.0, 4673.0, 4653.0, 4674.0, 4643.0, 4673.0, 4642.0, 4664.0, 4653.0, 4664.0, 4683.0, 4663.0, 4663.0, 4630.0, 4641.0, 4669.0, 4641.0, 4651.0, 4619.0, 4641.0, 4649.0, 4640.0, 4660.0, 4630.0, 4649.0, 4642.0, 4642.0, 4632.0, 4666.0, 4647.0, 4656.0, 4646.0, 4665.0, 4647.0, 4676.0, 4654.0, 4665.0, 4674.0, 4644.0, 4672.0, 4651.0, 4664.0, 4632.0, 4653.0, 4659.0, 4630.0, 4648.0, 4620.0, 4648.0, 4617.0, 4641.0, 4638.0, 4631.0, 4660.0, 4641.0, 4650.0, 4631.0, 4650.0, 4619.0, 4642.0, 4660.0, 4641.0, 4660.0, 4642.0, 4642.0, 4631.0, 4653.0, 4671.0, 4642.0, 4661.0, 4630.0, 4651.0, 4671.0, 4640.0, 4650.0, 4629.0, 4642.0, 4629.0, 4642.0, 4659.0, 4640.0, 4649.0, 4630.0, 4651.0, 4642.0, 4652.0, 4631.0, 4642.0, 4632.0, 4644.0, 4663.0, 4655.0, 4683.0, 4654.0, 4674.0, 4643.0, 4653.0, 4683.0, 4640.0, 4652.0, 4649.0, 4630.0, 4659.0, 4619.0, 4649.0, 4657.0, 4628.0, 4647.0, 4617.0, 4626.0, 4615.0, 4627.0, 4636.0, 4629.0, 4637.0, 4628.0, 4638.0, 4618.0, 4639.0, 4658.0, 4630.0, 4658.0, 4628.0, 4648.0, 4617.0, 4640.0, 4657.0, 4627.0, 4636.0, 4606.0, 4647.0, 4616.0, 4627.0, 4646.0, 4617.0, 4647.0, 4627.0, 4636.0, 4617.0, 4637.0, 4617.0, 4630.0, 4658.0, 4639.0, 4637.0, 4618.0, 4639.0, 4628.0, 4640.0, 4658.0, 4630.0, 4638.0, 4641.0, 4640.0, 4642.0, 4661.0, 4653.0, 4672.0, 4644.0, 4673.0, 4654.0, 4665.0, 4643.0, 4664.0, 4662.0, 4643.0, 4672.0, 4642.0, 4653.0, 4640.0, 4651.0, 4670.0, 4641.0, 4650.0, 4620.0, 4651.0, 4639.0, 4651.0, 4639.0, 4641.0, 4660.0, 4643.0, 4664.0, 4632.0, 4662.0, 4632.0, 4653.0, 4652.0, 4654.0, 4682.0, 4653.0, 4662.0, 4621.0, 4652.0, 4630.0, 4641.0, 4670.0, 4641.0, 4650.0, 4641.0, 4651.0, 4630.0, 4652.0, 4671.0, 4651.0, 4661.0, 4643.0, 4661.0, 4642.0, 4663.0, 4646.0, 4663.0, 4643.0, 4652.0, 4644.0, 4664.0, 4645.0, 4675.0, 4645.0, 4677.0, 4675.0, 4654.0, 4684.0, 4654.0, 4662.0, 4621.0, 4651.0, 4649.0, 4652.0, 4683.0, 4640.0, 4637.0, 4618.0, 4628.0, 4630.0, 4638.0, 4640.0, 4669.0, 4640.0, 4658.0, 4617.0, 4638.0, 4644.0, 4626.0, 4643.0, 4605.0, 4623.0, 4604.0, 4625.0, 4604.0, 4625.0, 4633.0, 4615.0, 4635.0, 4625.0, 4637.0, 4606.0, 4636.0, 4606.0, 4637.0, 4646.0, 4628.0, 4659.0, 4640.0, 4658.0, 4629.0, 4648.0, 4640.0, 4648.0, 4630.0, 4650.0, 4641.0, 4662.0, 4641.0, 4651.0, 4670.0, 4641.0, 4649.0, 4619.0, 4651.0, 4659.0, 4631.0, 4659.0, 4628.0, 4640.0, 4618.0, 4639.0, 4631.0, 4641.0, 4631.0, 4640.0, 4630.0, 4662.0, 4631.0, 4652.0, 4670.0, 4642.0, 4671.0, 4630.0, 4661.0, 4659.0, 4629.0, 4648.0, 4618.0, 4648.0, 4626.0, 4641.0, 4671.0, 4629.0, 4638.0, 4606.0, 4650.0, 4618.0, 4630.0, 4629.0, 4630.0, 4659.0, 4629.0, 4648.0, 4629.0, 4639.0, 4620.0, 4642.0, 4650.0, 4642.0, 4660.0, 4630.0, 4650.0, 4620.0, 4652.0, 4641.0, 4641.0, 4671.0, 4641.0, 4651.0, 4620.0, 4650.0, 4620.0, 4640.0, 4658.0, 4629.0, 4648.0, 4631.0, 4649.0, 4620.0, 4652.0, 4621.0, 4641.0, 4661.0, 4642.0, 4651.0, 4631.0, 4651.0, 4633.0, 4644.0, 4642.0, 4653.0, 4664.0, 4656.0, 4664.0, 4655.0, 4665.0, 4635.0, 4665.0, 4673.0, 4645.0, 4664.0, 4643.0, 4664.0, 4632.0, 4652.0, 4660.0, 4643.0, 4662.0, 4641.0, 4652.0, 4632.0, 4652.0, 4621.0, 4643.0, 4661.0, 4642.0, 4651.0, 4634.0, 4642.0, 4632.0, 4643.0, 4632.0, 4652.0, 4641.0, 4643.0, 4663.0, 4644.0, 4674.0, 4645.0, 4663.0, 4646.0, 4652.0, 4644.0, 4654.0, 4635.0, 4666.0, 4635.0, 4645.0, 4672.0, 4645.0, 4666.0, 4635.0, 4665.0, 4633.0, 4644.0, 4661.0, 4643.0, 4652.0, 4631.0, 4640.0, 4621.0, 4630.0, 4622.0, 4633.0, 4662.0, 4643.0, 4661.0, 4633.0, 4651.0, 4643.0, 4651.0, 4643.0, 4652.0, 4644.0, 4654.0, 4633.0, 4643.0, 4663.0, 4643.0, 4653.0, 4631.0, 4642.0, 4651.0, 4633.0, 4650.0, 4632.0, 4642.0, 4631.0, 4642.0, 4621.0, 4643.0, 4642.0, 4643.0, 4653.0, 4643.0, 4652.0, 4635.0, 4644.0, 4634.0, 4655.0, 4654.0, 4644.0, 4662.0, 4644.0, 4653.0, 4633.0, 4654.0, 4647.0, 4664.0, 4621.0, 4631.0, 4632.0, 4652.0, 4645.0, 4654.0, 4646.0, 4636.0, 4656.0, 4646.0, 4687.0, 4647.0, 4675.0, 4622.0, 4653.0, 4660.0, 4630.0, 4659.0, 4619.0, 4636.0, 4605.0, 4613.0, 4603.0, 4614.0, 4593.0, 4613.0, 4592.0, 4604.0, 4604.0, 4617.0, 4635.0, 4617.0, 4626.0, 4619.0, 4628.0, 4620.0, 4649.0, 4621.0, 4648.0, 4620.0, 4650.0, 4630.0, 4640.0, 4631.0, 4643.0, 4641.0, 4652.0, 4660.0, 4630.0, 4640.0, 4621.0, 4639.0, 4620.0, 4642.0, 4620.0, 4633.0, 4662.0, 4632.0, 4653.0, 4630.0, 4652.0, 4660.0, 4631.0, 4640.0, 4631.0, 4642.0, 4621.0, 4643.0, 4641.0, 4631.0, 4642.0, 4633.0, 4643.0, 4621.0, 4643.0, 4660.0, 4632.0, 4651.0, 4632.0, 4632.0, 4631.0, 4642.0, 4640.0, 4634.0, 4652.0, 4633.0, 4643.0, 4633.0, 4644.0, 4633.0, 4644.0, 4661.0, 4633.0, 4641.0, 4621.0, 4641.0, 4620.0, 4642.0, 4649.0, 4631.0, 4639.0, 4631.0, 4631.0, 4621.0, 4643.0, 4631.0, 4633.0, 4642.0, 4633.0, 4632.0, 4623.0, 4645.0, 4651.0, 4642.0, 4642.0, 4633.0, 4643.0, 4634.0, 4644.0, 4643.0, 4645.0, 4665.0, 4656.0, 4654.0, 4646.0, 4655.0, 4634.0, 4657.0, 4674.0, 4646.0, 4664.0, 4646.0, 4655.0, 4634.0, 4655.0, 4662.0, 4644.0, 4651.0, 4642.0, 4642.0, 4632.0, 4644.0, 4633.0, 4657.0, 4677.0, 4648.0, 4664.0, 4636.0, 4643.0, 4645.0, 4654.0, 4644.0, 4667.0, 4637.0, 4668.0, 4664.0, 4645.0, 4675.0, 4644.0, 4653.0, 4621.0, 4643.0, 4661.0, 4620.0, 4639.0, 4619.0, 4639.0, 4620.0, 4640.0, 4609.0, 4639.0, 4619.0, 4649.0, 4620.0, 4629.0, 4633.0, 4631.0, 4633.0, 4664.0, 4645.0, 4661.0, 4622.0, 4642.0, 4620.0, 4629.0, 4659.0, 4630.0, 4628.0, 4608.0, 4629.0, 4628.0, 4618.0, 4638.0, 4608.0, 4627.0, 4608.0, 4629.0, 4621.0, 4631.0, 4621.0, 4644.0, 4651.0, 4635.0, 4653.0, 4634.0, 4645.0, 4621.0, 4644.0, 4663.0, 4634.0, 4643.0, 4622.0, 4643.0, 4651.0, 4632.0, 4652.0, 4632.0, 4631.0, 4622.0, 4641.0, 4622.0, 4645.0, 4654.0, 4647.0, 4645.0, 4636.0, 4648.0, 4637.0, 4649.0, 4666.0, 4646.0, 4647.0, 4625.0, 4656.0, 4665.0, 4647.0, 4665.0, 4636.0, 4645.0, 4634.0, 4645.0, 4663.0, 4646.0, 4645.0, 4634.0, 4646.0, 4624.0, 4646.0, 4664.0, 4635.0, 4641.0, 4622.0, 4644.0, 4641.0, 4634.0, 4651.0, 4632.0, 4632.0, 4621.0, 4633.0, 4622.0, 4642.0, 4660.0, 4632.0, 4640.0, 4633.0, 4632.0, 4621.0, 4643.0, 4652.0, 4633.0, 4652.0, 4642.0, 4643.0, 4634.0, 4655.0, 4635.0, 4644.0, 4634.0, 4645.0, 4644.0, 4646.0, 4664.0, 4645.0, 4654.0, 4635.0, 4645.0, 4623.0, 4645.0, 4672.0, 4644.0, 4652.0, 4632.0, 4642.0, 4622.0, 4642.0, 4662.0, 4643.0, 4641.0, 4620.0, 4641.0, 4630.0, 4631.0, 4641.0, 4641.0, 4641.0, 4630.0, 4640.0, 4620.0, 4643.0, 4621.0, 4644.0, 4652.0, 4645.0, 4664.0, 4643.0, 4654.0, 4624.0, 4654.0, 4653.0, 4644.0, 4674.0, 4644.0, 4664.0, 4631.0, 4654.0, 4631.0, 4643.0, 4662.0, 4642.0, 4652.0, 4632.0, 4640.0, 4621.0, 4633.0, 4651.0, 4631.0, 4652.0, 4633.0, 4644.0, 4623.0, 4655.0, 4632.0, 4643.0, 4661.0, 4644.0, 4652.0, 4624.0, 4644.0, 4622.0, 4644.0, 4653.0, 4645.0, 4654.0, 4647.0, 4655.0, 4649.0, 4667.0, 4636.0, 4668.0, 4648.0, 4680.0, 4647.0, 4657.0, 4677.0, 4657.0, 4686.0, 4656.0, 4676.0, 4635.0, 4655.0, 4634.0, 4665.0, 4632.0, 4654.0, 4663.0, 4633.0, 4663.0, 4643.0, 4662.0, 4619.0, 4640.0, 4619.0, 4649.0, 4617.0, 4650.0, 4607.0, 4628.0, 4607.0, 4628.0, 4620.0, 4649.0, 4620.0, 4638.0, 4620.0, 4641.0, 4639.0, 4641.0, 4659.0, 4630.0, 4648.0, 4629.0, 4638.0, 4620.0, 4658.0, 4630.0, 4648.0, 4629.0, 4639.0, 4630.0, 4648.0, 4630.0, 4648.0, 4630.0, 4640.0, 4631.0, 4649.0, 4630.0, 4648.0, 4621.0, 4638.0, 4619.0, 4648.0, 4630.0, 4649.0, 4618.0, 4637.0, 4619.0, 4636.0, 4620.0, 4651.0, 4619.0, 4649.0, 4608.0, 4628.0, 4616.0, 4639.0, 4648.0, 4630.0, 4648.0, 4630.0, 4659.0, 4631.0, 4628.0, 4633.0, 4629.0, 4643.0, 4642.0, 4645.0, 4684.0, 4655.0, 4665.0, 4623.0, 4654.0, 4641.0, 4646.0, 4673.0, 4654.0, 4664.0, 4635.0, 4665.0, 4646.0, 4665.0, 4636.0, 4665.0, 4636.0, 4656.0, 4635.0, 4667.0, 4647.0, 4667.0, 4647.0, 4669.0, 4687.0, 4668.0, 4676.0, 4646.0, 4677.0, 4675.0, 4645.0, 4674.0, 4632.0, 4664.0, 4651.0, 4643.0, 4661.0, 4631.0, 4641.0, 4611.0, 4643.0, 4660.0, 4631.0, 4639.0, 4619.0, 4631.0, 4620.0, 4642.0, 4660.0, 4631.0, 4651.0, 4632.0, 4654.0, 4636.0, 4665.0, 4636.0, 4665.0], 'WindowWidth': [10375.0, 10314.0, 10313.0, 10239.0, 10273.0, 10210.0, 10251.0, 10228.0, 10216.0, 10237.0, 10210.0, 10253.0, 10175.0, 10210.0, 10092.0, 10130.0, 10078.0, 10110.0, 10116.0, 10072.0, 10110.0, 10066.0, 10079.0, 10046.0, 10062.0, 10083.0, 10048.0, 10059.0, 10048.0, 10065.0, 10061.0, 10071.0, 10091.0, 10075.0, 10083.0, 10061.0, 10104.0, 10077.0, 10109.0, 10107.0, 10098.0, 10123.0, 10115.0, 10130.0, 10090.0, 10135.0, 10106.0, 10138.0, 10150.0, 10142.0, 10153.0, 10144.0, 10157.0, 10133.0, 10162.0, 10136.0, 10182.0, 10166.0, 10173.0, 10210.0, 10184.0, 10213.0, 10157.0, 10212.0, 10156.0, 10188.0, 10225.0, 10188.0, 10229.0, 10187.0, 10217.0, 10177.0, 10208.0, 10200.0, 10205.0, 10231.0, 10193.0, 10219.0, 10205.0, 10219.0, 10190.0, 10236.0, 10176.0, 10222.0, 10232.0, 10210.0, 10248.0, 10204.0, 10221.0, 10159.0, 10203.0, 10197.0, 10201.0, 10212.0, 10173.0, 10212.0, 10186.0, 10214.0, 10171.0, 10213.0, 10170.0, 10202.0, 10185.0, 10203.0, 10229.0, 10199.0, 10199.0, 10149.0, 10165.0, 10202.0, 10165.0, 10178.0, 10132.0, 10166.0, 10173.0, 10163.0, 10189.0, 10151.0, 10176.0, 10167.0, 10169.0, 10156.0, 10209.0, 10185.0, 10196.0, 10182.0, 10209.0, 10183.0, 10223.0, 10189.0, 10205.0, 10216.0, 10173.0, 10213.0, 10181.0, 10200.0, 10153.0, 10182.0, 10190.0, 10147.0, 10172.0, 10132.0, 10171.0, 10126.0, 10164.0, 10158.0, 10152.0, 10191.0, 10165.0, 10176.0, 10151.0, 10177.0, 10134.0, 10168.0, 10190.0, 10165.0, 10190.0, 10169.0, 10170.0, 10154.0, 10185.0, 10209.0, 10168.0, 10195.0, 10148.0, 10180.0, 10206.0, 10165.0, 10176.0, 10147.0, 10167.0, 10147.0, 10167.0, 10187.0, 10163.0, 10175.0, 10150.0, 10180.0, 10171.0, 10183.0, 10155.0, 10171.0, 10156.0, 10178.0, 10201.0, 10193.0, 10229.0, 10190.0, 10219.0, 10172.0, 10188.0, 10230.0, 10165.0, 10183.0, 10175.0, 10148.0, 10189.0, 10132.0, 10175.0, 10182.0, 10142.0, 10169.0, 10127.0, 10139.0, 10121.0, 10141.0, 10153.0, 10145.0, 10155.0, 10145.0, 10160.0, 10129.0, 10162.0, 10187.0, 10150.0, 10187.0, 10146.0, 10174.0, 10129.0, 10162.0, 10183.0, 10142.0, 10155.0, 10113.0, 10169.0, 10124.0, 10142.0, 10166.0, 10128.0, 10169.0, 10142.0, 10154.0, 10128.0, 10157.0, 10128.0, 10150.0, 10186.0, 10160.0, 10156.0, 10131.0, 10162.0, 10144.0, 10164.0, 10185.0, 10150.0, 10159.0, 10168.0, 10166.0, 10172.0, 10197.0, 10189.0, 10212.0, 10177.0, 10215.0, 10191.0, 10208.0, 10174.0, 10204.0, 10198.0, 10172.0, 10212.0, 10170.0, 10187.0, 10163.0, 10180.0, 10205.0, 10165.0, 10177.0, 10137.0, 10182.0, 10162.0, 10179.0, 10161.0, 10167.0, 10193.0, 10173.0, 10202.0, 10157.0, 10198.0, 10156.0, 10188.0, 10183.0, 10189.0, 10228.0, 10184.0, 10197.0, 10139.0, 10183.0, 10151.0, 10168.0, 10207.0, 10168.0, 10179.0, 10166.0, 10180.0, 10151.0, 10184.0, 10208.0, 10183.0, 10193.0, 10172.0, 10195.0, 10172.0, 10203.0, 10182.0, 10202.0, 10174.0, 10186.0, 10177.0, 10204.0, 10179.0, 10222.0, 10180.0, 10227.0, 10219.0, 10190.0, 10231.0, 10189.0, 10199.0, 10138.0, 10179.0, 10173.0, 10185.0, 10231.0, 10166.0, 10156.0, 10131.0, 10144.0, 10152.0, 10159.0, 10166.0, 10203.0, 10163.0, 10188.0, 10126.0, 10157.0, 10160.0, 10136.0, 10157.0, 10106.0, 10130.0, 10104.0, 10134.0, 10104.0, 10135.0, 10144.0, 10121.0, 10147.0, 10136.0, 10153.0, 10111.0, 10153.0, 10110.0, 10156.0, 10166.0, 10145.0, 10186.0, 10164.0, 10186.0, 10145.0, 10170.0, 10163.0, 10172.0, 10151.0, 10177.0, 10165.0, 10197.0, 10166.0, 10180.0, 10205.0, 10165.0, 10177.0, 10133.0, 10179.0, 10188.0, 10150.0, 10189.0, 10144.0, 10161.0, 10128.0, 10162.0, 10154.0, 10170.0, 10154.0, 10165.0, 10151.0, 10198.0, 10155.0, 10185.0, 10208.0, 10169.0, 10211.0, 10150.0, 10194.0, 10189.0, 10147.0, 10173.0, 10130.0, 10172.0, 10138.0, 10167.0, 10209.0, 10145.0, 10156.0, 10111.0, 10176.0, 10130.0, 10153.0, 10147.0, 10151.0, 10187.0, 10147.0, 10172.0, 10146.0, 10160.0, 10133.0, 10167.0, 10176.0, 10166.0, 10190.0, 10150.0, 10176.0, 10135.0, 10181.0, 10162.0, 10165.0, 10205.0, 10164.0, 10178.0, 10135.0, 10176.0, 10134.0, 10163.0, 10184.0, 10147.0, 10173.0, 10150.0, 10175.0, 10134.0, 10180.0, 10136.0, 10165.0, 10191.0, 10167.0, 10179.0, 10153.0, 10179.0, 10157.0, 10175.0, 10167.0, 10186.0, 10200.0, 10191.0, 10202.0, 10190.0, 10205.0, 10160.0, 10204.0, 10214.0, 10175.0, 10200.0, 10171.0, 10200.0, 10153.0, 10183.0, 10191.0, 10169.0, 10195.0, 10166.0, 10182.0, 10152.0, 10182.0, 10137.0, 10169.0, 10194.0, 10166.0, 10179.0, 10158.0, 10168.0, 10154.0, 10172.0, 10154.0, 10183.0, 10166.0, 10171.0, 10199.0, 10175.0, 10214.0, 10176.0, 10199.0, 10179.0, 10184.0, 10175.0, 10190.0, 10162.0, 10207.0, 10163.0, 10177.0, 10213.0, 10177.0, 10206.0, 10160.0, 10203.0, 10156.0, 10173.0, 10195.0, 10169.0, 10181.0, 10149.0, 10161.0, 10136.0, 10150.0, 10139.0, 10158.0, 10195.0, 10171.0, 10192.0, 10156.0, 10179.0, 10170.0, 10180.0, 10171.0, 10183.0, 10170.0, 10186.0, 10155.0, 10171.0, 10198.0, 10169.0, 10184.0, 10150.0, 10168.0, 10178.0, 10153.0, 10176.0, 10153.0, 10166.0, 10150.0, 10166.0, 10136.0, 10169.0, 10166.0, 10169.0, 10183.0, 10171.0, 10183.0, 10160.0, 10174.0, 10157.0, 10188.0, 10185.0, 10172.0, 10197.0, 10172.0, 10182.0, 10156.0, 10187.0, 10183.0, 10202.0, 10136.0, 10150.0, 10152.0, 10182.0, 10178.0, 10188.0, 10181.0, 10166.0, 10195.0, 10181.0, 10242.0, 10180.0, 10220.0, 10141.0, 10184.0, 10187.0, 10145.0, 10186.0, 10128.0, 10150.0, 10102.0, 10113.0, 10098.0, 10114.0, 10083.0, 10112.0, 10082.0, 10102.0, 10101.0, 10123.0, 10145.0, 10127.0, 10137.0, 10130.0, 10142.0, 10134.0, 10171.0, 10136.0, 10170.0, 10133.0, 10173.0, 10149.0, 10160.0, 10149.0, 10169.0, 10161.0, 10179.0, 10188.0, 10147.0, 10161.0, 10135.0, 10160.0, 10133.0, 10165.0, 10134.0, 10155.0, 10194.0, 10154.0, 10185.0, 10148.0, 10181.0, 10190.0, 10149.0, 10161.0, 10149.0, 10166.0, 10134.0, 10167.0, 10163.0, 10151.0, 10166.0, 10154.0, 10169.0, 10135.0, 10170.0, 10190.0, 10153.0, 10178.0, 10151.0, 10153.0, 10149.0, 10167.0, 10162.0, 10157.0, 10180.0, 10156.0, 10171.0, 10156.0, 10173.0, 10155.0, 10171.0, 10193.0, 10155.0, 10164.0, 10136.0, 10165.0, 10131.0, 10165.0, 10172.0, 10149.0, 10160.0, 10149.0, 10151.0, 10135.0, 10167.0, 10149.0, 10154.0, 10166.0, 10154.0, 10153.0, 10141.0, 10174.0, 10178.0, 10166.0, 10166.0, 10155.0, 10168.0, 10158.0, 10174.0, 10170.0, 10176.0, 10203.0, 10193.0, 10189.0, 10178.0, 10190.0, 10161.0, 10193.0, 10213.0, 10177.0, 10201.0, 10176.0, 10189.0, 10157.0, 10188.0, 10195.0, 10170.0, 10180.0, 10166.0, 10168.0, 10152.0, 10171.0, 10155.0, 10197.0, 10227.0, 10185.0, 10201.0, 10165.0, 10172.0, 10179.0, 10188.0, 10177.0, 10211.0, 10167.0, 10213.0, 10202.0, 10176.0, 10219.0, 10173.0, 10184.0, 10136.0, 10169.0, 10193.0, 10133.0, 10160.0, 10132.0, 10158.0, 10131.0, 10161.0, 10116.0, 10158.0, 10130.0, 10172.0, 10134.0, 10146.0, 10154.0, 10150.0, 10157.0, 10198.0, 10174.0, 10193.0, 10138.0, 10165.0, 10131.0, 10145.0, 10185.0, 10144.0, 10140.0, 10111.0, 10141.0, 10138.0, 10126.0, 10154.0, 10113.0, 10138.0, 10113.0, 10142.0, 10133.0, 10151.0, 10135.0, 10171.0, 10178.0, 10161.0, 10183.0, 10159.0, 10175.0, 10137.0, 10171.0, 10198.0, 10157.0, 10168.0, 10137.0, 10168.0, 10177.0, 10153.0, 10181.0, 10153.0, 10151.0, 10138.0, 10165.0, 10142.0, 10176.0, 10187.0, 10180.0, 10177.0, 10167.0, 10185.0, 10167.0, 10186.0, 10206.0, 10179.0, 10181.0, 10150.0, 10193.0, 10203.0, 10181.0, 10203.0, 10165.0, 10176.0, 10159.0, 10176.0, 10200.0, 10177.0, 10176.0, 10158.0, 10177.0, 10145.0, 10178.0, 10201.0, 10162.0, 10166.0, 10138.0, 10171.0, 10163.0, 10156.0, 10178.0, 10154.0, 10153.0, 10135.0, 10155.0, 10138.0, 10168.0, 10191.0, 10153.0, 10163.0, 10153.0, 10152.0, 10136.0, 10170.0, 10180.0, 10157.0, 10182.0, 10168.0, 10170.0, 10158.0, 10189.0, 10161.0, 10175.0, 10160.0, 10176.0, 10172.0, 10180.0, 10201.0, 10176.0, 10188.0, 10163.0, 10177.0, 10144.0, 10176.0, 10211.0, 10171.0, 10181.0, 10154.0, 10167.0, 10140.0, 10169.0, 10194.0, 10168.0, 10165.0, 10135.0, 10164.0, 10147.0, 10150.0, 10163.0, 10164.0, 10164.0, 10149.0, 10163.0, 10136.0, 10170.0, 10137.0, 10174.0, 10183.0, 10175.0, 10201.0, 10170.0, 10188.0, 10144.0, 10186.0, 10181.0, 10172.0, 10213.0, 10172.0, 10198.0, 10151.0, 10185.0, 10149.0, 10168.0, 10195.0, 10166.0, 10180.0, 10150.0, 10161.0, 10135.0, 10154.0, 10176.0, 10151.0, 10181.0, 10154.0, 10170.0, 10140.0, 10190.0, 10155.0, 10170.0, 10193.0, 10172.0, 10183.0, 10143.0, 10172.0, 10140.0, 10172.0, 10185.0, 10179.0, 10190.0, 10182.0, 10190.0, 10186.0, 10210.0, 10168.0, 10214.0, 10183.0, 10230.0, 10180.0, 10196.0, 10223.0, 10197.0, 10236.0, 10195.0, 10221.0, 10163.0, 10189.0, 10159.0, 10204.0, 10155.0, 10187.0, 10199.0, 10157.0, 10199.0, 10170.0, 10194.0, 10133.0, 10162.0, 10132.0, 10173.0, 10125.0, 10174.0, 10112.0, 10141.0, 10113.0, 10144.0, 10132.0, 10174.0, 10134.0, 10160.0, 10135.0, 10166.0, 10159.0, 10163.0, 10189.0, 10148.0, 10171.0, 10145.0, 10156.0, 10135.0, 10185.0, 10147.0, 10169.0, 10144.0, 10157.0, 10147.0, 10170.0, 10148.0, 10170.0, 10148.0, 10160.0, 10150.0, 10173.0, 10147.0, 10171.0, 10135.0, 10155.0, 10132.0, 10170.0, 10146.0, 10171.0, 10129.0, 10154.0, 10129.0, 10154.0, 10135.0, 10179.0, 10130.0, 10174.0, 10115.0, 10144.0, 10124.0, 10161.0, 10171.0, 10148.0, 10170.0, 10149.0, 10185.0, 10150.0, 10145.0, 10155.0, 10147.0, 10172.0, 10171.0, 10179.0, 10230.0, 10190.0, 10203.0, 10144.0, 10186.0, 10167.0, 10179.0, 10214.0, 10188.0, 10199.0, 10163.0, 10204.0, 10180.0, 10204.0, 10165.0, 10203.0, 10167.0, 10193.0, 10164.0, 10209.0, 10181.0, 10211.0, 10182.0, 10214.0, 10240.0, 10213.0, 10223.0, 10179.0, 10223.0, 10217.0, 10174.0, 10216.0, 10154.0, 10201.0, 10179.0, 10168.0, 10194.0, 10150.0, 10164.0, 10122.0, 10168.0, 10188.0, 10150.0, 10160.0, 10131.0, 10151.0, 10134.0, 10166.0, 10189.0, 10151.0, 10179.0, 10154.0, 10188.0, 10167.0, 10204.0, 10165.0, 10205.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.00044285042333019756</td></tr>
<tr><td colspan=3>aqi</td><td>0.019240643085606777</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.3989877755744</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1453957485028237</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9828179215160077</td></tr>
<tr><td colspan=3>efc</td><td>0.5113</td></tr>
<tr><td colspan=3>fber</td><td>3513.1963</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06928011924480991</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1636876763875823</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4177015238801</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3339063079917013</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.66591311825786</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2532851453907377</td></tr>
<tr><td colspan=3>gcor</td><td>0.0141188</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016509871929883957</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026368942111730576</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</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.8254875798552366</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>20.9261</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.0211</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>256.0358</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293142.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1264.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>466.303</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2525</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.6565</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3781.1916</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1038.8156</td></tr>
<tr><td colspan=3>tsnr</td><td>41.55510491877794</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>