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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-01/func/sub-0132_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>38e50a2f11af917a6b9b0fca911bc5a6</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>22:17:14.320000</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.99986, 0.0137017, 0.00959308, -0.0108199, 0.967214, -0.253732]</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0823263</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>31</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7720, -7277, 270, -109, -77, -118, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.019</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>46f6189f-1013-4115-858f-18c11802255f||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.682551622390747, -0.029029082506895065, 0.03443882241845131, 113.33238983154297], [-0.03676068037748337, 2.5949647426605225, -0.6846994757652283, -88.46437072753906], [0.02573753334581852, 0.6807435750961304, 2.611513137817383, -121.31856536865234], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['221714.320000', '221714.780000', '221715.240000', '221715.700000', '221716.160000', '221716.620000', '221717.080000', '221717.540000', '221718.000000', '221718.460000', '221718.920000', '221719.380000', '221719.840000', '221720.300000', '221720.760000', '221721.220000', '221721.680000', '221722.140000', '221722.600000', '221723.060000', '221723.520000', '221723.980000', '221724.440000', '221724.900000', '221725.360000', '221725.820000', '221726.280000', '221726.740000', '221727.200000', '221727.660000', '221728.120000', '221728.580000', '221729.040000', '221729.500000', '221729.960000', '221730.420000', '221730.880000', '221731.340000', '221731.800000', '221732.260000', '221732.720000', '221733.180000', '221733.640000', '221734.100000', '221734.560000', '221735.020000', '221735.480000', '221735.940000', '221736.400000', '221736.860000', '221737.320000', '221737.780000', '221738.240000', '221738.700000', '221739.160000', '221739.620000', '221740.080000', '221740.540000', '221741.000000', '221741.460000', '221741.920000', '221742.380000', '221742.840000', '221743.300000', '221743.760000', '221744.220000', '221744.680000', '221745.140000', '221745.600000', '221746.060000', '221746.520000', '221746.980000', '221747.440000', '221747.900000', '221748.360000', '221748.820000', '221749.280000', '221749.740000', '221750.200000', '221750.660000', '221751.120000', '221751.580000', '221752.040000', '221752.500000', '221752.960000', '221753.420000', '221753.880000', '221754.340000', '221754.800000', '221755.260000', '221755.720000', '221756.180000', '221756.640000', '221757.100000', '221757.560000', '221758.020000', '221758.480000', '221758.940000', '221759.400000', '221759.860000', '221800.320000', '221800.780000', '221801.240000', '221801.700000', '221802.160000', '221802.620000', '221803.080000', '221803.540000', '221804.000000', '221804.460000', '221804.920000', '221805.380000', '221805.840000', '221806.300000', '221806.760000', '221807.220000', '221807.680000', '221808.140000', '221808.600000', '221809.060000', '221809.520000', '221809.980000', '221810.440000', '221810.900000', '221811.360000', '221811.820000', '221812.280000', '221812.740000', '221813.200000', '221813.660000', '221814.120000', '221814.580000', '221815.040000', '221815.500000', '221815.960000', '221816.420000', '221816.880000', '221817.340000', '221817.800000', '221818.260000', '221818.720000', '221819.180000', '221819.640000', '221820.100000', '221820.560000', '221821.020000', '221821.480000', '221821.940000', '221822.400000', '221822.860000', '221823.320000', '221823.780000', '221824.240000', '221824.700000', '221825.160000', '221825.620000', '221826.080000', '221826.540000', '221827.000000', '221827.460000', '221827.920000', '221828.380000', '221828.840000', '221829.300000', '221829.760000', '221830.220000', '221830.680000', '221831.140000', '221831.600000', '221832.060000', '221832.520000', '221832.980000', '221833.440000', '221833.900000', '221834.360000', '221834.820000', '221835.280000', '221835.740000', '221836.200000', '221836.660000', '221837.120000', '221837.580000', '221838.040000', '221838.500000', '221838.960000', '221839.420000', '221839.880000', '221840.340000', '221840.800000', '221841.260000', '221841.720000', '221842.180000', '221842.640000', '221843.100000', '221843.560000', '221844.020000', '221844.480000', '221844.940000', '221845.400000', '221845.860000', '221846.320000', '221846.780000', '221847.240000', '221847.700000', '221848.160000', '221848.620000', '221849.080000', '221849.540000', '221850.000000', '221850.460000', '221850.920000', '221851.380000', '221851.840000', '221852.300000', '221852.760000', '221853.220000', '221853.680000', '221854.140000', '221854.600000', '221855.060000', '221855.520000', '221855.980000', '221856.440000', '221856.900000', '221857.360000', '221857.820000', '221858.280000', '221858.740000', '221859.200000', '221859.660000', '221900.120000', '221900.580000', '221901.040000', '221901.500000', '221901.960000', '221902.420000', '221902.880000', '221903.340000', '221903.800000', '221904.260000', '221904.720000', '221905.180000', '221905.640000', '221906.100000', '221906.560000', '221907.020000', '221907.480000', '221907.940000', '221908.400000', '221908.860000', '221909.320000', '221909.780000', '221910.240000', '221910.700000', '221911.160000', '221911.620000', '221912.080000', '221912.540000', '221913.000000', '221913.460000', '221913.920000', '221914.380000', '221914.840000', '221915.300000', '221915.760000', '221916.220000', '221916.680000', '221917.140000', '221917.600000', '221918.060000', '221918.520000', '221918.980000', '221919.440000', '221919.900000', '221920.360000', '221920.820000', '221921.280000', '221921.740000', '221922.200000', '221922.660000', '221923.120000', '221923.580000', '221924.040000', '221924.500000', '221924.960000', '221925.420000', '221925.880000', '221926.340000', '221926.800000', '221927.260000', '221927.720000', '221928.180000', '221928.640000', '221929.100000', '221929.560000', '221930.020000', '221930.480000', '221930.940000', '221931.400000', '221931.860000', '221932.320000', '221932.780000', '221933.240000', '221933.700000', '221934.160000', '221934.620000', '221935.080000', '221935.540000', '221936.000000', '221936.460000', '221936.920000', '221937.380000', '221937.840000', '221938.300000', '221938.760000', '221939.220000', '221939.680000', '221940.140000', '221940.600000', '221941.060000', '221941.520000', '221941.980000', '221942.440000', '221942.900000', '221943.360000', '221943.820000', '221944.280000', '221944.740000', '221945.200000', '221945.660000', '221946.120000', '221946.580000', '221947.040000', '221947.500000', '221947.960000', '221948.420000', '221948.880000', '221949.340000', '221949.800000', '221950.260000', '221950.720000', '221951.180000', '221951.640000', '221952.100000', '221952.560000', '221953.020000', '221953.480000', '221953.940000', '221954.400000', '221954.860000', '221955.320000', '221955.780000', '221956.240000', '221956.700000', '221957.160000', '221957.620000', '221958.080000', '221958.540000', '221959.000000', '221959.460000', '221959.920000', '222000.380000', '222000.840000', '222001.300000', '222001.760000', '222002.220000', '222002.680000', '222003.140000', '222003.600000', '222004.060000', '222004.520000', '222004.980000', '222005.440000', '222005.900000', '222006.360000', '222006.820000', '222007.280000', '222007.740000', '222008.200000', '222008.660000', '222009.120000', '222009.580000', '222010.040000', '222010.500000', '222010.960000', '222011.420000', '222011.880000', '222012.340000', '222012.800000', '222013.260000', '222013.720000', '222014.180000', '222014.640000', '222015.100000', '222015.560000', '222016.020000', '222016.480000', '222016.940000', '222017.400000', '222017.860000', '222018.320000', '222018.780000', '222019.240000', '222019.700000', '222020.160000', '222020.620000', '222021.080000', '222021.540000', '222022.000000', '222022.460000', '222022.920000', '222023.380000', '222023.840000', '222024.300000', '222024.760000', '222025.220000', '222025.680000', '222026.140000', '222026.600000', '222027.060000', '222027.520000', '222027.980000', '222028.440000', '222028.900000', '222029.360000', '222029.820000', '222030.280000', '222030.740000', '222031.200000', '222031.660000', '222032.120000', '222032.580000', '222033.040000', '222033.500000', '222033.960000', '222034.420000', '222034.880000', '222035.340000', '222035.800000', '222036.260000', '222036.720000', '222037.180000', '222037.640000', '222038.100000', '222038.560000', '222039.020000', '222039.480000', '222039.940000', '222040.400000', '222040.860000', '222041.320000', '222041.780000', '222042.240000', '222042.700000', '222043.160000', '222043.620000', '222044.080000', '222044.540000', '222045.000000', '222045.460000', '222045.920000', '222046.380000', '222046.840000', '222047.300000', '222047.760000', '222048.220000', '222048.680000', '222049.140000', '222049.600000', '222050.060000', '222050.520000', '222050.980000', '222051.440000', '222051.900000', '222052.360000', '222052.820000', '222053.280000', '222053.740000', '222054.200000', '222054.660000', '222055.120000', '222055.580000', '222056.040000', '222056.500000', '222056.960000', '222057.420000', '222057.880000', '222058.340000', '222058.800000', '222059.260000', '222059.720000', '222100.180000', '222100.640000', '222101.100000', '222101.560000', '222102.020000', '222102.480000', '222102.940000', '222103.400000', '222103.860000', '222104.320000', '222104.780000', '222105.240000', '222105.700000', '222106.160000', '222106.620000', '222107.080000', '222107.540000', '222108.000000', '222108.460000', '222108.920000', '222109.380000', '222109.840000', '222110.300000', '222110.760000', '222111.220000', '222111.680000', '222112.140000', '222112.600000', '222113.060000', '222113.520000', '222113.980000', '222114.440000', '222114.900000', '222115.360000', '222115.820000', '222116.280000', '222116.740000', '222117.200000', '222117.660000', '222118.120000', '222118.580000', '222119.040000', '222119.500000', '222119.960000', '222120.420000', '222120.880000', '222121.340000', '222121.800000', '222122.260000', '222122.720000', '222123.180000', '222123.640000', '222124.100000', '222124.560000', '222125.020000', '222125.480000', '222125.940000', '222126.400000', '222126.860000', '222127.320000', '222127.780000', '222128.240000', '222128.700000', '222129.160000', '222129.620000', '222130.080000', '222130.540000', '222131.000000', '222131.460000', '222131.920000', '222132.380000', '222132.840000', '222133.300000', '222133.760000', '222134.220000', '222134.680000', '222135.140000', '222135.600000', '222136.060000', '222136.520000', '222136.980000', '222137.440000', '222137.900000', '222138.360000', '222138.820000', '222139.280000', '222139.740000', '222140.200000', '222140.660000', '222141.120000', '222141.580000', '222142.040000', '222142.500000', '222142.960000', '222143.420000', '222143.880000', '222144.340000', '222144.800000', '222145.260000', '222145.720000', '222146.180000', '222146.640000', '222147.100000', '222147.560000', '222148.020000', '222148.480000', '222148.940000', '222149.400000', '222149.860000', '222150.320000', '222150.780000', '222151.240000', '222151.700000', '222152.160000', '222152.620000', '222153.080000', '222153.540000', '222154.000000', '222154.460000', '222154.920000', '222155.380000', '222155.840000', '222156.300000', '222156.760000', '222157.220000', '222157.680000', '222158.140000', '222158.600000', '222159.060000', '222159.520000', '222159.980000', '222200.440000', '222200.900000', '222201.360000', '222201.820000', '222202.280000', '222202.740000', '222203.200000', '222203.660000', '222204.120000', '222204.580000', '222205.040000', '222205.500000', '222205.960000', '222206.420000', '222206.880000', '222207.340000', '222207.800000', '222208.260000', '222208.720000', '222209.180000', '222209.640000', '222210.100000', '222210.560000', '222211.020000', '222211.480000', '222211.940000', '222212.400000', '222212.860000', '222213.320000', '222213.780000', '222214.240000', '222214.700000', '222215.160000', '222215.620000', '222216.080000', '222216.540000', '222217.000000', '222217.460000', '222217.920000', '222218.380000', '222218.840000', '222219.300000', '222219.760000', '222220.220000', '222220.680000', '222221.140000', '222221.600000', '222222.060000', '222222.520000', '222222.980000', '222223.440000', '222223.900000', '222224.360000', '222224.820000', '222225.280000', '222225.740000', '222226.200000', '222226.660000', '222227.120000', '222227.580000', '222228.040000', '222228.500000', '222228.960000', '222229.420000', '222229.880000', '222230.340000', '222230.800000', '222231.260000', '222231.720000', '222232.180000', '222232.640000', '222233.100000', '222233.560000', '222234.020000', '222234.480000', '222234.940000', '222235.400000', '222235.860000', '222236.320000', '222236.780000', '222237.240000', '222237.700000', '222238.160000', '222238.620000', '222239.080000', '222239.540000', '222240.000000', '222240.460000', '222240.920000', '222241.380000', '222241.840000', '222242.300000', '222242.760000', '222243.220000', '222243.680000', '222244.140000', '222244.600000', '222245.060000', '222245.520000', '222245.980000', '222246.440000', '222246.900000', '222247.360000', '222247.820000', '222248.280000', '222248.740000', '222249.200000', '222249.660000', '222250.120000', '222250.580000', '222251.040000', '222251.500000', '222251.960000', '222252.420000', '222252.880000', '222253.340000', '222253.800000', '222254.260000', '222254.720000', '222255.180000', '222255.640000', '222256.100000', '222256.560000', '222257.020000', '222257.480000', '222257.940000', '222258.400000', '222258.860000', '222259.320000', '222259.780000', '222300.240000', '222300.700000', '222301.160000', '222301.620000', '222302.080000', '222302.540000', '222303.000000', '222303.460000', '222303.920000', '222304.380000', '222304.840000', '222305.300000', '222305.760000', '222306.220000', '222306.680000', '222307.140000', '222307.600000', '222308.060000', '222308.520000', '222308.980000', '222309.440000', '222309.900000', '222310.360000', '222310.820000', '222311.280000', '222311.740000', '222312.200000', '222312.660000', '222313.120000', '222313.580000', '222314.040000', '222314.500000', '222314.960000', '222315.420000', '222315.880000', '222316.340000', '222316.800000', '222317.260000', '222317.720000', '222318.180000', '222318.640000', '222319.100000', '222319.560000', '222320.020000', '222320.480000', '222320.940000', '222321.400000', '222321.860000', '222322.320000', '222322.780000', '222323.240000', '222323.700000', '222324.160000', '222324.620000', '222325.080000', '222325.540000', '222326.000000', '222326.460000', '222326.920000', '222327.380000', '222327.840000', '222328.300000', '222328.760000', '222329.220000', '222329.680000', '222330.140000', '222330.600000', '222331.060000', '222331.520000', '222331.980000', '222332.440000', '222332.900000', '222333.360000', '222333.820000', '222334.280000', '222334.740000', '222335.200000', '222335.660000', '222336.120000', '222336.580000', '222337.040000', '222337.500000', '222337.960000', '222338.420000', '222338.880000', '222339.340000', '222339.800000', '222340.260000', '222340.720000', '222341.180000', '222341.640000', '222342.100000', '222342.560000', '222343.020000', '222343.480000', '222343.940000', '222344.400000', '222344.860000', '222345.320000', '222345.780000', '222346.240000', '222346.700000', '222347.160000', '222347.620000', '222348.080000', '222348.540000', '222349.000000', '222349.460000', '222349.920000', '222350.380000', '222350.840000', '222351.300000', '222351.760000', '222352.220000', '222352.680000', '222353.140000', '222353.600000', '222354.060000', '222354.520000', '222354.980000', '222355.440000', '222355.900000', '222356.360000', '222356.820000', '222357.280000', '222357.740000', '222358.200000', '222358.660000', '222359.120000', '222359.580000', '222400.040000', '222400.500000', '222400.960000', '222401.420000', '222401.880000', '222402.340000', '222402.800000', '222403.260000', '222403.720000', '222404.180000', '222404.640000', '222405.100000', '222405.560000', '222406.020000', '222406.480000', '222406.940000', '222407.400000', '222407.860000', '222408.320000', '222408.780000', '222409.240000', '222409.700000', '222410.160000', '222410.620000', '222411.080000', '222411.540000', '222412.000000', '222412.460000', '222412.920000', '222413.380000', '222413.840000', '222414.300000', '222414.760000', '222415.220000', '222415.680000', '222416.140000', '222416.600000', '222417.060000', '222417.520000', '222417.980000', '222418.440000', '222418.900000', '222419.360000', '222419.820000', '222420.280000', '222420.740000', '222421.200000', '222421.660000', '222422.120000', '222422.580000', '222423.040000', '222423.500000', '222423.960000', '222424.420000', '222424.880000', '222425.340000', '222425.800000', '222426.260000', '222426.720000', '222427.180000', '222427.640000', '222428.100000', '222428.560000', '222429.020000', '222429.480000', '222429.940000', '222430.400000', '222430.860000', '222431.320000', '222431.780000', '222432.240000', '222432.700000', '222433.160000', '222433.620000', '222434.080000', '222434.540000', '222435.000000', '222435.460000', '222435.920000', '222436.380000', '222436.840000', '222437.300000', '222437.760000', '222438.220000', '222438.680000', '222439.140000', '222439.600000', '222440.060000', '222440.520000', '222440.980000', '222441.440000', '222441.900000', '222442.360000', '222442.820000', '222443.280000', '222443.740000', '222444.200000', '222444.660000', '222445.120000', '222445.580000', '222446.040000', '222446.500000', '222446.960000', '222447.420000', '222447.880000', '222448.340000', '222448.800000', '222449.260000', '222449.720000', '222450.180000', '222450.640000', '222451.100000', '222451.560000', '222452.020000', '222452.480000', '222452.940000', '222453.400000', '222453.860000', '222454.320000', '222454.780000', '222455.240000', '222455.700000', '222456.160000', '222456.620000', '222457.080000', '222457.540000', '222458.000000', '222458.460000', '222458.920000', '222459.380000', '222459.840000', '222500.300000', '222500.760000', '222501.220000', '222501.680000', '222502.140000', '222502.600000', '222503.060000', '222503.520000', '222503.980000', '222504.440000', '222504.900000', '222505.360000', '222505.820000', '222506.280000', '222506.740000', '222507.200000', '222507.660000', '222508.120000', '222508.580000', '222509.040000', '222509.500000', '222509.960000', '222510.420000', '222510.880000', '222511.340000', '222511.800000', '222512.260000', '222512.720000', '222513.180000', '222513.640000', '222514.100000', '222514.560000', '222515.020000', '222515.480000', '222515.940000', '222516.400000', '222516.860000', '222517.320000', '222517.780000', '222518.240000', '222518.700000', '222519.160000', '222519.620000', '222520.080000', '222520.540000', '222521.000000', '222521.460000', '222521.920000', '222522.380000', '222522.840000', '222523.300000', '222523.760000', '222524.220000', '222524.680000', '222525.140000', '222525.600000', '222526.060000', '222526.520000', '222526.980000', '222527.440000'], 'ContentTime': ['221739.709000', '221739.713000', '221739.715000', '221739.718000', '221739.720000', '221739.723000', '221739.730000', '221739.733000', '221739.735000', '221739.738000', '221739.741000', '221739.743000', '221739.746000', '221739.748000', '221739.751000', '221739.754000', '221739.756000', '221739.759000', '221739.761000', '221739.764000', '221739.766000', '221739.769000', '221739.772000', '221739.774000', '221739.777000', '221739.779000', '221739.783000', '221739.786000', '221739.788000', '221739.791000', '221739.794000', '221739.796000', '221739.799000', '221739.801000', '221739.804000', '221739.806000', '221739.809000', '221739.811000', '221739.814000', '221739.816000', '221739.819000', '221739.822000', '221739.824000', '221739.827000', '221739.829000', '221739.832000', '221739.834000', '221739.837000', '221739.839000', '221739.842000', '221739.845000', '221739.847000', '221739.850000', '221759.677000', '221759.680000', '221759.683000', '221759.685000', '221759.688000', '221759.691000', '221759.693000', '221759.696000', '221759.725000', '221759.728000', '221759.730000', '221759.733000', '221759.735000', '221759.738000', '221759.740000', '221759.743000', '221759.746000', '221759.748000', '221759.751000', '221759.753000', '221759.756000', '221759.758000', '221759.761000', '221759.763000', '221759.766000', '221759.768000', '221759.771000', '221759.774000', '221759.776000', '221759.779000', '221759.781000', '221759.784000', '221759.786000', '221759.789000', '221759.791000', '221759.794000', '221759.796000', '221759.799000', '221759.801000', '221759.804000', '221759.807000', '221759.809000', '221759.812000', '221819.677000', '221819.680000', '221819.683000', '221819.685000', '221819.688000', '221819.691000', '221819.693000', '221819.696000', '221819.698000', '221819.701000', '221819.703000', '221819.706000', '221819.709000', '221819.711000', '221819.714000', '221819.716000', '221819.719000', '221819.728000', '221819.731000', '221819.733000', '221819.736000', '221819.738000', '221819.741000', '221819.744000', '221819.746000', '221819.749000', '221819.751000', '221819.754000', '221819.756000', '221819.759000', '221819.762000', '221819.764000', '221819.767000', '221819.769000', '221819.772000', '221819.774000', '221819.777000', '221819.779000', '221819.782000', '221819.785000', '221819.787000', '221819.790000', '221819.792000', '221819.795000', '221839.677000', '221839.685000', '221839.688000', '221839.690000', '221839.693000', '221839.696000', '221839.698000', '221839.701000', '221839.703000', '221839.706000', '221839.708000', '221839.711000', '221839.714000', '221839.716000', '221839.719000', '221839.721000', '221839.724000', '221839.726000', '221839.729000', '221839.731000', '221839.734000', '221839.737000', '221839.739000', '221839.742000', '221839.744000', '221839.747000', '221839.749000', '221839.752000', '221839.754000', '221839.757000', '221839.760000', '221839.762000', '221839.765000', '221839.767000', '221839.770000', '221839.772000', '221839.775000', '221839.777000', '221839.780000', '221839.782000', '221839.785000', '221839.788000', '221839.790000', '221859.685000', '221859.688000', '221859.691000', '221859.693000', '221859.696000', '221859.698000', '221859.701000', '221859.704000', '221859.706000', '221859.709000', '221859.711000', '221859.714000', '221859.717000', '221859.719000', '221859.722000', '221859.724000', '221859.727000', '221859.729000', '221859.737000', '221859.740000', '221859.742000', '221859.745000', '221859.748000', '221859.750000', '221859.753000', '221859.755000', '221859.758000', '221859.760000', '221859.763000', '221859.766000', '221859.768000', '221859.771000', '221859.773000', '221859.776000', '221859.778000', '221859.781000', '221859.783000', '221859.786000', '221859.789000', '221859.791000', '221859.794000', '221859.796000', '221859.799000', '221859.801000', '221919.679000', '221919.681000', '221919.684000', '221919.686000', '221919.689000', '221919.692000', '221919.694000', '221919.697000', '221919.699000', '221919.702000', '221919.705000', '221919.707000', '221919.710000', '221919.712000', '221919.715000', '221919.718000', '221919.720000', '221919.723000', '221919.725000', '221919.728000', '221919.730000', '221919.739000', '221919.741000', '221919.744000', '221919.746000', '221919.749000', '221919.752000', '221919.754000', '221919.757000', '221919.759000', '221919.762000', '221919.764000', '221919.767000', '221919.769000', '221919.772000', '221919.775000', '221919.777000', '221919.780000', '221919.782000', '221919.785000', '221919.787000', '221919.790000', '221919.792000', '221939.678000', '221939.681000', '221939.684000', '221939.686000', '221939.689000', '221939.692000', '221939.694000', '221939.697000', '221939.699000', '221939.702000', '221939.705000', '221939.707000', '221939.710000', '221939.712000', '221939.715000', '221939.718000', '221939.720000', '221939.723000', '221939.725000', '221939.728000', '221939.731000', '221939.733000', '221939.736000', '221939.738000', '221939.741000', '221939.744000', '221939.746000', '221939.749000', '221939.751000', '221939.754000', '221939.756000', '221939.759000', '221939.762000', '221939.764000', '221939.767000', '221939.769000', '221939.772000', '221939.775000', '221939.777000', '221939.780000', '221939.782000', '221939.785000', '221939.788000', '221939.790000', '221959.677000', '221959.680000', '221959.683000', '221959.685000', '221959.688000', '221959.691000', '221959.693000', '221959.696000', '221959.698000', '221959.701000', '221959.703000', '221959.706000', '221959.709000', '221959.711000', '221959.714000', '221959.716000', '221959.719000', '221959.721000', '221959.724000', '221959.726000', '221959.729000', '221959.732000', '221959.734000', '221959.737000', '221959.739000', '221959.742000', '221959.744000', '221959.747000', '221959.749000', '221959.752000', '221959.755000', '221959.757000', '221959.760000', '221959.762000', '221959.765000', '221959.767000', '221959.770000', '221959.773000', '221959.775000', '221959.778000', '221959.780000', '221959.783000', '221959.785000', '222019.678000', '222019.681000', '222019.683000', '222019.686000', '222019.688000', '222019.691000', '222019.693000', '222019.696000', '222019.699000', '222019.701000', '222019.704000', '222019.706000', '222019.709000', '222019.711000', '222019.714000', '222019.716000', '222019.719000', '222019.722000', '222019.724000', '222019.727000', '222019.729000', '222019.732000', '222019.735000', '222019.737000', '222019.740000', '222019.742000', '222019.745000', '222019.747000', '222019.750000', '222019.753000', '222019.755000', '222019.758000', '222019.760000', '222019.763000', '222019.765000', '222019.768000', '222019.771000', '222019.773000', '222019.776000', '222019.814000', '222019.817000', '222019.819000', '222019.822000', '222019.824000', '222039.678000', '222039.680000', '222039.683000', '222039.686000', '222039.688000', '222039.691000', '222039.693000', '222039.696000', '222039.699000', '222039.701000', '222039.704000', '222039.706000', '222039.709000', '222039.712000', '222039.714000', '222039.717000', '222039.720000', '222039.722000', '222039.725000', '222039.727000', '222039.730000', '222039.732000', '222039.735000', '222039.738000', '222039.740000', '222039.743000', '222039.745000', '222039.748000', '222039.751000', '222039.753000', '222039.756000', '222039.758000', '222039.761000', '222039.763000', '222039.766000', '222039.768000', '222039.771000', '222039.774000', '222039.776000', '222039.779000', '222039.781000', '222039.784000', '222039.787000', '222059.677000', '222059.680000', '222059.683000', '222059.685000', '222059.688000', '222059.691000', '222059.693000', '222059.696000', '222059.699000', '222059.702000', '222059.705000', '222059.707000', '222059.710000', '222059.712000', '222059.715000', '222059.718000', '222059.720000', '222059.723000', '222059.725000', '222059.728000', '222059.730000', '222059.733000', '222059.736000', '222059.738000', '222059.741000', '222059.743000', '222059.746000', '222059.748000', '222059.751000', '222059.754000', '222059.756000', '222059.759000', '222059.762000', '222059.764000', '222059.767000', '222059.769000', '222059.772000', '222059.775000', '222059.777000', '222059.780000', '222059.782000', '222059.785000', '222059.787000', '222059.790000', '222119.678000', '222119.681000', '222119.684000', '222119.686000', '222119.689000', '222119.692000', '222119.694000', '222119.697000', '222119.700000', '222119.702000', '222119.705000', '222119.707000', '222119.710000', '222119.713000', '222119.722000', '222119.725000', '222119.727000', '222119.730000', '222119.732000', '222119.735000', '222119.738000', '222119.740000', '222119.743000', '222119.746000', '222119.748000', '222119.751000', '222119.753000', '222119.756000', '222119.758000', '222119.761000', '222119.764000', '222119.766000', '222119.769000', '222119.771000', '222119.774000', '222119.776000', '222119.779000', '222119.782000', '222119.784000', '222119.787000', '222119.789000', '222119.792000', '222119.794000', '222139.679000', '222139.681000', '222139.684000', '222139.687000', '222139.690000', '222139.693000', '222139.696000', '222139.698000', '222139.701000', '222139.704000', '222139.707000', '222139.709000', '222139.712000', '222139.714000', '222139.717000', '222139.719000', '222139.722000', '222139.725000', '222139.727000', '222139.730000', '222139.732000', '222139.735000', '222139.737000', '222139.740000', '222139.743000', '222139.745000', '222139.748000', '222139.750000', '222139.753000', '222139.755000', '222139.758000', '222139.761000', '222139.763000', '222139.766000', '222139.768000', '222139.771000', '222139.774000', '222139.776000', '222139.779000', '222139.781000', '222139.784000', '222139.786000', '222139.789000', '222159.678000', '222159.681000', '222159.684000', '222159.687000', '222159.689000', '222159.692000', '222159.694000', '222159.697000', '222159.700000', '222159.702000', '222159.705000', '222159.707000', '222159.710000', '222159.712000', '222159.715000', '222159.717000', '222159.720000', '222159.723000', '222159.725000', '222159.728000', '222159.730000', '222159.743000', '222159.746000', '222159.748000', '222159.751000', '222159.754000', '222159.756000', '222159.759000', '222159.762000', '222159.764000', '222159.767000', '222159.769000', '222159.772000', '222159.775000', '222159.778000', '222159.780000', '222159.783000', '222159.785000', '222159.788000', '222159.791000', '222159.793000', '222159.796000', '222159.798000', '222159.801000', '222219.677000', '222219.680000', '222219.683000', '222219.685000', '222219.688000', '222219.691000', '222219.693000', '222219.696000', '222219.699000', '222219.701000', '222219.704000', '222219.707000', '222219.709000', '222219.712000', '222219.714000', '222219.717000', '222219.720000', '222219.722000', '222219.725000', '222219.727000', '222219.730000', '222219.732000', '222219.735000', '222219.739000', '222219.741000', '222219.744000', '222219.747000', '222219.749000', '222219.752000', '222219.754000', '222219.757000', '222219.759000', '222219.762000', '222219.765000', '222219.767000', '222219.770000', '222219.773000', '222219.775000', '222219.778000', '222219.780000', '222219.783000', '222219.785000', '222219.788000', '222239.677000', '222239.680000', '222239.683000', '222239.686000', '222239.688000', '222239.691000', '222239.693000', '222239.696000', '222239.699000', '222239.701000', '222239.704000', '222239.706000', '222239.709000', '222239.711000', '222239.714000', '222239.716000', '222239.719000', '222239.721000', '222239.724000', '222239.727000', '222239.729000', '222239.732000', '222239.734000', '222239.737000', '222239.739000', '222239.742000', '222239.744000', '222239.747000', '222239.750000', '222239.752000', '222239.755000', '222239.757000', '222239.770000', '222239.773000', '222239.776000', '222239.778000', '222239.781000', '222239.783000', '222239.786000', '222239.789000', '222239.791000', '222239.794000', '222239.796000', '222239.799000', '222259.677000', '222259.680000', '222259.683000', '222259.685000', '222259.688000', '222259.691000', '222259.693000', '222259.696000', '222259.698000', '222259.701000', '222259.703000', '222259.706000', '222259.709000', '222259.712000', '222259.715000', '222259.719000', '222259.722000', '222259.725000', '222259.728000', '222259.730000', '222259.733000', '222259.735000', '222259.738000', '222259.740000', '222259.743000', '222259.746000', '222259.748000', '222259.751000', '222259.753000', '222259.756000', '222259.758000', '222259.761000', '222259.764000', '222259.766000', '222259.769000', '222259.771000', '222259.774000', '222259.777000', '222259.779000', '222259.782000', '222259.785000', '222259.787000', '222259.790000', '222319.677000', '222319.680000', '222319.683000', '222319.686000', '222319.688000', '222319.691000', '222319.693000', '222319.696000', '222319.699000', '222319.701000', '222319.704000', '222319.706000', '222319.709000', '222319.711000', '222319.714000', '222319.717000', '222319.719000', '222319.722000', '222319.724000', '222319.727000', '222319.729000', '222319.732000', '222319.735000', '222319.737000', '222319.740000', '222319.742000', '222319.745000', '222319.747000', '222319.750000', '222319.753000', '222319.755000', '222319.758000', '222319.770000', '222319.772000', '222319.775000', '222319.777000', '222319.780000', '222319.782000', '222319.785000', '222319.787000', '222319.790000', '222319.793000', '222319.795000', '222319.798000', '222339.678000', '222339.681000', '222339.684000', '222339.687000', '222339.689000', '222339.692000', '222339.694000', '222339.697000', '222339.700000', '222339.702000', '222339.705000', '222339.707000', '222339.710000', '222339.712000', '222339.715000', '222339.718000', '222339.720000', '222339.723000', '222339.725000', '222339.728000', '222339.731000', '222339.733000', '222339.736000', '222339.738000', '222339.741000', '222339.743000', '222339.746000', '222339.748000', '222339.751000', '222339.754000', '222339.757000', '222339.760000', '222339.763000', '222339.765000', '222339.768000', '222339.771000', '222339.773000', '222339.776000', '222339.779000', '222339.781000', '222339.784000', '222339.787000', '222339.789000', '222359.678000', '222359.681000', '222359.684000', '222359.686000', '222359.689000', '222359.692000', '222359.694000', '222359.697000', '222359.699000', '222359.702000', '222359.704000', '222359.707000', '222359.710000', '222359.712000', '222359.715000', '222359.717000', '222359.720000', '222359.723000', '222359.725000', '222359.728000', '222359.730000', '222359.733000', '222359.735000', '222359.738000', '222359.741000', '222359.743000', '222359.746000', '222359.748000', '222359.751000', '222359.753000', '222359.756000', '222359.759000', '222359.761000', '222359.764000', '222359.766000', '222359.769000', '222359.771000', '222359.774000', '222359.777000', '222359.779000', '222359.782000', '222359.784000', '222359.787000', '222359.789000', '222419.679000', '222419.681000', '222419.684000', '222419.687000', '222419.689000', '222419.692000', '222419.694000', '222419.697000', '222419.700000', '222419.702000', '222419.705000', '222419.707000', '222419.710000', '222419.713000', '222419.715000', '222419.718000', '222419.720000', '222419.723000', '222419.725000', '222419.728000', '222419.731000', '222419.733000', '222419.736000', '222419.738000', '222419.741000', '222419.743000', '222419.746000', '222419.749000', '222419.751000', '222419.754000', '222419.757000', '222419.760000', '222419.763000', '222419.765000', '222419.768000', '222419.771000', '222419.773000', '222419.776000', '222419.779000', '222419.781000', '222419.784000', '222419.786000', '222419.789000', '222439.678000', '222439.681000', '222439.683000', '222439.686000', '222439.688000', '222439.691000', '222439.693000', '222439.696000', '222439.699000', '222439.701000', '222439.704000', '222439.706000', '222439.709000', '222439.711000', '222439.714000', '222439.716000', '222439.719000', '222439.722000', '222439.724000', '222439.727000', '222439.729000', '222439.732000', '222439.734000', '222439.737000', '222439.739000', '222439.742000', '222439.744000', '222439.747000', '222439.750000', '222439.752000', '222439.755000', '222439.757000', '222439.760000', '222439.762000', '222439.765000', '222439.767000', '222439.770000', '222439.773000', '222439.775000', '222439.778000', '222439.780000', '222439.783000', '222439.802000', '222439.804000', '222459.677000', '222459.680000', '222459.683000', '222459.685000', '222459.688000', '222459.691000', '222459.693000', '222459.696000', '222459.698000', '222459.701000', '222459.703000', '222459.706000', '222459.708000', '222459.711000', '222459.714000', '222459.716000', '222459.719000', '222459.722000', '222459.724000', '222459.727000', '222459.730000', '222459.732000', '222459.735000', '222459.737000', '222459.740000', '222459.742000', '222459.745000', '222459.748000', '222459.751000', '222459.754000', '222459.757000', '222459.760000', '222459.762000', '222459.765000', '222459.767000', '222459.770000', '222459.772000', '222459.775000', '222459.777000', '222459.780000', '222459.783000', '222459.785000', '222459.788000', '222519.678000', '222519.680000', '222519.683000', '222519.686000', '222519.688000', '222519.691000', '222519.693000', '222519.696000', '222519.699000', '222519.701000', '222519.704000', '222519.706000', '222519.709000', '222519.711000', '222519.714000', '222519.716000', '222519.719000', '222519.722000', '222519.724000', '222519.727000', '222519.730000', '222519.732000', '222519.735000', '222519.737000', '222519.740000', '222519.742000', '222519.745000', '222519.748000', '222519.750000', '222519.753000', '222519.755000', '222519.758000', '222519.761000', '222519.763000', '222519.766000', '222519.768000', '222519.771000', '222519.774000', '222519.776000', '222519.779000', '222519.781000', '222519.784000', '222519.786000', '222519.789000', '222528.759000', '222528.762000', '222528.765000', '222528.767000', '222528.770000', '222528.773000', '222528.775000', '222528.778000', '222528.781000', '222528.784000', '222528.787000', '222528.790000', '222528.793000', '222528.796000', '222528.799000', '222528.802000', '222528.805000', '222528.808000', '222528.811000', '222528.813000'], 'InstanceCreationTime': ['221739.709000', '221739.713000', '221739.715000', '221739.718000', '221739.720000', '221739.723000', '221739.730000', '221739.733000', '221739.735000', '221739.738000', '221739.741000', '221739.743000', '221739.746000', '221739.748000', '221739.751000', '221739.754000', '221739.756000', '221739.759000', '221739.761000', '221739.764000', '221739.766000', '221739.769000', '221739.772000', '221739.774000', '221739.777000', '221739.779000', '221739.783000', '221739.786000', '221739.788000', '221739.791000', '221739.794000', '221739.796000', '221739.799000', '221739.801000', '221739.804000', '221739.806000', '221739.809000', '221739.811000', '221739.814000', '221739.816000', '221739.819000', '221739.822000', '221739.824000', '221739.827000', '221739.829000', '221739.832000', '221739.834000', '221739.837000', '221739.839000', '221739.842000', '221739.845000', '221739.847000', '221739.850000', '221759.677000', '221759.680000', '221759.683000', '221759.685000', '221759.688000', '221759.691000', '221759.693000', '221759.696000', '221759.725000', '221759.728000', '221759.730000', '221759.733000', '221759.735000', '221759.738000', '221759.740000', '221759.743000', '221759.746000', '221759.748000', '221759.751000', '221759.753000', '221759.756000', '221759.758000', '221759.761000', '221759.763000', '221759.766000', '221759.768000', '221759.771000', '221759.774000', '221759.776000', '221759.779000', '221759.781000', '221759.784000', '221759.786000', '221759.789000', '221759.791000', '221759.794000', '221759.796000', '221759.799000', '221759.801000', '221759.804000', '221759.807000', '221759.809000', '221759.812000', '221819.677000', '221819.680000', '221819.683000', '221819.685000', '221819.688000', '221819.691000', '221819.693000', '221819.696000', '221819.698000', '221819.701000', '221819.703000', '221819.706000', '221819.709000', '221819.711000', '221819.714000', '221819.716000', '221819.719000', '221819.728000', '221819.731000', '221819.733000', '221819.736000', '221819.738000', '221819.741000', '221819.744000', '221819.746000', '221819.749000', '221819.751000', '221819.754000', '221819.756000', '221819.759000', '221819.762000', '221819.764000', '221819.767000', '221819.769000', '221819.772000', '221819.774000', '221819.777000', '221819.779000', '221819.782000', '221819.785000', '221819.787000', '221819.790000', '221819.792000', '221819.795000', '221839.677000', '221839.685000', '221839.688000', '221839.690000', '221839.693000', '221839.696000', '221839.698000', '221839.701000', '221839.703000', '221839.706000', '221839.708000', '221839.711000', '221839.714000', '221839.716000', '221839.719000', '221839.721000', '221839.724000', '221839.726000', '221839.729000', '221839.731000', '221839.734000', '221839.737000', '221839.739000', '221839.742000', '221839.744000', '221839.747000', '221839.749000', '221839.752000', '221839.754000', '221839.757000', '221839.760000', '221839.762000', '221839.765000', '221839.767000', '221839.770000', '221839.772000', '221839.775000', '221839.777000', '221839.780000', '221839.782000', '221839.785000', '221839.788000', '221839.790000', '221859.685000', '221859.688000', '221859.691000', '221859.693000', '221859.696000', '221859.698000', '221859.701000', '221859.704000', '221859.706000', '221859.709000', '221859.711000', '221859.714000', '221859.717000', '221859.719000', '221859.722000', '221859.724000', '221859.727000', '221859.729000', '221859.737000', '221859.740000', '221859.742000', '221859.745000', '221859.748000', '221859.750000', '221859.753000', '221859.755000', '221859.758000', '221859.760000', '221859.763000', '221859.766000', '221859.768000', '221859.771000', '221859.773000', '221859.776000', '221859.778000', '221859.781000', '221859.783000', '221859.786000', '221859.789000', '221859.791000', '221859.794000', '221859.796000', '221859.799000', '221859.801000', '221919.679000', '221919.681000', '221919.684000', '221919.686000', '221919.689000', '221919.692000', '221919.694000', '221919.697000', '221919.699000', '221919.702000', '221919.705000', '221919.707000', '221919.710000', '221919.712000', '221919.715000', '221919.718000', '221919.720000', '221919.723000', '221919.725000', '221919.728000', '221919.730000', '221919.739000', '221919.741000', '221919.744000', '221919.746000', '221919.749000', '221919.752000', '221919.754000', '221919.757000', '221919.759000', '221919.762000', '221919.764000', '221919.767000', '221919.769000', '221919.772000', '221919.775000', '221919.777000', '221919.780000', '221919.782000', '221919.785000', '221919.787000', '221919.790000', '221919.792000', '221939.678000', '221939.681000', '221939.684000', '221939.686000', '221939.689000', '221939.692000', '221939.694000', '221939.697000', '221939.699000', '221939.702000', '221939.705000', '221939.707000', '221939.710000', '221939.712000', '221939.715000', '221939.718000', '221939.720000', '221939.723000', '221939.725000', '221939.728000', '221939.731000', '221939.733000', '221939.736000', '221939.738000', '221939.741000', '221939.744000', '221939.746000', '221939.749000', '221939.751000', '221939.754000', '221939.756000', '221939.759000', '221939.762000', '221939.764000', '221939.767000', '221939.769000', '221939.772000', '221939.775000', '221939.777000', '221939.780000', '221939.782000', '221939.785000', '221939.788000', '221939.790000', '221959.677000', '221959.680000', '221959.683000', '221959.685000', '221959.688000', '221959.691000', '221959.693000', '221959.696000', '221959.698000', '221959.701000', '221959.703000', '221959.706000', '221959.709000', '221959.711000', '221959.714000', '221959.716000', '221959.719000', '221959.721000', '221959.724000', '221959.726000', '221959.729000', '221959.732000', '221959.734000', '221959.737000', '221959.739000', '221959.742000', '221959.744000', '221959.747000', '221959.749000', '221959.752000', '221959.755000', '221959.757000', '221959.760000', '221959.762000', '221959.765000', '221959.767000', '221959.770000', '221959.773000', '221959.775000', '221959.778000', '221959.780000', '221959.783000', '221959.785000', '222019.678000', '222019.681000', '222019.683000', '222019.686000', '222019.688000', '222019.691000', '222019.693000', '222019.696000', '222019.699000', '222019.701000', '222019.704000', '222019.706000', '222019.709000', '222019.711000', '222019.714000', '222019.716000', '222019.719000', '222019.722000', '222019.724000', '222019.727000', '222019.729000', '222019.732000', '222019.735000', '222019.737000', '222019.740000', '222019.742000', '222019.745000', '222019.747000', '222019.750000', '222019.753000', '222019.755000', '222019.758000', '222019.760000', '222019.763000', '222019.765000', '222019.768000', '222019.771000', '222019.773000', '222019.776000', '222019.814000', '222019.817000', '222019.819000', '222019.822000', '222019.824000', '222039.678000', '222039.680000', '222039.683000', '222039.686000', '222039.688000', '222039.691000', '222039.693000', '222039.696000', '222039.699000', '222039.701000', '222039.704000', '222039.706000', '222039.709000', '222039.712000', '222039.714000', '222039.717000', '222039.720000', '222039.722000', '222039.725000', '222039.727000', '222039.730000', '222039.732000', '222039.735000', '222039.738000', '222039.740000', '222039.743000', '222039.745000', '222039.748000', '222039.751000', '222039.753000', '222039.756000', '222039.758000', '222039.761000', '222039.763000', '222039.766000', '222039.768000', '222039.771000', '222039.774000', '222039.776000', '222039.779000', '222039.781000', '222039.784000', '222039.787000', '222059.677000', '222059.680000', '222059.683000', '222059.685000', '222059.688000', '222059.691000', '222059.693000', '222059.696000', '222059.699000', '222059.702000', '222059.705000', '222059.707000', '222059.710000', '222059.712000', '222059.715000', '222059.718000', '222059.720000', '222059.723000', '222059.725000', '222059.728000', '222059.730000', '222059.733000', '222059.736000', '222059.738000', '222059.741000', '222059.743000', '222059.746000', '222059.748000', '222059.751000', '222059.754000', '222059.756000', '222059.759000', '222059.762000', '222059.764000', '222059.767000', '222059.769000', '222059.772000', '222059.775000', '222059.777000', '222059.780000', '222059.782000', '222059.785000', '222059.787000', '222059.790000', '222119.678000', '222119.681000', '222119.684000', '222119.686000', '222119.689000', '222119.692000', '222119.694000', '222119.697000', '222119.700000', '222119.702000', '222119.705000', '222119.707000', '222119.710000', '222119.713000', '222119.722000', '222119.725000', '222119.727000', '222119.730000', '222119.732000', '222119.735000', '222119.738000', '222119.740000', '222119.743000', '222119.746000', '222119.748000', '222119.751000', '222119.753000', '222119.756000', '222119.758000', '222119.761000', '222119.764000', '222119.766000', '222119.769000', '222119.771000', '222119.774000', '222119.776000', '222119.779000', '222119.782000', '222119.784000', '222119.787000', '222119.789000', '222119.792000', '222119.794000', '222139.679000', '222139.681000', '222139.684000', '222139.687000', '222139.690000', '222139.693000', '222139.696000', '222139.698000', '222139.701000', '222139.704000', '222139.707000', '222139.709000', '222139.712000', '222139.714000', '222139.717000', '222139.719000', '222139.722000', '222139.725000', '222139.727000', '222139.730000', '222139.732000', '222139.735000', '222139.737000', '222139.740000', '222139.743000', '222139.745000', '222139.748000', '222139.750000', '222139.753000', '222139.755000', '222139.758000', '222139.761000', '222139.763000', '222139.766000', '222139.768000', '222139.771000', '222139.774000', '222139.776000', '222139.779000', '222139.781000', '222139.784000', '222139.786000', '222139.789000', '222159.678000', '222159.681000', '222159.684000', '222159.687000', '222159.689000', '222159.692000', '222159.694000', '222159.697000', '222159.700000', '222159.702000', '222159.705000', '222159.707000', '222159.710000', '222159.712000', '222159.715000', '222159.717000', '222159.720000', '222159.723000', '222159.725000', '222159.728000', '222159.730000', '222159.743000', '222159.746000', '222159.748000', '222159.751000', '222159.754000', '222159.756000', '222159.759000', '222159.762000', '222159.764000', '222159.767000', '222159.769000', '222159.772000', '222159.775000', '222159.778000', '222159.780000', '222159.783000', '222159.785000', '222159.788000', '222159.791000', '222159.793000', '222159.796000', '222159.798000', '222159.801000', '222219.677000', '222219.680000', '222219.683000', '222219.685000', '222219.688000', '222219.691000', '222219.693000', '222219.696000', '222219.699000', '222219.701000', '222219.704000', '222219.707000', '222219.709000', '222219.712000', '222219.714000', '222219.717000', '222219.720000', '222219.722000', '222219.725000', '222219.727000', '222219.730000', '222219.732000', '222219.735000', '222219.739000', '222219.741000', '222219.744000', '222219.747000', '222219.749000', '222219.752000', '222219.754000', '222219.757000', '222219.759000', '222219.762000', '222219.765000', '222219.767000', '222219.770000', '222219.773000', '222219.775000', '222219.778000', '222219.780000', '222219.783000', '222219.785000', '222219.788000', '222239.677000', '222239.680000', '222239.683000', '222239.686000', '222239.688000', '222239.691000', '222239.693000', '222239.696000', '222239.699000', '222239.701000', '222239.704000', '222239.706000', '222239.709000', '222239.711000', '222239.714000', '222239.716000', '222239.719000', '222239.721000', '222239.724000', '222239.727000', '222239.729000', '222239.732000', '222239.734000', '222239.737000', '222239.739000', '222239.742000', '222239.744000', '222239.747000', '222239.750000', '222239.752000', '222239.755000', '222239.757000', '222239.770000', '222239.773000', '222239.776000', '222239.778000', '222239.781000', '222239.783000', '222239.786000', '222239.789000', '222239.791000', '222239.794000', '222239.796000', '222239.799000', '222259.677000', '222259.680000', '222259.683000', '222259.685000', '222259.688000', '222259.691000', '222259.693000', '222259.696000', '222259.698000', '222259.701000', '222259.703000', '222259.706000', '222259.709000', '222259.712000', '222259.715000', '222259.719000', '222259.722000', '222259.725000', '222259.728000', '222259.730000', '222259.733000', '222259.735000', '222259.738000', '222259.740000', '222259.743000', '222259.746000', '222259.748000', '222259.751000', '222259.753000', '222259.756000', '222259.758000', '222259.761000', '222259.764000', '222259.766000', '222259.769000', '222259.771000', '222259.774000', '222259.777000', '222259.779000', '222259.782000', '222259.785000', '222259.787000', '222259.790000', '222319.677000', '222319.680000', '222319.683000', '222319.686000', '222319.688000', '222319.691000', '222319.693000', '222319.696000', '222319.699000', '222319.701000', '222319.704000', '222319.706000', '222319.709000', '222319.711000', '222319.714000', '222319.717000', '222319.719000', '222319.722000', '222319.724000', '222319.727000', '222319.729000', '222319.732000', '222319.735000', '222319.737000', '222319.740000', '222319.742000', '222319.745000', '222319.747000', '222319.750000', '222319.753000', '222319.755000', '222319.758000', '222319.770000', '222319.772000', '222319.775000', '222319.777000', '222319.780000', '222319.782000', '222319.785000', '222319.787000', '222319.790000', '222319.793000', '222319.795000', '222319.798000', '222339.678000', '222339.681000', '222339.684000', '222339.687000', '222339.689000', '222339.692000', '222339.694000', '222339.697000', '222339.700000', '222339.702000', '222339.705000', '222339.707000', '222339.710000', '222339.712000', '222339.715000', '222339.718000', '222339.720000', '222339.723000', '222339.725000', '222339.728000', '222339.731000', '222339.733000', '222339.736000', '222339.738000', '222339.741000', '222339.743000', '222339.746000', '222339.748000', '222339.751000', '222339.754000', '222339.757000', '222339.760000', '222339.763000', '222339.765000', '222339.768000', '222339.771000', '222339.773000', '222339.776000', '222339.779000', '222339.781000', '222339.784000', '222339.787000', '222339.789000', '222359.678000', '222359.681000', '222359.684000', '222359.686000', '222359.689000', '222359.692000', '222359.694000', '222359.697000', '222359.699000', '222359.702000', '222359.704000', '222359.707000', '222359.710000', '222359.712000', '222359.715000', '222359.717000', '222359.720000', '222359.723000', '222359.725000', '222359.728000', '222359.730000', '222359.733000', '222359.735000', '222359.738000', '222359.741000', '222359.743000', '222359.746000', '222359.748000', '222359.751000', '222359.753000', '222359.756000', '222359.759000', '222359.761000', '222359.764000', '222359.766000', '222359.769000', '222359.771000', '222359.774000', '222359.777000', '222359.779000', '222359.782000', '222359.784000', '222359.787000', '222359.789000', '222419.679000', '222419.681000', '222419.684000', '222419.687000', '222419.689000', '222419.692000', '222419.694000', '222419.697000', '222419.700000', '222419.702000', '222419.705000', '222419.707000', '222419.710000', '222419.713000', '222419.715000', '222419.718000', '222419.720000', '222419.723000', '222419.725000', '222419.728000', '222419.731000', '222419.733000', '222419.736000', '222419.738000', '222419.741000', '222419.743000', '222419.746000', '222419.749000', '222419.751000', '222419.754000', '222419.757000', '222419.760000', '222419.763000', '222419.765000', '222419.768000', '222419.771000', '222419.773000', '222419.776000', '222419.779000', '222419.781000', '222419.784000', '222419.786000', '222419.789000', '222439.678000', '222439.681000', '222439.683000', '222439.686000', '222439.688000', '222439.691000', '222439.693000', '222439.696000', '222439.699000', '222439.701000', '222439.704000', '222439.706000', '222439.709000', '222439.711000', '222439.714000', '222439.716000', '222439.719000', '222439.722000', '222439.724000', '222439.727000', '222439.729000', '222439.732000', '222439.734000', '222439.737000', '222439.739000', '222439.742000', '222439.744000', '222439.747000', '222439.750000', '222439.752000', '222439.755000', '222439.757000', '222439.760000', '222439.762000', '222439.765000', '222439.767000', '222439.770000', '222439.773000', '222439.775000', '222439.778000', '222439.780000', '222439.783000', '222439.802000', '222439.804000', '222459.677000', '222459.680000', '222459.683000', '222459.685000', '222459.688000', '222459.691000', '222459.693000', '222459.696000', '222459.698000', '222459.701000', '222459.703000', '222459.706000', '222459.708000', '222459.711000', '222459.714000', '222459.716000', '222459.719000', '222459.722000', '222459.724000', '222459.727000', '222459.730000', '222459.732000', '222459.735000', '222459.737000', '222459.740000', '222459.742000', '222459.745000', '222459.748000', '222459.751000', '222459.754000', '222459.757000', '222459.760000', '222459.762000', '222459.765000', '222459.767000', '222459.770000', '222459.772000', '222459.775000', '222459.777000', '222459.780000', '222459.783000', '222459.785000', '222459.788000', '222519.678000', '222519.680000', '222519.683000', '222519.686000', '222519.688000', '222519.691000', '222519.693000', '222519.696000', '222519.699000', '222519.701000', '222519.704000', '222519.706000', '222519.709000', '222519.711000', '222519.714000', '222519.716000', '222519.719000', '222519.722000', '222519.724000', '222519.727000', '222519.730000', '222519.732000', '222519.735000', '222519.737000', '222519.740000', '222519.742000', '222519.745000', '222519.748000', '222519.750000', '222519.753000', '222519.755000', '222519.758000', '222519.761000', '222519.763000', '222519.766000', '222519.768000', '222519.771000', '222519.774000', '222519.776000', '222519.779000', '222519.781000', '222519.784000', '222519.786000', '222519.789000', '222528.759000', '222528.762000', '222528.765000', '222528.767000', '222528.770000', '222528.773000', '222528.775000', '222528.778000', '222528.781000', '222528.784000', '222528.787000', '222528.790000', '222528.793000', '222528.796000', '222528.799000', '222528.802000', '222528.805000', '222528.808000', '222528.811000', '222528.813000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [7973, 12580, 7835, 8513, 8505, 6225, 10041, 7123, 7612, 12028, 6104, 9310, 8884, 6266, 9998, 8512, 6812, 10370, 5751, 6908, 11412, 6721, 7270, 6682, 5844, 8546, 6686, 7059, 9444, 6231, 7291, 11058, 6060, 8374, 11561, 6392, 9799, 9181, 6187, 9981, 7710, 7690, 11045, 5834, 7604, 11639, 6314, 9514, 6043, 6928, 10668, 7181, 8311, 11372, 6904, 10249, 12087, 7007, 11219, 8620, 7462, 11144, 8247, 8700, 13668, 5978, 7999, 12228, 6152, 9906, 6090, 7297, 11009, 6382, 8546, 7567, 6315, 10303, 7265, 7770, 10899, 5983, 10312, 12793, 6809, 11421, 10313, 7929, 11173, 8395, 7480, 9634, 7074, 7326, 8852, 5987, 8132, 6414, 6623, 11400, 5919, 7114, 10839, 6815, 7923, 9479, 6021, 9306, 9318, 6609, 10304, 6491, 6855, 11468, 8180, 8066, 10696, 6240, 9360, 7557, 6922, 10280, 6035, 9017, 8874, 7056, 9221, 6370, 7095, 12373, 6027, 8533, 7781, 6283, 10155, 6719, 6742, 6000, 6174, 9644, 6400, 6547, 8255, 6119, 9031, 5989, 7022, 6616, 6256, 11386, 6788, 7275, 10186, 5870, 10022, 6327, 7424, 11677, 6895, 9396, 12649, 6535, 10031, 7346, 7187, 13359, 6364, 8396, 10616, 5917, 10748, 10640, 7024, 10052, 6681, 7130, 13796, 6526, 7443, 13331, 6563, 7670, 12164, 6115, 8120, 6037, 6640, 11906, 6215, 6579, 11487, 6825, 7289, 12594, 6118, 8063, 11054, 6306, 10401, 6686, 7405, 9248, 5988, 13432, 6466, 8512, 11308, 7832, 13849, 9705, 10250, 12766, 6333, 12535, 9691, 9545, 10710, 5964, 9548, 6712, 7793, 5896, 6818, 13080, 6299, 8952, 7626, 7105, 14136, 6644, 8034, 12649, 7147, 12622, 6302, 6831, 11283, 5735, 9734, 6514, 7338, 6351, 7181, 6461, 5895, 11024, 7387, 8515, 11791, 6085, 9653, 8149, 7013, 11142, 6170, 6580, 9543, 6198, 8407, 6373, 6572, 10248, 6580, 7532, 6414, 6019, 9733, 6106, 6486, 10203, 6389, 8187, 6726, 6081, 9277, 7176, 7160, 10458, 6131, 6887, 9736, 6077, 8978, 6273, 6824, 9229, 6433, 9047, 7148, 8328, 11122, 6307, 10688, 8108, 7960, 14041, 6784, 7824, 13572, 7669, 11997, 6683, 6435, 12463, 6446, 9166, 6333, 6435, 12254, 6244, 7187, 11762, 6104, 9751, 6352, 5876, 9783, 6835, 7600, 6286, 5965, 10221, 6319, 7847, 7054, 5891, 11493, 6355, 7203, 7510, 5920, 10455, 6335, 7630, 6435, 6458, 6790, 6185, 10084, 7781, 8160, 10173, 5855, 10151, 7468, 7358, 11956, 6147, 9465, 6142, 6581, 10614, 6224, 8645, 6056, 6591, 11411, 6264, 9528, 6204, 7232, 11924, 6204, 9797, 6988, 7705, 10044, 6271, 9368, 8224, 7818, 13671, 6551, 7169, 10096, 6000, 9033, 6545, 7465, 6489, 6118, 9403, 6345, 7765, 9270, 6285, 8935, 6116, 7391, 13245, 6398, 7423, 10287, 5944, 8945, 6438, 6135, 10555, 6280, 8199, 6068, 6081, 10397, 6372, 7944, 6302, 6072, 11267, 6642, 8781, 6314, 6669, 12591, 6687, 9291, 6655, 7340, 11015, 6318, 9375, 9992, 8377, 12694, 6494, 7927, 8077, 6403, 10109, 6215, 7842, 6034, 6136, 9863, 6238, 8229, 6297, 6568, 11490, 6199, 8977, 6615, 7325, 12288, 6644, 10505, 7852, 8135, 7660, 5956, 11628, 6973, 8244, 6210, 6658, 7114, 5949, 9776, 6435, 8195, 5986, 5876, 9277, 6342, 7673, 6119, 6066, 11225, 6211, 7771, 6621, 7480, 6182, 7209, 6189, 7879, 6443, 8744, 6239, 6078, 12630, 8973, 11297, 6506, 7285, 12734, 6490, 11720, 6316, 7431, 6829, 5955, 9367, 6245, 7449, 5894, 6103, 7367, 6126, 8102, 6184, 7168, 6119, 6663, 10154, 6197, 8738, 6253, 7075, 5906, 6381, 11962, 6503, 10222, 6749, 7392, 13501, 6520, 10738, 7421, 6635, 13706, 6533, 6989, 9624, 5691, 8828, 6132, 6150, 10731, 6393, 7992, 6342, 5766, 9582, 6239, 7396, 5906, 6008, 8590, 6605, 6489, 5904, 6230, 8111, 6382, 6917, 6219, 6294, 9952, 6554, 7263, 9279, 6527, 10870, 6133, 7132, 10840, 6523, 11754, 6636, 6626, 13863, 8501, 9059, 6251, 5869, 9806, 6723, 6693, 6128, 6400, 8731, 6533, 6955, 6387, 6725, 10574, 6269, 9679, 11297, 9062, 13535, 10017, 9277, 14985, 8631, 9592, 9643, 5985, 8589, 6494, 7045, 9323, 6559, 6882, 11314, 6332, 7123, 6497, 6051, 10310, 6376, 6183, 11976, 6583, 7709, 6287, 6067, 9492, 6440, 7117, 6347, 6660, 12446, 5728, 10241, 6625, 6908, 6200, 6094, 6745, 5720, 13406, 9880, 9941, 14205, 6214, 7093, 12353, 6797, 8192, 6598, 5839, 7221, 6247, 6137, 8165, 6256, 6080, 6311, 6339, 7807, 6100, 6366, 6204, 6518, 8987, 6290, 6340, 10816, 5914, 10142, 7501, 6280, 9846, 7375, 7992, 13059, 6328, 7762, 8056, 6785, 12084, 6079, 7122, 6727, 6535, 11803, 6533, 8782, 10494, 6475, 12210, 8291, 8452, 14375, 7969, 8760, 12195, 6252, 10487, 6654, 6382, 8912, 6324, 7674, 6374, 6169, 11035, 7072, 7182, 9075, 6370, 8644, 7082, 7981, 12934, 6560, 9732, 11995, 7744, 12075, 6555, 6299, 13438, 7351, 10113, 10543, 6306, 8864, 6775, 6842, 5808, 6268, 7637, 6669, 6821, 5861, 7449, 6057, 6357, 11104, 6031, 12062, 6108, 10378, 7259, 8677, 13088, 7439, 12267, 7052, 6473, 11963, 5575, 10164, 6304, 6026, 6545, 6466, 6259, 5797, 6604, 6469, 7535, 6175, 7620, 7201, 5970, 12001, 6163, 6519, 7330, 6735, 8464, 6016, 7486, 6737, 6242, 6109, 5985, 7018, 6048, 6388, 6414, 6030, 9871, 5602, 9214, 6980, 6086, 11924, 5941, 10399, 6278, 6388, 11057, 5820, 9058, 7001, 6635, 11082, 6320, 6199, 10055, 6723, 7357, 6343, 5777, 10259, 6228, 6425, 6004, 6112, 9265, 6717, 7461, 12137, 6268, 8478, 8340, 6439, 10818, 6838, 7415, 9313, 6163, 10315, 6715, 8150, 12237, 6120, 10626, 6965, 7201, 14598, 6117, 8115, 11550, 6300, 11590, 6636, 6098, 10830, 6485, 6239, 5952, 6231, 7999, 6607, 5926, 6174, 5733, 10508, 6438, 5909, 12615, 5923, 10872, 7308, 6795, 12324, 8241, 7881, 13324, 6429, 6102, 10559, 6156, 7485, 6265, 6066, 6432, 6206, 6925, 6259, 7296, 6657, 7877, 6490, 6243, 7198, 5838, 11951, 7612, 9046, 12883, 9321, 8870, 12578, 6534, 6899, 7959, 6274, 11478, 6451, 6361, 10785, 6269, 6123, 6401, 6068, 8350, 6471, 7031, 7010, 6074, 11585, 6147, 9244, 7031, 6616, 12648, 6188, 10593, 10233, 7511, 12944, 7437, 6952, 13021, 7384, 9500, 6469, 5892, 8545, 6261, 6817, 6181, 5979, 9351, 6322, 6681, 6421, 6099, 9154, 6468, 8740, 7518, 6148, 12744, 7789, 8573, 6333, 6254, 8813, 6599, 6640, 6046, 6133, 8035, 6898, 6658, 12360, 6268, 7907, 8687, 6253, 12234, 6326, 6684, 7094, 6189, 10735, 5983, 7102, 7427, 6338, 11399, 6043, 6971, 7376, 6236, 11508, 6229, 6802, 6604, 6651, 12336, 6666, 6114, 9273, 6208, 8688, 6490, 5843, 9877, 6327, 6400, 6018, 6324, 8308, 6789, 5833, 5914, 6326, 7996, 6476, 5976, 10631, 6248, 11114, 6437, 7676, 6652, 6260, 6739, 5765, 7088, 6140, 12515, 7010, 11658, 7842, 11564, 13172, 9682, 13698, 10542, 9051, 11058, 8389, 8508, 12389, 7102, 6784, 9935, 6181, 7013, 6503, 6088, 6530, 6117, 6289, 7023, 5762, 8900, 6151, 7473, 6713, 6780, 10304, 5941, 6541, 6753, 6151, 7070, 5986, 10537, 6279, 9461, 6703, 7298, 12602, 6974, 11178, 11612, 6966, 11271, 6690, 6066, 6567, 5759, 6282, 6270, 8235, 6313, 8575, 7580, 6713, 13094, 6278, 6155, 6661, 7882, 11210, 5969, 11890, 6169, 10247, 6239, 9260, 7500, 6846, 13796, 9246, 9349, 12933, 6554, 6818, 6408, 6510, 8778], 'WindowCenter': [3652.0, 3678.0, 3622.0, 3632.0, 3617.0, 3587.0, 3626.0, 3596.0, 3607.0, 3648.0, 3585.0, 3627.0, 3615.0, 3584.0, 3627.0, 3615.0, 3595.0, 3624.0, 3572.0, 3595.0, 3636.0, 3594.0, 3605.0, 3593.0, 3574.0, 3627.0, 3597.0, 3609.0, 3640.0, 3598.0, 3619.0, 3652.0, 3599.0, 3631.0, 3649.0, 3586.0, 3627.0, 3613.0, 3584.0, 3627.0, 3605.0, 3606.0, 3636.0, 3574.0, 3617.0, 3637.0, 3596.0, 3628.0, 3584.0, 3608.0, 3638.0, 3608.0, 3630.0, 3649.0, 3607.0, 3639.0, 3649.0, 3595.0, 3636.0, 3614.0, 3607.0, 3636.0, 3615.0, 3617.0, 3646.0, 3583.0, 3616.0, 3646.0, 3584.0, 3625.0, 3582.0, 3606.0, 3635.0, 3583.0, 3615.0, 3605.0, 3596.0, 3637.0, 3606.0, 3606.0, 3637.0, 3585.0, 3627.0, 3646.0, 3594.0, 3637.0, 3623.0, 3604.0, 3623.0, 3601.0, 3592.0, 3612.0, 3583.0, 3592.0, 3601.0, 3571.0, 3603.0, 3582.0, 3594.0, 3635.0, 3572.0, 3605.0, 3635.0, 3583.0, 3605.0, 3612.0, 3583.0, 3625.0, 3614.0, 3583.0, 3624.0, 3570.0, 3593.0, 3635.0, 3604.0, 3605.0, 3622.0, 3582.0, 3612.0, 3603.0, 3594.0, 3624.0, 3583.0, 3614.0, 3613.0, 3594.0, 3614.0, 3581.0, 3594.0, 3645.0, 3583.0, 3613.0, 3603.0, 3582.0, 3624.0, 3594.0, 3594.0, 3584.0, 3585.0, 3626.0, 3596.0, 3596.0, 3617.0, 3585.0, 3627.0, 3586.0, 3608.0, 3608.0, 3610.0, 3649.0, 3608.0, 3619.0, 3637.0, 3575.0, 3626.0, 3595.0, 3608.0, 3637.0, 3596.0, 3628.0, 3647.0, 3584.0, 3638.0, 3606.0, 3606.0, 3646.0, 3595.0, 3617.0, 3638.0, 3586.0, 3637.0, 3624.0, 3595.0, 3626.0, 3582.0, 3594.0, 3646.0, 3597.0, 3607.0, 3647.0, 3595.0, 3619.0, 3646.0, 3584.0, 3604.0, 3583.0, 3595.0, 3636.0, 3587.0, 3597.0, 3637.0, 3595.0, 3606.0, 3646.0, 3585.0, 3617.0, 3637.0, 3584.0, 3628.0, 3586.0, 3609.0, 3629.0, 3586.0, 3648.0, 3585.0, 3617.0, 3637.0, 3608.0, 3648.0, 3616.0, 3626.0, 3635.0, 3574.0, 3636.0, 3613.0, 3613.0, 3611.0, 3560.0, 3613.0, 3582.0, 3593.0, 3560.0, 3583.0, 3635.0, 3583.0, 3614.0, 3592.0, 3581.0, 3633.0, 3581.0, 3604.0, 3633.0, 3581.0, 3622.0, 3570.0, 3581.0, 3622.0, 3559.0, 3612.0, 3570.0, 3591.0, 3582.0, 3593.0, 3582.0, 3572.0, 3624.0, 3593.0, 3603.0, 3622.0, 3571.0, 3613.0, 3591.0, 3580.0, 3621.0, 3559.0, 3581.0, 3613.0, 3571.0, 3601.0, 3569.0, 3580.0, 3610.0, 3582.0, 3592.0, 3570.0, 3572.0, 3613.0, 3572.0, 3583.0, 3625.0, 3583.0, 3604.0, 3582.0, 3584.0, 3616.0, 3592.0, 3594.0, 3624.0, 3572.0, 3594.0, 3625.0, 3585.0, 3615.0, 3584.0, 3595.0, 3626.0, 3598.0, 3616.0, 3596.0, 3617.0, 3636.0, 3585.0, 3627.0, 3605.0, 3604.0, 3645.0, 3583.0, 3604.0, 3635.0, 3593.0, 3624.0, 3580.0, 3581.0, 3634.0, 3582.0, 3615.0, 3583.0, 3583.0, 3633.0, 3583.0, 3596.0, 3635.0, 3572.0, 3614.0, 3569.0, 3560.0, 3612.0, 3584.0, 3593.0, 3570.0, 3572.0, 3623.0, 3584.0, 3602.0, 3580.0, 3561.0, 3624.0, 3570.0, 3592.0, 3592.0, 3572.0, 3624.0, 3582.0, 3592.0, 3582.0, 3582.0, 3581.0, 3573.0, 3625.0, 3605.0, 3605.0, 3624.0, 3561.0, 3614.0, 3591.0, 3592.0, 3623.0, 3570.0, 3612.0, 3570.0, 3582.0, 3624.0, 3571.0, 3602.0, 3571.0, 3582.0, 3634.0, 3584.0, 3615.0, 3572.0, 3592.0, 3635.0, 3583.0, 3626.0, 3596.0, 3605.0, 3613.0, 3586.0, 3617.0, 3604.0, 3594.0, 3633.0, 3569.0, 3580.0, 3611.0, 3570.0, 3601.0, 3571.0, 3592.0, 3581.0, 3573.0, 3613.0, 3582.0, 3592.0, 3601.0, 3582.0, 3613.0, 3572.0, 3592.0, 3633.0, 3582.0, 3592.0, 3624.0, 3573.0, 3604.0, 3571.0, 3573.0, 3622.0, 3571.0, 3603.0, 3571.0, 3573.0, 3624.0, 3584.0, 3604.0, 3583.0, 3584.0, 3636.0, 3583.0, 3615.0, 3583.0, 3585.0, 3635.0, 3584.0, 3615.0, 3583.0, 3594.0, 3623.0, 3583.0, 3614.0, 3613.0, 3604.0, 3633.0, 3571.0, 3603.0, 3591.0, 3571.0, 3613.0, 3572.0, 3592.0, 3570.0, 3573.0, 3612.0, 3572.0, 3602.0, 3581.0, 3584.0, 3637.0, 3572.0, 3603.0, 3582.0, 3593.0, 3634.0, 3582.0, 3624.0, 3592.0, 3591.0, 3590.0, 3571.0, 3623.0, 3581.0, 3602.0, 3573.0, 3594.0, 3582.0, 3585.0, 3626.0, 3583.0, 3601.0, 3557.0, 3571.0, 3612.0, 3571.0, 3592.0, 3570.0, 3571.0, 3610.0, 3558.0, 3579.0, 3570.0, 3591.0, 3572.0, 3592.0, 3585.0, 3605.0, 3585.0, 3615.0, 3574.0, 3572.0, 3635.0, 3604.0, 3623.0, 3570.0, 3592.0, 3634.0, 3570.0, 3622.0, 3570.0, 3579.0, 3569.0, 3570.0, 3601.0, 3571.0, 3579.0, 3559.0, 3571.0, 3580.0, 3571.0, 3602.0, 3573.0, 3594.0, 3571.0, 3584.0, 3614.0, 3572.0, 3604.0, 3573.0, 3583.0, 3561.0, 3583.0, 3635.0, 3573.0, 3624.0, 3582.0, 3594.0, 3634.0, 3571.0, 3623.0, 3580.0, 3570.0, 3632.0, 3569.0, 3581.0, 3600.0, 3558.0, 3589.0, 3557.0, 3559.0, 3611.0, 3570.0, 3591.0, 3568.0, 3559.0, 3601.0, 3560.0, 3581.0, 3560.0, 3570.0, 3601.0, 3571.0, 3571.0, 3558.0, 3571.0, 3592.0, 3583.0, 3594.0, 3573.0, 3585.0, 3613.0, 3585.0, 3596.0, 3616.0, 3584.0, 3625.0, 3574.0, 3597.0, 3626.0, 3584.0, 3635.0, 3596.0, 3597.0, 3648.0, 3616.0, 3615.0, 3570.0, 3562.0, 3614.0, 3584.0, 3586.0, 3572.0, 3584.0, 3602.0, 3584.0, 3595.0, 3585.0, 3597.0, 3626.0, 3584.0, 3616.0, 3625.0, 3616.0, 3648.0, 3626.0, 3615.0, 3645.0, 3603.0, 3613.0, 3600.0, 3559.0, 3590.0, 3557.0, 3569.0, 3599.0, 3558.0, 3569.0, 3609.0, 3569.0, 3569.0, 3557.0, 3558.0, 3599.0, 3557.0, 3558.0, 3622.0, 3569.0, 3579.0, 3557.0, 3559.0, 3601.0, 3571.0, 3580.0, 3585.0, 3597.0, 3635.0, 3559.0, 3612.0, 3568.0, 3582.0, 3558.0, 3571.0, 3570.0, 3560.0, 3635.0, 3613.0, 3600.0, 3620.0, 3546.0, 3567.0, 3619.0, 3556.0, 3578.0, 3554.0, 3547.0, 3579.0, 3556.0, 3556.0, 3587.0, 3569.0, 3559.0, 3568.0, 3571.0, 3591.0, 3573.0, 3584.0, 3572.0, 3584.0, 3614.0, 3583.0, 3586.0, 3625.0, 3574.0, 3626.0, 3581.0, 3584.0, 3614.0, 3594.0, 3605.0, 3633.0, 3583.0, 3594.0, 3604.0, 3584.0, 3635.0, 3574.0, 3596.0, 3584.0, 3585.0, 3637.0, 3585.0, 3616.0, 3626.0, 3585.0, 3637.0, 3603.0, 3604.0, 3645.0, 3605.0, 3605.0, 3635.0, 3570.0, 3612.0, 3570.0, 3572.0, 3601.0, 3571.0, 3592.0, 3571.0, 3572.0, 3623.0, 3582.0, 3582.0, 3601.0, 3572.0, 3603.0, 3582.0, 3594.0, 3633.0, 3582.0, 3613.0, 3623.0, 3582.0, 3621.0, 3569.0, 3570.0, 3633.0, 3580.0, 3612.0, 3610.0, 3571.0, 3600.0, 3570.0, 3569.0, 3558.0, 3570.0, 3591.0, 3583.0, 3583.0, 3564.0, 3596.0, 3574.0, 3586.0, 3626.0, 3573.0, 3625.0, 3573.0, 3612.0, 3583.0, 3604.0, 3634.0, 3580.0, 3624.0, 3583.0, 3569.0, 3609.0, 3533.0, 3597.0, 3556.0, 3556.0, 3569.0, 3569.0, 3568.0, 3558.0, 3570.0, 3570.0, 3590.0, 3561.0, 3593.0, 3579.0, 3557.0, 3610.0, 3557.0, 3568.0, 3579.0, 3570.0, 3588.0, 3559.0, 3580.0, 3579.0, 3584.0, 3558.0, 3571.0, 3581.0, 3572.0, 3570.0, 3572.0, 3573.0, 3612.0, 3560.0, 3603.0, 3581.0, 3571.0, 3621.0, 3561.0, 3611.0, 3571.0, 3571.0, 3623.0, 3561.0, 3615.0, 3581.0, 3571.0, 3612.0, 3571.0, 3571.0, 3613.0, 3582.0, 3581.0, 3571.0, 3562.0, 3613.0, 3573.0, 3572.0, 3573.0, 3574.0, 3615.0, 3584.0, 3594.0, 3637.0, 3583.0, 3604.0, 3604.0, 3584.0, 3624.0, 3583.0, 3594.0, 3615.0, 3573.0, 3624.0, 3584.0, 3604.0, 3624.0, 3573.0, 3626.0, 3583.0, 3596.0, 3647.0, 3572.0, 3593.0, 3624.0, 3570.0, 3622.0, 3569.0, 3572.0, 3612.0, 3571.0, 3573.0, 3572.0, 3572.0, 3604.0, 3596.0, 3584.0, 3573.0, 3574.0, 3624.0, 3572.0, 3563.0, 3637.0, 3573.0, 3626.0, 3580.0, 3585.0, 3635.0, 3592.0, 3592.0, 3621.0, 3570.0, 3570.0, 3611.0, 3559.0, 3578.0, 3568.0, 3575.0, 3583.0, 3573.0, 3593.0, 3586.0, 3595.0, 3597.0, 3606.0, 3586.0, 3587.0, 3595.0, 3574.0, 3637.0, 3592.0, 3605.0, 3635.0, 3602.0, 3602.0, 3620.0, 3558.0, 3579.0, 3589.0, 3569.0, 3610.0, 3557.0, 3569.0, 3612.0, 3571.0, 3571.0, 3570.0, 3573.0, 3604.0, 3584.0, 3585.0, 3596.0, 3575.0, 3626.0, 3575.0, 3616.0, 3583.0, 3584.0, 3634.0, 3573.0, 3627.0, 3615.0, 3582.0, 3624.0, 3580.0, 3581.0, 3635.0, 3581.0, 3601.0, 3558.0, 3561.0, 3590.0, 3570.0, 3579.0, 3559.0, 3571.0, 3601.0, 3572.0, 3572.0, 3570.0, 3572.0, 3614.0, 3572.0, 3604.0, 3582.0, 3573.0, 3633.0, 3592.0, 3601.0, 3570.0, 3572.0, 3601.0, 3582.0, 3570.0, 3557.0, 3573.0, 3591.0, 3582.0, 3580.0, 3621.0, 3570.0, 3592.0, 3591.0, 3570.0, 3620.0, 3569.0, 3569.0, 3568.0, 3560.0, 3611.0, 3561.0, 3581.0, 3581.0, 3570.0, 3621.0, 3559.0, 3583.0, 3582.0, 3560.0, 3622.0, 3571.0, 3582.0, 3582.0, 3581.0, 3623.0, 3581.0, 3573.0, 3614.0, 3572.0, 3603.0, 3570.0, 3561.0, 3612.0, 3572.0, 3573.0, 3560.0, 3574.0, 3603.0, 3583.0, 3575.0, 3562.0, 3583.0, 3603.0, 3588.0, 3587.0, 3627.0, 3585.0, 3624.0, 3585.0, 3592.0, 3584.0, 3585.0, 3586.0, 3575.0, 3595.0, 3587.0, 3649.0, 3598.0, 3638.0, 3606.0, 3640.0, 3647.0, 3616.0, 3637.0, 3612.0, 3605.0, 3615.0, 3589.0, 3592.0, 3609.0, 3568.0, 3570.0, 3599.0, 3559.0, 3569.0, 3569.0, 3560.0, 3571.0, 3570.0, 3570.0, 3582.0, 3560.0, 3602.0, 3573.0, 3607.0, 3583.0, 3584.0, 3612.0, 3574.0, 3574.0, 3583.0, 3574.0, 3593.0, 3584.0, 3627.0, 3584.0, 3627.0, 3584.0, 3596.0, 3634.0, 3582.0, 3627.0, 3624.0, 3583.0, 3613.0, 3571.0, 3572.0, 3582.0, 3561.0, 3572.0, 3585.0, 3604.0, 3585.0, 3616.0, 3594.0, 3584.0, 3647.0, 3584.0, 3572.0, 3596.0, 3606.0, 3625.0, 3586.0, 3638.0, 3586.0, 3626.0, 3574.0, 3615.0, 3593.0, 3584.0, 3647.0, 3603.0, 3602.0, 3624.0, 3570.0, 3569.0, 3559.0, 3571.0, 3589.0], 'WindowWidth': [8268.0, 8289.0, 8205.0, 8214.0, 8186.0, 8147.0, 8196.0, 8157.0, 8172.0, 8224.0, 8140.0, 8196.0, 8177.0, 8138.0, 8196.0, 8177.0, 8151.0, 8187.0, 8117.0, 8151.0, 8206.0, 8149.0, 8165.0, 8146.0, 8127.0, 8199.0, 8158.0, 8179.0, 8218.0, 8162.0, 8192.0, 8239.0, 8168.0, 8211.0, 8229.0, 8140.0, 8195.0, 8171.0, 8137.0, 8196.0, 8165.0, 8168.0, 8206.0, 8124.0, 8185.0, 8209.0, 8156.0, 8199.0, 8138.0, 8177.0, 8214.0, 8174.0, 8207.0, 8228.0, 8173.0, 8219.0, 8229.0, 8154.0, 8209.0, 8173.0, 8169.0, 8207.0, 8177.0, 8183.0, 8221.0, 8132.0, 8183.0, 8220.0, 8135.0, 8190.0, 8132.0, 8168.0, 8206.0, 8136.0, 8180.0, 8163.0, 8156.0, 8211.0, 8169.0, 8169.0, 8209.0, 8139.0, 8198.0, 8221.0, 8149.0, 8209.0, 8185.0, 8160.0, 8185.0, 8152.0, 8143.0, 8168.0, 8130.0, 8141.0, 8151.0, 8116.0, 8160.0, 8131.0, 8148.0, 8203.0, 8119.0, 8167.0, 8205.0, 8133.0, 8164.0, 8169.0, 8133.0, 8192.0, 8173.0, 8132.0, 8186.0, 8112.0, 8146.0, 8202.0, 8160.0, 8162.0, 8182.0, 8130.0, 8170.0, 8158.0, 8148.0, 8186.0, 8133.0, 8175.0, 8173.0, 8150.0, 8173.0, 8129.0, 8147.0, 8216.0, 8135.0, 8175.0, 8159.0, 8131.0, 8189.0, 8152.0, 8150.0, 8137.0, 8142.0, 8195.0, 8157.0, 8158.0, 8184.0, 8141.0, 8195.0, 8144.0, 8175.0, 8178.0, 8184.0, 8229.0, 8175.0, 8191.0, 8211.0, 8128.0, 8195.0, 8154.0, 8175.0, 8211.0, 8155.0, 8202.0, 8225.0, 8138.0, 8213.0, 8168.0, 8168.0, 8221.0, 8154.0, 8183.0, 8214.0, 8142.0, 8211.0, 8188.0, 8151.0, 8193.0, 8130.0, 8149.0, 8220.0, 8160.0, 8171.0, 8222.0, 8150.0, 8190.0, 8222.0, 8135.0, 8164.0, 8134.0, 8152.0, 8206.0, 8146.0, 8159.0, 8210.0, 8152.0, 8166.0, 8218.0, 8139.0, 8183.0, 8209.0, 8136.0, 8196.0, 8139.0, 8177.0, 8201.0, 8141.0, 8224.0, 8138.0, 8182.0, 8207.0, 8168.0, 8223.0, 8176.0, 8190.0, 8199.0, 8118.0, 8205.0, 8169.0, 8168.0, 8162.0, 8095.0, 8166.0, 8129.0, 8142.0, 8098.0, 8131.0, 8202.0, 8131.0, 8173.0, 8139.0, 8126.0, 8195.0, 8127.0, 8158.0, 8196.0, 8123.0, 8176.0, 8109.0, 8125.0, 8179.0, 8094.0, 8164.0, 8108.0, 8137.0, 8127.0, 8144.0, 8129.0, 8117.0, 8187.0, 8146.0, 8155.0, 8179.0, 8113.0, 8170.0, 8136.0, 8122.0, 8175.0, 8093.0, 8125.0, 8170.0, 8113.0, 8150.0, 8107.0, 8122.0, 8160.0, 8127.0, 8140.0, 8110.0, 8117.0, 8168.0, 8115.0, 8133.0, 8189.0, 8131.0, 8160.0, 8128.0, 8134.0, 8179.0, 8142.0, 8148.0, 8185.0, 8116.0, 8148.0, 8189.0, 8138.0, 8177.0, 8136.0, 8153.0, 8194.0, 8159.0, 8180.0, 8153.0, 8180.0, 8204.0, 8138.0, 8196.0, 8164.0, 8160.0, 8216.0, 8130.0, 8161.0, 8201.0, 8145.0, 8186.0, 8123.0, 8126.0, 8200.0, 8130.0, 8176.0, 8130.0, 8130.0, 8196.0, 8134.0, 8154.0, 8204.0, 8115.0, 8172.0, 8106.0, 8098.0, 8167.0, 8132.0, 8143.0, 8109.0, 8115.0, 8184.0, 8135.0, 8157.0, 8124.0, 8098.0, 8183.0, 8109.0, 8141.0, 8140.0, 8115.0, 8184.0, 8130.0, 8142.0, 8129.0, 8130.0, 8127.0, 8119.0, 8190.0, 8162.0, 8163.0, 8185.0, 8099.0, 8171.0, 8138.0, 8141.0, 8184.0, 8110.0, 8166.0, 8110.0, 8128.0, 8183.0, 8112.0, 8152.0, 8113.0, 8130.0, 8200.0, 8135.0, 8174.0, 8118.0, 8143.0, 8202.0, 8132.0, 8189.0, 8154.0, 8164.0, 8170.0, 8142.0, 8183.0, 8160.0, 8146.0, 8195.0, 8105.0, 8121.0, 8163.0, 8111.0, 8149.0, 8112.0, 8141.0, 8127.0, 8119.0, 8171.0, 8130.0, 8140.0, 8152.0, 8129.0, 8168.0, 8116.0, 8143.0, 8196.0, 8128.0, 8143.0, 8187.0, 8121.0, 8157.0, 8110.0, 8117.0, 8180.0, 8113.0, 8157.0, 8111.0, 8118.0, 8187.0, 8133.0, 8161.0, 8132.0, 8136.0, 8204.0, 8133.0, 8176.0, 8133.0, 8135.0, 8202.0, 8134.0, 8177.0, 8132.0, 8146.0, 8183.0, 8130.0, 8174.0, 8170.0, 8157.0, 8196.0, 8111.0, 8157.0, 8138.0, 8114.0, 8168.0, 8115.0, 8141.0, 8111.0, 8117.0, 8167.0, 8115.0, 8154.0, 8127.0, 8134.0, 8205.0, 8115.0, 8155.0, 8129.0, 8143.0, 8199.0, 8128.0, 8183.0, 8141.0, 8137.0, 8133.0, 8111.0, 8181.0, 8126.0, 8153.0, 8120.0, 8149.0, 8129.0, 8139.0, 8193.0, 8132.0, 8151.0, 8085.0, 8114.0, 8167.0, 8113.0, 8137.0, 8110.0, 8112.0, 8159.0, 8089.0, 8116.0, 8108.0, 8136.0, 8116.0, 8141.0, 8138.0, 8164.0, 8139.0, 8177.0, 8119.0, 8116.0, 8200.0, 8158.0, 8182.0, 8109.0, 8140.0, 8197.0, 8108.0, 8177.0, 8106.0, 8119.0, 8105.0, 8108.0, 8150.0, 8110.0, 8118.0, 8093.0, 8112.0, 8122.0, 8112.0, 8154.0, 8118.0, 8147.0, 8114.0, 8135.0, 8170.0, 8114.0, 8157.0, 8114.0, 8130.0, 8098.0, 8130.0, 8200.0, 8117.0, 8186.0, 8126.0, 8143.0, 8196.0, 8111.0, 8181.0, 8119.0, 8106.0, 8190.0, 8105.0, 8121.0, 8145.0, 8089.0, 8128.0, 8086.0, 8092.0, 8160.0, 8106.0, 8133.0, 8102.0, 8094.0, 8149.0, 8095.0, 8124.0, 8094.0, 8108.0, 8150.0, 8110.0, 8111.0, 8090.0, 8111.0, 8138.0, 8130.0, 8147.0, 8116.0, 8135.0, 8170.0, 8135.0, 8152.0, 8177.0, 8133.0, 8188.0, 8120.0, 8154.0, 8191.0, 8133.0, 8199.0, 8152.0, 8156.0, 8225.0, 8178.0, 8173.0, 8107.0, 8100.0, 8172.0, 8135.0, 8137.0, 8113.0, 8132.0, 8155.0, 8135.0, 8150.0, 8137.0, 8156.0, 8191.0, 8134.0, 8178.0, 8188.0, 8177.0, 8225.0, 8192.0, 8174.0, 8216.0, 8157.0, 8167.0, 8144.0, 8092.0, 8130.0, 8083.0, 8102.0, 8142.0, 8086.0, 8101.0, 8154.0, 8102.0, 8102.0, 8085.0, 8087.0, 8141.0, 8085.0, 8089.0, 8177.0, 8104.0, 8116.0, 8084.0, 8091.0, 8150.0, 8109.0, 8121.0, 8138.0, 8155.0, 8199.0, 8091.0, 8164.0, 8102.0, 8125.0, 8090.0, 8110.0, 8108.0, 8096.0, 8199.0, 8167.0, 8146.0, 8172.0, 8068.0, 8097.0, 8169.0, 8080.0, 8109.0, 8074.0, 8072.0, 8114.0, 8080.0, 8082.0, 8123.0, 8104.0, 8092.0, 8103.0, 8110.0, 8135.0, 8120.0, 8133.0, 8113.0, 8134.0, 8170.0, 8131.0, 8140.0, 8188.0, 8120.0, 8190.0, 8124.0, 8135.0, 8171.0, 8144.0, 8161.0, 8194.0, 8131.0, 8145.0, 8158.0, 8133.0, 8198.0, 8118.0, 8149.0, 8133.0, 8137.0, 8207.0, 8137.0, 8176.0, 8191.0, 8135.0, 8206.0, 8156.0, 8156.0, 8214.0, 8161.0, 8160.0, 8199.0, 8109.0, 8163.0, 8106.0, 8111.0, 8150.0, 8111.0, 8139.0, 8110.0, 8115.0, 8181.0, 8126.0, 8126.0, 8148.0, 8113.0, 8156.0, 8126.0, 8144.0, 8195.0, 8126.0, 8168.0, 8180.0, 8123.0, 8173.0, 8103.0, 8107.0, 8191.0, 8119.0, 8162.0, 8157.0, 8108.0, 8145.0, 8105.0, 8104.0, 8088.0, 8108.0, 8135.0, 8129.0, 8130.0, 8108.0, 8149.0, 8119.0, 8138.0, 8190.0, 8118.0, 8187.0, 8114.0, 8166.0, 8129.0, 8156.0, 8197.0, 8121.0, 8183.0, 8131.0, 8105.0, 8156.0, 8047.0, 8136.0, 8082.0, 8082.0, 8106.0, 8107.0, 8103.0, 8089.0, 8104.0, 8108.0, 8133.0, 8096.0, 8141.0, 8117.0, 8086.0, 8155.0, 8086.0, 8102.0, 8117.0, 8106.0, 8127.0, 8091.0, 8120.0, 8121.0, 8132.0, 8089.0, 8111.0, 8123.0, 8112.0, 8109.0, 8111.0, 8115.0, 8166.0, 8095.0, 8153.0, 8123.0, 8111.0, 8177.0, 8097.0, 8162.0, 8109.0, 8111.0, 8180.0, 8101.0, 8172.0, 8121.0, 8110.0, 8162.0, 8109.0, 8110.0, 8168.0, 8127.0, 8122.0, 8109.0, 8101.0, 8167.0, 8116.0, 8114.0, 8114.0, 8118.0, 8174.0, 8135.0, 8148.0, 8204.0, 8130.0, 8158.0, 8159.0, 8133.0, 8185.0, 8129.0, 8144.0, 8173.0, 8119.0, 8185.0, 8132.0, 8156.0, 8182.0, 8116.0, 8187.0, 8127.0, 8149.0, 8218.0, 8114.0, 8142.0, 8183.0, 8108.0, 8174.0, 8103.0, 8111.0, 8163.0, 8110.0, 8117.0, 8115.0, 8117.0, 8157.0, 8154.0, 8134.0, 8118.0, 8119.0, 8182.0, 8114.0, 8103.0, 8204.0, 8114.0, 8187.0, 8121.0, 8135.0, 8198.0, 8137.0, 8137.0, 8172.0, 8107.0, 8107.0, 8159.0, 8089.0, 8113.0, 8100.0, 8121.0, 8129.0, 8118.0, 8144.0, 8139.0, 8148.0, 8156.0, 8163.0, 8139.0, 8141.0, 8149.0, 8121.0, 8205.0, 8138.0, 8159.0, 8201.0, 8150.0, 8152.0, 8169.0, 8088.0, 8117.0, 8128.0, 8102.0, 8155.0, 8083.0, 8103.0, 8162.0, 8109.0, 8109.0, 8109.0, 8117.0, 8159.0, 8134.0, 8134.0, 8152.0, 8122.0, 8187.0, 8122.0, 8175.0, 8128.0, 8132.0, 8198.0, 8116.0, 8193.0, 8172.0, 8125.0, 8182.0, 8119.0, 8124.0, 8197.0, 8122.0, 8147.0, 8085.0, 8096.0, 8131.0, 8107.0, 8118.0, 8090.0, 8111.0, 8148.0, 8113.0, 8111.0, 8106.0, 8115.0, 8170.0, 8115.0, 8158.0, 8124.0, 8116.0, 8194.0, 8139.0, 8150.0, 8105.0, 8113.0, 8148.0, 8126.0, 8108.0, 8087.0, 8116.0, 8136.0, 8126.0, 8122.0, 8175.0, 8106.0, 8139.0, 8133.0, 8106.0, 8171.0, 8103.0, 8105.0, 8102.0, 8094.0, 8159.0, 8097.0, 8121.0, 8122.0, 8107.0, 8174.0, 8092.0, 8127.0, 8125.0, 8094.0, 8178.0, 8111.0, 8125.0, 8125.0, 8122.0, 8178.0, 8122.0, 8116.0, 8170.0, 8113.0, 8153.0, 8106.0, 8098.0, 8163.0, 8113.0, 8115.0, 8093.0, 8117.0, 8153.0, 8130.0, 8121.0, 8102.0, 8133.0, 8157.0, 8144.0, 8145.0, 8192.0, 8134.0, 8184.0, 8134.0, 8141.0, 8133.0, 8136.0, 8139.0, 8127.0, 8151.0, 8143.0, 8226.0, 8158.0, 8211.0, 8166.0, 8214.0, 8222.0, 8175.0, 8210.0, 8164.0, 8159.0, 8170.0, 8128.0, 8134.0, 8152.0, 8096.0, 8105.0, 8141.0, 8089.0, 8100.0, 8103.0, 8092.0, 8108.0, 8110.0, 8107.0, 8125.0, 8095.0, 8151.0, 8119.0, 8169.0, 8133.0, 8133.0, 8164.0, 8117.0, 8117.0, 8129.0, 8121.0, 8144.0, 8133.0, 8192.0, 8134.0, 8194.0, 8132.0, 8149.0, 8198.0, 8127.0, 8191.0, 8183.0, 8127.0, 8164.0, 8108.0, 8115.0, 8126.0, 8099.0, 8113.0, 8138.0, 8161.0, 8137.0, 8178.0, 8146.0, 8133.0, 8218.0, 8133.0, 8118.0, 8154.0, 8165.0, 8186.0, 8142.0, 8209.0, 8140.0, 8190.0, 8119.0, 8173.0, 8141.0, 8130.0, 8222.0, 8152.0, 8149.0, 8180.0, 8106.0, 8105.0, 8089.0, 8107.0, 8127.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.0006803831775700934</td></tr>
<tr><td colspan=3>aqi</td><td>0.03901678345794392</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.01387971347985</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1088040088400382</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9633956431805435</td></tr>
<tr><td colspan=3>efc</td><td>0.4536</td></tr>
<tr><td colspan=3>fber</td><td>6106.7622</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11897536741849829</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>113</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.560747663551401</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3716723151322356</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2996377633541814</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5469236665493353</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.26845551549319</td></tr>
<tr><td colspan=3>gcor</td><td>0.00742828</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016882412135601044</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030305827036499977</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</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>4.186231649999786</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>29.8918</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.7882</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.4482</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308455.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>632.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.4296</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.813</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>437.9066</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2896.8576</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3026.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68089.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3754.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>722.8405</td></tr>
<tr><td colspan=3>tsnr</td><td>33.093480011448264</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>