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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:57:17.300000</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.995623, -0.0573651, 0.0737813, 0.0589765, 0.998062, -0.0198489]</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.080207</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>[4233, -7672, -7259, 375, -247, 157, -69, 114]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.377</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>be9909f9-8eef-4e55-a6bb-03d70c975b30||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.6711843013763428, 0.15822969377040863, 0.19574902951717377, 99.90518951416016], [0.15390634536743164, 2.677727460861206, -0.06510608643293381, -109.04674530029297], [0.19794973731040955, 0.05325308442115784, 2.692107677459717, -86.46448516845703], [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': ['105717.300000', '105717.760000', '105718.220000', '105718.680000', '105719.140000', '105719.600000', '105720.060000', '105720.520000', '105720.980000', '105721.440000', '105721.900000', '105722.360000', '105722.820000', '105723.280000', '105723.740000', '105724.200000', '105724.660000', '105725.120000', '105725.580000', '105726.040000', '105726.500000', '105726.960000', '105727.420000', '105727.880000', '105728.340000', '105728.800000', '105729.260000', '105729.720000', '105730.180000', '105730.640000', '105731.100000', '105731.560000', '105732.020000', '105732.480000', '105732.940000', '105733.400000', '105733.860000', '105734.320000', '105734.780000', '105735.240000', '105735.700000', '105736.160000', '105736.620000', '105737.080000', '105737.540000', '105738.000000', '105738.460000', '105738.920000', '105739.380000', '105739.840000', '105740.300000', '105740.760000', '105741.220000', '105741.680000', '105742.140000', '105742.600000', '105743.060000', '105743.520000', '105743.980000', '105744.440000', '105744.900000', '105745.360000', '105745.820000', '105746.280000', '105746.740000', '105747.200000', '105747.660000', '105748.120000', '105748.580000', '105749.040000', '105749.500000', '105749.960000', '105750.420000', '105750.880000', '105751.340000', '105751.800000', '105752.260000', '105752.720000', '105753.180000', '105753.640000', '105754.100000', '105754.560000', '105755.020000', '105755.480000', '105755.940000', '105756.400000', '105756.860000', '105757.320000', '105757.780000', '105758.240000', '105758.700000', '105759.160000', '105759.620000', '105800.080000', '105800.540000', '105801.000000', '105801.460000', '105801.920000', '105802.380000', '105802.840000', '105803.300000', '105803.760000', '105804.220000', '105804.680000', '105805.140000', '105805.600000', '105806.060000', '105806.520000', '105806.980000', '105807.440000', '105807.900000', '105808.360000', '105808.820000', '105809.280000', '105809.740000', '105810.200000', '105810.660000', '105811.120000', '105811.580000', '105812.040000', '105812.500000', '105812.960000', '105813.420000', '105813.880000', '105814.340000', '105814.800000', '105815.260000', '105815.720000', '105816.180000', '105816.640000', '105817.100000', '105817.560000', '105818.020000', '105818.480000', '105818.940000', '105819.400000', '105819.860000', '105820.320000', '105820.780000', '105821.240000', '105821.700000', '105822.160000', '105822.620000', '105823.080000', '105823.540000', '105824.000000', '105824.460000', '105824.920000', '105825.380000', '105825.840000', '105826.300000', '105826.760000', '105827.220000', '105827.680000', '105828.140000', '105828.600000', '105829.060000', '105829.520000', '105829.980000', '105830.440000', '105830.900000', '105831.360000', '105831.820000', '105832.280000', '105832.740000', '105833.200000', '105833.660000', '105834.120000', '105834.580000', '105835.040000', '105835.500000', '105835.960000', '105836.420000', '105836.880000', '105837.340000', '105837.800000', '105838.260000', '105838.720000', '105839.180000', '105839.640000', '105840.100000', '105840.560000', '105841.020000', '105841.480000', '105841.940000', '105842.400000', '105842.860000', '105843.320000', '105843.780000', '105844.240000', '105844.700000', '105845.160000', '105845.620000', '105846.080000', '105846.540000', '105847.000000', '105847.460000', '105847.920000', '105848.380000', '105848.840000', '105849.300000', '105849.760000', '105850.220000', '105850.680000', '105851.140000', '105851.600000', '105852.060000', '105852.520000', '105852.980000', '105853.440000', '105853.900000', '105854.360000', '105854.820000', '105855.280000', '105855.740000', '105856.200000', '105856.660000', '105857.120000', '105857.580000', '105858.040000', '105858.500000', '105858.960000', '105859.420000', '105859.880000', '105900.340000', '105900.800000', '105901.260000', '105901.720000', '105902.180000', '105902.640000', '105903.100000', '105903.560000', '105904.020000', '105904.480000', '105904.940000', '105905.400000', '105905.860000', '105906.320000', '105906.780000', '105907.240000', '105907.700000', '105908.160000', '105908.620000', '105909.080000', '105909.540000', '105910.000000', '105910.460000', '105910.920000', '105911.380000', '105911.840000', '105912.300000', '105912.760000', '105913.220000', '105913.680000', '105914.140000', '105914.600000', '105915.060000', '105915.520000', '105915.980000', '105916.440000', '105916.900000', '105917.360000', '105917.820000', '105918.280000', '105918.740000', '105919.200000', '105919.660000', '105920.120000', '105920.580000', '105921.040000', '105921.500000', '105921.960000', '105922.420000', '105922.880000', '105923.340000', '105923.800000', '105924.260000', '105924.720000', '105925.180000', '105925.640000', '105926.100000', '105926.560000', '105927.020000', '105927.480000', '105927.940000', '105928.400000', '105928.860000', '105929.320000', '105929.780000', '105930.240000', '105930.700000', '105931.160000', '105931.620000', '105932.080000', '105932.540000', '105933.000000', '105933.460000', '105933.920000', '105934.380000', '105934.840000', '105935.300000', '105935.760000', '105936.220000', '105936.680000', '105937.140000', '105937.600000', '105938.060000', '105938.520000', '105938.980000', '105939.440000', '105939.900000', '105940.360000', '105940.820000', '105941.280000', '105941.740000', '105942.200000', '105942.660000', '105943.120000', '105943.580000', '105944.040000', '105944.500000', '105944.960000', '105945.420000', '105945.880000', '105946.340000', '105946.800000', '105947.260000', '105947.720000', '105948.180000', '105948.640000', '105949.100000', '105949.560000', '105950.020000', '105950.480000', '105950.940000', '105951.400000', '105951.860000', '105952.320000', '105952.780000', '105953.240000', '105953.700000', '105954.160000', '105954.620000', '105955.080000', '105955.540000', '105956.000000', '105956.460000', '105956.920000', '105957.380000', '105957.840000', '105958.300000', '105958.760000', '105959.220000', '105959.680000', '110000.140000', '110000.600000', '110001.060000', '110001.520000', '110001.980000', '110002.440000', '110002.900000', '110003.360000', '110003.820000', '110004.280000', '110004.740000', '110005.200000', '110005.660000', '110006.120000', '110006.580000', '110007.040000', '110007.500000', '110007.960000', '110008.420000', '110008.880000', '110009.340000', '110009.800000', '110010.260000', '110010.720000', '110011.180000', '110011.640000', '110012.100000', '110012.560000', '110013.020000', '110013.480000', '110013.940000', '110014.400000', '110014.860000', '110015.320000', '110015.780000', '110016.240000', '110016.700000', '110017.160000', '110017.620000', '110018.080000', '110018.540000', '110019.000000', '110019.460000', '110019.920000', '110020.380000', '110020.840000', '110021.300000', '110021.760000', '110022.220000', '110022.680000', '110023.140000', '110023.600000', '110024.060000', '110024.520000', '110024.980000', '110025.440000', '110025.900000', '110026.360000', '110026.820000', '110027.280000', '110027.740000', '110028.200000', '110028.660000', '110029.120000', '110029.580000', '110030.040000', '110030.500000', '110030.960000', '110031.420000', '110031.880000', '110032.340000', '110032.800000', '110033.260000', '110033.720000', '110034.180000', '110034.640000', '110035.100000', '110035.560000', '110036.020000', '110036.480000', '110036.940000', '110037.400000', '110037.860000', '110038.320000', '110038.780000', '110039.240000', '110039.700000', '110040.160000', '110040.620000', '110041.080000', '110041.540000', '110042.000000', '110042.460000', '110042.920000', '110043.380000', '110043.840000', '110044.300000', '110044.760000', '110045.220000', '110045.680000', '110046.140000', '110046.600000', '110047.060000', '110047.520000', '110047.980000', '110048.440000', '110048.900000', '110049.360000', '110049.820000', '110050.280000', '110050.740000', '110051.200000', '110051.660000', '110052.120000', '110052.580000', '110053.040000', '110053.500000', '110053.960000', '110054.420000', '110054.880000', '110055.340000', '110055.800000', '110056.260000', '110056.720000', '110057.180000', '110057.640000', '110058.100000', '110058.560000', '110059.020000', '110059.480000', '110059.940000', '110100.400000', '110100.860000', '110101.320000', '110101.780000', '110102.240000', '110102.700000', '110103.160000', '110103.620000', '110104.080000', '110104.540000', '110105.000000', '110105.460000', '110105.920000', '110106.380000', '110106.840000', '110107.300000', '110107.760000', '110108.220000', '110108.680000', '110109.140000', '110109.600000', '110110.060000', '110110.520000', '110110.980000', '110111.440000', '110111.900000', '110112.360000', '110112.820000', '110113.280000', '110113.740000', '110114.200000', '110114.660000', '110115.120000', '110115.580000', '110116.040000', '110116.500000', '110116.960000', '110117.420000', '110117.880000', '110118.340000', '110118.800000', '110119.260000', '110119.720000', '110120.180000', '110120.640000', '110121.100000', '110121.560000', '110122.020000', '110122.480000', '110122.940000', '110123.400000', '110123.860000', '110124.320000', '110124.780000', '110125.240000', '110125.700000', '110126.160000', '110126.620000', '110127.080000', '110127.540000', '110128.000000', '110128.460000', '110128.920000', '110129.380000', '110129.840000', '110130.300000', '110130.760000', '110131.220000', '110131.680000', '110132.140000', '110132.600000', '110133.060000', '110133.520000', '110133.980000', '110134.440000', '110134.900000', '110135.360000', '110135.820000', '110136.280000', '110136.740000', '110137.200000', '110137.660000', '110138.120000', '110138.580000', '110139.040000', '110139.500000', '110139.960000', '110140.420000', '110140.880000', '110141.340000', '110141.800000', '110142.260000', '110142.720000', '110143.180000', '110143.640000', '110144.100000', '110144.560000', '110145.020000', '110145.480000', '110145.940000', '110146.400000', '110146.860000', '110147.320000', '110147.780000', '110148.240000', '110148.700000', '110149.160000', '110149.620000', '110150.080000', '110150.540000', '110151.000000', '110151.460000', '110151.920000', '110152.380000', '110152.840000', '110153.300000', '110153.760000', '110154.220000', '110154.680000', '110155.140000', '110155.600000', '110156.060000', '110156.520000', '110156.980000', '110157.440000', '110157.900000', '110158.360000', '110158.820000', '110159.280000', '110159.740000', '110200.200000', '110200.660000', '110201.120000', '110201.580000', '110202.040000', '110202.500000', '110202.960000', '110203.420000', '110203.880000', '110204.340000', '110204.800000', '110205.260000', '110205.720000', '110206.180000', '110206.640000', '110207.100000', '110207.560000', '110208.020000', '110208.480000', '110208.940000', '110209.400000', '110209.860000', '110210.320000', '110210.780000', '110211.240000', '110211.700000', '110212.160000', '110212.620000', '110213.080000', '110213.540000', '110214.000000', '110214.460000', '110214.920000', '110215.380000', '110215.840000', '110216.300000', '110216.760000', '110217.220000', '110217.680000', '110218.140000', '110218.600000', '110219.060000', '110219.520000', '110219.980000', '110220.440000', '110220.900000', '110221.360000', '110221.820000', '110222.280000', '110222.740000', '110223.200000', '110223.660000', '110224.120000', '110224.580000', '110225.040000', '110225.500000', '110225.960000', '110226.420000', '110226.880000', '110227.340000', '110227.800000', '110228.260000', '110228.720000', '110229.180000', '110229.640000', '110230.100000', '110230.560000', '110231.020000', '110231.480000', '110231.940000', '110232.400000', '110232.860000', '110233.320000', '110233.780000', '110234.240000', '110234.700000', '110235.160000', '110235.620000', '110236.080000', '110236.540000', '110237.000000', '110237.460000', '110237.920000', '110238.380000', '110238.840000', '110239.300000', '110239.760000', '110240.220000', '110240.680000', '110241.140000', '110241.600000', '110242.060000', '110242.520000', '110242.980000', '110243.440000', '110243.900000', '110244.360000', '110244.820000', '110245.280000', '110245.740000', '110246.200000', '110246.660000', '110247.120000', '110247.580000', '110248.040000', '110248.500000', '110248.960000', '110249.420000', '110249.880000', '110250.340000', '110250.800000', '110251.260000', '110251.720000', '110252.180000', '110252.640000', '110253.100000', '110253.560000', '110254.020000', '110254.480000', '110254.940000', '110255.400000', '110255.860000', '110256.320000', '110256.780000', '110257.240000', '110257.700000', '110258.160000', '110258.620000', '110259.080000', '110259.540000', '110300.000000', '110300.460000', '110300.920000', '110301.380000', '110301.840000', '110302.300000', '110302.760000', '110303.220000', '110303.680000', '110304.140000', '110304.600000', '110305.060000', '110305.520000', '110305.980000', '110306.440000', '110306.900000', '110307.360000', '110307.820000', '110308.280000', '110308.740000', '110309.200000', '110309.660000', '110310.120000', '110310.580000', '110311.040000', '110311.500000', '110311.960000', '110312.420000', '110312.880000', '110313.340000', '110313.800000', '110314.260000', '110314.720000', '110315.180000', '110315.640000', '110316.100000', '110316.560000', '110317.020000', '110317.480000', '110317.940000', '110318.400000', '110318.860000', '110319.320000', '110319.780000', '110320.240000', '110320.700000', '110321.160000', '110321.620000', '110322.080000', '110322.540000', '110323.000000', '110323.460000', '110323.920000', '110324.380000', '110324.840000', '110325.300000', '110325.760000', '110326.220000', '110326.680000', '110327.140000', '110327.600000', '110328.060000', '110328.520000', '110328.980000', '110329.440000', '110329.900000', '110330.360000', '110330.820000', '110331.280000', '110331.740000', '110332.200000', '110332.660000', '110333.120000', '110333.580000', '110334.040000', '110334.500000', '110334.960000', '110335.420000', '110335.880000', '110336.340000', '110336.800000', '110337.260000', '110337.720000', '110338.180000', '110338.640000', '110339.100000', '110339.560000', '110340.020000', '110340.480000', '110340.940000', '110341.400000', '110341.860000', '110342.320000', '110342.780000', '110343.240000', '110343.700000', '110344.160000', '110344.620000', '110345.080000', '110345.540000', '110346.000000', '110346.460000', '110346.920000', '110347.380000', '110347.840000', '110348.300000', '110348.760000', '110349.220000', '110349.680000', '110350.140000', '110350.600000', '110351.060000', '110351.520000', '110351.980000', '110352.440000', '110352.900000', '110353.360000', '110353.820000', '110354.280000', '110354.740000', '110355.200000', '110355.660000', '110356.120000', '110356.580000', '110357.040000', '110357.500000', '110357.960000', '110358.420000', '110358.880000', '110359.340000', '110359.800000', '110400.260000', '110400.720000', '110401.180000', '110401.640000', '110402.100000', '110402.560000', '110403.020000', '110403.480000', '110403.940000', '110404.400000', '110404.860000', '110405.320000', '110405.780000', '110406.240000', '110406.700000', '110407.160000', '110407.620000', '110408.080000', '110408.540000', '110409.000000', '110409.460000', '110409.920000', '110410.380000', '110410.840000', '110411.300000', '110411.760000', '110412.220000', '110412.680000', '110413.140000', '110413.600000', '110414.060000', '110414.520000', '110414.980000', '110415.440000', '110415.900000', '110416.360000', '110416.820000', '110417.280000', '110417.740000', '110418.200000', '110418.660000', '110419.120000', '110419.580000', '110420.040000', '110420.500000', '110420.960000', '110421.420000', '110421.880000', '110422.340000', '110422.800000', '110423.260000', '110423.720000', '110424.180000', '110424.640000', '110425.100000', '110425.560000', '110426.020000', '110426.480000', '110426.940000', '110427.400000', '110427.860000', '110428.320000', '110428.780000', '110429.240000', '110429.700000', '110430.160000', '110430.620000', '110431.080000', '110431.540000', '110432.000000', '110432.460000', '110432.920000', '110433.380000', '110433.840000', '110434.300000', '110434.760000', '110435.220000', '110435.680000', '110436.140000', '110436.600000', '110437.060000', '110437.520000', '110437.980000', '110438.440000', '110438.900000', '110439.360000', '110439.820000', '110440.280000', '110440.740000', '110441.200000', '110441.660000', '110442.120000', '110442.580000', '110443.040000', '110443.500000', '110443.960000', '110444.420000', '110444.880000', '110445.340000', '110445.800000', '110446.260000', '110446.720000', '110447.180000', '110447.640000', '110448.100000', '110448.560000', '110449.020000', '110449.480000', '110449.940000', '110450.400000', '110450.860000', '110451.320000', '110451.780000', '110452.240000', '110452.700000', '110453.160000', '110453.620000', '110454.080000', '110454.540000', '110455.000000', '110455.460000', '110455.920000', '110456.380000', '110456.840000', '110457.300000', '110457.760000', '110458.220000', '110458.680000', '110459.140000', '110459.600000', '110500.060000', '110500.520000', '110500.980000', '110501.440000', '110501.900000', '110502.360000', '110502.820000', '110503.280000', '110503.740000', '110504.200000', '110504.660000', '110505.120000', '110505.580000', '110506.040000', '110506.500000', '110506.960000', '110507.420000', '110507.880000', '110508.340000', '110508.800000', '110509.260000', '110509.720000', '110510.180000', '110510.640000', '110511.100000', '110511.560000', '110512.020000', '110512.480000', '110512.940000', '110513.400000', '110513.860000', '110514.320000', '110514.780000', '110515.240000', '110515.700000', '110516.160000', '110516.620000', '110517.080000', '110517.540000', '110518.000000', '110518.460000', '110518.920000', '110519.380000', '110519.840000', '110520.300000', '110520.760000', '110521.220000', '110521.680000', '110522.140000', '110522.600000', '110523.060000', '110523.520000', '110523.980000', '110524.440000', '110524.900000', '110525.360000', '110525.820000', '110526.280000', '110526.740000'], 'ContentTime': ['105741.522000', '105741.525000', '105741.528000', '105741.531000', '105741.533000', '105741.536000', '105741.538000', '105741.541000', '105741.543000', '105741.546000', '105741.549000', '105741.551000', '105741.554000', '105741.556000', '105741.559000', '105741.561000', '105741.564000', '105741.567000', '105741.569000', '105741.572000', '105741.574000', '105741.577000', '105741.579000', '105741.582000', '105741.585000', '105741.587000', '105741.590000', '105741.592000', '105741.595000', '105741.604000', '105741.606000', '105741.609000', '105741.611000', '105741.614000', '105741.616000', '105741.619000', '105741.621000', '105741.624000', '105741.626000', '105741.629000', '105741.632000', '105741.634000', '105741.637000', '105741.639000', '105741.642000', '105741.645000', '105741.647000', '105741.650000', '105741.652000', '105741.655000', '105741.657000', '105801.493000', '105801.496000', '105801.499000', '105801.502000', '105801.504000', '105801.507000', '105801.509000', '105801.512000', '105801.515000', '105801.517000', '105801.520000', '105801.522000', '105801.525000', '105801.527000', '105801.530000', '105801.533000', '105801.535000', '105801.538000', '105801.540000', '105801.543000', '105801.546000', '105801.548000', '105801.551000', '105801.553000', '105801.556000', '105801.563000', '105801.565000', '105801.568000', '105801.570000', '105801.573000', '105801.575000', '105801.578000', '105801.580000', '105801.583000', '105801.586000', '105801.588000', '105801.591000', '105801.593000', '105801.596000', '105801.599000', '105801.601000', '105801.604000', '105801.606000', '105821.492000', '105821.495000', '105821.498000', '105821.500000', '105821.503000', '105821.506000', '105821.508000', '105821.511000', '105821.513000', '105821.516000', '105821.518000', '105821.521000', '105821.523000', '105821.526000', '105821.529000', '105821.531000', '105821.534000', '105821.536000', '105821.539000', '105821.542000', '105821.544000', '105821.547000', '105821.549000', '105821.552000', '105821.554000', '105821.557000', '105821.559000', '105821.562000', '105821.564000', '105821.576000', '105821.578000', '105821.581000', '105821.583000', '105821.586000', '105821.589000', '105821.591000', '105821.594000', '105821.596000', '105821.599000', '105821.601000', '105821.604000', '105821.606000', '105821.609000', '105821.612000', '105841.492000', '105841.495000', '105841.510000', '105841.513000', '105841.515000', '105841.518000', '105841.521000', '105841.524000', '105841.527000', '105841.530000', '105841.532000', '105841.535000', '105841.537000', '105841.540000', '105841.543000', '105841.545000', '105841.548000', '105841.550000', '105841.554000', '105841.556000', '105841.559000', '105841.561000', '105841.564000', '105841.567000', '105841.569000', '105841.572000', '105841.574000', '105841.577000', '105841.579000', '105841.582000', '105841.584000', '105841.587000', '105841.590000', '105841.592000', '105841.595000', '105841.598000', '105841.600000', '105841.603000', '105841.605000', '105841.608000', '105841.611000', '105841.613000', '105841.616000', '105901.492000', '105901.495000', '105901.498000', '105901.500000', '105901.503000', '105901.506000', '105901.508000', '105901.511000', '105901.513000', '105901.516000', '105901.518000', '105901.521000', '105901.524000', '105901.526000', '105901.529000', '105901.532000', '105901.534000', '105901.537000', '105901.539000', '105901.542000', '105901.544000', '105901.547000', '105901.550000', '105901.552000', '105901.555000', '105901.564000', '105901.567000', '105901.570000', '105901.572000', '105901.575000', '105901.577000', '105901.580000', '105901.582000', '105901.585000', '105901.588000', '105901.590000', '105901.593000', '105901.596000', '105901.598000', '105901.601000', '105901.603000', '105901.606000', '105901.609000', '105901.611000', '105921.492000', '105921.495000', '105921.498000', '105921.500000', '105921.503000', '105921.506000', '105921.508000', '105921.511000', '105921.513000', '105921.516000', '105921.518000', '105921.521000', '105921.523000', '105921.526000', '105921.529000', '105921.532000', '105921.534000', '105921.537000', '105921.539000', '105921.542000', '105921.544000', '105921.547000', '105921.550000', '105921.552000', '105921.555000', '105921.557000', '105921.560000', '105921.562000', '105921.565000', '105921.567000', '105921.570000', '105921.573000', '105921.575000', '105921.578000', '105921.580000', '105921.583000', '105921.585000', '105921.588000', '105921.591000', '105921.593000', '105921.596000', '105921.598000', '105921.601000', '105921.603000', '105941.491000', '105941.494000', '105941.497000', '105941.499000', '105941.502000', '105941.505000', '105941.507000', '105941.510000', '105941.512000', '105941.515000', '105941.517000', '105941.520000', '105941.522000', '105941.525000', '105941.528000', '105941.530000', '105941.533000', '105941.535000', '105941.538000', '105941.540000', '105941.543000', '105941.546000', '105941.548000', '105941.551000', '105941.553000', '105941.556000', '105941.558000', '105941.561000', '105941.564000', '105941.566000', '105941.569000', '105941.571000', '105941.574000', '105941.576000', '105941.579000', '105941.581000', '105941.584000', '105941.587000', '105941.589000', '105941.592000', '105941.595000', '105941.597000', '105941.600000', '110001.491000', '110001.494000', '110001.497000', '110001.499000', '110001.502000', '110001.504000', '110001.507000', '110001.509000', '110001.512000', '110001.515000', '110001.517000', '110001.520000', '110001.522000', '110001.525000', '110001.528000', '110001.530000', '110001.533000', '110001.535000', '110001.538000', '110001.540000', '110001.543000', '110001.546000', '110001.548000', '110001.551000', '110001.554000', '110001.557000', '110001.560000', '110001.571000', '110001.573000', '110001.576000', '110001.578000', '110001.581000', '110001.583000', '110001.586000', '110001.589000', '110001.592000', '110001.595000', '110001.597000', '110001.600000', '110001.602000', '110001.605000', '110001.608000', '110001.618000', '110021.492000', '110021.495000', '110021.498000', '110021.500000', '110021.503000', '110021.505000', '110021.508000', '110021.511000', '110021.513000', '110021.516000', '110021.518000', '110021.521000', '110021.523000', '110021.526000', '110021.529000', '110021.531000', '110021.534000', '110021.536000', '110021.539000', '110021.541000', '110021.544000', '110021.547000', '110021.549000', '110021.552000', '110021.554000', '110021.557000', '110021.560000', '110021.562000', '110021.565000', '110021.567000', '110021.570000', '110021.573000', '110021.575000', '110021.578000', '110021.580000', '110021.583000', '110021.585000', '110021.588000', '110021.591000', '110021.593000', '110021.596000', '110021.599000', '110021.601000', '110021.604000', '110041.493000', '110041.495000', '110041.498000', '110041.501000', '110041.503000', '110041.506000', '110041.508000', '110041.511000', '110041.513000', '110041.516000', '110041.519000', '110041.521000', '110041.524000', '110041.526000', '110041.529000', '110041.531000', '110041.534000', '110041.537000', '110041.539000', '110041.542000', '110041.544000', '110041.547000', '110041.550000', '110041.552000', '110041.555000', '110041.557000', '110041.560000', '110041.562000', '110041.565000', '110041.568000', '110041.570000', '110041.573000', '110041.575000', '110041.578000', '110041.580000', '110041.583000', '110041.586000', '110041.588000', '110041.591000', '110041.593000', '110041.596000', '110041.599000', '110041.601000', '110101.493000', '110101.495000', '110101.498000', '110101.501000', '110101.503000', '110101.506000', '110101.508000', '110101.511000', '110101.513000', '110101.516000', '110101.518000', '110101.521000', '110101.524000', '110101.526000', '110101.529000', '110101.531000', '110101.534000', '110101.537000', '110101.539000', '110101.542000', '110101.544000', '110101.547000', '110101.550000', '110101.552000', '110101.555000', '110101.557000', '110101.560000', '110101.563000', '110101.565000', '110101.568000', '110101.570000', '110101.573000', '110101.575000', '110101.578000', '110101.581000', '110101.583000', '110101.586000', '110101.588000', '110101.591000', '110101.594000', '110101.596000', '110101.599000', '110101.601000', '110101.604000', '110121.492000', '110121.495000', '110121.498000', '110121.500000', '110121.503000', '110121.506000', '110121.508000', '110121.511000', '110121.513000', '110121.516000', '110121.518000', '110121.521000', '110121.524000', '110121.526000', '110121.529000', '110121.531000', '110121.534000', '110121.536000', '110121.539000', '110121.542000', '110121.544000', '110121.547000', '110121.550000', '110121.552000', '110121.555000', '110121.558000', '110121.561000', '110121.564000', '110121.567000', '110121.569000', '110121.572000', '110121.574000', '110121.577000', '110121.593000', '110121.596000', '110121.599000', '110121.601000', '110121.604000', '110121.606000', '110121.609000', '110121.611000', '110121.614000', '110121.617000', '110141.492000', '110141.495000', '110141.498000', '110141.501000', '110141.503000', '110141.506000', '110141.508000', '110141.511000', '110141.513000', '110141.528000', '110141.531000', '110141.533000', '110141.536000', '110141.539000', '110141.541000', '110141.544000', '110141.547000', '110141.549000', '110141.552000', '110141.554000', '110141.557000', '110141.560000', '110141.562000', '110141.565000', '110141.567000', '110141.570000', '110141.572000', '110141.575000', '110141.578000', '110141.580000', '110141.583000', '110141.585000', '110141.588000', '110141.590000', '110141.593000', '110141.596000', '110141.598000', '110141.601000', '110141.603000', '110141.606000', '110141.609000', '110141.611000', '110141.614000', '110141.616000', '110201.492000', '110201.494000', '110201.497000', '110201.500000', '110201.502000', '110201.505000', '110201.507000', '110201.510000', '110201.513000', '110201.515000', '110201.518000', '110201.520000', '110201.523000', '110201.525000', '110201.528000', '110201.531000', '110201.533000', '110201.536000', '110201.538000', '110201.541000', '110201.544000', '110201.546000', '110201.549000', '110201.551000', '110201.554000', '110201.557000', '110201.559000', '110201.562000', '110201.564000', '110201.567000', '110201.569000', '110201.572000', '110201.575000', '110201.577000', '110201.580000', '110201.582000', '110201.585000', '110201.588000', '110201.590000', '110201.593000', '110201.596000', '110201.598000', '110201.601000', '110221.491000', '110221.494000', '110221.497000', '110221.499000', '110221.502000', '110221.504000', '110221.507000', '110221.510000', '110221.512000', '110221.515000', '110221.517000', '110221.520000', '110221.523000', '110221.525000', '110221.528000', '110221.530000', '110221.533000', '110221.535000', '110221.538000', '110221.541000', '110221.543000', '110221.546000', '110221.549000', '110221.551000', '110221.554000', '110221.556000', '110221.559000', '110221.562000', '110221.564000', '110221.567000', '110221.569000', '110221.572000', '110221.574000', '110221.577000', '110221.580000', '110221.582000', '110221.585000', '110221.587000', '110221.590000', '110221.593000', '110221.595000', '110221.598000', '110221.600000', '110221.603000', '110241.492000', '110241.495000', '110241.498000', '110241.500000', '110241.503000', '110241.506000', '110241.508000', '110241.511000', '110241.513000', '110241.516000', '110241.519000', '110241.521000', '110241.524000', '110241.526000', '110241.529000', '110241.531000', '110241.534000', '110241.537000', '110241.539000', '110241.542000', '110241.545000', '110241.547000', '110241.552000', '110241.554000', '110241.557000', '110241.559000', '110241.562000', '110241.564000', '110241.567000', '110241.570000', '110241.572000', '110241.575000', '110241.577000', '110241.580000', '110241.582000', '110241.585000', '110241.588000', '110241.590000', '110241.593000', '110241.595000', '110241.598000', '110241.601000', '110241.603000', '110301.492000', '110301.495000', '110301.498000', '110301.500000', '110301.503000', '110301.505000', '110301.508000', '110301.511000', '110301.513000', '110301.516000', '110301.518000', '110301.521000', '110301.523000', '110301.526000', '110301.528000', '110301.531000', '110301.534000', '110301.536000', '110301.539000', '110301.541000', '110301.549000', '110301.551000', '110301.554000', '110301.557000', '110301.559000', '110301.562000', '110301.564000', '110301.567000', '110301.569000', '110301.572000', '110301.575000', '110301.577000', '110301.580000', '110301.582000', '110301.585000', '110301.587000', '110301.590000', '110301.593000', '110301.595000', '110301.598000', '110301.600000', '110301.603000', '110301.606000', '110301.608000', '110321.493000', '110321.495000', '110321.498000', '110321.500000', '110321.503000', '110321.506000', '110321.508000', '110321.511000', '110321.513000', '110321.516000', '110321.518000', '110321.521000', '110321.524000', '110321.526000', '110321.529000', '110321.531000', '110321.534000', '110321.537000', '110321.539000', '110321.542000', '110321.545000', '110321.547000', '110321.550000', '110321.552000', '110321.555000', '110321.557000', '110321.560000', '110321.562000', '110321.565000', '110321.568000', '110321.570000', '110321.573000', '110321.575000', '110321.578000', '110321.581000', '110321.583000', '110321.586000', '110321.588000', '110321.591000', '110321.594000', '110321.596000', '110321.599000', '110321.601000', '110341.493000', '110341.495000', '110341.498000', '110341.501000', '110341.503000', '110341.506000', '110341.508000', '110341.511000', '110341.514000', '110341.516000', '110341.519000', '110341.521000', '110341.524000', '110341.527000', '110341.529000', '110341.532000', '110341.534000', '110341.537000', '110341.540000', '110341.542000', '110341.545000', '110341.548000', '110341.550000', '110341.553000', '110341.555000', '110341.558000', '110341.560000', '110341.563000', '110341.566000', '110341.568000', '110341.571000', '110341.573000', '110341.576000', '110341.579000', '110341.581000', '110341.584000', '110341.586000', '110341.589000', '110341.592000', '110341.594000', '110341.597000', '110341.599000', '110341.602000', '110341.604000', '110401.492000', '110401.495000', '110401.498000', '110401.500000', '110401.503000', '110401.506000', '110401.508000', '110401.511000', '110401.513000', '110401.516000', '110401.518000', '110401.521000', '110401.524000', '110401.526000', '110401.529000', '110401.531000', '110401.534000', '110401.537000', '110401.539000', '110401.542000', '110401.544000', '110401.547000', '110401.550000', '110401.552000', '110401.555000', '110401.557000', '110401.560000', '110401.562000', '110401.565000', '110401.568000', '110401.570000', '110401.573000', '110401.575000', '110401.578000', '110401.580000', '110401.583000', '110401.586000', '110401.588000', '110401.591000', '110401.593000', '110401.596000', '110401.599000', '110401.601000', '110421.492000', '110421.494000', '110421.497000', '110421.500000', '110421.502000', '110421.505000', '110421.507000', '110421.510000', '110421.513000', '110421.515000', '110421.518000', '110421.520000', '110421.523000', '110421.526000', '110421.528000', '110421.531000', '110421.534000', '110421.537000', '110421.540000', '110421.543000', '110421.545000', '110421.548000', '110421.550000', '110421.553000', '110421.556000', '110421.558000', '110421.561000', '110421.563000', '110421.566000', '110421.568000', '110421.571000', '110421.574000', '110421.576000', '110421.579000', '110421.581000', '110421.584000', '110421.587000', '110421.589000', '110421.592000', '110421.594000', '110421.597000', '110421.599000', '110421.602000', '110441.492000', '110441.495000', '110441.497000', '110441.500000', '110441.502000', '110441.505000', '110441.508000', '110441.510000', '110441.513000', '110441.515000', '110441.518000', '110441.520000', '110441.523000', '110441.526000', '110441.528000', '110441.531000', '110441.533000', '110441.536000', '110441.538000', '110441.541000', '110441.544000', '110441.546000', '110441.549000', '110441.551000', '110441.554000', '110441.557000', '110441.559000', '110441.562000', '110441.564000', '110441.567000', '110441.569000', '110441.572000', '110441.575000', '110441.577000', '110441.580000', '110441.582000', '110441.585000', '110441.587000', '110441.590000', '110441.593000', '110441.595000', '110441.598000', '110441.600000', '110441.603000', '110501.493000', '110501.495000', '110501.498000', '110501.501000', '110501.503000', '110501.506000', '110501.509000', '110501.512000', '110501.515000', '110501.517000', '110501.520000', '110501.522000', '110501.525000', '110501.528000', '110501.530000', '110501.533000', '110501.535000', '110501.538000', '110501.541000', '110501.543000', '110501.546000', '110501.548000', '110501.551000', '110501.554000', '110501.556000', '110501.559000', '110501.562000', '110501.564000', '110501.567000', '110501.570000', '110501.572000', '110501.575000', '110501.578000', '110501.580000', '110501.583000', '110501.585000', '110501.588000', '110501.591000', '110501.593000', '110501.596000', '110501.598000', '110501.601000', '110501.603000', '110501.606000', '110521.493000', '110521.495000', '110521.498000', '110521.501000', '110521.503000', '110521.506000', '110521.508000', '110521.511000', '110521.513000', '110521.516000', '110521.519000', '110521.521000', '110521.524000', '110521.526000', '110521.529000', '110521.532000', '110521.534000', '110521.537000', '110521.539000', '110521.542000', '110521.544000', '110521.547000', '110521.550000', '110521.552000', '110521.555000', '110521.557000', '110521.560000', '110521.562000', '110521.565000', '110521.568000', '110521.570000', '110521.573000', '110521.575000', '110521.578000', '110521.581000', '110521.583000', '110521.586000', '110521.588000', '110521.591000', '110521.594000', '110521.596000', '110521.599000', '110521.601000', '110527.672000', '110527.675000', '110527.677000', '110527.680000', '110527.682000', '110527.685000', '110527.688000', '110527.690000', '110527.693000', '110527.695000', '110527.698000', '110527.701000', '110527.703000', '110527.706000'], 'InstanceCreationTime': ['105741.522000', '105741.525000', '105741.528000', '105741.531000', '105741.533000', '105741.536000', '105741.538000', '105741.541000', '105741.543000', '105741.546000', '105741.549000', '105741.551000', '105741.554000', '105741.556000', '105741.559000', '105741.561000', '105741.564000', '105741.567000', '105741.569000', '105741.572000', '105741.574000', '105741.577000', '105741.579000', '105741.582000', '105741.585000', '105741.587000', '105741.590000', '105741.592000', '105741.595000', '105741.604000', '105741.606000', '105741.609000', '105741.611000', '105741.614000', '105741.616000', '105741.619000', '105741.621000', '105741.624000', '105741.626000', '105741.629000', '105741.632000', '105741.634000', '105741.637000', '105741.639000', '105741.642000', '105741.645000', '105741.647000', '105741.650000', '105741.652000', '105741.655000', '105741.657000', '105801.493000', '105801.496000', '105801.499000', '105801.502000', '105801.504000', '105801.507000', '105801.509000', '105801.512000', '105801.515000', '105801.517000', '105801.520000', '105801.522000', '105801.525000', '105801.527000', '105801.530000', '105801.533000', '105801.535000', '105801.538000', '105801.540000', '105801.543000', '105801.546000', '105801.548000', '105801.551000', '105801.553000', '105801.556000', '105801.563000', '105801.565000', '105801.568000', '105801.570000', '105801.573000', '105801.575000', '105801.578000', '105801.580000', '105801.583000', '105801.586000', '105801.588000', '105801.591000', '105801.593000', '105801.596000', '105801.599000', '105801.601000', '105801.604000', '105801.606000', '105821.492000', '105821.495000', '105821.498000', '105821.500000', '105821.503000', '105821.506000', '105821.508000', '105821.511000', '105821.513000', '105821.516000', '105821.518000', '105821.521000', '105821.523000', '105821.526000', '105821.529000', '105821.531000', '105821.534000', '105821.536000', '105821.539000', '105821.542000', '105821.544000', '105821.547000', '105821.549000', '105821.552000', '105821.554000', '105821.557000', '105821.559000', '105821.562000', '105821.564000', '105821.576000', '105821.578000', '105821.581000', '105821.583000', '105821.586000', '105821.589000', '105821.591000', '105821.594000', '105821.596000', '105821.599000', '105821.601000', '105821.604000', '105821.606000', '105821.609000', '105821.612000', '105841.492000', '105841.495000', '105841.510000', '105841.513000', '105841.515000', '105841.518000', '105841.521000', '105841.524000', '105841.527000', '105841.530000', '105841.532000', '105841.535000', '105841.537000', '105841.540000', '105841.543000', '105841.545000', '105841.548000', '105841.550000', '105841.554000', '105841.556000', '105841.559000', '105841.561000', '105841.564000', '105841.567000', '105841.569000', '105841.572000', '105841.574000', '105841.577000', '105841.579000', '105841.582000', '105841.584000', '105841.587000', '105841.590000', '105841.592000', '105841.595000', '105841.598000', '105841.600000', '105841.603000', '105841.605000', '105841.608000', '105841.611000', '105841.613000', '105841.616000', '105901.492000', '105901.495000', '105901.498000', '105901.500000', '105901.503000', '105901.506000', '105901.508000', '105901.511000', '105901.513000', '105901.516000', '105901.518000', '105901.521000', '105901.524000', '105901.526000', '105901.529000', '105901.532000', '105901.534000', '105901.537000', '105901.539000', '105901.542000', '105901.544000', '105901.547000', '105901.550000', '105901.552000', '105901.555000', '105901.564000', '105901.567000', '105901.570000', '105901.572000', '105901.575000', '105901.577000', '105901.580000', '105901.582000', '105901.585000', '105901.588000', '105901.590000', '105901.593000', '105901.596000', '105901.598000', '105901.601000', '105901.603000', '105901.606000', '105901.609000', '105901.611000', '105921.492000', '105921.495000', '105921.498000', '105921.500000', '105921.503000', '105921.506000', '105921.508000', '105921.511000', '105921.513000', '105921.516000', '105921.518000', '105921.521000', '105921.523000', '105921.526000', '105921.529000', '105921.532000', '105921.534000', '105921.537000', '105921.539000', '105921.542000', '105921.544000', '105921.547000', '105921.550000', '105921.552000', '105921.555000', '105921.557000', '105921.560000', '105921.562000', '105921.565000', '105921.567000', '105921.570000', '105921.573000', '105921.575000', '105921.578000', '105921.580000', '105921.583000', '105921.585000', '105921.588000', '105921.591000', '105921.593000', '105921.596000', '105921.598000', '105921.601000', '105921.603000', '105941.491000', '105941.494000', '105941.497000', '105941.499000', '105941.502000', '105941.505000', '105941.507000', '105941.510000', '105941.512000', '105941.515000', '105941.517000', '105941.520000', '105941.522000', '105941.525000', '105941.528000', '105941.530000', '105941.533000', '105941.535000', '105941.538000', '105941.540000', '105941.543000', '105941.546000', '105941.548000', '105941.551000', '105941.553000', '105941.556000', '105941.558000', '105941.561000', '105941.564000', '105941.566000', '105941.569000', '105941.571000', '105941.574000', '105941.576000', '105941.579000', '105941.581000', '105941.584000', '105941.587000', '105941.589000', '105941.592000', '105941.595000', '105941.597000', '105941.600000', '110001.491000', '110001.494000', '110001.497000', '110001.499000', '110001.502000', '110001.504000', '110001.507000', '110001.509000', '110001.512000', '110001.515000', '110001.517000', '110001.520000', '110001.522000', '110001.525000', '110001.528000', '110001.530000', '110001.533000', '110001.535000', '110001.538000', '110001.540000', '110001.543000', '110001.546000', '110001.548000', '110001.551000', '110001.554000', '110001.557000', '110001.560000', '110001.571000', '110001.573000', '110001.576000', '110001.578000', '110001.581000', '110001.583000', '110001.586000', '110001.589000', '110001.592000', '110001.595000', '110001.597000', '110001.600000', '110001.602000', '110001.605000', '110001.608000', '110001.618000', '110021.492000', '110021.495000', '110021.498000', '110021.500000', '110021.503000', '110021.505000', '110021.508000', '110021.511000', '110021.513000', '110021.516000', '110021.518000', '110021.521000', '110021.523000', '110021.526000', '110021.529000', '110021.531000', '110021.534000', '110021.536000', '110021.539000', '110021.541000', '110021.544000', '110021.547000', '110021.549000', '110021.552000', '110021.554000', '110021.557000', '110021.560000', '110021.562000', '110021.565000', '110021.567000', '110021.570000', '110021.573000', '110021.575000', '110021.578000', '110021.580000', '110021.583000', '110021.585000', '110021.588000', '110021.591000', '110021.593000', '110021.596000', '110021.599000', '110021.601000', '110021.604000', '110041.493000', '110041.495000', '110041.498000', '110041.501000', '110041.503000', '110041.506000', '110041.508000', '110041.511000', '110041.513000', '110041.516000', '110041.519000', '110041.521000', '110041.524000', '110041.526000', '110041.529000', '110041.531000', '110041.534000', '110041.537000', '110041.539000', '110041.542000', '110041.544000', '110041.547000', '110041.550000', '110041.552000', '110041.555000', '110041.557000', '110041.560000', '110041.562000', '110041.565000', '110041.568000', '110041.570000', '110041.573000', '110041.575000', '110041.578000', '110041.580000', '110041.583000', '110041.586000', '110041.588000', '110041.591000', '110041.593000', '110041.596000', '110041.599000', '110041.601000', '110101.493000', '110101.495000', '110101.498000', '110101.501000', '110101.503000', '110101.506000', '110101.508000', '110101.511000', '110101.513000', '110101.516000', '110101.518000', '110101.521000', '110101.524000', '110101.526000', '110101.529000', '110101.531000', '110101.534000', '110101.537000', '110101.539000', '110101.542000', '110101.544000', '110101.547000', '110101.550000', '110101.552000', '110101.555000', '110101.557000', '110101.560000', '110101.563000', '110101.565000', '110101.568000', '110101.570000', '110101.573000', '110101.575000', '110101.578000', '110101.581000', '110101.583000', '110101.586000', '110101.588000', '110101.591000', '110101.594000', '110101.596000', '110101.599000', '110101.601000', '110101.604000', '110121.492000', '110121.495000', '110121.498000', '110121.500000', '110121.503000', '110121.506000', '110121.508000', '110121.511000', '110121.513000', '110121.516000', '110121.518000', '110121.521000', '110121.524000', '110121.526000', '110121.529000', '110121.531000', '110121.534000', '110121.536000', '110121.539000', '110121.542000', '110121.544000', '110121.547000', '110121.550000', '110121.552000', '110121.555000', '110121.558000', '110121.561000', '110121.564000', '110121.567000', '110121.569000', '110121.572000', '110121.574000', '110121.577000', '110121.593000', '110121.596000', '110121.599000', '110121.601000', '110121.604000', '110121.606000', '110121.609000', '110121.611000', '110121.614000', '110121.617000', '110141.492000', '110141.495000', '110141.498000', '110141.501000', '110141.503000', '110141.506000', '110141.508000', '110141.511000', '110141.513000', '110141.528000', '110141.531000', '110141.533000', '110141.536000', '110141.539000', '110141.541000', '110141.544000', '110141.547000', '110141.549000', '110141.552000', '110141.554000', '110141.557000', '110141.560000', '110141.562000', '110141.565000', '110141.567000', '110141.570000', '110141.572000', '110141.575000', '110141.578000', '110141.580000', '110141.583000', '110141.585000', '110141.588000', '110141.590000', '110141.593000', '110141.596000', '110141.598000', '110141.601000', '110141.603000', '110141.606000', '110141.609000', '110141.611000', '110141.614000', '110141.616000', '110201.492000', '110201.494000', '110201.497000', '110201.500000', '110201.502000', '110201.505000', '110201.507000', '110201.510000', '110201.513000', '110201.515000', '110201.518000', '110201.520000', '110201.523000', '110201.525000', '110201.528000', '110201.531000', '110201.533000', '110201.536000', '110201.538000', '110201.541000', '110201.544000', '110201.546000', '110201.549000', '110201.551000', '110201.554000', '110201.557000', '110201.559000', '110201.562000', '110201.564000', '110201.567000', '110201.569000', '110201.572000', '110201.575000', '110201.577000', '110201.580000', '110201.582000', '110201.585000', '110201.588000', '110201.590000', '110201.593000', '110201.596000', '110201.598000', '110201.601000', '110221.491000', '110221.494000', '110221.497000', '110221.499000', '110221.502000', '110221.504000', '110221.507000', '110221.510000', '110221.512000', '110221.515000', '110221.517000', '110221.520000', '110221.523000', '110221.525000', '110221.528000', '110221.530000', '110221.533000', '110221.535000', '110221.538000', '110221.541000', '110221.543000', '110221.546000', '110221.549000', '110221.551000', '110221.554000', '110221.556000', '110221.559000', '110221.562000', '110221.564000', '110221.567000', '110221.569000', '110221.572000', '110221.574000', '110221.577000', '110221.580000', '110221.582000', '110221.585000', '110221.587000', '110221.590000', '110221.593000', '110221.595000', '110221.598000', '110221.600000', '110221.603000', '110241.492000', '110241.495000', '110241.498000', '110241.500000', '110241.503000', '110241.506000', '110241.508000', '110241.511000', '110241.513000', '110241.516000', '110241.519000', '110241.521000', '110241.524000', '110241.526000', '110241.529000', '110241.531000', '110241.534000', '110241.537000', '110241.539000', '110241.542000', '110241.545000', '110241.547000', '110241.552000', '110241.554000', '110241.557000', '110241.559000', '110241.562000', '110241.564000', '110241.567000', '110241.570000', '110241.572000', '110241.575000', '110241.577000', '110241.580000', '110241.582000', '110241.585000', '110241.588000', '110241.590000', '110241.593000', '110241.595000', '110241.598000', '110241.601000', '110241.603000', '110301.492000', '110301.495000', '110301.498000', '110301.500000', '110301.503000', '110301.505000', '110301.508000', '110301.511000', '110301.513000', '110301.516000', '110301.518000', '110301.521000', '110301.523000', '110301.526000', '110301.528000', '110301.531000', '110301.534000', '110301.536000', '110301.539000', '110301.541000', '110301.549000', '110301.551000', '110301.554000', '110301.557000', '110301.559000', '110301.562000', '110301.564000', '110301.567000', '110301.569000', '110301.572000', '110301.575000', '110301.577000', '110301.580000', '110301.582000', '110301.585000', '110301.587000', '110301.590000', '110301.593000', '110301.595000', '110301.598000', '110301.600000', '110301.603000', '110301.606000', '110301.608000', '110321.493000', '110321.495000', '110321.498000', '110321.500000', '110321.503000', '110321.506000', '110321.508000', '110321.511000', '110321.513000', '110321.516000', '110321.518000', '110321.521000', '110321.524000', '110321.526000', '110321.529000', '110321.531000', '110321.534000', '110321.537000', '110321.539000', '110321.542000', '110321.545000', '110321.547000', '110321.550000', '110321.552000', '110321.555000', '110321.557000', '110321.560000', '110321.562000', '110321.565000', '110321.568000', '110321.570000', '110321.573000', '110321.575000', '110321.578000', '110321.581000', '110321.583000', '110321.586000', '110321.588000', '110321.591000', '110321.594000', '110321.596000', '110321.599000', '110321.601000', '110341.493000', '110341.495000', '110341.498000', '110341.501000', '110341.503000', '110341.506000', '110341.508000', '110341.511000', '110341.514000', '110341.516000', '110341.519000', '110341.521000', '110341.524000', '110341.527000', '110341.529000', '110341.532000', '110341.534000', '110341.537000', '110341.540000', '110341.542000', '110341.545000', '110341.548000', '110341.550000', '110341.553000', '110341.555000', '110341.558000', '110341.560000', '110341.563000', '110341.566000', '110341.568000', '110341.571000', '110341.573000', '110341.576000', '110341.579000', '110341.581000', '110341.584000', '110341.586000', '110341.589000', '110341.592000', '110341.594000', '110341.597000', '110341.599000', '110341.602000', '110341.604000', '110401.492000', '110401.495000', '110401.498000', '110401.500000', '110401.503000', '110401.506000', '110401.508000', '110401.511000', '110401.513000', '110401.516000', '110401.518000', '110401.521000', '110401.524000', '110401.526000', '110401.529000', '110401.531000', '110401.534000', '110401.537000', '110401.539000', '110401.542000', '110401.544000', '110401.547000', '110401.550000', '110401.552000', '110401.555000', '110401.557000', '110401.560000', '110401.562000', '110401.565000', '110401.568000', '110401.570000', '110401.573000', '110401.575000', '110401.578000', '110401.580000', '110401.583000', '110401.586000', '110401.588000', '110401.591000', '110401.593000', '110401.596000', '110401.599000', '110401.601000', '110421.492000', '110421.494000', '110421.497000', '110421.500000', '110421.502000', '110421.505000', '110421.507000', '110421.510000', '110421.513000', '110421.515000', '110421.518000', '110421.520000', '110421.523000', '110421.526000', '110421.528000', '110421.531000', '110421.534000', '110421.537000', '110421.540000', '110421.543000', '110421.545000', '110421.548000', '110421.550000', '110421.553000', '110421.556000', '110421.558000', '110421.561000', '110421.563000', '110421.566000', '110421.568000', '110421.571000', '110421.574000', '110421.576000', '110421.579000', '110421.581000', '110421.584000', '110421.587000', '110421.589000', '110421.592000', '110421.594000', '110421.597000', '110421.599000', '110421.602000', '110441.492000', '110441.495000', '110441.497000', '110441.500000', '110441.502000', '110441.505000', '110441.508000', '110441.510000', '110441.513000', '110441.515000', '110441.518000', '110441.520000', '110441.523000', '110441.526000', '110441.528000', '110441.531000', '110441.533000', '110441.536000', '110441.538000', '110441.541000', '110441.544000', '110441.546000', '110441.549000', '110441.551000', '110441.554000', '110441.557000', '110441.559000', '110441.562000', '110441.564000', '110441.567000', '110441.569000', '110441.572000', '110441.575000', '110441.577000', '110441.580000', '110441.582000', '110441.585000', '110441.587000', '110441.590000', '110441.593000', '110441.595000', '110441.598000', '110441.600000', '110441.603000', '110501.493000', '110501.495000', '110501.498000', '110501.501000', '110501.503000', '110501.506000', '110501.509000', '110501.512000', '110501.515000', '110501.517000', '110501.520000', '110501.522000', '110501.525000', '110501.528000', '110501.530000', '110501.533000', '110501.535000', '110501.538000', '110501.541000', '110501.543000', '110501.546000', '110501.548000', '110501.551000', '110501.554000', '110501.556000', '110501.559000', '110501.562000', '110501.564000', '110501.567000', '110501.570000', '110501.572000', '110501.575000', '110501.578000', '110501.580000', '110501.583000', '110501.585000', '110501.588000', '110501.591000', '110501.593000', '110501.596000', '110501.598000', '110501.601000', '110501.603000', '110501.606000', '110521.493000', '110521.495000', '110521.498000', '110521.501000', '110521.503000', '110521.506000', '110521.508000', '110521.511000', '110521.513000', '110521.516000', '110521.519000', '110521.521000', '110521.524000', '110521.526000', '110521.529000', '110521.532000', '110521.534000', '110521.537000', '110521.539000', '110521.542000', '110521.544000', '110521.547000', '110521.550000', '110521.552000', '110521.555000', '110521.557000', '110521.560000', '110521.562000', '110521.565000', '110521.568000', '110521.570000', '110521.573000', '110521.575000', '110521.578000', '110521.581000', '110521.583000', '110521.586000', '110521.588000', '110521.591000', '110521.594000', '110521.596000', '110521.599000', '110521.601000', '110527.672000', '110527.675000', '110527.677000', '110527.680000', '110527.682000', '110527.685000', '110527.688000', '110527.690000', '110527.693000', '110527.695000', '110527.698000', '110527.701000', '110527.703000', '110527.706000'], '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': [9421, 9006, 13612, 9734, 11995, 7300, 10707, 7029, 8062, 13313, 8361, 11240, 7123, 8827, 6385, 7362, 12693, 7083, 10340, 6906, 8272, 6291, 7196, 11759, 7093, 9819, 6645, 7719, 6402, 7157, 10858, 6824, 8657, 6575, 7712, 6438, 7167, 9971, 6697, 8409, 6441, 7079, 10380, 6575, 9036, 6324, 7388, 11457, 6590, 8025, 6445, 8651, 10435, 6714, 9877, 6261, 8313, 10361, 6778, 8650, 6550, 7886, 6559, 7601, 8657, 6549, 8633, 6760, 9174, 6600, 8248, 6943, 7165, 11731, 6741, 10105, 6432, 8476, 9676, 6578, 10416, 6811, 8859, 6365, 7392, 11327, 6544, 9632, 6720, 8627, 6309, 7497, 11508, 6789, 9144, 6623, 7603, 6667, 6707, 9409, 6666, 9382, 6728, 7308, 12183, 6591, 8489, 6265, 7500, 10700, 6768, 8990, 6549, 7652, 6489, 7323, 9486, 6647, 9587, 6427, 8175, 6312, 7941, 11063, 7603, 12038, 6887, 10141, 6333, 7554, 12815, 6796, 11188, 6699, 8807, 6517, 7207, 11179, 6831, 8961, 6357, 7765, 10139, 6745, 9013, 6827, 7660, 6445, 7072, 11161, 6823, 9962, 7067, 7403, 10349, 6783, 8625, 6553, 9001, 6967, 7028, 11865, 6817, 8616, 6550, 8390, 6873, 7056, 11462, 6661, 8610, 6328, 7718, 12309, 6823, 11071, 6640, 8597, 6250, 7869, 10804, 6758, 10314, 6794, 8248, 6242, 8103, 10746, 6621, 10567, 6831, 8694, 6422, 7610, 10529, 6443, 10583, 6844, 9168, 6330, 7581, 9953, 6853, 9599, 6750, 7805, 6303, 7815, 6441, 7153, 11728, 6966, 9674, 6854, 8509, 6301, 7813, 11762, 6602, 10845, 6881, 9232, 6429, 7980, 10272, 7630, 12311, 6824, 9448, 6558, 8632, 7723, 7013, 10651, 6759, 8305, 6283, 7852, 6400, 7059, 10734, 6656, 8435, 6601, 8443, 7200, 6874, 6421, 7111, 10987, 7874, 11754, 6886, 11905, 8355, 10382, 6973, 8051, 6386, 7907, 9423, 7677, 12565, 6808, 10568, 7039, 9734, 7045, 8205, 6578, 7742, 6577, 7641, 7290, 7285, 10948, 6444, 10679, 6761, 9638, 6998, 9102, 6960, 8229, 6751, 7613, 8459, 7824, 12322, 6698, 9886, 6699, 8880, 7284, 7092, 8058, 6540, 9227, 6657, 8808, 6957, 7817, 6566, 7391, 6432, 7355, 7188, 7036, 9570, 6446, 9915, 7256, 10028, 7217, 10246, 6641, 7957, 6793, 7734, 9369, 7255, 10816, 6488, 10418, 6859, 9462, 7334, 8283, 6462, 7338, 6655, 7086, 10871, 7066, 11259, 6802, 10757, 7083, 9082, 7211, 7982, 6473, 7225, 6473, 7441, 11792, 6900, 10302, 6938, 8521, 6847, 9152, 7225, 7935, 6685, 7293, 11100, 6561, 10279, 6930, 8444, 6474, 8722, 6729, 7774, 10912, 7102, 10408, 6989, 8485, 6818, 8860, 7243, 7368, 10419, 6739, 9421, 6992, 9173, 7341, 7167, 10308, 6633, 8916, 6706, 9163, 7145, 7017, 11653, 6943, 9302, 6608, 9002, 7266, 8635, 6485, 7215, 10737, 6683, 10109, 7121, 8860, 6717, 7998, 6550, 7400, 11749, 6907, 10015, 6974, 8784, 6347, 7991, 7916, 7524, 10613, 6750, 8494, 6565, 8924, 7141, 7367, 6599, 6990, 10759, 6796, 9735, 6968, 8604, 6571, 7730, 6584, 6981, 12568, 7109, 10668, 6951, 8504, 6397, 7163, 11539, 6996, 9760, 6617, 8280, 6590, 6487, 8884, 6676, 8797, 7063, 7460, 6577, 6513, 9137, 6642, 9088, 6882, 7706, 6716, 6616, 9070, 6741, 9301, 7198, 7592, 6825, 6802, 9697, 6837, 9578, 7228, 7922, 6560, 7329, 11454, 6886, 9648, 6974, 9883, 6478, 7469, 11284, 6798, 10700, 6985, 11495, 6897, 9181, 9216, 6702, 8508, 6609, 9232, 7034, 9476, 6845, 9490, 7006, 8981, 7741, 8014, 9047, 6624, 11143, 6995, 10208, 7279, 9579, 6739, 8010, 6540, 7411, 7949, 7235, 11318, 6668, 10211, 6942, 9683, 7410, 9872, 6780, 8120, 6588, 7302, 7377, 7556, 10892, 6485, 10353, 6921, 9351, 7137, 8857, 6789, 7318, 6462, 6732, 10726, 6688, 9296, 6845, 7827, 6377, 8145, 7426, 7161, 6796, 6791, 9688, 6640, 10217, 7136, 9589, 7117, 9013, 7195, 8259, 7254, 8863, 7293, 11286, 7030, 9090, 6959, 11747, 7813, 12224, 6938, 7660, 6808, 7248, 12211, 7714, 11216, 6764, 10305, 7019, 9816, 7157, 8627, 6507, 7625, 6490, 7436, 6613, 7300, 8349, 7893, 9957, 6743, 9668, 6604, 9085, 6850, 9568, 7095, 11774, 7018, 9595, 7160, 8278, 7185, 8566, 7091, 9663, 7223, 8518, 6959, 7628, 7052, 9317, 6968, 7478, 6682, 7991, 6419, 7680, 7177, 8123, 6746, 7268, 6871, 7473, 8410, 8554, 8723, 7195, 8970, 6576, 10225, 6842, 10854, 6981, 9578, 7168, 8689, 6888, 8581, 6907, 9405, 6806, 7405, 6695, 7694, 6701, 7676, 7234, 8295, 6760, 7333, 6936, 7567, 10440, 7750, 11003, 6909, 9896, 6895, 9306, 7296, 9088, 7060, 8037, 6721, 7606, 7013, 7950, 7426, 7896, 7682, 6908, 9766, 6610, 10671, 6878, 10628, 7187, 9136, 7077, 7905, 6927, 8025, 7018, 9760, 6677, 8504, 6651, 7505, 7360, 7749, 8007, 6781, 10385, 6568, 10099, 6761, 10183, 7102, 8892, 7060, 7700, 6788, 8864, 7252, 8010, 6517, 7069, 6969, 6769, 9104, 6489, 10151, 6920, 9349, 7069, 8470, 6531, 8115, 7493, 7299, 6630, 7088, 9906, 6672, 10232, 6913, 9506, 7102, 7881, 6584, 7518, 6656, 7510, 7264, 6899, 7900, 6541, 8775, 7098, 8743, 7084, 9803, 6743, 8559, 6381, 7917, 8025, 7540, 11144, 6689, 9676, 6839, 8140, 7061, 7843, 7215, 9154, 6408, 7201, 6738, 7611, 11714, 7358, 10600, 7045, 10199, 6836, 10976, 7621, 13110, 8175, 8326, 6603, 7229, 9104, 6917, 11164, 7700, 10790, 7008, 9605, 7095, 8675, 7006, 8192, 7108, 7801, 6633, 7700, 6602, 7445, 6748, 7806, 11048, 7001, 9986, 6928, 8774, 7004, 8740, 7444, 7499, 6689, 7057, 9751, 6527, 9671, 7300, 8525, 7079, 8562, 6866, 7904, 7520, 7791, 7224, 6988, 10743, 6872, 9542, 6943, 11301, 7677, 10085, 6765, 7385, 11065, 6578, 10085, 7111, 8714, 6775, 8150, 6585, 7238, 10436, 6927, 10197, 7047, 9540, 6752, 8350, 6991, 7556, 9488, 7033, 10904, 6945, 9026, 7019, 9025, 7356, 7915, 6642, 6840, 9998, 6833, 9177, 6898, 8304, 6735, 7812, 6575, 7136, 9637, 6753, 10072, 7099, 9014, 6770, 8199, 7028, 7821, 11394, 7150, 10627, 7293, 8940, 7104, 9293, 7332, 7432, 6325, 6462, 8902, 6786, 9261, 6877, 8821, 7106, 8079, 6676, 8129, 7463, 8191, 7089, 7110, 10414, 6703, 9957, 6850, 9720, 7131, 8627, 6985, 8553, 6916, 7917, 7684, 7876, 7027, 7264, 10885, 6690, 11075, 7153, 10342, 7306, 9050, 6925, 8034, 7184, 9042, 7032, 7640, 6569, 7631, 6743, 7517, 8722, 8340, 9864, 7105, 9681, 6706, 9760, 6976, 9629, 7459, 8061, 7221, 7930, 6967, 7704, 7324, 10122, 6975, 8883, 6498, 8591, 7783, 9658, 6957, 7381, 6602, 6576, 9156, 6621, 9770, 7150, 10143, 7099, 8688, 6912, 8240, 6945, 7471, 9919, 7775, 11416, 6981, 10059, 6792, 8390, 7114, 8251, 6753, 7299, 6453, 8464, 6429, 7565, 7175, 9362, 7458, 8607, 6790, 7325, 8904, 7678, 12005, 7556, 10191, 7095, 9499, 7047, 9018, 7298, 9615, 7047, 7398, 6772, 9985, 7653, 11283, 7045, 8245, 6868, 7917, 10861, 7977, 10426, 7019, 10146, 7084, 9290, 6877, 8529, 7603, 9357, 6680, 7795, 6633, 7829, 10101, 7702, 10350, 7028, 9379, 7156, 8928, 7038, 8066, 6906, 7705, 7008, 8100, 7684, 7719, 6683, 7508, 6565, 7249, 10824, 7588, 10156, 6736, 9938, 7201, 9395, 7666, 9742, 6911, 9045, 6905, 8192, 7631, 8186, 7716, 7333, 10391, 6588, 10177], 'WindowCenter': [3882.0, 3869.0, 3897.0, 3864.0, 3872.0, 3818.0, 3860.0, 3805.0, 3827.0, 3867.0, 3826.0, 3857.0, 3804.0, 3836.0, 3793.0, 3815.0, 3856.0, 3805.0, 3846.0, 3804.0, 3825.0, 3792.0, 3804.0, 3855.0, 3803.0, 3834.0, 3793.0, 3814.0, 3791.0, 3804.0, 3844.0, 3793.0, 3824.0, 3792.0, 3814.0, 3791.0, 3804.0, 3834.0, 3793.0, 3824.0, 3781.0, 3803.0, 3833.0, 3791.0, 3824.0, 3781.0, 3804.0, 3844.0, 3792.0, 3813.0, 3791.0, 3824.0, 3834.0, 3792.0, 3834.0, 3781.0, 3813.0, 3832.0, 3792.0, 3823.0, 3793.0, 3814.0, 3793.0, 3814.0, 3823.0, 3794.0, 3836.0, 3806.0, 3837.0, 3805.0, 3827.0, 3804.0, 3817.0, 3858.0, 3805.0, 3846.0, 3794.0, 3825.0, 3834.0, 3804.0, 3845.0, 3793.0, 3836.0, 3793.0, 3815.0, 3844.0, 3794.0, 3835.0, 3804.0, 3826.0, 3792.0, 3813.0, 3845.0, 3793.0, 3835.0, 3793.0, 3816.0, 3793.0, 3805.0, 3823.0, 3793.0, 3835.0, 3792.0, 3804.0, 3855.0, 3792.0, 3824.0, 3791.0, 3803.0, 3844.0, 3804.0, 3835.0, 3794.0, 3815.0, 3794.0, 3817.0, 3846.0, 3806.0, 3847.0, 3806.0, 3838.0, 3806.0, 3828.0, 3857.0, 3828.0, 3869.0, 3806.0, 3848.0, 3793.0, 3814.0, 3857.0, 3794.0, 3845.0, 3804.0, 3836.0, 3793.0, 3815.0, 3856.0, 3805.0, 3836.0, 3793.0, 3815.0, 3845.0, 3805.0, 3835.0, 3805.0, 3816.0, 3793.0, 3804.0, 3845.0, 3794.0, 3835.0, 3803.0, 3804.0, 3833.0, 3793.0, 3822.0, 3792.0, 3824.0, 3802.0, 3804.0, 3855.0, 3793.0, 3824.0, 3792.0, 3826.0, 3792.0, 3804.0, 3844.0, 3793.0, 3824.0, 3792.0, 3814.0, 3855.0, 3793.0, 3845.0, 3803.0, 3823.0, 3792.0, 3814.0, 3844.0, 3793.0, 3834.0, 3792.0, 3824.0, 3792.0, 3826.0, 3845.0, 3804.0, 3845.0, 3804.0, 3825.0, 3794.0, 3815.0, 3845.0, 3795.0, 3858.0, 3806.0, 3836.0, 3793.0, 3814.0, 3833.0, 3805.0, 3847.0, 3806.0, 3816.0, 3793.0, 3816.0, 3793.0, 3816.0, 3857.0, 3817.0, 3835.0, 3793.0, 3837.0, 3794.0, 3817.0, 3857.0, 3805.0, 3845.0, 3804.0, 3836.0, 3794.0, 3841.0, 3848.0, 3815.0, 3856.0, 3805.0, 3847.0, 3793.0, 3825.0, 3814.0, 3804.0, 3845.0, 3805.0, 3825.0, 3792.0, 3825.0, 3792.0, 3804.0, 3845.0, 3792.0, 3824.0, 3804.0, 3827.0, 3815.0, 3807.0, 3794.0, 3818.0, 3858.0, 3841.0, 3869.0, 3818.0, 3869.0, 3827.0, 3846.0, 3805.0, 3825.0, 3793.0, 3827.0, 3836.0, 3816.0, 3857.0, 3805.0, 3845.0, 3804.0, 3834.0, 3805.0, 3824.0, 3793.0, 3814.0, 3793.0, 3815.0, 3803.0, 3804.0, 3844.0, 3793.0, 3833.0, 3793.0, 3834.0, 3803.0, 3824.0, 3803.0, 3813.0, 3792.0, 3814.0, 3813.0, 3814.0, 3854.0, 3792.0, 3832.0, 3791.0, 3823.0, 3801.0, 3792.0, 3811.0, 3792.0, 3822.0, 3792.0, 3823.0, 3803.0, 3814.0, 3793.0, 3814.0, 3793.0, 3815.0, 3805.0, 3805.0, 3835.0, 3795.0, 3846.0, 3815.0, 3846.0, 3815.0, 3846.0, 3793.0, 3814.0, 3793.0, 3814.0, 3834.0, 3804.0, 3844.0, 3793.0, 3844.0, 3793.0, 3833.0, 3803.0, 3825.0, 3792.0, 3814.0, 3792.0, 3804.0, 3844.0, 3804.0, 3860.0, 3820.0, 3844.0, 3802.0, 3822.0, 3802.0, 3813.0, 3781.0, 3802.0, 3780.0, 3803.0, 3843.0, 3802.0, 3831.0, 3791.0, 3822.0, 3791.0, 3833.0, 3802.0, 3813.0, 3790.0, 3802.0, 3842.0, 3791.0, 3832.0, 3791.0, 3811.0, 3779.0, 3822.0, 3790.0, 3812.0, 3842.0, 3802.0, 3843.0, 3802.0, 3821.0, 3792.0, 3834.0, 3802.0, 3814.0, 3844.0, 3803.0, 3823.0, 3803.0, 3835.0, 3803.0, 3804.0, 3833.0, 3803.0, 3823.0, 3792.0, 3835.0, 3803.0, 3804.0, 3844.0, 3803.0, 3833.0, 3804.0, 3835.0, 3814.0, 3824.0, 3793.0, 3815.0, 3844.0, 3804.0, 3845.0, 3804.0, 3824.0, 3793.0, 3814.0, 3791.0, 3815.0, 3855.0, 3804.0, 3834.0, 3803.0, 3823.0, 3793.0, 3825.0, 3813.0, 3814.0, 3845.0, 3805.0, 3824.0, 3805.0, 3837.0, 3805.0, 3815.0, 3804.0, 3805.0, 3846.0, 3806.0, 3847.0, 3815.0, 3837.0, 3804.0, 3827.0, 3804.0, 3816.0, 3867.0, 3816.0, 3847.0, 3804.0, 3826.0, 3792.0, 3804.0, 3855.0, 3804.0, 3835.0, 3793.0, 3825.0, 3792.0, 3793.0, 3822.0, 3804.0, 3825.0, 3803.0, 3815.0, 3792.0, 3793.0, 3834.0, 3804.0, 3835.0, 3804.0, 3816.0, 3792.0, 3804.0, 3824.0, 3805.0, 3836.0, 3805.0, 3827.0, 3804.0, 3805.0, 3835.0, 3805.0, 3836.0, 3815.0, 3826.0, 3804.0, 3816.0, 3856.0, 3805.0, 3847.0, 3805.0, 3848.0, 3794.0, 3816.0, 3856.0, 3805.0, 3847.0, 3816.0, 3859.0, 3805.0, 3850.0, 3835.0, 3804.0, 3824.0, 3807.0, 3836.0, 3818.0, 3847.0, 3807.0, 3848.0, 3805.0, 3838.0, 3815.0, 3827.0, 3836.0, 3806.0, 3856.0, 3805.0, 3846.0, 3815.0, 3836.0, 3804.0, 3815.0, 3792.0, 3815.0, 3814.0, 3816.0, 3845.0, 3804.0, 3845.0, 3804.0, 3835.0, 3803.0, 3835.0, 3793.0, 3813.0, 3792.0, 3804.0, 3802.0, 3814.0, 3843.0, 3792.0, 3833.0, 3803.0, 3834.0, 3803.0, 3824.0, 3791.0, 3802.0, 3780.0, 3792.0, 3843.0, 3792.0, 3822.0, 3792.0, 3812.0, 3791.0, 3814.0, 3802.0, 3804.0, 3803.0, 3805.0, 3834.0, 3805.0, 3845.0, 3804.0, 3835.0, 3805.0, 3835.0, 3805.0, 3825.0, 3816.0, 3836.0, 3817.0, 3858.0, 3816.0, 3836.0, 3804.0, 3856.0, 3814.0, 3857.0, 3803.0, 3814.0, 3792.0, 3803.0, 3854.0, 3813.0, 3844.0, 3792.0, 3832.0, 3802.0, 3833.0, 3801.0, 3823.0, 3780.0, 3802.0, 3780.0, 3801.0, 3790.0, 3803.0, 3812.0, 3813.0, 3832.0, 3792.0, 3822.0, 3791.0, 3822.0, 3792.0, 3833.0, 3804.0, 3855.0, 3803.0, 3833.0, 3803.0, 3812.0, 3803.0, 3823.0, 3804.0, 3834.0, 3814.0, 3824.0, 3803.0, 3814.0, 3805.0, 3835.0, 3804.0, 3814.0, 3803.0, 3814.0, 3793.0, 3814.0, 3803.0, 3825.0, 3803.0, 3814.0, 3803.0, 3815.0, 3824.0, 3825.0, 3823.0, 3803.0, 3823.0, 3793.0, 3844.0, 3793.0, 3844.0, 3803.0, 3833.0, 3803.0, 3823.0, 3803.0, 3823.0, 3803.0, 3834.0, 3803.0, 3802.0, 3792.0, 3813.0, 3792.0, 3814.0, 3803.0, 3825.0, 3793.0, 3804.0, 3802.0, 3814.0, 3844.0, 3814.0, 3844.0, 3803.0, 3834.0, 3803.0, 3833.0, 3814.0, 3834.0, 3804.0, 3814.0, 3792.0, 3813.0, 3802.0, 3813.0, 3802.0, 3814.0, 3802.0, 3803.0, 3832.0, 3792.0, 3843.0, 3792.0, 3843.0, 3803.0, 3833.0, 3804.0, 3824.0, 3804.0, 3824.0, 3804.0, 3836.0, 3804.0, 3825.0, 3792.0, 3804.0, 3802.0, 3814.0, 3813.0, 3793.0, 3834.0, 3793.0, 3834.0, 3804.0, 3834.0, 3803.0, 3823.0, 3803.0, 3813.0, 3793.0, 3835.0, 3803.0, 3825.0, 3793.0, 3804.0, 3803.0, 3804.0, 3834.0, 3794.0, 3845.0, 3804.0, 3834.0, 3803.0, 3824.0, 3793.0, 3825.0, 3814.0, 3814.0, 3803.0, 3804.0, 3833.0, 3805.0, 3845.0, 3804.0, 3834.0, 3804.0, 3813.0, 3791.0, 3803.0, 3803.0, 3815.0, 3804.0, 3805.0, 3825.0, 3805.0, 3836.0, 3816.0, 3837.0, 3806.0, 3848.0, 3805.0, 3826.0, 3794.0, 3826.0, 3814.0, 3815.0, 3856.0, 3805.0, 3846.0, 3805.0, 3825.0, 3816.0, 3827.0, 3817.0, 3847.0, 3806.0, 3817.0, 3805.0, 3827.0, 3857.0, 3817.0, 3847.0, 3805.0, 3846.0, 3806.0, 3859.0, 3815.0, 3869.0, 3826.0, 3826.0, 3804.0, 3815.0, 3823.0, 3804.0, 3844.0, 3814.0, 3844.0, 3803.0, 3833.0, 3802.0, 3822.0, 3803.0, 3812.0, 3802.0, 3813.0, 3792.0, 3813.0, 3792.0, 3804.0, 3792.0, 3814.0, 3844.0, 3803.0, 3833.0, 3803.0, 3823.0, 3803.0, 3825.0, 3803.0, 3804.0, 3792.0, 3804.0, 3833.0, 3793.0, 3834.0, 3803.0, 3824.0, 3803.0, 3824.0, 3793.0, 3815.0, 3815.0, 3815.0, 3803.0, 3805.0, 3845.0, 3805.0, 3835.0, 3805.0, 3857.0, 3815.0, 3847.0, 3793.0, 3805.0, 3844.0, 3793.0, 3834.0, 3803.0, 3824.0, 3793.0, 3814.0, 3792.0, 3815.0, 3845.0, 3804.0, 3845.0, 3804.0, 3835.0, 3793.0, 3824.0, 3803.0, 3816.0, 3834.0, 3804.0, 3845.0, 3804.0, 3824.0, 3803.0, 3825.0, 3803.0, 3815.0, 3793.0, 3805.0, 3846.0, 3805.0, 3835.0, 3805.0, 3826.0, 3804.0, 3815.0, 3804.0, 3806.0, 3835.0, 3805.0, 3847.0, 3806.0, 3837.0, 3805.0, 3826.0, 3805.0, 3816.0, 3856.0, 3805.0, 3846.0, 3815.0, 3824.0, 3804.0, 3836.0, 3803.0, 3815.0, 3793.0, 3794.0, 3835.0, 3805.0, 3835.0, 3805.0, 3836.0, 3805.0, 3826.0, 3804.0, 3826.0, 3815.0, 3826.0, 3804.0, 3805.0, 3845.0, 3804.0, 3845.0, 3804.0, 3835.0, 3804.0, 3825.0, 3804.0, 3825.0, 3804.0, 3825.0, 3814.0, 3825.0, 3803.0, 3814.0, 3844.0, 3793.0, 3844.0, 3803.0, 3833.0, 3802.0, 3822.0, 3791.0, 3812.0, 3802.0, 3822.0, 3802.0, 3813.0, 3791.0, 3813.0, 3791.0, 3814.0, 3823.0, 3825.0, 3834.0, 3804.0, 3833.0, 3804.0, 3844.0, 3815.0, 3846.0, 3815.0, 3825.0, 3816.0, 3825.0, 3816.0, 3826.0, 3816.0, 3858.0, 3816.0, 3837.0, 3805.0, 3837.0, 3815.0, 3847.0, 3805.0, 3818.0, 3805.0, 3805.0, 3835.0, 3805.0, 3846.0, 3805.0, 3846.0, 3805.0, 3825.0, 3805.0, 3825.0, 3802.0, 3803.0, 3833.0, 3814.0, 3844.0, 3802.0, 3833.0, 3792.0, 3823.0, 3803.0, 3824.0, 3803.0, 3814.0, 3807.0, 3827.0, 3794.0, 3815.0, 3815.0, 3848.0, 3816.0, 3837.0, 3806.0, 3817.0, 3835.0, 3815.0, 3856.0, 3815.0, 3835.0, 3804.0, 3834.0, 3804.0, 3825.0, 3815.0, 3835.0, 3804.0, 3814.0, 3804.0, 3846.0, 3814.0, 3857.0, 3802.0, 3813.0, 3791.0, 3813.0, 3833.0, 3813.0, 3832.0, 3792.0, 3832.0, 3791.0, 3822.0, 3792.0, 3823.0, 3802.0, 3823.0, 3791.0, 3813.0, 3791.0, 3813.0, 3832.0, 3802.0, 3832.0, 3791.0, 3821.0, 3802.0, 3822.0, 3802.0, 3813.0, 3803.0, 3813.0, 3803.0, 3814.0, 3813.0, 3814.0, 3792.0, 3815.0, 3792.0, 3815.0, 3845.0, 3816.0, 3846.0, 3805.0, 3836.0, 3804.0, 3835.0, 3814.0, 3835.0, 3804.0, 3825.0, 3803.0, 3825.0, 3814.0, 3814.0, 3813.0, 3803.0, 3833.0, 3791.0, 3833.0], 'WindowWidth': [8696.0, 8670.0, 8700.0, 8650.0, 8659.0, 8579.0, 8639.0, 8557.0, 8589.0, 8641.0, 8585.0, 8627.0, 8553.0, 8598.0, 8536.0, 8569.0, 8624.0, 8554.0, 8609.0, 8551.0, 8581.0, 8533.0, 8552.0, 8619.0, 8550.0, 8592.0, 8535.0, 8566.0, 8531.0, 8551.0, 8604.0, 8537.0, 8578.0, 8533.0, 8565.0, 8532.0, 8551.0, 8590.0, 8535.0, 8579.0, 8517.0, 8549.0, 8588.0, 8532.0, 8578.0, 8518.0, 8551.0, 8602.0, 8534.0, 8561.0, 8531.0, 8578.0, 8588.0, 8533.0, 8592.0, 8516.0, 8562.0, 8585.0, 8532.0, 8575.0, 8536.0, 8566.0, 8536.0, 8567.0, 8577.0, 8542.0, 8597.0, 8559.0, 8602.0, 8556.0, 8588.0, 8554.0, 8575.0, 8630.0, 8558.0, 8611.0, 8539.0, 8584.0, 8591.0, 8555.0, 8609.0, 8537.0, 8597.0, 8537.0, 8570.0, 8605.0, 8540.0, 8594.0, 8553.0, 8584.0, 8534.0, 8564.0, 8605.0, 8536.0, 8595.0, 8537.0, 8571.0, 8536.0, 8555.0, 8575.0, 8536.0, 8596.0, 8534.0, 8552.0, 8619.0, 8535.0, 8577.0, 8532.0, 8551.0, 8605.0, 8553.0, 8594.0, 8540.0, 8570.0, 8540.0, 8576.0, 8613.0, 8561.0, 8614.0, 8561.0, 8604.0, 8560.0, 8592.0, 8627.0, 8592.0, 8646.0, 8558.0, 8617.0, 8537.0, 8567.0, 8624.0, 8539.0, 8608.0, 8553.0, 8597.0, 8535.0, 8569.0, 8623.0, 8554.0, 8598.0, 8537.0, 8570.0, 8606.0, 8556.0, 8596.0, 8555.0, 8571.0, 8537.0, 8554.0, 8607.0, 8539.0, 8595.0, 8548.0, 8553.0, 8587.0, 8536.0, 8573.0, 8534.0, 8579.0, 8546.0, 8553.0, 8619.0, 8537.0, 8577.0, 8533.0, 8583.0, 8533.0, 8552.0, 8605.0, 8535.0, 8579.0, 8533.0, 8567.0, 8619.0, 8538.0, 8607.0, 8551.0, 8577.0, 8532.0, 8564.0, 8604.0, 8536.0, 8590.0, 8534.0, 8580.0, 8535.0, 8585.0, 8607.0, 8554.0, 8608.0, 8552.0, 8582.0, 8538.0, 8570.0, 8607.0, 8544.0, 8629.0, 8559.0, 8599.0, 8536.0, 8566.0, 8588.0, 8556.0, 8615.0, 8559.0, 8572.0, 8538.0, 8570.0, 8537.0, 8571.0, 8628.0, 8577.0, 8593.0, 8538.0, 8601.0, 8541.0, 8575.0, 8626.0, 8555.0, 8605.0, 8551.0, 8598.0, 8542.0, 8615.0, 8616.0, 8570.0, 8623.0, 8555.0, 8614.0, 8536.0, 8581.0, 8563.0, 8551.0, 8606.0, 8555.0, 8583.0, 8535.0, 8583.0, 8534.0, 8554.0, 8609.0, 8535.0, 8578.0, 8552.0, 8588.0, 8568.0, 8562.0, 8542.0, 8578.0, 8632.0, 8616.0, 8648.0, 8580.0, 8649.0, 8589.0, 8612.0, 8556.0, 8582.0, 8537.0, 8587.0, 8596.0, 8572.0, 8625.0, 8554.0, 8607.0, 8553.0, 8591.0, 8553.0, 8579.0, 8535.0, 8565.0, 8535.0, 8568.0, 8549.0, 8553.0, 8604.0, 8536.0, 8588.0, 8537.0, 8589.0, 8549.0, 8577.0, 8549.0, 8563.0, 8531.0, 8564.0, 8560.0, 8563.0, 8617.0, 8531.0, 8585.0, 8528.0, 8573.0, 8541.0, 8532.0, 8555.0, 8531.0, 8570.0, 8533.0, 8573.0, 8550.0, 8564.0, 8536.0, 8566.0, 8537.0, 8570.0, 8554.0, 8557.0, 8594.0, 8542.0, 8610.0, 8568.0, 8610.0, 8567.0, 8612.0, 8537.0, 8567.0, 8537.0, 8566.0, 8591.0, 8553.0, 8604.0, 8537.0, 8604.0, 8536.0, 8589.0, 8548.0, 8580.0, 8535.0, 8564.0, 8532.0, 8552.0, 8603.0, 8551.0, 8636.0, 8586.0, 8604.0, 8546.0, 8572.0, 8544.0, 8561.0, 8516.0, 8547.0, 8513.0, 8548.0, 8600.0, 8546.0, 8582.0, 8530.0, 8570.0, 8530.0, 8590.0, 8544.0, 8562.0, 8527.0, 8544.0, 8596.0, 8530.0, 8583.0, 8529.0, 8555.0, 8511.0, 8571.0, 8525.0, 8560.0, 8599.0, 8547.0, 8600.0, 8547.0, 8572.0, 8533.0, 8594.0, 8547.0, 8566.0, 8603.0, 8551.0, 8575.0, 8551.0, 8596.0, 8549.0, 8554.0, 8589.0, 8551.0, 8576.0, 8534.0, 8596.0, 8549.0, 8554.0, 8605.0, 8551.0, 8589.0, 8552.0, 8594.0, 8566.0, 8582.0, 8536.0, 8567.0, 8602.0, 8552.0, 8606.0, 8552.0, 8579.0, 8536.0, 8566.0, 8531.0, 8568.0, 8620.0, 8553.0, 8591.0, 8550.0, 8577.0, 8535.0, 8581.0, 8562.0, 8567.0, 8606.0, 8555.0, 8578.0, 8555.0, 8602.0, 8557.0, 8571.0, 8553.0, 8558.0, 8611.0, 8559.0, 8614.0, 8571.0, 8600.0, 8554.0, 8587.0, 8554.0, 8573.0, 8642.0, 8572.0, 8613.0, 8554.0, 8585.0, 8534.0, 8553.0, 8622.0, 8553.0, 8595.0, 8536.0, 8581.0, 8532.0, 8536.0, 8574.0, 8552.0, 8582.0, 8550.0, 8569.0, 8534.0, 8536.0, 8591.0, 8554.0, 8596.0, 8551.0, 8570.0, 8535.0, 8553.0, 8579.0, 8557.0, 8600.0, 8555.0, 8587.0, 8552.0, 8556.0, 8596.0, 8557.0, 8599.0, 8568.0, 8586.0, 8552.0, 8571.0, 8624.0, 8557.0, 8614.0, 8556.0, 8616.0, 8539.0, 8571.0, 8625.0, 8558.0, 8614.0, 8573.0, 8634.0, 8556.0, 8622.0, 8594.0, 8554.0, 8578.0, 8562.0, 8600.0, 8578.0, 8616.0, 8564.0, 8619.0, 8558.0, 8603.0, 8569.0, 8588.0, 8596.0, 8559.0, 8623.0, 8556.0, 8610.0, 8569.0, 8597.0, 8552.0, 8567.0, 8535.0, 8570.0, 8565.0, 8570.0, 8609.0, 8553.0, 8606.0, 8553.0, 8593.0, 8550.0, 8593.0, 8536.0, 8562.0, 8531.0, 8552.0, 8546.0, 8564.0, 8601.0, 8533.0, 8588.0, 8547.0, 8592.0, 8547.0, 8577.0, 8529.0, 8546.0, 8513.0, 8533.0, 8599.0, 8531.0, 8571.0, 8531.0, 8559.0, 8531.0, 8564.0, 8547.0, 8551.0, 8548.0, 8555.0, 8591.0, 8554.0, 8606.0, 8554.0, 8595.0, 8555.0, 8595.0, 8556.0, 8581.0, 8574.0, 8598.0, 8575.0, 8629.0, 8573.0, 8599.0, 8554.0, 8627.0, 8566.0, 8627.0, 8548.0, 8565.0, 8531.0, 8550.0, 8617.0, 8562.0, 8602.0, 8532.0, 8586.0, 8547.0, 8587.0, 8544.0, 8574.0, 8514.0, 8545.0, 8514.0, 8545.0, 8528.0, 8548.0, 8559.0, 8562.0, 8585.0, 8533.0, 8571.0, 8532.0, 8571.0, 8535.0, 8589.0, 8552.0, 8619.0, 8551.0, 8590.0, 8550.0, 8559.0, 8550.0, 8575.0, 8552.0, 8591.0, 8566.0, 8578.0, 8553.0, 8566.0, 8555.0, 8595.0, 8553.0, 8566.0, 8550.0, 8565.0, 8537.0, 8568.0, 8551.0, 8583.0, 8550.0, 8567.0, 8550.0, 8569.0, 8577.0, 8581.0, 8576.0, 8551.0, 8574.0, 8536.0, 8604.0, 8536.0, 8603.0, 8548.0, 8587.0, 8548.0, 8573.0, 8550.0, 8575.0, 8550.0, 8593.0, 8550.0, 8548.0, 8535.0, 8564.0, 8535.0, 8566.0, 8549.0, 8582.0, 8536.0, 8551.0, 8547.0, 8567.0, 8603.0, 8565.0, 8605.0, 8550.0, 8590.0, 8551.0, 8590.0, 8566.0, 8592.0, 8553.0, 8565.0, 8534.0, 8563.0, 8547.0, 8564.0, 8546.0, 8564.0, 8545.0, 8548.0, 8585.0, 8534.0, 8600.0, 8532.0, 8600.0, 8549.0, 8588.0, 8552.0, 8578.0, 8555.0, 8580.0, 8554.0, 8596.0, 8552.0, 8580.0, 8534.0, 8552.0, 8547.0, 8565.0, 8562.0, 8536.0, 8589.0, 8536.0, 8590.0, 8552.0, 8590.0, 8551.0, 8575.0, 8550.0, 8561.0, 8536.0, 8595.0, 8550.0, 8581.0, 8535.0, 8553.0, 8551.0, 8553.0, 8592.0, 8541.0, 8607.0, 8555.0, 8593.0, 8552.0, 8580.0, 8538.0, 8583.0, 8566.0, 8567.0, 8549.0, 8553.0, 8590.0, 8555.0, 8607.0, 8553.0, 8592.0, 8551.0, 8564.0, 8532.0, 8550.0, 8550.0, 8569.0, 8551.0, 8556.0, 8581.0, 8558.0, 8597.0, 8573.0, 8600.0, 8558.0, 8616.0, 8556.0, 8585.0, 8538.0, 8584.0, 8565.0, 8569.0, 8624.0, 8556.0, 8610.0, 8557.0, 8583.0, 8573.0, 8588.0, 8574.0, 8616.0, 8560.0, 8576.0, 8557.0, 8589.0, 8627.0, 8573.0, 8614.0, 8557.0, 8612.0, 8558.0, 8632.0, 8569.0, 8649.0, 8587.0, 8586.0, 8554.0, 8568.0, 8574.0, 8551.0, 8605.0, 8564.0, 8604.0, 8548.0, 8587.0, 8546.0, 8570.0, 8549.0, 8559.0, 8546.0, 8561.0, 8532.0, 8563.0, 8532.0, 8551.0, 8532.0, 8563.0, 8602.0, 8548.0, 8587.0, 8547.0, 8573.0, 8548.0, 8580.0, 8548.0, 8551.0, 8532.0, 8550.0, 8588.0, 8537.0, 8589.0, 8550.0, 8576.0, 8549.0, 8578.0, 8534.0, 8567.0, 8566.0, 8568.0, 8550.0, 8555.0, 8608.0, 8555.0, 8594.0, 8556.0, 8627.0, 8566.0, 8612.0, 8535.0, 8553.0, 8602.0, 8536.0, 8589.0, 8549.0, 8578.0, 8535.0, 8565.0, 8534.0, 8567.0, 8606.0, 8553.0, 8607.0, 8553.0, 8593.0, 8536.0, 8579.0, 8549.0, 8571.0, 8592.0, 8554.0, 8606.0, 8551.0, 8577.0, 8549.0, 8581.0, 8549.0, 8567.0, 8536.0, 8555.0, 8609.0, 8556.0, 8595.0, 8555.0, 8583.0, 8553.0, 8570.0, 8552.0, 8558.0, 8595.0, 8557.0, 8613.0, 8558.0, 8600.0, 8556.0, 8585.0, 8554.0, 8572.0, 8624.0, 8556.0, 8611.0, 8569.0, 8580.0, 8553.0, 8597.0, 8550.0, 8568.0, 8536.0, 8540.0, 8593.0, 8557.0, 8596.0, 8557.0, 8598.0, 8556.0, 8584.0, 8554.0, 8586.0, 8567.0, 8584.0, 8552.0, 8555.0, 8607.0, 8554.0, 8607.0, 8553.0, 8594.0, 8554.0, 8581.0, 8552.0, 8581.0, 8551.0, 8582.0, 8564.0, 8582.0, 8549.0, 8566.0, 8604.0, 8536.0, 8605.0, 8548.0, 8586.0, 8546.0, 8571.0, 8531.0, 8559.0, 8545.0, 8574.0, 8545.0, 8561.0, 8532.0, 8563.0, 8532.0, 8569.0, 8577.0, 8582.0, 8592.0, 8553.0, 8589.0, 8553.0, 8607.0, 8571.0, 8611.0, 8573.0, 8582.0, 8574.0, 8583.0, 8574.0, 8588.0, 8574.0, 8632.0, 8573.0, 8603.0, 8558.0, 8602.0, 8568.0, 8615.0, 8555.0, 8575.0, 8555.0, 8555.0, 8592.0, 8555.0, 8609.0, 8555.0, 8608.0, 8554.0, 8581.0, 8553.0, 8579.0, 8546.0, 8549.0, 8588.0, 8566.0, 8605.0, 8546.0, 8586.0, 8533.0, 8576.0, 8548.0, 8579.0, 8551.0, 8568.0, 8562.0, 8588.0, 8542.0, 8571.0, 8572.0, 8617.0, 8574.0, 8602.0, 8559.0, 8576.0, 8596.0, 8568.0, 8622.0, 8566.0, 8592.0, 8552.0, 8592.0, 8553.0, 8580.0, 8569.0, 8595.0, 8555.0, 8568.0, 8554.0, 8611.0, 8563.0, 8626.0, 8546.0, 8562.0, 8530.0, 8562.0, 8585.0, 8559.0, 8585.0, 8531.0, 8583.0, 8530.0, 8570.0, 8533.0, 8574.0, 8547.0, 8575.0, 8529.0, 8560.0, 8528.0, 8561.0, 8583.0, 8544.0, 8583.0, 8530.0, 8568.0, 8545.0, 8571.0, 8547.0, 8560.0, 8547.0, 8563.0, 8548.0, 8566.0, 8561.0, 8566.0, 8534.0, 8567.0, 8534.0, 8568.0, 8608.0, 8570.0, 8609.0, 8555.0, 8596.0, 8553.0, 8594.0, 8566.0, 8594.0, 8551.0, 8580.0, 8548.0, 8581.0, 8564.0, 8565.0, 8561.0, 8551.0, 8585.0, 8530.0, 8586.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.0008374622641509434</td></tr>
<tr><td colspan=3>aqi</td><td>0.02078792179245283</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.703440470802576</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2220150334655333</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0121118663078377</td></tr>
<tr><td colspan=3>efc</td><td>0.4467</td></tr>
<tr><td colspan=3>fber</td><td>6261.3364</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07223725048467397</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7547169811320755</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5040033548330745</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4566938505187634</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6863236632257803</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3689925507546787</td></tr>
<tr><td colspan=3>gcor</td><td>0.0048566</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017131881788372993</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020231453701853752</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1060</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.506770198774995</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>28.1741</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.7657</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.6046</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309303.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>676.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>297.217</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6237</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.7043</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3033.6948</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67241.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>715.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.1705</td></tr>
<tr><td colspan=3>tsnr</td><td>43.58270987868309</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>