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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:33:14.170000</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.99664, -0.0359581, 0.0735878, 0.0264461, 0.991629, 0.126379]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0942172</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>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7804, -7246, 580, -16, -143, 36, 36]</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>239.056</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1279c94c-365d-470c-be05-eec3f0e20f78||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.67391300201416, 0.0709528848528862, 0.20929375290870667, 102.69432067871094], [0.09647304564714432, 2.6604695320129395, 0.3348211944103241, -101.39857482910156], [0.1974307745695114, -0.33906441926956177, 2.6709718704223633, -52.55632400512695], [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': ['133314.170000', '133314.630000', '133315.090000', '133315.550000', '133316.010000', '133316.470000', '133316.930000', '133317.390000', '133317.850000', '133318.310000', '133318.770000', '133319.230000', '133319.690000', '133320.150000', '133320.610000', '133321.070000', '133321.530000', '133321.990000', '133322.450000', '133322.910000', '133323.370000', '133323.830000', '133324.290000', '133324.750000', '133325.210000', '133325.670000', '133326.130000', '133326.590000', '133327.050000', '133327.510000', '133327.970000', '133328.430000', '133328.890000', '133329.350000', '133329.810000', '133330.270000', '133330.730000', '133331.190000', '133331.650000', '133332.110000', '133332.570000', '133333.030000', '133333.490000', '133333.950000', '133334.410000', '133334.870000', '133335.330000', '133335.790000', '133336.250000', '133336.710000', '133337.170000', '133337.630000', '133338.090000', '133338.550000', '133339.010000', '133339.470000', '133339.930000', '133340.390000', '133340.850000', '133341.310000', '133341.770000', '133342.230000', '133342.690000', '133343.150000', '133343.610000', '133344.070000', '133344.530000', '133344.990000', '133345.450000', '133345.910000', '133346.370000', '133346.830000', '133347.290000', '133347.750000', '133348.210000', '133348.670000', '133349.130000', '133349.590000', '133350.050000', '133350.510000', '133350.970000', '133351.430000', '133351.890000', '133352.350000', '133352.810000', '133353.270000', '133353.730000', '133354.190000', '133354.650000', '133355.110000', '133355.570000', '133356.030000', '133356.490000', '133356.950000', '133357.410000', '133357.870000', '133358.330000', '133358.790000', '133359.250000', '133359.710000', '133400.170000', '133400.630000', '133401.090000', '133401.550000', '133402.010000', '133402.470000', '133402.930000', '133403.390000', '133403.850000', '133404.310000', '133404.770000', '133405.230000', '133405.690000', '133406.150000', '133406.610000', '133407.070000', '133407.530000', '133407.990000', '133408.450000', '133408.910000', '133409.370000', '133409.830000', '133410.290000', '133410.750000', '133411.210000', '133411.670000', '133412.130000', '133412.590000', '133413.050000', '133413.510000', '133413.970000', '133414.430000', '133414.890000', '133415.350000', '133415.810000', '133416.270000', '133416.730000', '133417.190000', '133417.650000', '133418.110000', '133418.570000', '133419.030000', '133419.490000', '133419.950000', '133420.410000', '133420.870000', '133421.330000', '133421.790000', '133422.250000', '133422.710000', '133423.170000', '133423.630000', '133424.090000', '133424.550000', '133425.010000', '133425.470000', '133425.930000', '133426.390000', '133426.850000', '133427.310000', '133427.770000', '133428.230000', '133428.690000', '133429.150000', '133429.610000', '133430.070000', '133430.530000', '133430.990000', '133431.450000', '133431.910000', '133432.370000', '133432.830000', '133433.290000', '133433.750000', '133434.210000', '133434.670000', '133435.130000', '133435.590000', '133436.050000', '133436.510000', '133436.970000', '133437.430000', '133437.890000', '133438.350000', '133438.810000', '133439.270000', '133439.730000', '133440.190000', '133440.650000', '133441.110000', '133441.570000', '133442.030000', '133442.490000', '133442.950000', '133443.410000', '133443.870000', '133444.330000', '133444.790000', '133445.250000', '133445.710000', '133446.170000', '133446.630000', '133447.090000', '133447.550000', '133448.010000', '133448.470000', '133448.930000', '133449.390000', '133449.850000', '133450.310000', '133450.770000', '133451.230000', '133451.690000', '133452.150000', '133452.610000', '133453.070000', '133453.530000', '133453.990000', '133454.450000', '133454.910000', '133455.370000', '133455.830000', '133456.290000', '133456.750000', '133457.210000', '133457.670000', '133458.130000', '133458.590000', '133459.050000', '133459.510000', '133459.970000', '133500.430000', '133500.890000', '133501.350000', '133501.810000', '133502.270000', '133502.730000', '133503.190000', '133503.650000', '133504.110000', '133504.570000', '133505.030000', '133505.490000', '133505.950000', '133506.410000', '133506.870000', '133507.330000', '133507.790000', '133508.250000', '133508.710000', '133509.170000', '133509.630000', '133510.090000', '133510.550000', '133511.010000', '133511.470000', '133511.930000', '133512.390000', '133512.850000', '133513.310000', '133513.770000', '133514.230000', '133514.690000', '133515.150000', '133515.610000', '133516.070000', '133516.530000', '133516.990000', '133517.450000', '133517.910000', '133518.370000', '133518.830000', '133519.290000', '133519.750000', '133520.210000', '133520.670000', '133521.130000', '133521.590000', '133522.050000', '133522.510000', '133522.970000', '133523.430000', '133523.890000', '133524.350000', '133524.810000', '133525.270000', '133525.730000', '133526.190000', '133526.650000', '133527.110000', '133527.570000', '133528.030000', '133528.490000', '133528.950000', '133529.410000', '133529.870000', '133530.330000', '133530.790000', '133531.250000', '133531.710000', '133532.170000', '133532.630000', '133533.090000', '133533.550000', '133534.010000', '133534.470000', '133534.930000', '133535.390000', '133535.850000', '133536.310000', '133536.770000', '133537.230000', '133537.690000', '133538.150000', '133538.610000', '133539.070000', '133539.530000', '133539.990000', '133540.450000', '133540.910000', '133541.370000', '133541.830000', '133542.290000', '133542.750000', '133543.210000', '133543.670000', '133544.130000', '133544.590000', '133545.050000', '133545.510000', '133545.970000', '133546.430000', '133546.890000', '133547.350000', '133547.810000', '133548.270000', '133548.730000', '133549.190000', '133549.650000', '133550.110000', '133550.570000', '133551.030000', '133551.490000', '133551.950000', '133552.410000', '133552.870000', '133553.330000', '133553.790000', '133554.250000', '133554.710000', '133555.170000', '133555.630000', '133556.090000', '133556.550000', '133557.010000', '133557.470000', '133557.930000', '133558.390000', '133558.850000', '133559.310000', '133559.770000', '133600.230000', '133600.690000', '133601.150000', '133601.610000', '133602.070000', '133602.530000', '133602.990000', '133603.450000', '133603.910000', '133604.370000', '133604.830000', '133605.290000', '133605.750000', '133606.210000', '133606.670000', '133607.130000', '133607.590000', '133608.050000', '133608.510000', '133608.970000', '133609.430000', '133609.890000', '133610.350000', '133610.810000', '133611.270000', '133611.730000', '133612.190000', '133612.650000', '133613.110000', '133613.570000', '133614.030000', '133614.490000', '133614.950000', '133615.410000', '133615.870000', '133616.330000', '133616.790000', '133617.250000', '133617.710000', '133618.170000', '133618.630000', '133619.090000', '133619.550000', '133620.010000', '133620.470000', '133620.930000', '133621.390000', '133621.850000', '133622.310000', '133622.770000', '133623.230000', '133623.690000', '133624.150000', '133624.610000', '133625.070000', '133625.530000', '133625.990000', '133626.450000', '133626.910000', '133627.370000', '133627.830000', '133628.290000', '133628.750000', '133629.210000', '133629.670000', '133630.130000', '133630.590000', '133631.050000', '133631.510000', '133631.970000', '133632.430000', '133632.890000', '133633.350000', '133633.810000', '133634.270000', '133634.730000', '133635.190000', '133635.650000', '133636.110000', '133636.570000', '133637.030000', '133637.490000', '133637.950000', '133638.410000', '133638.870000', '133639.330000', '133639.790000', '133640.250000', '133640.710000', '133641.170000', '133641.630000', '133642.090000', '133642.550000', '133643.010000', '133643.470000', '133643.930000', '133644.390000', '133644.850000', '133645.310000', '133645.770000', '133646.230000', '133646.690000', '133647.150000', '133647.610000', '133648.070000', '133648.530000', '133648.990000', '133649.450000', '133649.910000', '133650.370000', '133650.830000', '133651.290000', '133651.750000', '133652.210000', '133652.670000', '133653.130000', '133653.590000', '133654.050000', '133654.510000', '133654.970000', '133655.430000', '133655.890000', '133656.350000', '133656.810000', '133657.270000', '133657.730000', '133658.190000', '133658.650000', '133659.110000', '133659.570000', '133700.030000', '133700.490000', '133700.950000', '133701.410000', '133701.870000', '133702.330000', '133702.790000', '133703.250000', '133703.710000', '133704.170000', '133704.630000', '133705.090000', '133705.550000', '133706.010000', '133706.470000', '133706.930000', '133707.390000', '133707.850000', '133708.310000', '133708.770000', '133709.230000', '133709.690000', '133710.150000', '133710.610000', '133711.070000', '133711.530000', '133711.990000', '133712.450000', '133712.910000', '133713.370000', '133713.830000', '133714.290000', '133714.750000', '133715.210000', '133715.670000', '133716.130000', '133716.590000', '133717.050000', '133717.510000', '133717.970000', '133718.430000', '133718.890000', '133719.350000', '133719.810000', '133720.270000', '133720.730000', '133721.190000', '133721.650000', '133722.110000', '133722.570000', '133723.030000', '133723.490000', '133723.950000', '133724.410000', '133724.870000', '133725.330000', '133725.790000', '133726.250000', '133726.710000', '133727.170000', '133727.630000', '133728.090000', '133728.550000', '133729.010000', '133729.470000', '133729.930000', '133730.390000', '133730.850000', '133731.310000', '133731.770000', '133732.230000', '133732.690000', '133733.150000', '133733.610000', '133734.070000', '133734.530000', '133734.990000', '133735.450000', '133735.910000', '133736.370000', '133736.830000', '133737.290000', '133737.750000', '133738.210000', '133738.670000', '133739.130000', '133739.590000', '133740.050000', '133740.510000', '133740.970000', '133741.430000', '133741.890000', '133742.350000', '133742.810000', '133743.270000', '133743.730000', '133744.190000', '133744.650000', '133745.110000', '133745.570000', '133746.030000', '133746.490000', '133746.950000', '133747.410000', '133747.870000', '133748.330000', '133748.790000', '133749.250000', '133749.710000', '133750.170000', '133750.630000', '133751.090000', '133751.550000', '133752.010000', '133752.470000', '133752.930000', '133753.390000', '133753.850000', '133754.310000', '133754.770000', '133755.230000', '133755.690000', '133756.150000', '133756.610000', '133757.070000', '133757.530000', '133757.990000', '133758.450000', '133758.910000', '133759.370000', '133759.830000', '133800.290000', '133800.750000', '133801.210000', '133801.670000', '133802.130000', '133802.590000', '133803.050000', '133803.510000', '133803.970000', '133804.430000', '133804.890000', '133805.350000', '133805.810000', '133806.270000', '133806.730000', '133807.190000', '133807.650000', '133808.110000', '133808.570000', '133809.030000', '133809.490000', '133809.950000', '133810.410000', '133810.870000', '133811.330000', '133811.790000', '133812.250000', '133812.710000', '133813.170000', '133813.630000', '133814.090000', '133814.550000', '133815.010000', '133815.470000', '133815.930000', '133816.390000', '133816.850000', '133817.310000', '133817.770000', '133818.230000', '133818.690000', '133819.150000', '133819.610000', '133820.070000', '133820.530000', '133820.990000', '133821.450000', '133821.910000', '133822.370000', '133822.830000', '133823.290000', '133823.750000', '133824.210000', '133824.670000', '133825.130000', '133825.590000', '133826.050000', '133826.510000', '133826.970000', '133827.430000', '133827.890000', '133828.350000', '133828.810000', '133829.270000', '133829.730000', '133830.190000', '133830.650000', '133831.110000', '133831.570000', '133832.030000', '133832.490000', '133832.950000', '133833.410000', '133833.870000', '133834.330000', '133834.790000', '133835.250000', '133835.710000', '133836.170000', '133836.630000', '133837.090000', '133837.550000', '133838.010000', '133838.470000', '133838.930000', '133839.390000', '133839.850000', '133840.310000', '133840.770000', '133841.230000', '133841.690000', '133842.150000', '133842.610000', '133843.070000', '133843.530000', '133843.990000', '133844.450000', '133844.910000', '133845.370000', '133845.830000', '133846.290000', '133846.750000', '133847.210000', '133847.670000', '133848.130000', '133848.590000', '133849.050000', '133849.510000', '133849.970000', '133850.430000', '133850.890000', '133851.350000', '133851.810000', '133852.270000', '133852.730000', '133853.190000', '133853.650000', '133854.110000', '133854.570000', '133855.030000', '133855.490000', '133855.950000', '133856.410000', '133856.870000', '133857.330000', '133857.790000', '133858.250000', '133858.710000', '133859.170000', '133859.630000', '133900.090000', '133900.550000', '133901.010000', '133901.470000', '133901.930000', '133902.390000', '133902.850000', '133903.310000', '133903.770000', '133904.230000', '133904.690000', '133905.150000', '133905.610000', '133906.070000', '133906.530000', '133906.990000', '133907.450000', '133907.910000', '133908.370000', '133908.830000', '133909.290000', '133909.750000', '133910.210000', '133910.670000', '133911.130000', '133911.590000', '133912.050000', '133912.510000', '133912.970000', '133913.430000', '133913.890000', '133914.350000', '133914.810000', '133915.270000', '133915.730000', '133916.190000', '133916.650000', '133917.110000', '133917.570000', '133918.030000', '133918.490000', '133918.950000', '133919.410000', '133919.870000', '133920.330000', '133920.790000', '133921.250000', '133921.710000', '133922.170000', '133922.630000', '133923.090000', '133923.550000', '133924.010000', '133924.470000', '133924.930000', '133925.390000', '133925.850000', '133926.310000', '133926.770000', '133927.230000', '133927.690000', '133928.150000', '133928.610000', '133929.070000', '133929.530000', '133929.990000', '133930.450000', '133930.910000', '133931.370000', '133931.830000', '133932.290000', '133932.750000', '133933.210000', '133933.670000', '133934.130000', '133934.590000', '133935.050000', '133935.510000', '133935.970000', '133936.430000', '133936.890000', '133937.350000', '133937.810000', '133938.270000', '133938.730000', '133939.190000', '133939.650000', '133940.110000', '133940.570000', '133941.030000', '133941.490000', '133941.950000', '133942.410000', '133942.870000', '133943.330000', '133943.790000', '133944.250000', '133944.710000', '133945.170000', '133945.630000', '133946.090000', '133946.550000', '133947.010000', '133947.470000', '133947.930000', '133948.390000', '133948.850000', '133949.310000', '133949.770000', '133950.230000', '133950.690000', '133951.150000', '133951.610000', '133952.070000', '133952.530000', '133952.990000', '133953.450000', '133953.910000', '133954.370000', '133954.830000', '133955.290000', '133955.750000', '133956.210000', '133956.670000', '133957.130000', '133957.590000', '133958.050000', '133958.510000', '133958.970000', '133959.430000', '133959.890000', '134000.350000', '134000.810000', '134001.270000', '134001.730000', '134002.190000', '134002.650000', '134003.110000', '134003.570000', '134004.030000', '134004.490000', '134004.950000', '134005.410000', '134005.870000', '134006.330000', '134006.790000', '134007.250000', '134007.710000', '134008.170000', '134008.630000', '134009.090000', '134009.550000', '134010.010000', '134010.470000', '134010.930000', '134011.390000', '134011.850000', '134012.310000', '134012.770000', '134013.230000', '134013.690000', '134014.150000', '134014.610000', '134015.070000', '134015.530000', '134015.990000', '134016.450000', '134016.910000', '134017.370000', '134017.830000', '134018.290000', '134018.750000', '134019.210000', '134019.670000', '134020.130000', '134020.590000', '134021.050000', '134021.510000', '134021.970000', '134022.430000', '134022.890000', '134023.350000', '134023.810000', '134024.270000', '134024.730000', '134025.190000', '134025.650000', '134026.110000', '134026.570000', '134027.030000', '134027.490000', '134027.950000', '134028.410000', '134028.870000', '134029.330000', '134029.790000', '134030.250000', '134030.710000', '134031.170000', '134031.630000', '134032.090000', '134032.550000', '134033.010000', '134033.470000', '134033.930000', '134034.390000', '134034.850000', '134035.310000', '134035.770000', '134036.230000', '134036.690000', '134037.150000', '134037.610000', '134038.070000', '134038.530000', '134038.990000', '134039.450000', '134039.910000', '134040.370000', '134040.830000', '134041.290000', '134041.750000', '134042.210000', '134042.670000', '134043.130000', '134043.590000', '134044.050000', '134044.510000', '134044.970000', '134045.430000', '134045.890000', '134046.350000', '134046.810000', '134047.270000', '134047.730000', '134048.190000', '134048.650000', '134049.110000', '134049.570000', '134050.030000', '134050.490000', '134050.950000', '134051.410000', '134051.870000', '134052.330000', '134052.790000', '134053.250000', '134053.710000', '134054.170000', '134054.630000', '134055.090000', '134055.550000', '134056.010000', '134056.470000', '134056.930000', '134057.390000', '134057.850000', '134058.310000', '134058.770000', '134059.230000', '134059.690000', '134100.150000', '134100.610000', '134101.070000', '134101.530000', '134101.990000', '134102.450000', '134102.910000', '134103.370000', '134103.830000', '134104.290000', '134104.750000', '134105.210000', '134105.670000', '134106.130000', '134106.590000', '134107.050000', '134107.510000', '134107.970000', '134108.430000', '134108.890000', '134109.350000', '134109.810000', '134110.270000', '134110.730000', '134111.190000', '134111.650000', '134112.110000', '134112.570000', '134113.030000', '134113.490000', '134113.950000', '134114.410000', '134114.870000', '134115.330000', '134115.790000', '134116.250000', '134116.710000', '134117.170000', '134117.630000', '134118.090000', '134118.550000', '134119.010000', '134119.470000', '134119.930000', '134120.390000', '134120.850000', '134121.310000', '134121.770000', '134122.230000', '134122.690000', '134123.150000', '134123.610000', '134124.070000', '134124.530000', '134124.990000', '134125.450000', '134125.910000', '134126.370000', '134126.830000', '134127.290000'], 'ContentTime': ['133335.535000', '133335.539000', '133335.541000', '133335.544000', '133335.546000', '133335.549000', '133335.552000', '133335.554000', '133335.557000', '133335.559000', '133335.562000', '133335.564000', '133335.567000', '133335.569000', '133335.572000', '133335.575000', '133335.581000', '133335.584000', '133335.586000', '133335.589000', '133335.592000', '133335.594000', '133335.597000', '133335.600000', '133335.602000', '133335.605000', '133335.607000', '133335.610000', '133335.613000', '133335.615000', '133335.618000', '133335.620000', '133335.623000', '133335.626000', '133335.628000', '133335.631000', '133335.633000', '133335.636000', '133335.638000', '133335.641000', '133335.643000', '133335.646000', '133335.649000', '133335.651000', '133355.503000', '133355.506000', '133355.508000', '133355.511000', '133355.513000', '133355.516000', '133355.518000', '133355.521000', '133355.523000', '133355.526000', '133355.529000', '133355.532000', '133355.535000', '133355.538000', '133355.540000', '133355.543000', '133355.545000', '133355.548000', '133355.550000', '133355.553000', '133355.556000', '133355.558000', '133355.561000', '133355.563000', '133355.567000', '133355.570000', '133355.573000', '133355.575000', '133355.578000', '133355.580000', '133355.583000', '133355.585000', '133355.588000', '133355.591000', '133355.593000', '133355.596000', '133355.598000', '133355.601000', '133355.604000', '133355.606000', '133355.609000', '133355.611000', '133355.614000', '133415.503000', '133415.505000', '133415.508000', '133415.511000', '133415.513000', '133415.516000', '133415.518000', '133415.521000', '133415.523000', '133415.526000', '133415.529000', '133415.531000', '133415.534000', '133415.537000', '133415.539000', '133415.542000', '133415.545000', '133415.547000', '133415.550000', '133415.552000', '133415.555000', '133415.557000', '133415.560000', '133415.562000', '133415.565000', '133415.568000', '133415.570000', '133415.573000', '133415.575000', '133415.578000', '133415.580000', '133415.583000', '133415.585000', '133415.588000', '133415.591000', '133415.593000', '133415.596000', '133415.598000', '133415.601000', '133415.604000', '133415.606000', '133415.619000', '133415.622000', '133415.624000', '133435.503000', '133435.505000', '133435.508000', '133435.511000', '133435.513000', '133435.516000', '133435.518000', '133435.521000', '133435.524000', '133435.526000', '133435.530000', '133435.533000', '133435.535000', '133435.538000', '133435.541000', '133435.543000', '133435.546000', '133435.548000', '133435.551000', '133435.554000', '133435.556000', '133435.559000', '133435.561000', '133435.564000', '133435.567000', '133435.569000', '133435.572000', '133435.574000', '133435.577000', '133435.580000', '133435.582000', '133435.585000', '133435.587000', '133435.592000', '133435.594000', '133435.597000', '133435.599000', '133435.602000', '133435.614000', '133435.616000', '133435.619000', '133435.621000', '133435.624000', '133455.503000', '133455.505000', '133455.508000', '133455.511000', '133455.513000', '133455.516000', '133455.518000', '133455.521000', '133455.523000', '133455.526000', '133455.529000', '133455.531000', '133455.534000', '133455.537000', '133455.539000', '133455.542000', '133455.545000', '133455.547000', '133455.550000', '133455.552000', '133455.555000', '133455.557000', '133455.560000', '133455.563000', '133455.565000', '133455.568000', '133455.571000', '133455.573000', '133455.576000', '133455.578000', '133455.581000', '133455.584000', '133455.586000', '133455.589000', '133455.591000', '133455.594000', '133455.596000', '133455.599000', '133455.602000', '133455.604000', '133455.607000', '133455.609000', '133455.612000', '133455.614000', '133515.503000', '133515.505000', '133515.508000', '133515.511000', '133515.513000', '133515.516000', '133515.518000', '133515.521000', '133515.523000', '133515.526000', '133515.529000', '133515.531000', '133515.534000', '133515.536000', '133515.539000', '133515.541000', '133515.544000', '133515.547000', '133515.549000', '133515.552000', '133515.554000', '133515.557000', '133515.560000', '133515.562000', '133515.565000', '133515.568000', '133515.570000', '133515.573000', '133515.575000', '133515.578000', '133515.580000', '133515.586000', '133515.589000', '133515.591000', '133515.594000', '133515.597000', '133515.599000', '133515.602000', '133515.604000', '133515.609000', '133515.612000', '133515.614000', '133515.617000', '133535.501000', '133535.504000', '133535.507000', '133535.509000', '133535.512000', '133535.515000', '133535.517000', '133535.520000', '133535.523000', '133535.525000', '133535.528000', '133535.530000', '133535.533000', '133535.535000', '133535.538000', '133535.541000', '133535.543000', '133535.546000', '133535.548000', '133535.551000', '133535.554000', '133535.556000', '133535.559000', '133535.561000', '133535.564000', '133535.566000', '133535.569000', '133535.572000', '133535.574000', '133535.577000', '133535.579000', '133535.582000', '133535.585000', '133535.587000', '133535.590000', '133535.592000', '133535.595000', '133535.598000', '133535.600000', '133535.603000', '133535.606000', '133535.608000', '133535.611000', '133535.613000', '133555.502000', '133555.505000', '133555.508000', '133555.510000', '133555.513000', '133555.516000', '133555.518000', '133555.521000', '133555.523000', '133555.526000', '133555.529000', '133555.531000', '133555.534000', '133555.536000', '133555.539000', '133555.541000', '133555.545000', '133555.555000', '133555.557000', '133555.560000', '133555.563000', '133555.565000', '133555.568000', '133555.570000', '133555.573000', '133555.576000', '133555.578000', '133555.581000', '133555.583000', '133555.586000', '133555.589000', '133555.591000', '133555.594000', '133555.596000', '133555.599000', '133555.602000', '133555.604000', '133555.607000', '133555.609000', '133555.612000', '133555.615000', '133555.617000', '133555.620000', '133615.503000', '133615.506000', '133615.508000', '133615.511000', '133615.513000', '133615.516000', '133615.518000', '133615.521000', '133615.524000', '133615.526000', '133615.529000', '133615.531000', '133615.534000', '133615.536000', '133615.539000', '133615.542000', '133615.544000', '133615.547000', '133615.549000', '133615.552000', '133615.555000', '133615.557000', '133615.560000', '133615.562000', '133615.565000', '133615.567000', '133615.570000', '133615.573000', '133615.575000', '133615.578000', '133615.580000', '133615.583000', '133615.586000', '133615.588000', '133615.591000', '133615.594000', '133615.596000', '133615.599000', '133615.602000', '133615.604000', '133615.607000', '133615.609000', '133615.612000', '133615.615000', '133635.502000', '133635.505000', '133635.508000', '133635.510000', '133635.513000', '133635.516000', '133635.518000', '133635.521000', '133635.523000', '133635.526000', '133635.529000', '133635.531000', '133635.534000', '133635.536000', '133635.539000', '133635.541000', '133635.544000', '133635.547000', '133635.549000', '133635.552000', '133635.554000', '133635.557000', '133635.560000', '133635.562000', '133635.565000', '133635.572000', '133635.575000', '133635.577000', '133635.580000', '133635.583000', '133635.585000', '133635.588000', '133635.590000', '133635.593000', '133635.596000', '133635.599000', '133635.602000', '133635.605000', '133635.607000', '133635.610000', '133635.612000', '133635.615000', '133635.618000', '133655.502000', '133655.505000', '133655.508000', '133655.511000', '133655.513000', '133655.516000', '133655.518000', '133655.521000', '133655.523000', '133655.526000', '133655.529000', '133655.531000', '133655.534000', '133655.536000', '133655.539000', '133655.541000', '133655.544000', '133655.547000', '133655.549000', '133655.552000', '133655.555000', '133655.557000', '133655.560000', '133655.563000', '133655.565000', '133655.568000', '133655.571000', '133655.573000', '133655.576000', '133655.578000', '133655.581000', '133655.583000', '133655.586000', '133655.589000', '133655.591000', '133655.594000', '133655.597000', '133655.599000', '133655.602000', '133655.604000', '133655.607000', '133655.610000', '133655.612000', '133655.615000', '133715.503000', '133715.506000', '133715.508000', '133715.511000', '133715.514000', '133715.516000', '133715.519000', '133715.521000', '133715.524000', '133715.526000', '133715.529000', '133715.531000', '133715.534000', '133715.537000', '133715.539000', '133715.542000', '133715.544000', '133715.547000', '133715.549000', '133715.552000', '133715.555000', '133715.557000', '133715.560000', '133715.562000', '133715.565000', '133715.568000', '133715.570000', '133715.573000', '133715.575000', '133715.578000', '133715.581000', '133715.583000', '133715.586000', '133715.588000', '133715.591000', '133715.594000', '133715.596000', '133715.599000', '133715.601000', '133715.604000', '133715.606000', '133715.609000', '133715.612000', '133735.503000', '133735.505000', '133735.508000', '133735.511000', '133735.513000', '133735.516000', '133735.518000', '133735.521000', '133735.524000', '133735.526000', '133735.529000', '133735.531000', '133735.534000', '133735.536000', '133735.539000', '133735.541000', '133735.544000', '133735.547000', '133735.549000', '133735.552000', '133735.554000', '133735.557000', '133735.560000', '133735.562000', '133735.565000', '133735.567000', '133735.570000', '133735.572000', '133735.575000', '133735.578000', '133735.580000', '133735.583000', '133735.585000', '133735.588000', '133735.591000', '133735.593000', '133735.596000', '133735.598000', '133735.601000', '133735.603000', '133735.606000', '133735.609000', '133735.611000', '133735.614000', '133755.502000', '133755.505000', '133755.507000', '133755.510000', '133755.512000', '133755.515000', '133755.517000', '133755.520000', '133755.523000', '133755.525000', '133755.528000', '133755.531000', '133755.533000', '133755.536000', '133755.538000', '133755.556000', '133755.559000', '133755.562000', '133755.564000', '133755.567000', '133755.570000', '133755.572000', '133755.575000', '133755.577000', '133755.580000', '133755.583000', '133755.585000', '133755.588000', '133755.591000', '133755.594000', '133755.596000', '133755.599000', '133755.601000', '133755.604000', '133755.607000', '133755.609000', '133755.612000', '133755.615000', '133755.617000', '133755.620000', '133755.623000', '133755.626000', '133755.629000', '133815.503000', '133815.506000', '133815.508000', '133815.511000', '133815.513000', '133815.516000', '133815.518000', '133815.521000', '133815.523000', '133815.526000', '133815.529000', '133815.531000', '133815.534000', '133815.536000', '133815.539000', '133815.541000', '133815.544000', '133815.547000', '133815.549000', '133815.552000', '133815.554000', '133815.557000', '133815.559000', '133815.562000', '133815.565000', '133815.567000', '133815.570000', '133815.572000', '133815.575000', '133815.578000', '133815.580000', '133815.583000', '133815.585000', '133815.588000', '133815.590000', '133815.593000', '133815.596000', '133815.598000', '133815.601000', '133815.603000', '133815.606000', '133815.608000', '133815.611000', '133815.614000', '133835.503000', '133835.506000', '133835.508000', '133835.511000', '133835.513000', '133835.516000', '133835.525000', '133835.527000', '133835.530000', '133835.533000', '133835.535000', '133835.538000', '133835.540000', '133835.543000', '133835.546000', '133835.548000', '133835.551000', '133835.553000', '133835.556000', '133835.558000', '133835.561000', '133835.564000', '133835.566000', '133835.569000', '133835.571000', '133835.574000', '133835.576000', '133835.579000', '133835.582000', '133835.584000', '133835.587000', '133835.592000', '133835.594000', '133835.597000', '133835.600000', '133835.602000', '133835.605000', '133835.607000', '133835.610000', '133835.612000', '133835.615000', '133835.618000', '133835.620000', '133855.502000', '133855.505000', '133855.508000', '133855.511000', '133855.513000', '133855.516000', '133855.518000', '133855.521000', '133855.523000', '133855.526000', '133855.528000', '133855.531000', '133855.534000', '133855.536000', '133855.539000', '133855.541000', '133855.544000', '133855.547000', '133855.549000', '133855.552000', '133855.554000', '133855.557000', '133855.559000', '133855.562000', '133855.564000', '133855.567000', '133855.570000', '133855.572000', '133855.575000', '133855.577000', '133855.580000', '133855.582000', '133855.585000', '133855.588000', '133855.590000', '133855.593000', '133855.595000', '133855.598000', '133855.600000', '133855.603000', '133855.606000', '133855.608000', '133855.611000', '133855.613000', '133915.503000', '133915.505000', '133915.508000', '133915.511000', '133915.513000', '133915.516000', '133915.518000', '133915.521000', '133915.523000', '133915.526000', '133915.528000', '133915.531000', '133915.534000', '133915.536000', '133915.539000', '133915.541000', '133915.544000', '133915.547000', '133915.549000', '133915.552000', '133915.554000', '133915.557000', '133915.560000', '133915.562000', '133915.565000', '133915.567000', '133915.584000', '133915.587000', '133915.590000', '133915.592000', '133915.595000', '133915.597000', '133915.600000', '133915.602000', '133915.605000', '133915.608000', '133915.610000', '133915.613000', '133915.615000', '133915.618000', '133915.620000', '133915.623000', '133915.626000', '133935.503000', '133935.506000', '133935.508000', '133935.511000', '133935.513000', '133935.516000', '133935.519000', '133935.521000', '133935.524000', '133935.526000', '133935.529000', '133935.531000', '133935.534000', '133935.537000', '133935.539000', '133935.542000', '133935.544000', '133935.547000', '133935.549000', '133935.552000', '133935.554000', '133935.557000', '133935.560000', '133935.562000', '133935.565000', '133935.567000', '133935.570000', '133935.573000', '133935.575000', '133935.578000', '133935.580000', '133935.583000', '133935.585000', '133935.588000', '133935.591000', '133935.593000', '133935.596000', '133935.598000', '133935.601000', '133935.604000', '133935.606000', '133935.609000', '133935.611000', '133935.614000', '133955.503000', '133955.506000', '133955.508000', '133955.511000', '133955.513000', '133955.516000', '133955.518000', '133955.521000', '133955.523000', '133955.526000', '133955.529000', '133955.531000', '133955.534000', '133955.537000', '133955.539000', '133955.542000', '133955.544000', '133955.547000', '133955.549000', '133955.552000', '133955.555000', '133955.557000', '133955.560000', '133955.562000', '133955.565000', '133955.567000', '133955.570000', '133955.573000', '133955.575000', '133955.578000', '133955.580000', '133955.583000', '133955.586000', '133955.588000', '133955.591000', '133955.593000', '133955.596000', '133955.599000', '133955.601000', '133955.604000', '133955.606000', '133955.609000', '133955.611000', '134015.502000', '134015.504000', '134015.507000', '134015.510000', '134015.512000', '134015.515000', '134015.518000', '134015.520000', '134015.523000', '134015.527000', '134015.530000', '134015.532000', '134015.535000', '134015.537000', '134015.540000', '134015.542000', '134015.545000', '134015.548000', '134015.550000', '134015.553000', '134015.555000', '134015.558000', '134015.560000', '134015.563000', '134015.566000', '134015.568000', '134015.571000', '134015.573000', '134015.576000', '134015.579000', '134015.582000', '134015.584000', '134015.587000', '134015.590000', '134015.592000', '134015.595000', '134015.597000', '134015.600000', '134015.603000', '134015.605000', '134015.608000', '134015.610000', '134015.613000', '134015.616000', '134035.503000', '134035.505000', '134035.508000', '134035.511000', '134035.513000', '134035.516000', '134035.518000', '134035.521000', '134035.523000', '134035.526000', '134035.529000', '134035.531000', '134035.534000', '134035.537000', '134035.539000', '134035.542000', '134035.545000', '134035.547000', '134035.550000', '134035.552000', '134035.555000', '134035.558000', '134035.560000', '134035.563000', '134035.565000', '134035.568000', '134035.570000', '134035.573000', '134035.576000', '134035.578000', '134035.581000', '134035.583000', '134035.586000', '134035.589000', '134035.591000', '134035.594000', '134035.611000', '134035.613000', '134035.616000', '134035.618000', '134035.621000', '134035.624000', '134035.626000', '134055.503000', '134055.505000', '134055.508000', '134055.511000', '134055.513000', '134055.516000', '134055.518000', '134055.521000', '134055.524000', '134055.526000', '134055.529000', '134055.531000', '134055.534000', '134055.536000', '134055.539000', '134055.542000', '134055.544000', '134055.547000', '134055.549000', '134055.552000', '134055.555000', '134055.557000', '134055.560000', '134055.562000', '134055.565000', '134055.568000', '134055.570000', '134055.573000', '134055.575000', '134055.578000', '134055.580000', '134055.583000', '134055.586000', '134055.588000', '134055.591000', '134055.593000', '134055.596000', '134055.599000', '134055.601000', '134055.604000', '134055.606000', '134055.609000', '134055.612000', '134055.614000', '134115.502000', '134115.505000', '134115.508000', '134115.511000', '134115.513000', '134115.516000', '134115.519000', '134115.521000', '134115.524000', '134115.526000', '134115.529000', '134115.531000', '134115.534000', '134115.537000', '134115.539000', '134115.542000', '134115.544000', '134115.547000', '134115.549000', '134115.552000', '134115.555000', '134115.557000', '134115.560000', '134115.562000', '134115.565000', '134115.568000', '134115.570000', '134115.573000', '134115.575000', '134115.578000', '134115.581000', '134115.583000', '134115.586000', '134115.588000', '134115.591000', '134115.594000', '134115.596000', '134115.599000', '134115.601000', '134115.604000', '134115.606000', '134115.609000', '134115.612000', '134128.607000', '134128.610000', '134128.612000', '134128.615000', '134128.618000', '134128.621000', '134128.624000', '134128.626000', '134128.629000', '134128.632000', '134128.635000', '134128.638000', '134128.641000', '134128.644000', '134128.648000', '134128.656000', '134128.659000', '134128.662000', '134128.665000', '134128.668000', '134128.671000', '134128.674000', '134128.676000', '134128.679000', '134128.682000', '134128.685000', '134128.687000', '134128.690000', '134128.693000'], 'InstanceCreationTime': ['133335.535000', '133335.539000', '133335.541000', '133335.544000', '133335.546000', '133335.549000', '133335.552000', '133335.554000', '133335.557000', '133335.559000', '133335.562000', '133335.564000', '133335.567000', '133335.569000', '133335.572000', '133335.575000', '133335.581000', '133335.584000', '133335.586000', '133335.589000', '133335.592000', '133335.594000', '133335.597000', '133335.600000', '133335.602000', '133335.605000', '133335.607000', '133335.610000', '133335.613000', '133335.615000', '133335.618000', '133335.620000', '133335.623000', '133335.626000', '133335.628000', '133335.631000', '133335.633000', '133335.636000', '133335.638000', '133335.641000', '133335.643000', '133335.646000', '133335.649000', '133335.651000', '133355.503000', '133355.506000', '133355.508000', '133355.511000', '133355.513000', '133355.516000', '133355.518000', '133355.521000', '133355.523000', '133355.526000', '133355.529000', '133355.532000', '133355.535000', '133355.538000', '133355.540000', '133355.543000', '133355.545000', '133355.548000', '133355.550000', '133355.553000', '133355.556000', '133355.558000', '133355.561000', '133355.563000', '133355.567000', '133355.570000', '133355.573000', '133355.575000', '133355.578000', '133355.580000', '133355.583000', '133355.585000', '133355.588000', '133355.591000', '133355.593000', '133355.596000', '133355.598000', '133355.601000', '133355.604000', '133355.606000', '133355.609000', '133355.611000', '133355.614000', '133415.503000', '133415.505000', '133415.508000', '133415.511000', '133415.513000', '133415.516000', '133415.518000', '133415.521000', '133415.523000', '133415.526000', '133415.529000', '133415.531000', '133415.534000', '133415.537000', '133415.539000', '133415.542000', '133415.545000', '133415.547000', '133415.550000', '133415.552000', '133415.555000', '133415.557000', '133415.560000', '133415.562000', '133415.565000', '133415.568000', '133415.570000', '133415.573000', '133415.575000', '133415.578000', '133415.580000', '133415.583000', '133415.585000', '133415.588000', '133415.591000', '133415.593000', '133415.596000', '133415.598000', '133415.601000', '133415.604000', '133415.606000', '133415.619000', '133415.622000', '133415.624000', '133435.503000', '133435.505000', '133435.508000', '133435.511000', '133435.513000', '133435.516000', '133435.518000', '133435.521000', '133435.524000', '133435.526000', '133435.530000', '133435.533000', '133435.535000', '133435.538000', '133435.541000', '133435.543000', '133435.546000', '133435.548000', '133435.551000', '133435.554000', '133435.556000', '133435.559000', '133435.561000', '133435.564000', '133435.567000', '133435.569000', '133435.572000', '133435.574000', '133435.577000', '133435.580000', '133435.582000', '133435.585000', '133435.587000', '133435.592000', '133435.594000', '133435.597000', '133435.599000', '133435.602000', '133435.614000', '133435.616000', '133435.619000', '133435.621000', '133435.624000', '133455.503000', '133455.505000', '133455.508000', '133455.511000', '133455.513000', '133455.516000', '133455.518000', '133455.521000', '133455.523000', '133455.526000', '133455.529000', '133455.531000', '133455.534000', '133455.537000', '133455.539000', '133455.542000', '133455.545000', '133455.547000', '133455.550000', '133455.552000', '133455.555000', '133455.557000', '133455.560000', '133455.563000', '133455.565000', '133455.568000', '133455.571000', '133455.573000', '133455.576000', '133455.578000', '133455.581000', '133455.584000', '133455.586000', '133455.589000', '133455.591000', '133455.594000', '133455.596000', '133455.599000', '133455.602000', '133455.604000', '133455.607000', '133455.609000', '133455.612000', '133455.614000', '133515.503000', '133515.505000', '133515.508000', '133515.511000', '133515.513000', '133515.516000', '133515.518000', '133515.521000', '133515.523000', '133515.526000', '133515.529000', '133515.531000', '133515.534000', '133515.536000', '133515.539000', '133515.541000', '133515.544000', '133515.547000', '133515.549000', '133515.552000', '133515.554000', '133515.557000', '133515.560000', '133515.562000', '133515.565000', '133515.568000', '133515.570000', '133515.573000', '133515.575000', '133515.578000', '133515.580000', '133515.586000', '133515.589000', '133515.591000', '133515.594000', '133515.597000', '133515.599000', '133515.602000', '133515.604000', '133515.609000', '133515.612000', '133515.614000', '133515.617000', '133535.501000', '133535.504000', '133535.507000', '133535.509000', '133535.512000', '133535.515000', '133535.517000', '133535.520000', '133535.523000', '133535.525000', '133535.528000', '133535.530000', '133535.533000', '133535.535000', '133535.538000', '133535.541000', '133535.543000', '133535.546000', '133535.548000', '133535.551000', '133535.554000', '133535.556000', '133535.559000', '133535.561000', '133535.564000', '133535.566000', '133535.569000', '133535.572000', '133535.574000', '133535.577000', '133535.579000', '133535.582000', '133535.585000', '133535.587000', '133535.590000', '133535.592000', '133535.595000', '133535.598000', '133535.600000', '133535.603000', '133535.606000', '133535.608000', '133535.611000', '133535.613000', '133555.502000', '133555.505000', '133555.508000', '133555.510000', '133555.513000', '133555.516000', '133555.518000', '133555.521000', '133555.523000', '133555.526000', '133555.529000', '133555.531000', '133555.534000', '133555.536000', '133555.539000', '133555.541000', '133555.545000', '133555.555000', '133555.557000', '133555.560000', '133555.563000', '133555.565000', '133555.568000', '133555.570000', '133555.573000', '133555.576000', '133555.578000', '133555.581000', '133555.583000', '133555.586000', '133555.589000', '133555.591000', '133555.594000', '133555.596000', '133555.599000', '133555.602000', '133555.604000', '133555.607000', '133555.609000', '133555.612000', '133555.615000', '133555.617000', '133555.620000', '133615.503000', '133615.506000', '133615.508000', '133615.511000', '133615.513000', '133615.516000', '133615.518000', '133615.521000', '133615.524000', '133615.526000', '133615.529000', '133615.531000', '133615.534000', '133615.536000', '133615.539000', '133615.542000', '133615.544000', '133615.547000', '133615.549000', '133615.552000', '133615.555000', '133615.557000', '133615.560000', '133615.562000', '133615.565000', '133615.567000', '133615.570000', '133615.573000', '133615.575000', '133615.578000', '133615.580000', '133615.583000', '133615.586000', '133615.588000', '133615.591000', '133615.594000', '133615.596000', '133615.599000', '133615.602000', '133615.604000', '133615.607000', '133615.609000', '133615.612000', '133615.615000', '133635.502000', '133635.505000', '133635.508000', '133635.510000', '133635.513000', '133635.516000', '133635.518000', '133635.521000', '133635.523000', '133635.526000', '133635.529000', '133635.531000', '133635.534000', '133635.536000', '133635.539000', '133635.541000', '133635.544000', '133635.547000', '133635.549000', '133635.552000', '133635.554000', '133635.557000', '133635.560000', '133635.562000', '133635.565000', '133635.572000', '133635.575000', '133635.577000', '133635.580000', '133635.583000', '133635.585000', '133635.588000', '133635.590000', '133635.593000', '133635.596000', '133635.599000', '133635.602000', '133635.605000', '133635.607000', '133635.610000', '133635.612000', '133635.615000', '133635.618000', '133655.502000', '133655.505000', '133655.508000', '133655.511000', '133655.513000', '133655.516000', '133655.518000', '133655.521000', '133655.523000', '133655.526000', '133655.529000', '133655.531000', '133655.534000', '133655.536000', '133655.539000', '133655.541000', '133655.544000', '133655.547000', '133655.549000', '133655.552000', '133655.555000', '133655.557000', '133655.560000', '133655.563000', '133655.565000', '133655.568000', '133655.571000', '133655.573000', '133655.576000', '133655.578000', '133655.581000', '133655.583000', '133655.586000', '133655.589000', '133655.591000', '133655.594000', '133655.597000', '133655.599000', '133655.602000', '133655.604000', '133655.607000', '133655.610000', '133655.612000', '133655.615000', '133715.503000', '133715.506000', '133715.508000', '133715.511000', '133715.514000', '133715.516000', '133715.519000', '133715.521000', '133715.524000', '133715.526000', '133715.529000', '133715.531000', '133715.534000', '133715.537000', '133715.539000', '133715.542000', '133715.544000', '133715.547000', '133715.549000', '133715.552000', '133715.555000', '133715.557000', '133715.560000', '133715.562000', '133715.565000', '133715.568000', '133715.570000', '133715.573000', '133715.575000', '133715.578000', '133715.581000', '133715.583000', '133715.586000', '133715.588000', '133715.591000', '133715.594000', '133715.596000', '133715.599000', '133715.601000', '133715.604000', '133715.606000', '133715.609000', '133715.612000', '133735.503000', '133735.505000', '133735.508000', '133735.511000', '133735.513000', '133735.516000', '133735.518000', '133735.521000', '133735.524000', '133735.526000', '133735.529000', '133735.531000', '133735.534000', '133735.536000', '133735.539000', '133735.541000', '133735.544000', '133735.547000', '133735.549000', '133735.552000', '133735.554000', '133735.557000', '133735.560000', '133735.562000', '133735.565000', '133735.567000', '133735.570000', '133735.572000', '133735.575000', '133735.578000', '133735.580000', '133735.583000', '133735.585000', '133735.588000', '133735.591000', '133735.593000', '133735.596000', '133735.598000', '133735.601000', '133735.603000', '133735.606000', '133735.609000', '133735.611000', '133735.614000', '133755.502000', '133755.505000', '133755.507000', '133755.510000', '133755.512000', '133755.515000', '133755.517000', '133755.520000', '133755.523000', '133755.525000', '133755.528000', '133755.531000', '133755.533000', '133755.536000', '133755.538000', '133755.556000', '133755.559000', '133755.562000', '133755.564000', '133755.567000', '133755.570000', '133755.572000', '133755.575000', '133755.577000', '133755.580000', '133755.583000', '133755.585000', '133755.588000', '133755.591000', '133755.594000', '133755.596000', '133755.599000', '133755.601000', '133755.604000', '133755.607000', '133755.609000', '133755.612000', '133755.615000', '133755.617000', '133755.620000', '133755.623000', '133755.626000', '133755.629000', '133815.503000', '133815.506000', '133815.508000', '133815.511000', '133815.513000', '133815.516000', '133815.518000', '133815.521000', '133815.523000', '133815.526000', '133815.529000', '133815.531000', '133815.534000', '133815.536000', '133815.539000', '133815.541000', '133815.544000', '133815.547000', '133815.549000', '133815.552000', '133815.554000', '133815.557000', '133815.559000', '133815.562000', '133815.565000', '133815.567000', '133815.570000', '133815.572000', '133815.575000', '133815.578000', '133815.580000', '133815.583000', '133815.585000', '133815.588000', '133815.590000', '133815.593000', '133815.596000', '133815.598000', '133815.601000', '133815.603000', '133815.606000', '133815.608000', '133815.611000', '133815.614000', '133835.503000', '133835.506000', '133835.508000', '133835.511000', '133835.513000', '133835.516000', '133835.525000', '133835.527000', '133835.530000', '133835.533000', '133835.535000', '133835.538000', '133835.540000', '133835.543000', '133835.546000', '133835.548000', '133835.551000', '133835.553000', '133835.556000', '133835.558000', '133835.561000', '133835.564000', '133835.566000', '133835.569000', '133835.571000', '133835.574000', '133835.576000', '133835.579000', '133835.582000', '133835.584000', '133835.587000', '133835.592000', '133835.594000', '133835.597000', '133835.600000', '133835.602000', '133835.605000', '133835.607000', '133835.610000', '133835.612000', '133835.615000', '133835.618000', '133835.620000', '133855.502000', '133855.505000', '133855.508000', '133855.511000', '133855.513000', '133855.516000', '133855.518000', '133855.521000', '133855.523000', '133855.526000', '133855.528000', '133855.531000', '133855.534000', '133855.536000', '133855.539000', '133855.541000', '133855.544000', '133855.547000', '133855.549000', '133855.552000', '133855.554000', '133855.557000', '133855.559000', '133855.562000', '133855.564000', '133855.567000', '133855.570000', '133855.572000', '133855.575000', '133855.577000', '133855.580000', '133855.582000', '133855.585000', '133855.588000', '133855.590000', '133855.593000', '133855.595000', '133855.598000', '133855.600000', '133855.603000', '133855.606000', '133855.608000', '133855.611000', '133855.613000', '133915.503000', '133915.505000', '133915.508000', '133915.511000', '133915.513000', '133915.516000', '133915.518000', '133915.521000', '133915.523000', '133915.526000', '133915.528000', '133915.531000', '133915.534000', '133915.536000', '133915.539000', '133915.541000', '133915.544000', '133915.547000', '133915.549000', '133915.552000', '133915.554000', '133915.557000', '133915.560000', '133915.562000', '133915.565000', '133915.567000', '133915.584000', '133915.587000', '133915.590000', '133915.592000', '133915.595000', '133915.597000', '133915.600000', '133915.602000', '133915.605000', '133915.608000', '133915.610000', '133915.613000', '133915.615000', '133915.618000', '133915.620000', '133915.623000', '133915.626000', '133935.503000', '133935.506000', '133935.508000', '133935.511000', '133935.513000', '133935.516000', '133935.519000', '133935.521000', '133935.524000', '133935.526000', '133935.529000', '133935.531000', '133935.534000', '133935.537000', '133935.539000', '133935.542000', '133935.544000', '133935.547000', '133935.549000', '133935.552000', '133935.554000', '133935.557000', '133935.560000', '133935.562000', '133935.565000', '133935.567000', '133935.570000', '133935.573000', '133935.575000', '133935.578000', '133935.580000', '133935.583000', '133935.585000', '133935.588000', '133935.591000', '133935.593000', '133935.596000', '133935.598000', '133935.601000', '133935.604000', '133935.606000', '133935.609000', '133935.611000', '133935.614000', '133955.503000', '133955.506000', '133955.508000', '133955.511000', '133955.513000', '133955.516000', '133955.518000', '133955.521000', '133955.523000', '133955.526000', '133955.529000', '133955.531000', '133955.534000', '133955.537000', '133955.539000', '133955.542000', '133955.544000', '133955.547000', '133955.549000', '133955.552000', '133955.555000', '133955.557000', '133955.560000', '133955.562000', '133955.565000', '133955.567000', '133955.570000', '133955.573000', '133955.575000', '133955.578000', '133955.580000', '133955.583000', '133955.586000', '133955.588000', '133955.591000', '133955.593000', '133955.596000', '133955.599000', '133955.601000', '133955.604000', '133955.606000', '133955.609000', '133955.611000', '134015.502000', '134015.504000', '134015.507000', '134015.510000', '134015.512000', '134015.515000', '134015.518000', '134015.520000', '134015.523000', '134015.527000', '134015.530000', '134015.532000', '134015.535000', '134015.537000', '134015.540000', '134015.542000', '134015.545000', '134015.548000', '134015.550000', '134015.553000', '134015.555000', '134015.558000', '134015.560000', '134015.563000', '134015.566000', '134015.568000', '134015.571000', '134015.573000', '134015.576000', '134015.579000', '134015.582000', '134015.584000', '134015.587000', '134015.590000', '134015.592000', '134015.595000', '134015.597000', '134015.600000', '134015.603000', '134015.605000', '134015.608000', '134015.610000', '134015.613000', '134015.616000', '134035.503000', '134035.505000', '134035.508000', '134035.511000', '134035.513000', '134035.516000', '134035.518000', '134035.521000', '134035.523000', '134035.526000', '134035.529000', '134035.531000', '134035.534000', '134035.537000', '134035.539000', '134035.542000', '134035.545000', '134035.547000', '134035.550000', '134035.552000', '134035.555000', '134035.558000', '134035.560000', '134035.563000', '134035.565000', '134035.568000', '134035.570000', '134035.573000', '134035.576000', '134035.578000', '134035.581000', '134035.583000', '134035.586000', '134035.589000', '134035.591000', '134035.594000', '134035.611000', '134035.613000', '134035.616000', '134035.618000', '134035.621000', '134035.624000', '134035.626000', '134055.503000', '134055.505000', '134055.508000', '134055.511000', '134055.513000', '134055.516000', '134055.518000', '134055.521000', '134055.524000', '134055.526000', '134055.529000', '134055.531000', '134055.534000', '134055.536000', '134055.539000', '134055.542000', '134055.544000', '134055.547000', '134055.549000', '134055.552000', '134055.555000', '134055.557000', '134055.560000', '134055.562000', '134055.565000', '134055.568000', '134055.570000', '134055.573000', '134055.575000', '134055.578000', '134055.580000', '134055.583000', '134055.586000', '134055.588000', '134055.591000', '134055.593000', '134055.596000', '134055.599000', '134055.601000', '134055.604000', '134055.606000', '134055.609000', '134055.612000', '134055.614000', '134115.502000', '134115.505000', '134115.508000', '134115.511000', '134115.513000', '134115.516000', '134115.519000', '134115.521000', '134115.524000', '134115.526000', '134115.529000', '134115.531000', '134115.534000', '134115.537000', '134115.539000', '134115.542000', '134115.544000', '134115.547000', '134115.549000', '134115.552000', '134115.555000', '134115.557000', '134115.560000', '134115.562000', '134115.565000', '134115.568000', '134115.570000', '134115.573000', '134115.575000', '134115.578000', '134115.581000', '134115.583000', '134115.586000', '134115.588000', '134115.591000', '134115.594000', '134115.596000', '134115.599000', '134115.601000', '134115.604000', '134115.606000', '134115.609000', '134115.612000', '134128.607000', '134128.610000', '134128.612000', '134128.615000', '134128.618000', '134128.621000', '134128.624000', '134128.626000', '134128.629000', '134128.632000', '134128.635000', '134128.638000', '134128.641000', '134128.644000', '134128.648000', '134128.656000', '134128.659000', '134128.662000', '134128.665000', '134128.668000', '134128.671000', '134128.674000', '134128.676000', '134128.679000', '134128.682000', '134128.685000', '134128.687000', '134128.690000', '134128.693000'], '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': [12992, 9753, 12662, 17753, 12088, 15807, 11839, 15872, 11684, 15236, 12926, 12149, 15463, 11199, 14221, 10908, 12621, 9947, 12386, 16275, 11684, 14283, 10072, 14114, 10122, 15349, 12642, 14608, 18228, 14183, 18270, 14460, 13513, 10523, 12561, 17656, 10661, 16511, 13327, 13469, 16685, 12073, 13036, 18749, 10525, 15771, 9563, 12656, 16456, 11386, 16149, 10171, 14836, 11046, 14498, 11394, 15331, 12583, 14954, 10235, 17014, 13511, 15318, 17473, 12539, 16790, 16071, 12537, 10963, 12573, 18194, 14420, 17097, 12389, 15628, 13050, 13602, 10035, 14719, 10471, 16324, 12873, 14631, 18261, 12887, 15418, 11598, 16753, 12116, 16336, 15554, 12356, 13622, 12075, 16830, 11053, 14907, 10567, 13239, 9335, 15332, 15703, 14132, 16880, 12541, 13700, 10414, 15276, 12153, 16499, 19043, 14135, 16191, 11571, 18208, 13575, 15441, 12726, 15011, 12584, 14990, 10664, 17595, 18093, 13197, 15600, 10977, 15974, 10409, 16884, 12923, 12034, 9595, 11867, 16903, 9471, 14669, 9909, 14181, 9174, 15845, 11635, 13507, 9987, 13484, 10205, 15487, 17036, 13828, 15848, 11640, 16112, 12002, 17046, 18021, 15274, 18695, 13091, 16928, 12157, 14686, 11797, 15122, 12755, 15416, 17688, 14681, 17794, 14220, 13839, 9701, 15967, 12043, 14595, 14192, 13503, 9619, 12407, 18685, 13305, 15487, 12594, 15304, 10264, 15567, 11688, 15261, 11789, 12918, 11337, 16778, 14016, 15077, 17595, 13065, 11662, 14383, 19344, 15145, 16567, 13644, 14642, 11348, 14377, 9323, 16795, 12751, 15801, 14090, 15192, 13093, 14927, 13412, 17555, 15827, 19047, 14967, 16961, 14710, 19449, 15388, 17234, 12970, 14850, 10546, 15758, 18237, 11526, 15541, 11686, 13823, 9271, 12287, 9551, 11065, 17082, 9691, 14947, 9211, 14763, 12229, 14765, 13304, 13684, 18107, 12967, 16035, 12315, 16591, 14392, 13317, 15884, 13109, 16883, 12234, 16404, 13940, 12906, 12329, 11287, 16230, 10091, 15647, 11935, 12966, 10988, 13748, 18393, 11281, 15448, 11661, 13478, 9617, 16534, 18511, 14005, 16715, 12093, 16160, 13899, 14918, 19431, 13515, 16271, 11588, 14349, 12264, 14310, 17333, 11944, 15260, 12335, 13820, 9397, 12668, 8973, 14856, 12990, 13053, 15909, 13551, 17726, 13793, 16675, 12586, 17086, 13376, 15819, 12134, 15843, 19705, 15218, 16568, 12677, 13627, 9564, 13663, 9621, 16014, 12567, 12522, 10142, 13916, 12024, 14656, 18392, 14185, 16547, 11890, 15754, 11691, 16922, 18248, 13217, 16166, 12311, 17571, 13315, 16654, 12289, 13536, 11522, 14143, 18900, 12780, 15649, 11336, 13304, 9561, 14558, 12014, 13884, 18685, 14044, 16036, 11662, 13781, 10762, 13491, 12492, 12747, 17651, 11961, 15408, 9555, 15154, 9500, 15160, 14860, 12396, 17625, 10937, 16383, 9448, 14928, 11213, 14562, 18210, 13338, 16215, 10314, 15306, 10579, 15614, 12749, 12841, 11736, 14208, 17427, 13657, 17301, 12078, 14303, 10901, 15312, 19288, 13320, 16032, 11742, 14158, 10230, 13276, 15361, 11775, 17778, 11249, 17881, 9795, 16036, 11635, 15674, 11513, 13383, 11494, 15775, 15028, 14438, 18473, 13473, 15917, 12364, 12517, 18990, 9552, 15920, 12240, 13661, 13358, 10337, 10224, 9907, 15163, 9216, 14966, 16127, 12070, 16400, 9246, 15772, 9223, 15096, 12634, 12390, 12639, 13241, 10606, 12577, 16147, 11157, 15255, 13479, 12448, 11317, 13947, 14169, 13846, 16897, 14036, 15100, 12437, 16334, 14601, 14458, 17550, 15201, 15165, 10002, 15498, 12692, 14378, 18807, 13806, 15059, 10190, 15171, 10279, 13732, 17910, 11824, 14999, 10164, 14668, 12373, 10959, 17398, 9512, 14835, 9371, 14896, 13332, 13174, 18044, 12732, 16053, 11798, 15390, 12685, 13457, 17357, 11946, 14817, 12232, 13600, 11631, 10474, 10453, 10044, 17004, 12086, 15576, 11290, 15287, 10992, 14766, 19366, 13399, 15774, 11164, 15979, 17077, 13610, 16952, 13584, 14030, 10336, 14423, 16591, 12122, 15807, 11888, 13703, 10131, 12957, 16446, 11153, 15667, 11418, 14762, 12606, 13803, 18861, 11479, 16029, 14407, 12958, 19203, 11394, 14935, 9883, 13271, 14637, 10432, 15312, 10886, 14620, 12647, 13268, 18377, 13341, 16237, 11850, 14614, 13042, 12936, 18745, 10946, 15768, 11550, 14286, 11535, 13191, 17599, 11580, 15742, 12350, 13662, 10825, 13278, 17252, 11392, 15896, 12826, 13979, 10943, 12479, 17892, 10095, 15964, 11284, 14264, 12073, 12378, 16175, 10415, 15482, 10974, 14409, 9458, 14823, 13904, 13040, 17860, 13486, 16418, 14222, 14178, 10530, 15155, 14034, 13504, 17208, 12636, 16824, 11933, 14471, 9671, 14679, 11426, 13879, 15041, 12129, 15207, 11295, 16050, 11307, 15623, 14199, 13263, 15164, 12980, 19375, 9777, 16280, 10955, 15085, 12226, 12264, 9756, 11427, 16212, 10399, 16383, 10612, 15953, 9380, 14888, 11652, 14762, 13274, 14881, 14031, 14891, 19693, 16492, 16677, 14468, 14411, 11859, 15569, 13101, 14404, 20753, 16774, 17849, 11082, 15709, 11582, 14865, 13105, 13395, 15289, 10668, 16256, 11471, 15164, 13195, 12514, 15752, 9836, 15770, 9976, 15367, 14147, 13153, 10248, 10258, 18066, 9276, 15486, 12156, 13607, 10842, 14988, 12347, 13861, 18814, 15769, 15505, 11628, 16036, 14159, 13890, 19588, 14761, 15222, 11019, 14964, 10325, 14529, 12853, 11744, 15279, 10563, 17426, 9435, 15872, 11825, 13731, 10917, 14513, 13038, 13740, 19197, 14744, 15565, 11133, 15236, 10843, 15092, 13146, 13626, 19134, 13941, 19239, 11525, 17190, 11552, 15294, 13753, 13645, 18450, 10940, 16812, 12278, 15356, 13726, 12771, 12576, 10483, 17515, 9356, 15081, 9599, 13929, 9314, 13672, 9464, 14818, 17836, 14079, 16732, 12740, 14018, 9308, 15080, 13827, 13407, 19076, 14831, 15252, 10923, 15993, 10398, 14955, 12831, 12562, 13425, 12051, 17916, 10678, 16141, 11887, 14697, 14709, 13591, 19548, 11484, 17203, 12844, 16087, 12080, 14233, 12842, 12272, 11408, 12708, 18439, 12098, 16460, 9816, 16137, 10817, 15015, 19116, 15322, 17105, 11076, 16324, 11658, 14961, 18683, 14441, 17730, 12405, 15852, 12803, 12850, 19115, 11570, 16487, 11565, 14426, 9640, 11384, 16293, 10175, 15836, 10719, 13749, 9288, 13532, 11519, 12888, 19007, 14393, 15941, 11682, 15222, 12926, 13011, 19430, 10938, 15460, 10727, 14765, 12423, 13032, 18456, 12830, 16767, 9343, 15694, 11723, 14328, 14691, 13293, 15934, 10759, 16575, 11202, 15925, 12807, 13469, 19523, 10397, 17032, 12504, 15844, 13292, 13559, 14363, 10918, 18018, 12101, 15769, 11046, 14874, 12375, 13235, 18693, 13823, 17235, 14070, 14533, 11129, 13586, 13422, 12950, 18015, 14018, 14685, 9847, 14215, 11782, 13173, 19419, 10738, 15730, 9462, 14463, 9250, 14936, 12420, 12458, 12855, 11674, 17886, 12151, 16923, 13247, 13917, 11247, 12548, 9861, 15949, 11165, 15681, 14395, 16853, 13674, 11219, 14077, 17472, 13377, 17086, 14820, 13391, 10366, 11364, 18218, 10414, 16525, 12038, 14284, 9543, 13381, 9351, 15263, 12737, 14319, 12069, 12884, 19198, 13667, 16441, 11807, 13219, 10173, 15659, 17672, 14495, 17895, 12801, 14327, 13829, 14620, 11355, 12261, 17321, 13180, 19534, 13252, 18117, 10260, 16574, 10762, 16261, 12379, 13008, 11089, 12720, 18374, 15248, 16740, 11821, 13660, 13142, 13683, 18337, 14269, 16052, 11885, 13898, 9386, 14263, 12685, 13653, 19500, 14088, 11462, 12154, 15153, 11557, 16933, 14978, 14545, 17389, 13199, 18272, 9893, 16538, 15903, 13003, 18577, 11492, 17917, 9962, 16355, 17206, 13350, 17290, 11786, 14767, 9025, 12732, 11208, 13278, 16690, 14211, 14762, 10190, 15399, 13642, 14328, 19773, 12888, 17150, 10606, 16411, 14539, 14181, 19805, 12268, 15742, 9973, 15360, 9338, 14714, 14677, 12613, 17814, 10479, 16763, 11562, 16613, 13428, 12777, 13053, 10942, 17631, 11933, 16723, 14705, 13080, 10299, 11407, 18486, 10013, 16020, 11498, 15120, 11625, 13388, 14146, 12224, 18517, 13513, 15820, 12544, 15257, 10685, 14454, 13217], 'WindowCenter': [4628.0, 4577.0, 4601.0, 4616.0, 4585.0, 4600.0, 4573.0, 4590.0, 4560.0, 4587.0, 4575.0, 4573.0, 4586.0, 4567.0, 4581.0, 4568.0, 4576.0, 4553.0, 4601.0, 4624.0, 4594.0, 4601.0, 4553.0, 4604.0, 4573.0, 4593.0, 4593.0, 4611.0, 4599.0, 4603.0, 4613.0, 4592.0, 4583.0, 4569.0, 4581.0, 4606.0, 4570.0, 4602.0, 4580.0, 4592.0, 4589.0, 4566.0, 4577.0, 4592.0, 4555.0, 4575.0, 4538.0, 4578.0, 4594.0, 4568.0, 4586.0, 4558.0, 4587.0, 4580.0, 4599.0, 4585.0, 4613.0, 4583.0, 4598.0, 4562.0, 4602.0, 4588.0, 4611.0, 4590.0, 4577.0, 4598.0, 4590.0, 4569.0, 4566.0, 4570.0, 4605.0, 4598.0, 4596.0, 4579.0, 4591.0, 4588.0, 4577.0, 4560.0, 4590.0, 4560.0, 4609.0, 4587.0, 4592.0, 4620.0, 4582.0, 4597.0, 4572.0, 4610.0, 4569.0, 4609.0, 4588.0, 4578.0, 4577.0, 4580.0, 4608.0, 4581.0, 4592.0, 4568.0, 4579.0, 4551.0, 4602.0, 4608.0, 4600.0, 4610.0, 4590.0, 4587.0, 4571.0, 4599.0, 4591.0, 4603.0, 4619.0, 4599.0, 4608.0, 4580.0, 4608.0, 4592.0, 4599.0, 4589.0, 4599.0, 4590.0, 4599.0, 4562.0, 4624.0, 4608.0, 4581.0, 4587.0, 4569.0, 4609.0, 4571.0, 4612.0, 4572.0, 4578.0, 4546.0, 4579.0, 4609.0, 4572.0, 4603.0, 4573.0, 4592.0, 4561.0, 4624.0, 4593.0, 4603.0, 4565.0, 4602.0, 4562.0, 4624.0, 4612.0, 4594.0, 4609.0, 4581.0, 4600.0, 4579.0, 4603.0, 4605.0, 4599.0, 4606.0, 4589.0, 4598.0, 4580.0, 4578.0, 4567.0, 4596.0, 4587.0, 4590.0, 4606.0, 4600.0, 4608.0, 4580.0, 4574.0, 4547.0, 4600.0, 4578.0, 4597.0, 4583.0, 4568.0, 4546.0, 4589.0, 4606.0, 4589.0, 4592.0, 4590.0, 4596.0, 4570.0, 4600.0, 4592.0, 4600.0, 4572.0, 4571.0, 4581.0, 4623.0, 4598.0, 4601.0, 4608.0, 4589.0, 4558.0, 4591.0, 4607.0, 4599.0, 4599.0, 4581.0, 4579.0, 4568.0, 4587.0, 4560.0, 4608.0, 4602.0, 4603.0, 4593.0, 4598.0, 4602.0, 4593.0, 4602.0, 4622.0, 4613.0, 4622.0, 4601.0, 4598.0, 4590.0, 4606.0, 4597.0, 4598.0, 4575.0, 4572.0, 4554.0, 4596.0, 4586.0, 4566.0, 4582.0, 4563.0, 4566.0, 4545.0, 4576.0, 4550.0, 4581.0, 4606.0, 4559.0, 4597.0, 4560.0, 4599.0, 4590.0, 4602.0, 4583.0, 4600.0, 4606.0, 4588.0, 4599.0, 4580.0, 4610.0, 4598.0, 4589.0, 4595.0, 4587.0, 4607.0, 4579.0, 4613.0, 4600.0, 4590.0, 4575.0, 4579.0, 4596.0, 4570.0, 4600.0, 4571.0, 4589.0, 4569.0, 4594.0, 4617.0, 4581.0, 4600.0, 4579.0, 4589.0, 4561.0, 4623.0, 4619.0, 4602.0, 4610.0, 4580.0, 4609.0, 4588.0, 4591.0, 4607.0, 4590.0, 4598.0, 4567.0, 4585.0, 4575.0, 4598.0, 4588.0, 4579.0, 4590.0, 4578.0, 4578.0, 4548.0, 4588.0, 4549.0, 4600.0, 4589.0, 4603.0, 4609.0, 4595.0, 4620.0, 4603.0, 4611.0, 4592.0, 4611.0, 4589.0, 4599.0, 4578.0, 4612.0, 4617.0, 4603.0, 4602.0, 4582.0, 4578.0, 4559.0, 4599.0, 4560.0, 4611.0, 4588.0, 4581.0, 4570.0, 4600.0, 4589.0, 4614.0, 4622.0, 4603.0, 4610.0, 4593.0, 4604.0, 4581.0, 4606.0, 4609.0, 4592.0, 4598.0, 4579.0, 4600.0, 4589.0, 4598.0, 4568.0, 4588.0, 4567.0, 4600.0, 4605.0, 4579.0, 4601.0, 4567.0, 4568.0, 4559.0, 4600.0, 4589.0, 4602.0, 4605.0, 4581.0, 4597.0, 4568.0, 4585.0, 4566.0, 4580.0, 4577.0, 4589.0, 4610.0, 4581.0, 4597.0, 4561.0, 4592.0, 4559.0, 4593.0, 4598.0, 4586.0, 4601.0, 4574.0, 4609.0, 4561.0, 4612.0, 4574.0, 4608.0, 4620.0, 4591.0, 4601.0, 4572.0, 4601.0, 4564.0, 4612.0, 4592.0, 4584.0, 4591.0, 4602.0, 4603.0, 4597.0, 4605.0, 4581.0, 4593.0, 4562.0, 4602.0, 4619.0, 4605.0, 4592.0, 4580.0, 4592.0, 4570.0, 4584.0, 4601.0, 4574.0, 4611.0, 4582.0, 4620.0, 4566.0, 4602.0, 4593.0, 4607.0, 4593.0, 4596.0, 4593.0, 4614.0, 4603.0, 4602.0, 4604.0, 4589.0, 4592.0, 4577.0, 4578.0, 4606.0, 4540.0, 4590.0, 4570.0, 4581.0, 4568.0, 4560.0, 4558.0, 4570.0, 4588.0, 4553.0, 4605.0, 4603.0, 4592.0, 4602.0, 4561.0, 4599.0, 4553.0, 4594.0, 4583.0, 4584.0, 4584.0, 4601.0, 4571.0, 4597.0, 4604.0, 4585.0, 4605.0, 4601.0, 4585.0, 4584.0, 4613.0, 4603.0, 4608.0, 4624.0, 4603.0, 4593.0, 4585.0, 4605.0, 4593.0, 4598.0, 4610.0, 4593.0, 4598.0, 4554.0, 4600.0, 4572.0, 4600.0, 4608.0, 4589.0, 4581.0, 4553.0, 4589.0, 4562.0, 4592.0, 4608.0, 4581.0, 4591.0, 4561.0, 4595.0, 4578.0, 4571.0, 4601.0, 4555.0, 4599.0, 4554.0, 4604.0, 4583.0, 4604.0, 4612.0, 4594.0, 4604.0, 4575.0, 4594.0, 4573.0, 4594.0, 4609.0, 4581.0, 4593.0, 4572.0, 4594.0, 4580.0, 4573.0, 4582.0, 4589.0, 4617.0, 4607.0, 4613.0, 4596.0, 4614.0, 4584.0, 4619.0, 4622.0, 4596.0, 4606.0, 4584.0, 4607.0, 4602.0, 4603.0, 4601.0, 4589.0, 4588.0, 4562.0, 4595.0, 4601.0, 4584.0, 4594.0, 4581.0, 4582.0, 4570.0, 4585.0, 4602.0, 4575.0, 4604.0, 4577.0, 4607.0, 4591.0, 4604.0, 4612.0, 4582.0, 4601.0, 4599.0, 4586.0, 4602.0, 4580.0, 4591.0, 4564.0, 4606.0, 4597.0, 4576.0, 4604.0, 4575.0, 4596.0, 4585.0, 4604.0, 4623.0, 4598.0, 4605.0, 4576.0, 4602.0, 4582.0, 4597.0, 4613.0, 4583.0, 4606.0, 4575.0, 4596.0, 4582.0, 4593.0, 4606.0, 4594.0, 4606.0, 4585.0, 4603.0, 4563.0, 4596.0, 4604.0, 4575.0, 4599.0, 4591.0, 4597.0, 4570.0, 4593.0, 4605.0, 4566.0, 4611.0, 4582.0, 4593.0, 4591.0, 4594.0, 4603.0, 4577.0, 4607.0, 4586.0, 4596.0, 4567.0, 4614.0, 4603.0, 4601.0, 4623.0, 4598.0, 4612.0, 4604.0, 4595.0, 4564.0, 4595.0, 4593.0, 4596.0, 4614.0, 4600.0, 4606.0, 4594.0, 4602.0, 4568.0, 4606.0, 4587.0, 4610.0, 4606.0, 4591.0, 4605.0, 4599.0, 4607.0, 4595.0, 4615.0, 4597.0, 4598.0, 4605.0, 4606.0, 4614.0, 4567.0, 4605.0, 4590.0, 4610.0, 4600.0, 4595.0, 4576.0, 4600.0, 4628.0, 4600.0, 4627.0, 4591.0, 4641.0, 4582.0, 4629.0, 4609.0, 4622.0, 4611.0, 4629.0, 4608.0, 4628.0, 4635.0, 4641.0, 4619.0, 4608.0, 4596.0, 4594.0, 4609.0, 4596.0, 4610.0, 4634.0, 4606.0, 4611.0, 4576.0, 4607.0, 4592.0, 4604.0, 4583.0, 4594.0, 4599.0, 4564.0, 4602.0, 4580.0, 4595.0, 4584.0, 4586.0, 4603.0, 4564.0, 4594.0, 4566.0, 4602.0, 4600.0, 4589.0, 4569.0, 4572.0, 4615.0, 4578.0, 4607.0, 4589.0, 4596.0, 4576.0, 4610.0, 4586.0, 4610.0, 4619.0, 4607.0, 4602.0, 4574.0, 4607.0, 4599.0, 4617.0, 4614.0, 4608.0, 4617.0, 4573.0, 4590.0, 4550.0, 4606.0, 4609.0, 4598.0, 4624.0, 4597.0, 4627.0, 4569.0, 4604.0, 4578.0, 4601.0, 4581.0, 4616.0, 4603.0, 4617.0, 4634.0, 4616.0, 4614.0, 4587.0, 4605.0, 4576.0, 4608.0, 4604.0, 4597.0, 4616.0, 4604.0, 4626.0, 4575.0, 4606.0, 4574.0, 4602.0, 4581.0, 4591.0, 4606.0, 4570.0, 4591.0, 4572.0, 4592.0, 4589.0, 4582.0, 4570.0, 4574.0, 4601.0, 4562.0, 4595.0, 4566.0, 4594.0, 4565.0, 4594.0, 4570.0, 4609.0, 4624.0, 4607.0, 4608.0, 4586.0, 4584.0, 4554.0, 4614.0, 4602.0, 4600.0, 4613.0, 4596.0, 4594.0, 4582.0, 4604.0, 4572.0, 4606.0, 4603.0, 4587.0, 4604.0, 4586.0, 4620.0, 4567.0, 4606.0, 4590.0, 4597.0, 4593.0, 4585.0, 4619.0, 4574.0, 4602.0, 4591.0, 4592.0, 4580.0, 4590.0, 4579.0, 4581.0, 4582.0, 4588.0, 4614.0, 4585.0, 4602.0, 4567.0, 4606.0, 4577.0, 4611.0, 4624.0, 4607.0, 4603.0, 4564.0, 4595.0, 4570.0, 4601.0, 4601.0, 4584.0, 4591.0, 4578.0, 4580.0, 4568.0, 4571.0, 4599.0, 4570.0, 4591.0, 4568.0, 4579.0, 4541.0, 4580.0, 4598.0, 4573.0, 4605.0, 4564.0, 4584.0, 4555.0, 4596.0, 4574.0, 4597.0, 4615.0, 4596.0, 4604.0, 4583.0, 4595.0, 4591.0, 4588.0, 4614.0, 4577.0, 4620.0, 4599.0, 4610.0, 4604.0, 4600.0, 4627.0, 4598.0, 4605.0, 4558.0, 4605.0, 4590.0, 4617.0, 4609.0, 4596.0, 4605.0, 4585.0, 4606.0, 4577.0, 4609.0, 4584.0, 4597.0, 4615.0, 4566.0, 4606.0, 4586.0, 4605.0, 4584.0, 4585.0, 4581.0, 4565.0, 4603.0, 4585.0, 4595.0, 4566.0, 4594.0, 4584.0, 4586.0, 4599.0, 4593.0, 4602.0, 4596.0, 4584.0, 4563.0, 4583.0, 4589.0, 4593.0, 4604.0, 4594.0, 4580.0, 4553.0, 4585.0, 4578.0, 4587.0, 4614.0, 4565.0, 4606.0, 4568.0, 4593.0, 4555.0, 4608.0, 4593.0, 4586.0, 4586.0, 4595.0, 4616.0, 4588.0, 4618.0, 4598.0, 4601.0, 4599.0, 4596.0, 4580.0, 4616.0, 4597.0, 4628.0, 4620.0, 4619.0, 4610.0, 4586.0, 4618.0, 4624.0, 4605.0, 4620.0, 4595.0, 4597.0, 4571.0, 4589.0, 4616.0, 4580.0, 4605.0, 4586.0, 4596.0, 4574.0, 4598.0, 4568.0, 4627.0, 4600.0, 4615.0, 4590.0, 4601.0, 4624.0, 4612.0, 4608.0, 4589.0, 4585.0, 4574.0, 4621.0, 4614.0, 4616.0, 4614.0, 4587.0, 4595.0, 4597.0, 4597.0, 4574.0, 4588.0, 4616.0, 4600.0, 4614.0, 4598.0, 4614.0, 4579.0, 4615.0, 4579.0, 4618.0, 4586.0, 4597.0, 4584.0, 4599.0, 4613.0, 4620.0, 4621.0, 4586.0, 4599.0, 4602.0, 4599.0, 4616.0, 4608.0, 4602.0, 4585.0, 4583.0, 4556.0, 4606.0, 4584.0, 4606.0, 4632.0, 4609.0, 4586.0, 4600.0, 4605.0, 4588.0, 4620.0, 4616.0, 4609.0, 4617.0, 4597.0, 4613.0, 4567.0, 4622.0, 4604.0, 4596.0, 4611.0, 4578.0, 4613.0, 4567.0, 4608.0, 4603.0, 4588.0, 4593.0, 4573.0, 4582.0, 4544.0, 4583.0, 4574.0, 4599.0, 4606.0, 4596.0, 4595.0, 4566.0, 4617.0, 4582.0, 4599.0, 4613.0, 4585.0, 4601.0, 4578.0, 4604.0, 4589.0, 4596.0, 4613.0, 4574.0, 4588.0, 4569.0, 4603.0, 4557.0, 4616.0, 4594.0, 4590.0, 4612.0, 4565.0, 4604.0, 4578.0, 4606.0, 4595.0, 4591.0, 4582.0, 4575.0, 4604.0, 4575.0, 4606.0, 4593.0, 4587.0, 4555.0, 4575.0, 4606.0, 4556.0, 4606.0, 4576.0, 4595.0, 4575.0, 4593.0, 4596.0, 4585.0, 4615.0, 4607.0, 4606.0, 4587.0, 4605.0, 4568.0, 4599.0, 4597.0], 'WindowWidth': [10144.0, 10061.0, 10091.0, 10101.0, 10058.0, 10079.0, 10037.0, 10058.0, 10013.0, 10056.0, 10033.0, 10033.0, 10051.0, 10028.0, 10047.0, 10031.0, 10037.0, 10005.0, 10088.0, 10113.0, 10073.0, 10080.0, 10010.0, 10089.0, 10045.0, 10063.0, 10065.0, 10096.0, 10068.0, 10087.0, 10097.0, 10062.0, 10051.0, 10032.0, 10046.0, 10081.0, 10037.0, 10078.0, 10040.0, 10062.0, 10055.0, 10022.0, 10040.0, 10052.0, 10007.0, 10026.0, 9984.0, 10043.0, 10058.0, 10028.0, 10046.0, 10015.0, 10053.0, 10051.0, 10074.0, 10059.0, 10102.0, 10052.0, 10071.0, 10022.0, 10079.0, 10056.0, 10094.0, 10060.0, 10039.0, 10073.0, 10051.0, 10025.0, 10022.0, 10028.0, 10076.0, 10072.0, 10068.0, 10047.0, 10059.0, 10058.0, 10035.0, 10023.0, 10055.0, 10016.0, 10091.0, 10055.0, 10064.0, 10104.0, 10048.0, 10067.0, 10036.0, 10093.0, 10027.0, 10090.0, 10049.0, 10043.0, 10033.0, 10044.0, 10086.0, 10054.0, 10063.0, 10032.0, 10040.0, 10008.0, 10080.0, 10083.0, 10081.0, 10093.0, 10065.0, 10057.0, 10040.0, 10077.0, 10065.0, 10082.0, 10102.0, 10074.0, 10083.0, 10052.0, 10086.0, 10063.0, 10077.0, 10064.0, 10075.0, 10065.0, 10075.0, 10023.0, 10120.0, 10086.0, 10044.0, 10047.0, 10036.0, 10092.0, 10040.0, 10099.0, 10032.0, 10043.0, 9997.0, 10049.0, 10089.0, 10042.0, 10080.0, 10048.0, 10063.0, 10028.0, 10119.0, 10078.0, 10090.0, 10031.0, 10086.0, 10023.0, 10119.0, 10101.0, 10072.0, 10093.0, 10054.0, 10078.0, 10049.0, 10082.0, 10078.0, 10074.0, 10081.0, 10060.0, 10074.0, 10047.0, 10037.0, 10027.0, 10069.0, 10055.0, 10060.0, 10079.0, 10077.0, 10088.0, 10042.0, 10032.0, 10001.0, 10075.0, 10042.0, 10071.0, 10045.0, 10024.0, 9997.0, 10064.0, 10080.0, 10063.0, 10062.0, 10062.0, 10068.0, 10038.0, 10076.0, 10070.0, 10081.0, 10034.0, 10031.0, 10053.0, 10117.0, 10071.0, 10080.0, 10085.0, 10061.0, 10010.0, 10060.0, 10083.0, 10075.0, 10077.0, 10044.0, 10039.0, 10031.0, 10053.0, 10024.0, 10088.0, 10085.0, 10077.0, 10067.0, 10074.0, 10085.0, 10064.0, 10086.0, 10114.0, 10101.0, 10110.0, 10080.0, 10064.0, 10058.0, 10084.0, 10067.0, 10073.0, 10035.0, 10027.0, 10005.0, 10066.0, 10040.0, 10025.0, 10042.0, 10016.0, 10017.0, 9995.0, 10040.0, 9999.0, 10054.0, 10081.0, 10022.0, 10070.0, 10024.0, 10076.0, 10065.0, 10084.0, 10047.0, 10078.0, 10081.0, 10060.0, 10076.0, 10049.0, 10096.0, 10070.0, 10061.0, 10063.0, 10058.0, 10084.0, 10047.0, 10104.0, 10076.0, 10063.0, 10034.0, 10048.0, 10068.0, 10037.0, 10078.0, 10031.0, 10064.0, 10033.0, 10069.0, 10099.0, 10054.0, 10079.0, 10049.0, 10061.0, 10027.0, 10118.0, 10102.0, 10085.0, 10093.0, 10049.0, 10088.0, 10057.0, 10062.0, 10084.0, 10064.0, 10074.0, 10027.0, 10050.0, 10036.0, 10072.0, 10049.0, 10047.0, 10056.0, 10043.0, 10038.0, 10006.0, 10058.0, 10009.0, 10079.0, 10061.0, 10085.0, 10089.0, 10070.0, 10104.0, 10087.0, 10097.0, 10070.0, 10096.0, 10062.0, 10075.0, 10043.0, 10098.0, 10097.0, 10079.0, 10080.0, 10048.0, 10039.0, 10022.0, 10075.0, 10024.0, 10096.0, 10060.0, 10047.0, 10037.0, 10080.0, 10062.0, 10106.0, 10115.0, 10087.0, 10093.0, 10074.0, 10083.0, 10054.0, 10089.0, 10087.0, 10068.0, 10068.0, 10049.0, 10072.0, 10061.0, 10074.0, 10029.0, 10058.0, 10027.0, 10078.0, 10076.0, 10048.0, 10081.0, 10027.0, 10022.0, 10019.0, 10077.0, 10060.0, 10084.0, 10080.0, 10045.0, 10071.0, 10028.0, 10049.0, 10026.0, 10044.0, 10039.0, 10062.0, 10095.0, 10053.0, 10071.0, 10026.0, 10062.0, 10022.0, 10067.0, 10070.0, 10058.0, 10073.0, 10040.0, 10088.0, 10027.0, 10098.0, 10040.0, 10092.0, 10105.0, 10067.0, 10073.0, 10045.0, 10080.0, 10028.0, 10100.0, 10071.0, 10054.0, 10067.0, 10086.0, 10077.0, 10076.0, 10088.0, 10053.0, 10062.0, 10021.0, 10079.0, 10105.0, 10090.0, 10064.0, 10050.0, 10061.0, 10036.0, 10056.0, 10072.0, 10042.0, 10087.0, 10056.0, 10106.0, 10034.0, 10079.0, 10076.0, 10092.0, 10074.0, 10072.0, 10072.0, 10105.0, 10078.0, 10086.0, 10087.0, 10061.0, 10063.0, 10038.0, 10043.0, 10078.0, 9988.0, 10055.0, 10027.0, 10044.0, 10020.0, 10022.0, 10014.0, 10037.0, 10052.0, 10010.0, 10086.0, 10077.0, 10069.0, 10073.0, 10026.0, 10075.0, 10011.0, 10069.0, 10050.0, 10054.0, 10050.0, 10080.0, 10040.0, 10076.0, 10084.0, 10064.0, 10088.0, 10082.0, 10056.0, 10062.0, 10102.0, 10086.0, 10095.0, 10120.0, 10087.0, 10065.0, 10056.0, 10087.0, 10063.0, 10080.0, 10096.0, 10063.0, 10071.0, 10012.0, 10078.0, 10033.0, 10079.0, 10085.0, 10060.0, 10043.0, 10007.0, 10056.0, 10019.0, 10069.0, 10087.0, 10050.0, 10057.0, 10018.0, 10069.0, 10043.0, 10042.0, 10075.0, 10015.0, 10075.0, 10014.0, 10083.0, 10049.0, 10090.0, 10089.0, 10075.0, 10083.0, 10041.0, 10067.0, 10033.0, 10068.0, 10091.0, 10053.0, 10066.0, 10034.0, 10072.0, 10051.0, 10045.0, 10055.0, 10076.0, 10107.0, 10097.0, 10101.0, 10083.0, 10106.0, 10063.0, 10120.0, 10112.0, 10073.0, 10086.0, 10060.0, 10094.0, 10076.0, 10086.0, 10075.0, 10061.0, 10058.0, 10021.0, 10070.0, 10070.0, 10055.0, 10069.0, 10053.0, 10049.0, 10037.0, 10059.0, 10074.0, 10043.0, 10082.0, 10047.0, 10088.0, 10066.0, 10091.0, 10092.0, 10054.0, 10082.0, 10074.0, 10059.0, 10074.0, 10050.0, 10057.0, 10026.0, 10092.0, 10071.0, 10048.0, 10081.0, 10044.0, 10073.0, 10055.0, 10089.0, 10113.0, 10077.0, 10085.0, 10044.0, 10084.0, 10048.0, 10076.0, 10092.0, 10060.0, 10088.0, 10044.0, 10075.0, 10055.0, 10070.0, 10087.0, 10077.0, 10089.0, 10056.0, 10087.0, 10023.0, 10074.0, 10083.0, 10043.0, 10073.0, 10065.0, 10074.0, 10034.0, 10073.0, 10083.0, 10033.0, 10095.0, 10054.0, 10066.0, 10068.0, 10076.0, 10077.0, 10050.0, 10094.0, 10068.0, 10074.0, 10035.0, 10105.0, 10084.0, 10087.0, 10113.0, 10080.0, 10102.0, 10088.0, 10071.0, 10028.0, 10071.0, 10065.0, 10074.0, 10099.0, 10084.0, 10089.0, 10077.0, 10085.0, 10040.0, 10089.0, 10063.0, 10100.0, 10085.0, 10073.0, 10086.0, 10089.0, 10092.0, 10079.0, 10110.0, 10075.0, 10081.0, 10083.0, 10095.0, 10095.0, 10036.0, 10087.0, 10074.0, 10101.0, 10084.0, 10081.0, 10055.0, 10088.0, 10121.0, 10095.0, 10127.0, 10076.0, 10155.0, 10067.0, 10134.0, 10107.0, 10123.0, 10103.0, 10132.0, 10092.0, 10131.0, 10138.0, 10153.0, 10116.0, 10094.0, 10073.0, 10076.0, 10096.0, 10073.0, 10100.0, 10131.0, 10088.0, 10097.0, 10046.0, 10093.0, 10072.0, 10091.0, 10050.0, 10068.0, 10074.0, 10027.0, 10084.0, 10052.0, 10073.0, 10051.0, 10059.0, 10075.0, 10027.0, 10066.0, 10031.0, 10086.0, 10077.0, 10063.0, 10032.0, 10046.0, 10098.0, 10059.0, 10093.0, 10067.0, 10073.0, 10047.0, 10097.0, 10057.0, 10099.0, 10109.0, 10089.0, 10084.0, 10041.0, 10091.0, 10077.0, 10113.0, 10097.0, 10094.0, 10112.0, 10040.0, 10059.0, 10001.0, 10090.0, 10101.0, 10083.0, 10118.0, 10087.0, 10121.0, 10042.0, 10082.0, 10046.0, 10080.0, 10054.0, 10108.0, 10084.0, 10113.0, 10132.0, 10108.0, 10103.0, 10063.0, 10084.0, 10044.0, 10094.0, 10087.0, 10076.0, 10099.0, 10089.0, 10120.0, 10042.0, 10086.0, 10039.0, 10086.0, 10043.0, 10066.0, 10079.0, 10034.0, 10058.0, 10031.0, 10062.0, 10060.0, 10047.0, 10026.0, 10044.0, 10071.0, 10028.0, 10069.0, 10032.0, 10066.0, 10037.0, 10067.0, 10042.0, 10098.0, 10113.0, 10097.0, 10094.0, 10056.0, 10051.0, 10014.0, 10102.0, 10080.0, 10083.0, 10092.0, 10071.0, 10063.0, 10056.0, 10082.0, 10042.0, 10089.0, 10087.0, 10064.0, 10086.0, 10062.0, 10109.0, 10033.0, 10087.0, 10067.0, 10077.0, 10062.0, 10056.0, 10099.0, 10038.0, 10076.0, 10066.0, 10065.0, 10050.0, 10064.0, 10046.0, 10050.0, 10051.0, 10065.0, 10095.0, 10056.0, 10075.0, 10035.0, 10087.0, 10047.0, 10099.0, 10114.0, 10086.0, 10078.0, 10026.0, 10068.0, 10035.0, 10081.0, 10071.0, 10049.0, 10056.0, 10042.0, 10042.0, 10020.0, 10031.0, 10064.0, 10034.0, 10056.0, 10029.0, 10038.0, 9987.0, 10050.0, 10069.0, 10044.0, 10081.0, 10026.0, 10051.0, 10015.0, 10073.0, 10039.0, 10081.0, 10098.0, 10074.0, 10080.0, 10059.0, 10071.0, 10064.0, 10063.0, 10095.0, 10047.0, 10112.0, 10089.0, 10099.0, 10091.0, 10086.0, 10115.0, 10079.0, 10085.0, 10024.0, 10090.0, 10068.0, 10112.0, 10091.0, 10074.0, 10081.0, 10065.0, 10087.0, 10049.0, 10096.0, 10051.0, 10074.0, 10095.0, 10031.0, 10086.0, 10059.0, 10085.0, 10052.0, 10057.0, 10042.0, 10028.0, 10079.0, 10054.0, 10069.0, 10028.0, 10065.0, 10050.0, 10060.0, 10068.0, 10066.0, 10078.0, 10071.0, 10051.0, 10020.0, 10050.0, 10058.0, 10074.0, 10082.0, 10066.0, 10042.0, 10006.0, 10053.0, 10043.0, 10060.0, 10092.0, 10026.0, 10084.0, 10036.0, 10065.0, 10017.0, 10092.0, 10071.0, 10061.0, 10057.0, 10082.0, 10102.0, 10066.0, 10107.0, 10077.0, 10087.0, 10087.0, 10075.0, 10060.0, 10103.0, 10087.0, 10122.0, 10116.0, 10109.0, 10098.0, 10061.0, 10117.0, 10121.0, 10092.0, 10112.0, 10071.0, 10074.0, 10040.0, 10067.0, 10102.0, 10057.0, 10086.0, 10060.0, 10072.0, 10050.0, 10077.0, 10040.0, 10128.0, 10082.0, 10107.0, 10069.0, 10089.0, 10113.0, 10102.0, 10095.0, 10065.0, 10058.0, 10049.0, 10116.0, 10094.0, 10109.0, 10098.0, 10059.0, 10071.0, 10072.0, 10073.0, 10037.0, 10062.0, 10099.0, 10084.0, 10098.0, 10078.0, 10095.0, 10054.0, 10100.0, 10053.0, 10107.0, 10058.0, 10075.0, 10056.0, 10083.0, 10098.0, 10112.0, 10115.0, 10061.0, 10078.0, 10083.0, 10081.0, 10101.0, 10092.0, 10079.0, 10055.0, 10051.0, 10018.0, 10088.0, 10053.0, 10089.0, 10126.0, 10093.0, 10058.0, 10084.0, 10087.0, 10069.0, 10117.0, 10108.0, 10096.0, 10100.0, 10076.0, 10094.0, 10035.0, 10121.0, 10080.0, 10074.0, 10087.0, 10048.0, 10091.0, 10034.0, 10096.0, 10075.0, 10062.0, 10064.0, 10037.0, 10045.0, 9998.0, 10052.0, 10038.0, 10081.0, 10087.0, 10072.0, 10069.0, 10034.0, 10111.0, 10047.0, 10078.0, 10092.0, 10053.0, 10073.0, 10050.0, 10086.0, 10056.0, 10074.0, 10092.0, 10040.0, 10054.0, 10040.0, 10080.0, 10021.0, 10109.0, 10067.0, 10068.0, 10089.0, 10031.0, 10082.0, 10048.0, 10089.0, 10072.0, 10070.0, 10046.0, 10043.0, 10080.0, 10042.0, 10087.0, 10064.0, 10058.0, 10010.0, 10042.0, 10085.0, 10018.0, 10086.0, 10046.0, 10068.0, 10042.0, 10068.0, 10067.0, 10057.0, 10101.0, 10096.0, 10089.0, 10060.0, 10084.0, 10035.0, 10078.0, 10074.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.002445923507462686</td></tr>
<tr><td colspan=3>aqi</td><td>0.03392377042910447</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.45468446669469</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.411195862436976</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0086116841083104</td></tr>
<tr><td colspan=3>efc</td><td>0.4836</td></tr>
<tr><td colspan=3>fber</td><td>5530.4453</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09115121869459335</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.638059701492537</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.259787228986745</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.176760766283797</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4062750335390235</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.196325887137415</td></tr>
<tr><td colspan=3>gcor</td><td>0.00776964</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00996918510645628</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03292971849441528</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</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.3946610895374985</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>19.6815</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.3781</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.8019</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297399.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.5376</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.391</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.5171</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3815.574</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79145.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.0458</td></tr>
<tr><td colspan=3>tsnr</td><td>36.658229750115424</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>