<?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-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-01/func/sub-0129_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>be881544b128007f803d0beec1492b94</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:15:15.870000</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.999259, 0.0227327, -0.0310731, -0.0231999, 0.999622, -0.0147555]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112471</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7754, -7257, 136, -100, -12, 59, 132]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>623149ec-8ea9-4cc7-b52d-d5ec2e4522e7||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.6809377670288086, -0.0622435063123703, -0.08296004682779312, 116.25617980957031], [-0.06099029257893562, 2.681912660598755, -0.04175671935081482, -91.37535858154297], [-0.08336692303419113, 0.039587926119565964, 2.698402166366577, -72.18623352050781], [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': ['131515.870000', '131516.330000', '131516.790000', '131517.250000', '131517.710000', '131518.170000', '131518.630000', '131519.090000', '131519.550000', '131520.010000', '131520.470000', '131520.930000', '131521.390000', '131521.850000', '131522.310000', '131522.770000', '131523.230000', '131523.690000', '131524.150000', '131524.610000', '131525.070000', '131525.530000', '131525.990000', '131526.450000', '131526.910000', '131527.370000', '131527.830000', '131528.290000', '131528.750000', '131529.210000', '131529.670000', '131530.130000', '131530.590000', '131531.050000', '131531.510000', '131531.970000', '131532.430000', '131532.890000', '131533.350000', '131533.810000', '131534.270000', '131534.730000', '131535.190000', '131535.650000', '131536.110000', '131536.570000', '131537.030000', '131537.490000', '131537.950000', '131538.410000', '131538.870000', '131539.330000', '131539.790000', '131540.250000', '131540.710000', '131541.170000', '131541.630000', '131542.090000', '131542.550000', '131543.010000', '131543.470000', '131543.930000', '131544.390000', '131544.850000', '131545.310000', '131545.770000', '131546.230000', '131546.690000', '131547.150000', '131547.610000', '131548.070000', '131548.530000', '131548.990000', '131549.450000', '131549.910000', '131550.370000', '131550.830000', '131551.290000', '131551.750000', '131552.210000', '131552.670000', '131553.130000', '131553.590000', '131554.050000', '131554.510000', '131554.970000', '131555.430000', '131555.890000', '131556.350000', '131556.810000', '131557.270000', '131557.730000', '131558.190000', '131558.650000', '131559.110000', '131559.570000', '131600.030000', '131600.490000', '131600.950000', '131601.410000', '131601.870000', '131602.330000', '131602.790000', '131603.250000', '131603.710000', '131604.170000', '131604.630000', '131605.090000', '131605.550000', '131606.010000', '131606.470000', '131606.930000', '131607.390000', '131607.850000', '131608.310000', '131608.770000', '131609.230000', '131609.690000', '131610.150000', '131610.610000', '131611.070000', '131611.530000', '131611.990000', '131612.450000', '131612.910000', '131613.370000', '131613.830000', '131614.290000', '131614.750000', '131615.210000', '131615.670000', '131616.130000', '131616.590000', '131617.050000', '131617.510000', '131617.970000', '131618.430000', '131618.890000', '131619.350000', '131619.810000', '131620.270000', '131620.730000', '131621.190000', '131621.650000', '131622.110000', '131622.570000', '131623.030000', '131623.490000', '131623.950000', '131624.410000', '131624.870000', '131625.330000', '131625.790000', '131626.250000', '131626.710000', '131627.170000', '131627.630000', '131628.090000', '131628.550000', '131629.010000', '131629.470000', '131629.930000', '131630.390000', '131630.850000', '131631.310000', '131631.770000', '131632.230000', '131632.690000', '131633.150000', '131633.610000', '131634.070000', '131634.530000', '131634.990000', '131635.450000', '131635.910000', '131636.370000', '131636.830000', '131637.290000', '131637.750000', '131638.210000', '131638.670000', '131639.130000', '131639.590000', '131640.050000', '131640.510000', '131640.970000', '131641.430000', '131641.890000', '131642.350000', '131642.810000', '131643.270000', '131643.730000', '131644.190000', '131644.650000', '131645.110000', '131645.570000', '131646.030000', '131646.490000', '131646.950000', '131647.410000', '131647.870000', '131648.330000', '131648.790000', '131649.250000', '131649.710000', '131650.170000', '131650.630000', '131651.090000', '131651.550000', '131652.010000', '131652.470000', '131652.930000', '131653.390000', '131653.850000', '131654.310000', '131654.770000', '131655.230000', '131655.690000', '131656.150000', '131656.610000', '131657.070000', '131657.530000', '131657.990000', '131658.450000', '131658.910000', '131659.370000', '131659.830000', '131700.290000', '131700.750000', '131701.210000', '131701.670000', '131702.130000', '131702.590000', '131703.050000', '131703.510000', '131703.970000', '131704.430000', '131704.890000', '131705.350000', '131705.810000', '131706.270000', '131706.730000', '131707.190000', '131707.650000', '131708.110000', '131708.570000', '131709.030000', '131709.490000', '131709.950000', '131710.410000', '131710.870000', '131711.330000', '131711.790000', '131712.250000', '131712.710000', '131713.170000', '131713.630000', '131714.090000', '131714.550000', '131715.010000', '131715.470000', '131715.930000', '131716.390000', '131716.850000', '131717.310000', '131717.770000', '131718.230000', '131718.690000', '131719.150000', '131719.610000', '131720.070000', '131720.530000', '131720.990000', '131721.450000', '131721.910000', '131722.370000', '131722.830000', '131723.290000', '131723.750000', '131724.210000', '131724.670000', '131725.130000', '131725.590000', '131726.050000', '131726.510000', '131726.970000', '131727.430000', '131727.890000', '131728.350000', '131728.810000', '131729.270000', '131729.730000', '131730.190000', '131730.650000', '131731.110000', '131731.570000', '131732.030000', '131732.490000', '131732.950000', '131733.410000', '131733.870000', '131734.330000', '131734.790000', '131735.250000', '131735.710000', '131736.170000', '131736.630000', '131737.090000', '131737.550000', '131738.010000', '131738.470000', '131738.930000', '131739.390000', '131739.850000', '131740.310000', '131740.770000', '131741.230000', '131741.690000', '131742.150000', '131742.610000', '131743.070000', '131743.530000', '131743.990000', '131744.450000', '131744.910000', '131745.370000', '131745.830000', '131746.290000', '131746.750000', '131747.210000', '131747.670000', '131748.130000', '131748.590000', '131749.050000', '131749.510000', '131749.970000', '131750.430000', '131750.890000', '131751.350000', '131751.810000', '131752.270000', '131752.730000', '131753.190000', '131753.650000', '131754.110000', '131754.570000', '131755.030000', '131755.490000', '131755.950000', '131756.410000', '131756.870000', '131757.330000', '131757.790000', '131758.250000', '131758.710000', '131759.170000', '131759.630000', '131800.090000', '131800.550000', '131801.010000', '131801.470000', '131801.930000', '131802.390000', '131802.850000', '131803.310000', '131803.770000', '131804.230000', '131804.690000', '131805.150000', '131805.610000', '131806.070000', '131806.530000', '131806.990000', '131807.450000', '131807.910000', '131808.370000', '131808.830000', '131809.290000', '131809.750000', '131810.210000', '131810.670000', '131811.130000', '131811.590000', '131812.050000', '131812.510000', '131812.970000', '131813.430000', '131813.890000', '131814.350000', '131814.810000', '131815.270000', '131815.730000', '131816.190000', '131816.650000', '131817.110000', '131817.570000', '131818.030000', '131818.490000', '131818.950000', '131819.410000', '131819.870000', '131820.330000', '131820.790000', '131821.250000', '131821.710000', '131822.170000', '131822.630000', '131823.090000', '131823.550000', '131824.010000', '131824.470000', '131824.930000', '131825.390000', '131825.850000', '131826.310000', '131826.770000', '131827.230000', '131827.690000', '131828.150000', '131828.610000', '131829.070000', '131829.530000', '131829.990000', '131830.450000', '131830.910000', '131831.370000', '131831.830000', '131832.290000', '131832.750000', '131833.210000', '131833.670000', '131834.130000', '131834.590000', '131835.050000', '131835.510000', '131835.970000', '131836.430000', '131836.890000', '131837.350000', '131837.810000', '131838.270000', '131838.730000', '131839.190000', '131839.650000', '131840.110000', '131840.570000', '131841.030000', '131841.490000', '131841.950000', '131842.410000', '131842.870000', '131843.330000', '131843.790000', '131844.250000', '131844.710000', '131845.170000', '131845.630000', '131846.090000', '131846.550000', '131847.010000', '131847.470000', '131847.930000', '131848.390000', '131848.850000', '131849.310000', '131849.770000', '131850.230000', '131850.690000', '131851.150000', '131851.610000', '131852.070000', '131852.530000', '131852.990000', '131853.450000', '131853.910000', '131854.370000', '131854.830000', '131855.290000', '131855.750000', '131856.210000', '131856.670000', '131857.130000', '131857.590000', '131858.050000', '131858.510000', '131858.970000', '131859.430000', '131859.890000', '131900.350000', '131900.810000', '131901.270000', '131901.730000', '131902.190000', '131902.650000', '131903.110000', '131903.570000', '131904.030000', '131904.490000', '131904.950000', '131905.410000', '131905.870000', '131906.330000', '131906.790000', '131907.250000', '131907.710000', '131908.170000', '131908.630000', '131909.090000', '131909.550000', '131910.010000', '131910.470000', '131910.930000', '131911.390000', '131911.850000', '131912.310000', '131912.770000', '131913.230000', '131913.690000', '131914.150000', '131914.610000', '131915.070000', '131915.530000', '131915.990000', '131916.450000', '131916.910000', '131917.370000', '131917.830000', '131918.290000', '131918.750000', '131919.210000', '131919.670000', '131920.130000', '131920.590000', '131921.050000', '131921.510000', '131921.970000', '131922.430000', '131922.890000', '131923.350000', '131923.810000', '131924.270000', '131924.730000', '131925.190000', '131925.650000', '131926.110000', '131926.570000', '131927.030000', '131927.490000', '131927.950000', '131928.410000', '131928.870000', '131929.330000', '131929.790000', '131930.250000', '131930.710000', '131931.170000', '131931.630000', '131932.090000', '131932.550000', '131933.010000', '131933.470000', '131933.930000', '131934.390000', '131934.850000', '131935.310000', '131935.770000', '131936.230000', '131936.690000', '131937.150000', '131937.610000', '131938.070000', '131938.530000', '131938.990000', '131939.450000', '131939.910000', '131940.370000', '131940.830000', '131941.290000', '131941.750000', '131942.210000', '131942.670000', '131943.130000', '131943.590000', '131944.050000', '131944.510000', '131944.970000', '131945.430000', '131945.890000', '131946.350000', '131946.810000', '131947.270000', '131947.730000', '131948.190000', '131948.650000', '131949.110000', '131949.570000', '131950.030000', '131950.490000', '131950.950000', '131951.410000', '131951.870000', '131952.330000', '131952.790000', '131953.250000', '131953.710000', '131954.170000', '131954.630000', '131955.090000', '131955.550000', '131956.010000', '131956.470000', '131956.930000', '131957.390000', '131957.850000', '131958.310000', '131958.770000', '131959.230000', '131959.690000', '132000.150000', '132000.610000', '132001.070000', '132001.530000', '132001.990000', '132002.450000', '132002.910000', '132003.370000', '132003.830000', '132004.290000', '132004.750000', '132005.210000', '132005.670000', '132006.130000', '132006.590000', '132007.050000', '132007.510000', '132007.970000', '132008.430000', '132008.890000', '132009.350000', '132009.810000', '132010.270000', '132010.730000', '132011.190000', '132011.650000', '132012.110000', '132012.570000', '132013.030000', '132013.490000', '132013.950000', '132014.410000', '132014.870000', '132015.330000', '132015.790000', '132016.250000', '132016.710000', '132017.170000', '132017.630000', '132018.090000', '132018.550000', '132019.010000', '132019.470000', '132019.930000', '132020.390000', '132020.850000', '132021.310000', '132021.770000', '132022.230000', '132022.690000', '132023.150000', '132023.610000', '132024.070000', '132024.530000', '132024.990000', '132025.450000', '132025.910000', '132026.370000', '132026.830000', '132027.290000', '132027.750000', '132028.210000', '132028.670000', '132029.130000', '132029.590000', '132030.050000', '132030.510000', '132030.970000', '132031.430000', '132031.890000', '132032.350000', '132032.810000', '132033.270000', '132033.730000', '132034.190000', '132034.650000', '132035.110000', '132035.570000', '132036.030000', '132036.490000', '132036.950000', '132037.410000', '132037.870000', '132038.330000', '132038.790000', '132039.250000', '132039.710000', '132040.170000', '132040.630000', '132041.090000', '132041.550000', '132042.010000', '132042.470000', '132042.930000', '132043.390000', '132043.850000', '132044.310000', '132044.770000', '132045.230000', '132045.690000', '132046.150000', '132046.610000', '132047.070000', '132047.530000', '132047.990000', '132048.450000', '132048.910000', '132049.370000', '132049.830000', '132050.290000', '132050.750000', '132051.210000', '132051.670000', '132052.130000', '132052.590000', '132053.050000', '132053.510000', '132053.970000', '132054.430000', '132054.890000', '132055.350000', '132055.810000', '132056.270000', '132056.730000', '132057.190000', '132057.650000', '132058.110000', '132058.570000', '132059.030000', '132059.490000', '132059.950000', '132100.410000', '132100.870000', '132101.330000', '132101.790000', '132102.250000', '132102.710000', '132103.170000', '132103.630000', '132104.090000', '132104.550000', '132105.010000', '132105.470000', '132105.930000', '132106.390000', '132106.850000', '132107.310000', '132107.770000', '132108.230000', '132108.690000', '132109.150000', '132109.610000', '132110.070000', '132110.530000', '132110.990000', '132111.450000', '132111.910000', '132112.370000', '132112.830000', '132113.290000', '132113.750000', '132114.210000', '132114.670000', '132115.130000', '132115.590000', '132116.050000', '132116.510000', '132116.970000', '132117.430000', '132117.890000', '132118.350000', '132118.810000', '132119.270000', '132119.730000', '132120.190000', '132120.650000', '132121.110000', '132121.570000', '132122.030000', '132122.490000', '132122.950000', '132123.410000', '132123.870000', '132124.330000', '132124.790000', '132125.250000', '132125.710000', '132126.170000', '132126.630000', '132127.090000', '132127.550000', '132128.010000', '132128.470000', '132128.930000', '132129.390000', '132129.850000', '132130.310000', '132130.770000', '132131.230000', '132131.690000', '132132.150000', '132132.610000', '132133.070000', '132133.530000', '132133.990000', '132134.450000', '132134.910000', '132135.370000', '132135.830000', '132136.290000', '132136.750000', '132137.210000', '132137.670000', '132138.130000', '132138.590000', '132139.050000', '132139.510000', '132139.970000', '132140.430000', '132140.890000', '132141.350000', '132141.810000', '132142.270000', '132142.730000', '132143.190000', '132143.650000', '132144.110000', '132144.570000', '132145.030000', '132145.490000', '132145.950000', '132146.410000', '132146.870000', '132147.330000', '132147.790000', '132148.250000', '132148.710000', '132149.170000', '132149.630000', '132150.090000', '132150.550000', '132151.010000', '132151.470000', '132151.930000', '132152.390000', '132152.850000', '132153.310000', '132153.770000', '132154.230000', '132154.690000', '132155.150000', '132155.610000', '132156.070000', '132156.530000', '132156.990000', '132157.450000', '132157.910000', '132158.370000', '132158.830000', '132159.290000', '132159.750000', '132200.210000', '132200.670000', '132201.130000', '132201.590000', '132202.050000', '132202.510000', '132202.970000', '132203.430000', '132203.890000', '132204.350000', '132204.810000', '132205.270000', '132205.730000', '132206.190000', '132206.650000', '132207.110000', '132207.570000', '132208.030000', '132208.490000', '132208.950000', '132209.410000', '132209.870000', '132210.330000', '132210.790000', '132211.250000', '132211.710000', '132212.170000', '132212.630000', '132213.090000', '132213.550000', '132214.010000', '132214.470000', '132214.930000', '132215.390000', '132215.850000', '132216.310000', '132216.770000', '132217.230000', '132217.690000', '132218.150000', '132218.610000', '132219.070000', '132219.530000', '132219.990000', '132220.450000', '132220.910000', '132221.370000', '132221.830000', '132222.290000', '132222.750000', '132223.210000', '132223.670000', '132224.130000', '132224.590000', '132225.050000', '132225.510000', '132225.970000', '132226.430000', '132226.890000', '132227.350000', '132227.810000', '132228.270000', '132228.730000', '132229.190000', '132229.650000', '132230.110000', '132230.570000', '132231.030000', '132231.490000', '132231.950000', '132232.410000', '132232.870000', '132233.330000', '132233.790000', '132234.250000', '132234.710000', '132235.170000', '132235.630000', '132236.090000', '132236.550000', '132237.010000', '132237.470000', '132237.930000', '132238.390000', '132238.850000', '132239.310000', '132239.770000', '132240.230000', '132240.690000', '132241.150000', '132241.610000', '132242.070000', '132242.530000', '132242.990000', '132243.450000', '132243.910000', '132244.370000', '132244.830000', '132245.290000', '132245.750000', '132246.210000', '132246.670000', '132247.130000', '132247.590000', '132248.050000', '132248.510000', '132248.970000', '132249.430000', '132249.890000', '132250.350000', '132250.810000', '132251.270000', '132251.730000', '132252.190000', '132252.650000', '132253.110000', '132253.570000', '132254.030000', '132254.490000', '132254.950000', '132255.410000', '132255.870000', '132256.330000', '132256.790000', '132257.250000', '132257.710000', '132258.170000', '132258.630000', '132259.090000', '132259.550000', '132300.010000', '132300.470000', '132300.930000', '132301.390000', '132301.850000', '132302.310000', '132302.770000', '132303.230000', '132303.690000', '132304.150000', '132304.610000', '132305.070000', '132305.530000', '132305.990000', '132306.450000', '132306.910000', '132307.370000', '132307.830000', '132308.290000', '132308.750000', '132309.210000', '132309.670000', '132310.130000', '132310.590000', '132311.050000', '132311.510000', '132311.970000', '132312.430000', '132312.890000', '132313.350000', '132313.810000', '132314.270000', '132314.730000', '132315.190000', '132315.650000', '132316.110000', '132316.570000', '132317.030000', '132317.490000', '132317.950000', '132318.410000', '132318.870000', '132319.330000', '132319.790000', '132320.250000', '132320.710000', '132321.170000', '132321.630000', '132322.090000', '132322.550000', '132323.010000', '132323.470000', '132323.930000', '132324.390000', '132324.850000', '132325.310000', '132325.770000', '132326.230000', '132326.690000', '132327.150000', '132327.610000', '132328.070000', '132328.530000', '132328.990000'], 'ContentTime': ['131543.727000', '131543.730000', '131543.733000', '131543.735000', '131543.738000', '131543.740000', '131543.743000', '131543.745000', '131543.748000', '131543.751000', '131543.753000', '131543.756000', '131543.765000', '131543.768000', '131543.771000', '131543.773000', '131543.776000', '131543.778000', '131543.781000', '131543.783000', '131543.786000', '131543.788000', '131543.791000', '131543.793000', '131543.796000', '131543.799000', '131543.802000', '131543.804000', '131543.807000', '131543.809000', '131543.812000', '131543.815000', '131543.817000', '131543.820000', '131543.822000', '131543.825000', '131543.832000', '131543.835000', '131543.837000', '131543.840000', '131543.842000', '131543.845000', '131543.848000', '131543.850000', '131543.853000', '131543.855000', '131543.858000', '131543.860000', '131543.863000', '131543.865000', '131543.868000', '131543.870000', '131543.873000', '131543.875000', '131543.878000', '131543.881000', '131543.883000', '131603.697000', '131603.700000', '131603.703000', '131603.705000', '131603.708000', '131603.710000', '131603.713000', '131603.716000', '131603.718000', '131603.721000', '131603.723000', '131603.726000', '131603.729000', '131603.732000', '131603.735000', '131603.737000', '131603.740000', '131603.742000', '131603.745000', '131603.748000', '131603.750000', '131603.753000', '131603.755000', '131603.758000', '131603.760000', '131603.763000', '131603.766000', '131603.781000', '131603.784000', '131603.786000', '131603.789000', '131603.792000', '131603.794000', '131603.797000', '131603.799000', '131603.802000', '131603.804000', '131603.807000', '131603.809000', '131603.812000', '131603.814000', '131603.817000', '131603.820000', '131623.697000', '131623.700000', '131623.703000', '131623.705000', '131623.708000', '131623.710000', '131623.713000', '131623.715000', '131623.718000', '131623.721000', '131623.723000', '131623.726000', '131623.728000', '131623.731000', '131623.733000', '131623.736000', '131623.738000', '131623.741000', '131623.743000', '131623.746000', '131623.748000', '131623.751000', '131623.753000', '131623.756000', '131623.758000', '131623.761000', '131623.764000', '131623.766000', '131623.769000', '131623.771000', '131623.774000', '131623.776000', '131623.779000', '131623.781000', '131623.784000', '131623.786000', '131623.789000', '131623.792000', '131623.794000', '131623.797000', '131623.799000', '131623.802000', '131623.805000', '131623.807000', '131643.697000', '131643.700000', '131643.703000', '131643.706000', '131643.709000', '131643.711000', '131643.714000', '131643.716000', '131643.719000', '131643.722000', '131643.724000', '131643.727000', '131643.729000', '131643.739000', '131643.741000', '131643.744000', '131643.747000', '131643.749000', '131643.753000', '131643.756000', '131643.759000', '131643.761000', '131643.764000', '131643.766000', '131643.769000', '131643.772000', '131643.774000', '131643.777000', '131643.780000', '131643.782000', '131643.785000', '131643.787000', '131643.790000', '131643.792000', '131643.795000', '131643.798000', '131643.800000', '131643.803000', '131643.806000', '131643.809000', '131643.812000', '131643.814000', '131643.817000', '131703.697000', '131703.700000', '131703.703000', '131703.709000', '131703.712000', '131703.715000', '131703.717000', '131703.720000', '131703.723000', '131703.725000', '131703.728000', '131703.730000', '131703.733000', '131703.736000', '131703.738000', '131703.741000', '131703.743000', '131703.746000', '131703.748000', '131703.751000', '131703.754000', '131703.756000', '131703.759000', '131703.761000', '131703.764000', '131703.767000', '131703.769000', '131703.772000', '131703.774000', '131703.777000', '131703.779000', '131703.782000', '131703.785000', '131703.787000', '131703.790000', '131703.792000', '131703.795000', '131703.797000', '131703.829000', '131703.832000', '131703.834000', '131703.837000', '131703.839000', '131703.842000', '131723.697000', '131723.709000', '131723.712000', '131723.714000', '131723.717000', '131723.719000', '131723.722000', '131723.725000', '131723.727000', '131723.730000', '131723.732000', '131723.735000', '131723.738000', '131723.740000', '131723.743000', '131723.746000', '131723.749000', '131723.752000', '131723.755000', '131723.757000', '131723.760000', '131723.763000', '131723.765000', '131723.768000', '131723.771000', '131723.773000', '131723.776000', '131723.778000', '131723.781000', '131723.783000', '131723.786000', '131723.789000', '131723.791000', '131723.794000', '131723.796000', '131723.799000', '131723.834000', '131723.836000', '131723.839000', '131723.842000', '131723.844000', '131723.847000', '131723.849000', '131743.697000', '131743.709000', '131743.712000', '131743.714000', '131743.717000', '131743.720000', '131743.722000', '131743.725000', '131743.728000', '131743.731000', '131743.733000', '131743.736000', '131743.738000', '131743.741000', '131743.744000', '131743.746000', '131743.749000', '131743.752000', '131743.754000', '131743.757000', '131743.760000', '131743.762000', '131743.765000', '131743.777000', '131743.780000', '131743.782000', '131743.785000', '131743.788000', '131743.790000', '131743.793000', '131743.796000', '131743.798000', '131743.801000', '131743.803000', '131743.806000', '131743.808000', '131743.811000', '131743.814000', '131743.816000', '131743.819000', '131743.822000', '131743.824000', '131743.827000', '131743.830000', '131803.696000', '131803.699000', '131803.702000', '131803.704000', '131803.707000', '131803.710000', '131803.712000', '131803.715000', '131803.718000', '131803.720000', '131803.723000', '131803.725000', '131803.728000', '131803.731000', '131803.733000', '131803.736000', '131803.738000', '131803.741000', '131803.743000', '131803.746000', '131803.749000', '131803.751000', '131803.754000', '131803.756000', '131803.759000', '131803.762000', '131803.764000', '131803.767000', '131803.770000', '131803.772000', '131803.775000', '131803.777000', '131803.780000', '131803.783000', '131803.785000', '131803.788000', '131803.791000', '131803.794000', '131803.796000', '131803.799000', '131803.832000', '131803.835000', '131803.837000', '131823.698000', '131823.701000', '131823.703000', '131823.706000', '131823.708000', '131823.711000', '131823.714000', '131823.716000', '131823.719000', '131823.721000', '131823.724000', '131823.726000', '131823.729000', '131823.731000', '131823.734000', '131823.736000', '131823.739000', '131823.742000', '131823.744000', '131823.747000', '131823.749000', '131823.752000', '131823.754000', '131823.757000', '131823.759000', '131823.762000', '131823.765000', '131823.767000', '131823.778000', '131823.781000', '131823.783000', '131823.786000', '131823.789000', '131823.791000', '131823.794000', '131823.796000', '131823.799000', '131823.802000', '131823.804000', '131823.807000', '131823.810000', '131823.812000', '131823.815000', '131823.817000', '131843.697000', '131843.700000', '131843.703000', '131843.705000', '131843.708000', '131843.711000', '131843.713000', '131843.716000', '131843.718000', '131843.721000', '131843.724000', '131843.726000', '131843.729000', '131843.732000', '131843.734000', '131843.737000', '131843.739000', '131843.742000', '131843.744000', '131843.747000', '131843.750000', '131843.752000', '131843.755000', '131843.758000', '131843.760000', '131843.763000', '131843.765000', '131843.774000', '131843.777000', '131843.780000', '131843.782000', '131843.785000', '131843.788000', '131843.790000', '131843.793000', '131843.795000', '131843.798000', '131843.801000', '131843.803000', '131843.806000', '131843.809000', '131843.811000', '131843.814000', '131903.698000', '131903.700000', '131903.703000', '131903.706000', '131903.708000', '131903.711000', '131903.714000', '131903.716000', '131903.719000', '131903.721000', '131903.724000', '131903.727000', '131903.729000', '131903.732000', '131903.734000', '131903.737000', '131903.739000', '131903.742000', '131903.744000', '131903.747000', '131903.750000', '131903.752000', '131903.755000', '131903.757000', '131903.760000', '131903.762000', '131903.765000', '131903.767000', '131903.770000', '131903.773000', '131903.775000', '131903.778000', '131903.780000', '131903.783000', '131903.785000', '131903.788000', '131903.791000', '131903.793000', '131903.796000', '131903.799000', '131903.845000', '131903.848000', '131903.851000', '131903.853000', '131923.698000', '131923.701000', '131923.703000', '131923.711000', '131923.724000', '131923.727000', '131923.730000', '131923.732000', '131923.735000', '131923.737000', '131923.740000', '131923.742000', '131923.749000', '131923.752000', '131923.754000', '131923.757000', '131923.760000', '131923.762000', '131923.765000', '131923.767000', '131923.770000', '131923.773000', '131923.775000', '131923.778000', '131923.781000', '131923.783000', '131923.786000', '131923.789000', '131923.791000', '131923.794000', '131923.796000', '131923.799000', '131923.866000', '131923.869000', '131923.871000', '131923.874000', '131923.876000', '131923.879000', '131923.881000', '131923.884000', '131923.887000', '131923.889000', '131923.892000', '131943.697000', '131943.700000', '131943.703000', '131943.706000', '131943.708000', '131943.711000', '131943.714000', '131943.716000', '131943.719000', '131943.721000', '131943.724000', '131943.726000', '131943.729000', '131943.732000', '131943.734000', '131943.737000', '131943.739000', '131943.742000', '131943.744000', '131943.747000', '131943.750000', '131943.752000', '131943.755000', '131943.758000', '131943.760000', '131943.763000', '131943.765000', '131943.768000', '131943.770000', '131943.773000', '131943.776000', '131943.778000', '131943.781000', '131943.783000', '131943.786000', '131943.788000', '131943.791000', '131943.794000', '131943.796000', '131943.799000', '131943.829000', '131943.832000', '131943.834000', '131943.837000', '132003.698000', '132003.700000', '132003.703000', '132003.706000', '132003.708000', '132003.711000', '132003.714000', '132003.716000', '132003.719000', '132003.721000', '132003.724000', '132003.727000', '132003.729000', '132003.732000', '132003.734000', '132003.737000', '132003.740000', '132003.742000', '132003.745000', '132003.747000', '132003.750000', '132003.753000', '132003.755000', '132003.758000', '132003.760000', '132003.763000', '132003.766000', '132003.768000', '132003.771000', '132003.773000', '132003.776000', '132003.779000', '132003.781000', '132003.784000', '132003.787000', '132003.789000', '132003.792000', '132003.794000', '132003.797000', '132003.840000', '132003.843000', '132003.846000', '132003.848000', '132023.697000', '132023.700000', '132023.702000', '132023.705000', '132023.707000', '132023.710000', '132023.712000', '132023.715000', '132023.718000', '132023.720000', '132023.723000', '132023.725000', '132023.728000', '132023.730000', '132023.733000', '132023.736000', '132023.739000', '132023.742000', '132023.744000', '132023.747000', '132023.749000', '132023.752000', '132023.755000', '132023.757000', '132023.760000', '132023.762000', '132023.765000', '132023.768000', '132023.770000', '132023.773000', '132023.775000', '132023.778000', '132023.780000', '132023.783000', '132023.786000', '132023.788000', '132023.791000', '132023.793000', '132023.796000', '132023.798000', '132023.839000', '132023.842000', '132023.844000', '132023.847000', '132043.697000', '132043.700000', '132043.703000', '132043.705000', '132043.708000', '132043.711000', '132043.713000', '132043.716000', '132043.719000', '132043.721000', '132043.724000', '132043.726000', '132043.729000', '132043.731000', '132043.734000', '132043.737000', '132043.739000', '132043.742000', '132043.744000', '132043.747000', '132043.750000', '132043.752000', '132043.755000', '132043.757000', '132043.760000', '132043.762000', '132043.765000', '132043.768000', '132043.770000', '132043.786000', '132043.788000', '132043.791000', '132043.793000', '132043.796000', '132043.799000', '132043.852000', '132043.863000', '132043.866000', '132043.869000', '132043.872000', '132043.875000', '132043.877000', '132043.880000', '132103.698000', '132103.700000', '132103.703000', '132103.706000', '132103.708000', '132103.711000', '132103.714000', '132103.717000', '132103.719000', '132103.722000', '132103.724000', '132103.727000', '132103.730000', '132103.732000', '132103.736000', '132103.739000', '132103.742000', '132103.744000', '132103.747000', '132103.749000', '132103.752000', '132103.754000', '132103.757000', '132103.760000', '132103.762000', '132103.765000', '132103.767000', '132103.770000', '132103.773000', '132103.775000', '132103.778000', '132103.780000', '132103.783000', '132103.786000', '132103.788000', '132103.791000', '132103.793000', '132103.796000', '132103.799000', '132103.866000', '132103.869000', '132103.871000', '132103.874000', '132103.876000', '132123.697000', '132123.700000', '132123.703000', '132123.706000', '132123.708000', '132123.711000', '132123.714000', '132123.716000', '132123.719000', '132123.721000', '132123.724000', '132123.727000', '132123.729000', '132123.732000', '132123.735000', '132123.737000', '132123.740000', '132123.743000', '132123.745000', '132123.748000', '132123.751000', '132123.754000', '132123.756000', '132123.759000', '132123.761000', '132123.764000', '132123.766000', '132123.769000', '132123.772000', '132123.774000', '132123.777000', '132123.780000', '132123.782000', '132123.785000', '132123.787000', '132123.790000', '132123.792000', '132123.795000', '132123.798000', '132123.853000', '132123.855000', '132123.858000', '132123.861000', '132143.698000', '132143.700000', '132143.703000', '132143.706000', '132143.708000', '132143.711000', '132143.713000', '132143.716000', '132143.718000', '132143.721000', '132143.724000', '132143.727000', '132143.729000', '132143.732000', '132143.734000', '132143.737000', '132143.739000', '132143.742000', '132143.745000', '132143.747000', '132143.750000', '132143.752000', '132143.755000', '132143.757000', '132143.760000', '132143.763000', '132143.765000', '132143.768000', '132143.770000', '132143.773000', '132143.775000', '132143.778000', '132143.781000', '132143.783000', '132143.786000', '132143.788000', '132143.791000', '132143.793000', '132143.796000', '132143.799000', '132143.872000', '132143.875000', '132143.878000', '132143.880000', '132203.697000', '132203.700000', '132203.703000', '132203.705000', '132203.708000', '132203.711000', '132203.713000', '132203.716000', '132203.718000', '132203.721000', '132203.723000', '132203.726000', '132203.729000', '132203.731000', '132203.734000', '132203.736000', '132203.739000', '132203.741000', '132203.744000', '132203.747000', '132203.749000', '132203.752000', '132203.754000', '132203.757000', '132203.759000', '132203.762000', '132203.765000', '132203.767000', '132203.770000', '132203.772000', '132203.775000', '132203.778000', '132203.780000', '132203.783000', '132203.785000', '132203.788000', '132203.790000', '132203.859000', '132203.862000', '132203.878000', '132203.881000', '132203.883000', '132203.886000', '132223.698000', '132223.700000', '132223.703000', '132223.706000', '132223.708000', '132223.711000', '132223.713000', '132223.716000', '132223.719000', '132223.721000', '132223.724000', '132223.726000', '132223.729000', '132223.732000', '132223.734000', '132223.737000', '132223.739000', '132223.742000', '132223.745000', '132223.747000', '132223.750000', '132223.752000', '132223.755000', '132223.757000', '132223.760000', '132223.762000', '132223.765000', '132223.768000', '132223.770000', '132223.773000', '132223.776000', '132223.778000', '132223.781000', '132223.783000', '132223.786000', '132223.789000', '132223.791000', '132223.794000', '132223.796000', '132223.799000', '132223.871000', '132223.873000', '132223.876000', '132223.878000', '132243.697000', '132243.700000', '132243.703000', '132243.705000', '132243.708000', '132243.711000', '132243.713000', '132243.716000', '132243.718000', '132243.721000', '132243.723000', '132243.726000', '132243.729000', '132243.731000', '132243.734000', '132243.736000', '132243.739000', '132243.741000', '132243.744000', '132243.747000', '132243.749000', '132243.752000', '132243.754000', '132243.757000', '132243.760000', '132243.762000', '132243.765000', '132243.767000', '132243.770000', '132243.773000', '132243.775000', '132243.778000', '132243.780000', '132243.783000', '132243.786000', '132243.788000', '132243.791000', '132243.793000', '132243.796000', '132243.799000', '132243.865000', '132243.868000', '132243.871000', '132303.698000', '132303.700000', '132303.703000', '132303.705000', '132303.708000', '132303.713000', '132303.715000', '132303.718000', '132303.721000', '132303.723000', '132303.726000', '132303.728000', '132303.731000', '132303.733000', '132303.736000', '132303.739000', '132303.741000', '132303.744000', '132303.747000', '132303.749000', '132303.752000', '132303.754000', '132303.757000', '132303.760000', '132303.763000', '132303.765000', '132303.768000', '132303.770000', '132303.773000', '132303.776000', '132303.778000', '132303.781000', '132303.784000', '132303.786000', '132303.789000', '132303.791000', '132303.794000', '132303.797000', '132303.870000', '132303.872000', '132303.875000', '132303.878000', '132303.880000', '132303.883000', '132323.698000', '132323.700000', '132323.703000', '132323.706000', '132323.708000', '132323.711000', '132323.714000', '132323.716000', '132323.719000', '132323.722000', '132323.724000', '132323.727000', '132323.729000', '132323.732000', '132323.735000', '132323.737000', '132323.740000', '132323.742000', '132323.745000', '132323.748000', '132323.750000', '132323.753000', '132323.755000', '132323.758000', '132323.761000', '132323.763000', '132323.766000', '132323.768000', '132323.771000', '132323.774000', '132323.776000', '132323.779000', '132323.782000', '132323.784000', '132323.787000', '132323.789000', '132323.802000', '132323.881000', '132323.884000', '132323.886000', '132323.889000', '132323.891000', '132323.894000', '132330.813000', '132330.816000', '132330.819000', '132330.822000', '132330.825000', '132330.827000', '132330.830000', '132330.833000', '132330.837000', '132330.839000', '132330.842000', '132330.845000', '132330.849000', '132330.852000', '132330.854000', '132330.857000'], 'InstanceCreationTime': ['131543.727000', '131543.730000', '131543.733000', '131543.735000', '131543.738000', '131543.740000', '131543.743000', '131543.745000', '131543.748000', '131543.751000', '131543.753000', '131543.756000', '131543.765000', '131543.768000', '131543.771000', '131543.773000', '131543.776000', '131543.778000', '131543.781000', '131543.783000', '131543.786000', '131543.788000', '131543.791000', '131543.793000', '131543.796000', '131543.799000', '131543.802000', '131543.804000', '131543.807000', '131543.809000', '131543.812000', '131543.815000', '131543.817000', '131543.820000', '131543.822000', '131543.825000', '131543.832000', '131543.835000', '131543.837000', '131543.840000', '131543.842000', '131543.845000', '131543.848000', '131543.850000', '131543.853000', '131543.855000', '131543.858000', '131543.860000', '131543.863000', '131543.865000', '131543.868000', '131543.870000', '131543.873000', '131543.875000', '131543.878000', '131543.881000', '131543.883000', '131603.697000', '131603.700000', '131603.703000', '131603.705000', '131603.708000', '131603.710000', '131603.713000', '131603.716000', '131603.718000', '131603.721000', '131603.723000', '131603.726000', '131603.729000', '131603.732000', '131603.735000', '131603.737000', '131603.740000', '131603.742000', '131603.745000', '131603.748000', '131603.750000', '131603.753000', '131603.755000', '131603.758000', '131603.760000', '131603.763000', '131603.766000', '131603.781000', '131603.784000', '131603.786000', '131603.789000', '131603.792000', '131603.794000', '131603.797000', '131603.799000', '131603.802000', '131603.804000', '131603.807000', '131603.809000', '131603.812000', '131603.814000', '131603.817000', '131603.820000', '131623.697000', '131623.700000', '131623.703000', '131623.705000', '131623.708000', '131623.710000', '131623.713000', '131623.715000', '131623.718000', '131623.721000', '131623.723000', '131623.726000', '131623.728000', '131623.731000', '131623.733000', '131623.736000', '131623.738000', '131623.741000', '131623.743000', '131623.746000', '131623.748000', '131623.751000', '131623.753000', '131623.756000', '131623.758000', '131623.761000', '131623.764000', '131623.766000', '131623.769000', '131623.771000', '131623.774000', '131623.776000', '131623.779000', '131623.781000', '131623.784000', '131623.786000', '131623.789000', '131623.792000', '131623.794000', '131623.797000', '131623.799000', '131623.802000', '131623.805000', '131623.807000', '131643.697000', '131643.700000', '131643.703000', '131643.706000', '131643.709000', '131643.711000', '131643.714000', '131643.716000', '131643.719000', '131643.722000', '131643.724000', '131643.727000', '131643.729000', '131643.739000', '131643.741000', '131643.744000', '131643.747000', '131643.749000', '131643.753000', '131643.756000', '131643.759000', '131643.761000', '131643.764000', '131643.766000', '131643.769000', '131643.772000', '131643.774000', '131643.777000', '131643.780000', '131643.782000', '131643.785000', '131643.787000', '131643.790000', '131643.792000', '131643.795000', '131643.798000', '131643.800000', '131643.803000', '131643.806000', '131643.809000', '131643.812000', '131643.814000', '131643.817000', '131703.697000', '131703.700000', '131703.703000', '131703.709000', '131703.712000', '131703.715000', '131703.717000', '131703.720000', '131703.723000', '131703.725000', '131703.728000', '131703.730000', '131703.733000', '131703.736000', '131703.738000', '131703.741000', '131703.743000', '131703.746000', '131703.748000', '131703.751000', '131703.754000', '131703.756000', '131703.759000', '131703.761000', '131703.764000', '131703.767000', '131703.769000', '131703.772000', '131703.774000', '131703.777000', '131703.779000', '131703.782000', '131703.785000', '131703.787000', '131703.790000', '131703.792000', '131703.795000', '131703.797000', '131703.829000', '131703.832000', '131703.834000', '131703.837000', '131703.839000', '131703.842000', '131723.697000', '131723.709000', '131723.712000', '131723.714000', '131723.717000', '131723.719000', '131723.722000', '131723.725000', '131723.727000', '131723.730000', '131723.732000', '131723.735000', '131723.738000', '131723.740000', '131723.743000', '131723.746000', '131723.749000', '131723.752000', '131723.755000', '131723.757000', '131723.760000', '131723.763000', '131723.765000', '131723.768000', '131723.771000', '131723.773000', '131723.776000', '131723.778000', '131723.781000', '131723.783000', '131723.786000', '131723.789000', '131723.791000', '131723.794000', '131723.796000', '131723.799000', '131723.834000', '131723.836000', '131723.839000', '131723.842000', '131723.844000', '131723.847000', '131723.849000', '131743.697000', '131743.709000', '131743.712000', '131743.714000', '131743.717000', '131743.720000', '131743.722000', '131743.725000', '131743.728000', '131743.731000', '131743.733000', '131743.736000', '131743.738000', '131743.741000', '131743.744000', '131743.746000', '131743.749000', '131743.752000', '131743.754000', '131743.757000', '131743.760000', '131743.762000', '131743.765000', '131743.777000', '131743.780000', '131743.782000', '131743.785000', '131743.788000', '131743.790000', '131743.793000', '131743.796000', '131743.798000', '131743.801000', '131743.803000', '131743.806000', '131743.808000', '131743.811000', '131743.814000', '131743.816000', '131743.819000', '131743.822000', '131743.824000', '131743.827000', '131743.830000', '131803.696000', '131803.699000', '131803.702000', '131803.704000', '131803.707000', '131803.710000', '131803.712000', '131803.715000', '131803.718000', '131803.720000', '131803.723000', '131803.725000', '131803.728000', '131803.731000', '131803.733000', '131803.736000', '131803.738000', '131803.741000', '131803.743000', '131803.746000', '131803.749000', '131803.751000', '131803.754000', '131803.756000', '131803.759000', '131803.762000', '131803.764000', '131803.767000', '131803.770000', '131803.772000', '131803.775000', '131803.777000', '131803.780000', '131803.783000', '131803.785000', '131803.788000', '131803.791000', '131803.794000', '131803.796000', '131803.799000', '131803.832000', '131803.835000', '131803.837000', '131823.698000', '131823.701000', '131823.703000', '131823.706000', '131823.708000', '131823.711000', '131823.714000', '131823.716000', '131823.719000', '131823.721000', '131823.724000', '131823.726000', '131823.729000', '131823.731000', '131823.734000', '131823.736000', '131823.739000', '131823.742000', '131823.744000', '131823.747000', '131823.749000', '131823.752000', '131823.754000', '131823.757000', '131823.759000', '131823.762000', '131823.765000', '131823.767000', '131823.778000', '131823.781000', '131823.783000', '131823.786000', '131823.789000', '131823.791000', '131823.794000', '131823.796000', '131823.799000', '131823.802000', '131823.804000', '131823.807000', '131823.810000', '131823.812000', '131823.815000', '131823.817000', '131843.697000', '131843.700000', '131843.703000', '131843.705000', '131843.708000', '131843.711000', '131843.713000', '131843.716000', '131843.718000', '131843.721000', '131843.724000', '131843.726000', '131843.729000', '131843.732000', '131843.734000', '131843.737000', '131843.739000', '131843.742000', '131843.744000', '131843.747000', '131843.750000', '131843.752000', '131843.755000', '131843.758000', '131843.760000', '131843.763000', '131843.765000', '131843.774000', '131843.777000', '131843.780000', '131843.782000', '131843.785000', '131843.788000', '131843.790000', '131843.793000', '131843.795000', '131843.798000', '131843.801000', '131843.803000', '131843.806000', '131843.809000', '131843.811000', '131843.814000', '131903.698000', '131903.700000', '131903.703000', '131903.706000', '131903.708000', '131903.711000', '131903.714000', '131903.716000', '131903.719000', '131903.721000', '131903.724000', '131903.727000', '131903.729000', '131903.732000', '131903.734000', '131903.737000', '131903.739000', '131903.742000', '131903.744000', '131903.747000', '131903.750000', '131903.752000', '131903.755000', '131903.757000', '131903.760000', '131903.762000', '131903.765000', '131903.767000', '131903.770000', '131903.773000', '131903.775000', '131903.778000', '131903.780000', '131903.783000', '131903.785000', '131903.788000', '131903.791000', '131903.793000', '131903.796000', '131903.799000', '131903.845000', '131903.848000', '131903.851000', '131903.853000', '131923.698000', '131923.701000', '131923.703000', '131923.711000', '131923.724000', '131923.727000', '131923.730000', '131923.732000', '131923.735000', '131923.737000', '131923.740000', '131923.742000', '131923.749000', '131923.752000', '131923.754000', '131923.757000', '131923.760000', '131923.762000', '131923.765000', '131923.767000', '131923.770000', '131923.773000', '131923.775000', '131923.778000', '131923.781000', '131923.783000', '131923.786000', '131923.789000', '131923.791000', '131923.794000', '131923.796000', '131923.799000', '131923.866000', '131923.869000', '131923.871000', '131923.874000', '131923.876000', '131923.879000', '131923.881000', '131923.884000', '131923.887000', '131923.889000', '131923.892000', '131943.697000', '131943.700000', '131943.703000', '131943.706000', '131943.708000', '131943.711000', '131943.714000', '131943.716000', '131943.719000', '131943.721000', '131943.724000', '131943.726000', '131943.729000', '131943.732000', '131943.734000', '131943.737000', '131943.739000', '131943.742000', '131943.744000', '131943.747000', '131943.750000', '131943.752000', '131943.755000', '131943.758000', '131943.760000', '131943.763000', '131943.765000', '131943.768000', '131943.770000', '131943.773000', '131943.776000', '131943.778000', '131943.781000', '131943.783000', '131943.786000', '131943.788000', '131943.791000', '131943.794000', '131943.796000', '131943.799000', '131943.829000', '131943.832000', '131943.834000', '131943.837000', '132003.698000', '132003.700000', '132003.703000', '132003.706000', '132003.708000', '132003.711000', '132003.714000', '132003.716000', '132003.719000', '132003.721000', '132003.724000', '132003.727000', '132003.729000', '132003.732000', '132003.734000', '132003.737000', '132003.740000', '132003.742000', '132003.745000', '132003.747000', '132003.750000', '132003.753000', '132003.755000', '132003.758000', '132003.760000', '132003.763000', '132003.766000', '132003.768000', '132003.771000', '132003.773000', '132003.776000', '132003.779000', '132003.781000', '132003.784000', '132003.787000', '132003.789000', '132003.792000', '132003.794000', '132003.797000', '132003.840000', '132003.843000', '132003.846000', '132003.848000', '132023.697000', '132023.700000', '132023.702000', '132023.705000', '132023.707000', '132023.710000', '132023.712000', '132023.715000', '132023.718000', '132023.720000', '132023.723000', '132023.725000', '132023.728000', '132023.730000', '132023.733000', '132023.736000', '132023.739000', '132023.742000', '132023.744000', '132023.747000', '132023.749000', '132023.752000', '132023.755000', '132023.757000', '132023.760000', '132023.762000', '132023.765000', '132023.768000', '132023.770000', '132023.773000', '132023.775000', '132023.778000', '132023.780000', '132023.783000', '132023.786000', '132023.788000', '132023.791000', '132023.793000', '132023.796000', '132023.798000', '132023.839000', '132023.842000', '132023.844000', '132023.847000', '132043.697000', '132043.700000', '132043.703000', '132043.705000', '132043.708000', '132043.711000', '132043.713000', '132043.716000', '132043.719000', '132043.721000', '132043.724000', '132043.726000', '132043.729000', '132043.731000', '132043.734000', '132043.737000', '132043.739000', '132043.742000', '132043.744000', '132043.747000', '132043.750000', '132043.752000', '132043.755000', '132043.757000', '132043.760000', '132043.762000', '132043.765000', '132043.768000', '132043.770000', '132043.786000', '132043.788000', '132043.791000', '132043.793000', '132043.796000', '132043.799000', '132043.852000', '132043.863000', '132043.866000', '132043.869000', '132043.872000', '132043.875000', '132043.877000', '132043.880000', '132103.698000', '132103.700000', '132103.703000', '132103.706000', '132103.708000', '132103.711000', '132103.714000', '132103.717000', '132103.719000', '132103.722000', '132103.724000', '132103.727000', '132103.730000', '132103.732000', '132103.736000', '132103.739000', '132103.742000', '132103.744000', '132103.747000', '132103.749000', '132103.752000', '132103.754000', '132103.757000', '132103.760000', '132103.762000', '132103.765000', '132103.767000', '132103.770000', '132103.773000', '132103.775000', '132103.778000', '132103.780000', '132103.783000', '132103.786000', '132103.788000', '132103.791000', '132103.793000', '132103.796000', '132103.799000', '132103.866000', '132103.869000', '132103.871000', '132103.874000', '132103.876000', '132123.697000', '132123.700000', '132123.703000', '132123.706000', '132123.708000', '132123.711000', '132123.714000', '132123.716000', '132123.719000', '132123.721000', '132123.724000', '132123.727000', '132123.729000', '132123.732000', '132123.735000', '132123.737000', '132123.740000', '132123.743000', '132123.745000', '132123.748000', '132123.751000', '132123.754000', '132123.756000', '132123.759000', '132123.761000', '132123.764000', '132123.766000', '132123.769000', '132123.772000', '132123.774000', '132123.777000', '132123.780000', '132123.782000', '132123.785000', '132123.787000', '132123.790000', '132123.792000', '132123.795000', '132123.798000', '132123.853000', '132123.855000', '132123.858000', '132123.861000', '132143.698000', '132143.700000', '132143.703000', '132143.706000', '132143.708000', '132143.711000', '132143.713000', '132143.716000', '132143.718000', '132143.721000', '132143.724000', '132143.727000', '132143.729000', '132143.732000', '132143.734000', '132143.737000', '132143.739000', '132143.742000', '132143.745000', '132143.747000', '132143.750000', '132143.752000', '132143.755000', '132143.757000', '132143.760000', '132143.763000', '132143.765000', '132143.768000', '132143.770000', '132143.773000', '132143.775000', '132143.778000', '132143.781000', '132143.783000', '132143.786000', '132143.788000', '132143.791000', '132143.793000', '132143.796000', '132143.799000', '132143.872000', '132143.875000', '132143.878000', '132143.880000', '132203.697000', '132203.700000', '132203.703000', '132203.705000', '132203.708000', '132203.711000', '132203.713000', '132203.716000', '132203.718000', '132203.721000', '132203.723000', '132203.726000', '132203.729000', '132203.731000', '132203.734000', '132203.736000', '132203.739000', '132203.741000', '132203.744000', '132203.747000', '132203.749000', '132203.752000', '132203.754000', '132203.757000', '132203.759000', '132203.762000', '132203.765000', '132203.767000', '132203.770000', '132203.772000', '132203.775000', '132203.778000', '132203.780000', '132203.783000', '132203.785000', '132203.788000', '132203.790000', '132203.859000', '132203.862000', '132203.878000', '132203.881000', '132203.883000', '132203.886000', '132223.698000', '132223.700000', '132223.703000', '132223.706000', '132223.708000', '132223.711000', '132223.713000', '132223.716000', '132223.719000', '132223.721000', '132223.724000', '132223.726000', '132223.729000', '132223.732000', '132223.734000', '132223.737000', '132223.739000', '132223.742000', '132223.745000', '132223.747000', '132223.750000', '132223.752000', '132223.755000', '132223.757000', '132223.760000', '132223.762000', '132223.765000', '132223.768000', '132223.770000', '132223.773000', '132223.776000', '132223.778000', '132223.781000', '132223.783000', '132223.786000', '132223.789000', '132223.791000', '132223.794000', '132223.796000', '132223.799000', '132223.871000', '132223.873000', '132223.876000', '132223.878000', '132243.697000', '132243.700000', '132243.703000', '132243.705000', '132243.708000', '132243.711000', '132243.713000', '132243.716000', '132243.718000', '132243.721000', '132243.723000', '132243.726000', '132243.729000', '132243.731000', '132243.734000', '132243.736000', '132243.739000', '132243.741000', '132243.744000', '132243.747000', '132243.749000', '132243.752000', '132243.754000', '132243.757000', '132243.760000', '132243.762000', '132243.765000', '132243.767000', '132243.770000', '132243.773000', '132243.775000', '132243.778000', '132243.780000', '132243.783000', '132243.786000', '132243.788000', '132243.791000', '132243.793000', '132243.796000', '132243.799000', '132243.865000', '132243.868000', '132243.871000', '132303.698000', '132303.700000', '132303.703000', '132303.705000', '132303.708000', '132303.713000', '132303.715000', '132303.718000', '132303.721000', '132303.723000', '132303.726000', '132303.728000', '132303.731000', '132303.733000', '132303.736000', '132303.739000', '132303.741000', '132303.744000', '132303.747000', '132303.749000', '132303.752000', '132303.754000', '132303.757000', '132303.760000', '132303.763000', '132303.765000', '132303.768000', '132303.770000', '132303.773000', '132303.776000', '132303.778000', '132303.781000', '132303.784000', '132303.786000', '132303.789000', '132303.791000', '132303.794000', '132303.797000', '132303.870000', '132303.872000', '132303.875000', '132303.878000', '132303.880000', '132303.883000', '132323.698000', '132323.700000', '132323.703000', '132323.706000', '132323.708000', '132323.711000', '132323.714000', '132323.716000', '132323.719000', '132323.722000', '132323.724000', '132323.727000', '132323.729000', '132323.732000', '132323.735000', '132323.737000', '132323.740000', '132323.742000', '132323.745000', '132323.748000', '132323.750000', '132323.753000', '132323.755000', '132323.758000', '132323.761000', '132323.763000', '132323.766000', '132323.768000', '132323.771000', '132323.774000', '132323.776000', '132323.779000', '132323.782000', '132323.784000', '132323.787000', '132323.789000', '132323.802000', '132323.881000', '132323.884000', '132323.886000', '132323.889000', '132323.891000', '132323.894000', '132330.813000', '132330.816000', '132330.819000', '132330.822000', '132330.825000', '132330.827000', '132330.830000', '132330.833000', '132330.837000', '132330.839000', '132330.842000', '132330.845000', '132330.849000', '132330.852000', '132330.854000', '132330.857000'], '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': [12506, 18652, 15211, 14754, 11069, 11078, 10496, 10805, 10829, 9618, 10359, 13681, 10599, 8253, 10126, 9656, 9510, 10421, 18403, 10568, 14057, 10425, 8781, 10481, 9801, 10439, 9703, 10196, 9966, 11258, 10697, 17240, 10382, 14894, 10772, 11470, 10246, 7784, 9915, 7848, 9831, 10255, 11204, 10501, 9672, 10378, 10171, 10550, 10433, 10576, 8513, 10393, 8234, 9715, 8465, 12806, 10684, 12066, 10375, 9829, 10407, 9758, 10488, 9083, 10531, 7968, 9986, 9837, 13567, 10542, 15013, 10547, 11273, 10295, 9919, 10102, 8082, 9901, 7334, 9978, 7571, 9435, 9723, 12191, 10410, 12678, 10315, 13567, 10205, 16808, 10313, 13181, 10193, 12929, 10395, 10617, 10157, 11313, 10036, 7487, 10036, 7653, 9713, 10835, 9899, 7634, 10225, 7587, 10140, 8074, 9931, 8841, 14940, 10336, 10158, 7836, 10325, 7942, 10011, 14807, 16966, 12487, 10098, 9355, 14456, 10494, 15164, 10373, 12069, 10431, 11727, 10235, 9270, 10081, 9819, 10198, 9915, 10505, 8769, 10186, 8386, 10244, 13262, 12293, 11654, 10525, 9410, 11887, 10442, 14337, 9972, 17653, 10438, 13880, 10331, 9392, 10364, 8221, 10059, 8562, 7804, 9071, 10228, 12197, 9937, 9585, 9677, 11096, 9875, 9774, 9779, 8073, 13694, 10086, 17963, 12082, 17666, 9747, 14307, 9840, 13297, 9891, 9855, 9795, 12717, 9888, 8157, 9682, 7665, 9676, 7670, 9047, 7658, 9386, 7278, 9849, 7340, 9595, 7600, 9086, 7575, 9316, 8520, 9907, 11826, 17490, 10082, 14127, 9576, 11554, 10223, 9800, 9923, 8073, 9988, 10345, 17261, 9982, 16943, 10319, 14967, 10264, 10647, 10384, 8693, 10177, 8715, 10080, 12978, 10230, 10098, 10265, 8731, 10111, 11214, 10337, 13050, 10373, 8465, 10225, 7840, 10047, 10657, 10412, 10937, 10503, 9348, 10219, 8215, 9815, 9236, 10282, 8905, 9755, 9550, 10157, 12269, 9989, 11286, 10335, 12659, 10191, 8755, 9978, 10480, 16669, 10401, 16090, 10198, 14095, 10197, 9986, 10115, 8124, 10030, 9778, 10088, 9400, 10044, 7943, 9901, 10452, 16175, 10058, 15155, 9782, 12013, 9567, 12732, 9762, 7985, 9687, 7762, 9640, 7704, 9525, 9220, 9756, 7696, 9747, 7535, 9497, 9653, 13497, 8975, 11456, 10088, 12604, 9594, 14389, 9581, 14780, 9704, 8006, 10219, 8007, 9590, 13759, 11499, 9438, 9818, 7795, 9598, 7531, 9153, 8045, 9565, 7865, 9960, 8106, 9834, 7879, 11600, 9737, 9843, 8059, 9893, 10235, 17373, 9743, 17150, 14082, 17125, 9965, 14288, 10315, 10638, 9707, 8068, 11381, 7983, 9310, 10146, 8388, 10160, 8853, 9861, 8626, 9033, 7563, 8854, 7908, 8490, 9521, 7951, 9238, 10977, 9505, 13136, 9509, 11067, 9400, 9876, 9233, 13120, 13605, 10238, 14035, 9571, 10124, 9087, 9137, 8740, 7606, 8048, 7968, 7998, 7711, 7332, 7767, 7404, 8569, 8770, 8491, 10012, 8445, 9390, 8224, 8725, 8239, 8333, 8540, 9167, 8804, 12108, 14301, 10686, 16500, 9022, 12447, 9315, 13736, 10625, 8706, 8457, 7478, 8454, 8142, 8453, 7806, 9500, 7864, 9137, 10108, 15067, 9117, 15675, 11938, 15392, 9172, 12514, 9347, 9907, 8850, 8129, 13654, 10562, 15401, 9426, 13211, 8920, 9103, 8282, 8371, 8596, 8505, 8971, 8134, 8703, 7709, 8533, 7581, 8248, 7813, 9156, 7522, 8692, 7852, 8868, 7918, 8907, 11925, 14649, 13009, 15824, 9441, 16498, 9330, 12704, 9120, 14706, 9208, 8518, 9463, 8530, 9041, 8399, 14028, 8364, 9162, 8172, 9257, 9658, 10054, 9082, 14465, 9488, 12740, 9536, 10969, 9453, 8949, 8871, 10572, 9379, 8565, 9224, 8237, 8670, 9534, 7697, 9035, 9315, 8625, 8857, 8619, 7236, 7968, 7853, 7809, 7426, 8038, 7948, 7624, 8935, 13287, 8799, 10832, 8490, 12574, 13261, 10491, 15759, 9197, 12153, 9017, 13638, 13655, 10396, 15636, 9164, 13112, 8824, 8532, 8432, 7944, 8432, 7941, 8181, 7496, 8373, 8325, 8936, 8814, 12651, 8506, 12075, 8739, 10126, 15916, 8930, 13411, 10628, 12060, 13009, 9049, 13885, 9176, 10163, 8678, 8451, 12763, 9096, 11716, 8997, 8852, 8423, 7714, 8463, 7231, 8458, 7568, 8760, 7728, 8965, 9102, 8541, 12063, 14163, 10572, 14558, 8974, 11305, 8966, 10279, 8733, 13156, 11093, 13999, 9057, 8653, 9148, 8884, 15494, 8896, 15855, 11706, 15528, 9229, 13517, 9066, 8561, 8680, 8282, 8327, 8823, 9497, 8664, 8577, 8636, 8095, 8351, 7391, 8506, 7141, 8319, 7783, 8584, 8241, 8675, 10187, 11657, 8677, 14501, 8750, 11735, 8909, 9732, 8963, 8869, 13692, 9324, 13018, 8884, 9133, 8689, 7452, 8933, 8490, 8614, 8325, 8347, 10251, 8598, 12159, 9025, 11717, 9063, 8337, 8355, 7962, 14057, 9142, 14992, 11589, 13294, 8352, 10196, 8629, 11614, 8369, 13434, 10292, 8607, 8113, 8536, 8531, 8911, 11719, 8910, 12849, 9175, 10246, 8910, 10931, 8908, 14980, 7947, 8939, 8343, 8669, 9397, 9086, 11976, 9002, 9349, 8481, 8787, 8636, 8732, 10124, 9021, 10853, 9182, 11591, 9196, 13138, 8710, 12016, 8609, 10229, 7975, 8537, 8111, 8679, 9202, 8904, 10824, 8944, 8429, 9212, 10461, 9016, 12280, 8853, 10386, 9087, 11818, 8794, 14077, 8758, 14236, 8552, 9526, 8650, 8156, 8703, 8858, 11938, 8963, 12579, 8943, 9936, 8737, 7451, 8249, 7896, 8015, 8736, 7864, 8429, 7399, 8720, 9065, 8878, 12031, 8896, 13210, 8633, 13376, 8932, 14880, 11548, 13176, 15500, 11702, 15768, 8626, 10327, 8475, 8857, 11500, 8787, 13757, 8407, 11328, 8349, 8008, 8719, 7826, 8381, 9005, 8745, 8973, 11295, 8556, 9737, 8565, 7641, 8778, 10216, 9104, 12016, 8707, 11686, 8612, 13519, 8782, 13850, 11047, 12213, 8714, 8238, 8598, 8420, 9003, 13996, 13171, 11310, 8892, 8704, 8920, 9949, 8606, 15560, 10485, 14827, 8900, 12346, 8545, 11825, 8622, 14822, 9074, 11701, 8827, 9303, 8467, 12275, 8674, 9252, 9011, 8459, 8776, 9148, 8504, 10671, 8972, 9184, 9002, 9821, 8694, 9807, 8378, 13223, 8903, 10985, 8668, 9619, 8946, 9976, 8299, 8654, 8655, 8391, 8762, 8300, 8753, 10669, 8377, 12007, 8422, 10478, 8152, 8383, 8924, 8489, 8284, 11838, 8307, 9738, 8291, 8586, 8508, 13993, 8594, 11802, 8474, 13685, 8514, 8659, 8425, 8411, 8216, 8959, 12338, 8737, 11950, 8634, 7665, 8343, 7613, 8432, 7696, 8555, 9849, 8108, 9008, 8195, 9974, 8760, 13130, 10203, 15283, 12486, 14373, 8573, 12637, 8753, 11675, 8613, 15655, 8335, 11848, 8335, 10337, 8379, 8819, 12685, 8816, 11540, 8236, 8917, 8381, 7275, 8506, 8759, 8776, 8801, 8143, 8178, 8419, 11803, 8863, 12124, 8692, 11971, 8448, 12209, 9190, 9093, 15060, 11142, 13810, 8653, 11831, 8750, 10987, 8535, 12644, 8417, 9260, 8711, 12010, 9058, 12176, 8355, 8675, 8718, 8529, 15068, 11240, 15026, 8594, 12773, 8539, 11050, 8475, 13247, 8417, 8643, 8589, 8608, 8681, 8666, 8388, 8591, 8656, 9016, 8500, 9309, 8495, 9498, 8531, 8517, 8416, 9863, 8774, 8444, 8484, 8392, 8684, 8736, 8719, 8612, 8548, 8268, 8520, 8672, 8911, 8690, 9657, 8620, 8724, 8237, 8620, 8563, 11237, 8975, 14549, 10474, 12483, 8888, 8987, 8013, 9144, 8820, 8709, 9273, 8831, 11513, 8949, 13489, 9213, 14058, 8521, 12004, 8453, 11401, 8870, 14546, 8458, 12200, 8561, 11920, 8415, 12469, 8795, 14005, 8351, 8904, 8395, 8696, 8580, 10177, 8538, 13572, 10812, 8759, 8225, 8518, 8580, 8751, 8698, 11567, 10553, 8640, 8258, 8510, 8263, 8901, 8351, 11067, 8140, 8738, 8082, 8497, 8011, 8880, 8393, 11905, 8287, 8797, 8088, 8487, 8898, 8733, 7905, 11475, 7790, 8625, 8015, 8435], 'WindowCenter': [4127.0, 4138.0, 4116.0, 4089.0, 4071.0, 4057.0, 4058.0, 4058.0, 4058.0, 4038.0, 4048.0, 4079.0, 4047.0, 4025.0, 4047.0, 4036.0, 4037.0, 4058.0, 4111.0, 4046.0, 4076.0, 4047.0, 4021.0, 4058.0, 4048.0, 4057.0, 4036.0, 4045.0, 4046.0, 4044.0, 4042.0, 4098.0, 4046.0, 4088.0, 4045.0, 4053.0, 4045.0, 4003.0, 4034.0, 4014.0, 4035.0, 4042.0, 4051.0, 4044.0, 4031.0, 4046.0, 4045.0, 4057.0, 4040.0, 4045.0, 4024.0, 4045.0, 4024.0, 4032.0, 4026.0, 4065.0, 4045.0, 4054.0, 4044.0, 4044.0, 4045.0, 4032.0, 4046.0, 4030.0, 4045.0, 4014.0, 4046.0, 4046.0, 4076.0, 4057.0, 4086.0, 4056.0, 4055.0, 4057.0, 4042.0, 4047.0, 4014.0, 4045.0, 4013.0, 4047.0, 4017.0, 4033.0, 4049.0, 4064.0, 4057.0, 4067.0, 4047.0, 4077.0, 4048.0, 4099.0, 4046.0, 4076.0, 4047.0, 4061.0, 4045.0, 4056.0, 4048.0, 4051.0, 4047.0, 4004.0, 4046.0, 4014.0, 4035.0, 4058.0, 4047.0, 4013.0, 4057.0, 4014.0, 4046.0, 4025.0, 4046.0, 4036.0, 4088.0, 4045.0, 4043.0, 4014.0, 4046.0, 4013.0, 4044.0, 4086.0, 4097.0, 4065.0, 4043.0, 4034.0, 4074.0, 4043.0, 4072.0, 4043.0, 4054.0, 4045.0, 4064.0, 4045.0, 4034.0, 4044.0, 4045.0, 4056.0, 4045.0, 4057.0, 4020.0, 4055.0, 4020.0, 4046.0, 4077.0, 4066.0, 4056.0, 4045.0, 4034.0, 4064.0, 4045.0, 4071.0, 4045.0, 4097.0, 4043.0, 4075.0, 4044.0, 4032.0, 4044.0, 4024.0, 4043.0, 4036.0, 4016.0, 4037.0, 4057.0, 4068.0, 4047.0, 4043.0, 4042.0, 4065.0, 4046.0, 4046.0, 4048.0, 4026.0, 4073.0, 4045.0, 4097.0, 4064.0, 4097.0, 4046.0, 4074.0, 4046.0, 4070.0, 4046.0, 4041.0, 4046.0, 4061.0, 4046.0, 4009.0, 4046.0, 4010.0, 4035.0, 4014.0, 4036.0, 4015.0, 4048.0, 4015.0, 4043.0, 4011.0, 4043.0, 4016.0, 4036.0, 4027.0, 4049.0, 4034.0, 4056.0, 4082.0, 4109.0, 4045.0, 4071.0, 4041.0, 4069.0, 4044.0, 4045.0, 4043.0, 4014.0, 4045.0, 4043.0, 4095.0, 4033.0, 4087.0, 4044.0, 4075.0, 4044.0, 4042.0, 4043.0, 4016.0, 4043.0, 4018.0, 4044.0, 4063.0, 4044.0, 4044.0, 4045.0, 4021.0, 4044.0, 4043.0, 4044.0, 4064.0, 4044.0, 4011.0, 4032.0, 4010.0, 4030.0, 4042.0, 4043.0, 4041.0, 4042.0, 4022.0, 4043.0, 4010.0, 4033.0, 4033.0, 4043.0, 4031.0, 4044.0, 4045.0, 4045.0, 4054.0, 4044.0, 4050.0, 4045.0, 4065.0, 4046.0, 4024.0, 4033.0, 4044.0, 4085.0, 4042.0, 4086.0, 4044.0, 4074.0, 4044.0, 4043.0, 4044.0, 4013.0, 4044.0, 4045.0, 4045.0, 4034.0, 4046.0, 4013.0, 4044.0, 4045.0, 4085.0, 4033.0, 4070.0, 4045.0, 4060.0, 4034.0, 4060.0, 4043.0, 4007.0, 4033.0, 4011.0, 4034.0, 4012.0, 4046.0, 4035.0, 4044.0, 4015.0, 4046.0, 4014.0, 4034.0, 4035.0, 4077.0, 4035.0, 4052.0, 4045.0, 4064.0, 4044.0, 4075.0, 4046.0, 4075.0, 4041.0, 4008.0, 4044.0, 4012.0, 4034.0, 4075.0, 4053.0, 4033.0, 4043.0, 4011.0, 4032.0, 4012.0, 4032.0, 4025.0, 4044.0, 4023.0, 4045.0, 4024.0, 4045.0, 4025.0, 4066.0, 4035.0, 4045.0, 4023.0, 4043.0, 4044.0, 4084.0, 4032.0, 4085.0, 4072.0, 4080.0, 4031.0, 4071.0, 4030.0, 4028.0, 4019.0, 3997.0, 4038.0, 4010.0, 4020.0, 4041.0, 4021.0, 4042.0, 4021.0, 4042.0, 4035.0, 4036.0, 4014.0, 4030.0, 4025.0, 4035.0, 4046.0, 4025.0, 4044.0, 4069.0, 4055.0, 4088.0, 4059.0, 4063.0, 4043.0, 4047.0, 4033.0, 4077.0, 4088.0, 4047.0, 4073.0, 4044.0, 4045.0, 4037.0, 4041.0, 4036.0, 4021.0, 4035.0, 4034.0, 4027.0, 4029.0, 4014.0, 4028.0, 4027.0, 4044.0, 4034.0, 4049.0, 4067.0, 4046.0, 4045.0, 4048.0, 4045.0, 4046.0, 4034.0, 4046.0, 4062.0, 4051.0, 4079.0, 4090.0, 4056.0, 4099.0, 4036.0, 4074.0, 4048.0, 4073.0, 4040.0, 4035.0, 4019.0, 4013.0, 4023.0, 4026.0, 4025.0, 4021.0, 4043.0, 4025.0, 4046.0, 4046.0, 4086.0, 4036.0, 4087.0, 4055.0, 4075.0, 4022.0, 4052.0, 4032.0, 4031.0, 4020.0, 4025.0, 4075.0, 4042.0, 4072.0, 4021.0, 4061.0, 4020.0, 4020.0, 4024.0, 4024.0, 4034.0, 4031.0, 4035.0, 4023.0, 4035.0, 4014.0, 4024.0, 4012.0, 4021.0, 4027.0, 4043.0, 4024.0, 4032.0, 4026.0, 4036.0, 4025.0, 4034.0, 4068.0, 4085.0, 4078.0, 4085.0, 4034.0, 4084.0, 4034.0, 4064.0, 4022.0, 4074.0, 4019.0, 4009.0, 4019.0, 4008.0, 4019.0, 4009.0, 4062.0, 4009.0, 4019.0, 4009.0, 4019.0, 4030.0, 4031.0, 4021.0, 4074.0, 4031.0, 4061.0, 4030.0, 4040.0, 4030.0, 4033.0, 4031.0, 4041.0, 4020.0, 4008.0, 4019.0, 4008.0, 4008.0, 4030.0, 3997.0, 4032.0, 4029.0, 4024.0, 4028.0, 4023.0, 4000.0, 4019.0, 4024.0, 4025.0, 4028.0, 4023.0, 4036.0, 4030.0, 4051.0, 4091.0, 4039.0, 4070.0, 4039.0, 4079.0, 4077.0, 4057.0, 4086.0, 4035.0, 4061.0, 4020.0, 4076.0, 4076.0, 4044.0, 4085.0, 4033.0, 4060.0, 4022.0, 4021.0, 4010.0, 4012.0, 4022.0, 4025.0, 4036.0, 4017.0, 4038.0, 4039.0, 4048.0, 4062.0, 4091.0, 4040.0, 4081.0, 4037.0, 4059.0, 4086.0, 4034.0, 4080.0, 4045.0, 4067.0, 4064.0, 4034.0, 4063.0, 4021.0, 4032.0, 4024.0, 4036.0, 4065.0, 4034.0, 4049.0, 4032.0, 4021.0, 4011.0, 4008.0, 4023.0, 4014.0, 4036.0, 4027.0, 4037.0, 4022.0, 4047.0, 4050.0, 4039.0, 4077.0, 4078.0, 4056.0, 4074.0, 4034.0, 4053.0, 4021.0, 4043.0, 4023.0, 4064.0, 4054.0, 4075.0, 4023.0, 4022.0, 4021.0, 4019.0, 4072.0, 4021.0, 4072.0, 4052.0, 4071.0, 4019.0, 4049.0, 4008.0, 4007.0, 4008.0, 4008.0, 4007.0, 4022.0, 4033.0, 4022.0, 4019.0, 4021.0, 4010.0, 4021.0, 4001.0, 4033.0, 4004.0, 4032.0, 4022.0, 4038.0, 4032.0, 4034.0, 4055.0, 4068.0, 4037.0, 4089.0, 4025.0, 4055.0, 4023.0, 4033.0, 4021.0, 4023.0, 4075.0, 4033.0, 4074.0, 4034.0, 4033.0, 4036.0, 4012.0, 4045.0, 4036.0, 4048.0, 4035.0, 4040.0, 4058.0, 4045.0, 4082.0, 4038.0, 4081.0, 4033.0, 4026.0, 4021.0, 4021.0, 4085.0, 4037.0, 4088.0, 4066.0, 4076.0, 4025.0, 4044.0, 4034.0, 4063.0, 4024.0, 4077.0, 4044.0, 4022.0, 4011.0, 4022.0, 4023.0, 4022.0, 4067.0, 4034.0, 4064.0, 4033.0, 4031.0, 4021.0, 4037.0, 4033.0, 4073.0, 4011.0, 4020.0, 4010.0, 4023.0, 4029.0, 4034.0, 4054.0, 4022.0, 4031.0, 4021.0, 4021.0, 4022.0, 4022.0, 4042.0, 4022.0, 4037.0, 4022.0, 4041.0, 4021.0, 4051.0, 4023.0, 4052.0, 4022.0, 4029.0, 4010.0, 4022.0, 4007.0, 4035.0, 4041.0, 4044.0, 4066.0, 4049.0, 4038.0, 4049.0, 4058.0, 4045.0, 4081.0, 4050.0, 4056.0, 4049.0, 4068.0, 4040.0, 4088.0, 4034.0, 4084.0, 4025.0, 4035.0, 4025.0, 4014.0, 4020.0, 4036.0, 4068.0, 4037.0, 4078.0, 4037.0, 4041.0, 4032.0, 4011.0, 4034.0, 4039.0, 4049.0, 4051.0, 4036.0, 4049.0, 4026.0, 4048.0, 4047.0, 4060.0, 4090.0, 4059.0, 4106.0, 4052.0, 4090.0, 4046.0, 4101.0, 4082.0, 4081.0, 4089.0, 4069.0, 4087.0, 4023.0, 4044.0, 4012.0, 4033.0, 4068.0, 4039.0, 4089.0, 4026.0, 4057.0, 4021.0, 4008.0, 4023.0, 4014.0, 4023.0, 4037.0, 4050.0, 4062.0, 4065.0, 4050.0, 4046.0, 4034.0, 4026.0, 4039.0, 4058.0, 4051.0, 4092.0, 4054.0, 4078.0, 4040.0, 4091.0, 4040.0, 4090.0, 4058.0, 4070.0, 4025.0, 4014.0, 4023.0, 4012.0, 4036.0, 4076.0, 4078.0, 4056.0, 4024.0, 4022.0, 4022.0, 4032.0, 4022.0, 4085.0, 4040.0, 4070.0, 4021.0, 4051.0, 4022.0, 4041.0, 4022.0, 4061.0, 4021.0, 4040.0, 4020.0, 4021.0, 4010.0, 4049.0, 4010.0, 4019.0, 4020.0, 4008.0, 4021.0, 4021.0, 4022.0, 4031.0, 4022.0, 4020.0, 4021.0, 4020.0, 4011.0, 4032.0, 4011.0, 4061.0, 4021.0, 4041.0, 4011.0, 4020.0, 4033.0, 4033.0, 4013.0, 4007.0, 4024.0, 4023.0, 4025.0, 4013.0, 4025.0, 4044.0, 4026.0, 4055.0, 4027.0, 4042.0, 4014.0, 4024.0, 4036.0, 4021.0, 4023.0, 4056.0, 4026.0, 4034.0, 4025.0, 4025.0, 4026.0, 4074.0, 4038.0, 4052.0, 4026.0, 4076.0, 4024.0, 4018.0, 4010.0, 4009.0, 4012.0, 4022.0, 4078.0, 4036.0, 4066.0, 4037.0, 4014.0, 4025.0, 4015.0, 4033.0, 4024.0, 4048.0, 4058.0, 4050.0, 4047.0, 4037.0, 4061.0, 4041.0, 4089.0, 4056.0, 4088.0, 4082.0, 4075.0, 4037.0, 4066.0, 4027.0, 4069.0, 4026.0, 4083.0, 4024.0, 4050.0, 4013.0, 4044.0, 4012.0, 4024.0, 4077.0, 4036.0, 4055.0, 4038.0, 4034.0, 4026.0, 4015.0, 4033.0, 4049.0, 4046.0, 4063.0, 4038.0, 4052.0, 4053.0, 4095.0, 4064.0, 4080.0, 4054.0, 4077.0, 4040.0, 4081.0, 4047.0, 4051.0, 4097.0, 4072.0, 4087.0, 4034.0, 4064.0, 4038.0, 4054.0, 4039.0, 4078.0, 4027.0, 4031.0, 4035.0, 4066.0, 4037.0, 4066.0, 4023.0, 4023.0, 4023.0, 4025.0, 4086.0, 4057.0, 4075.0, 4023.0, 4062.0, 4025.0, 4054.0, 4024.0, 4060.0, 4012.0, 4021.0, 4022.0, 4022.0, 4022.0, 4024.0, 4012.0, 4021.0, 4023.0, 4021.0, 4024.0, 4032.0, 4034.0, 4032.0, 4023.0, 4022.0, 4023.0, 4033.0, 4024.0, 4019.0, 4022.0, 4010.0, 4022.0, 4034.0, 4023.0, 4035.0, 4023.0, 4023.0, 4023.0, 4023.0, 4033.0, 4036.0, 4045.0, 4035.0, 4024.0, 4025.0, 4030.0, 4036.0, 4056.0, 4037.0, 4102.0, 4071.0, 4078.0, 4031.0, 4033.0, 4023.0, 4043.0, 4044.0, 4049.0, 4044.0, 4049.0, 4068.0, 4046.0, 4089.0, 4048.0, 4091.0, 4036.0, 4068.0, 4027.0, 4063.0, 4034.0, 4087.0, 4026.0, 4063.0, 4033.0, 4055.0, 4024.0, 4066.0, 4025.0, 4076.0, 4022.0, 4032.0, 4020.0, 4020.0, 4024.0, 4045.0, 4020.0, 4065.0, 4057.0, 4023.0, 4024.0, 4021.0, 4024.0, 4024.0, 4025.0, 4054.0, 4058.0, 4025.0, 4025.0, 4032.0, 4024.0, 4034.0, 4025.0, 4051.0, 4027.0, 4024.0, 4014.0, 4024.0, 4013.0, 4020.0, 4025.0, 4055.0, 4023.0, 4021.0, 4025.0, 4036.0, 4034.0, 4023.0, 4011.0, 4056.0, 4015.0, 4021.0, 4021.0, 4037.0], 'WindowWidth': [9162.0, 9162.0, 9125.0, 9078.0, 9052.0, 9029.0, 9032.0, 9029.0, 9030.0, 9004.0, 9016.0, 9062.0, 9014.0, 8984.0, 9013.0, 8998.0, 9002.0, 9031.0, 9109.0, 9014.0, 9054.0, 9014.0, 8975.0, 9032.0, 9018.0, 9028.0, 8998.0, 9009.0, 9010.0, 9006.0, 9004.0, 9086.0, 9011.0, 9071.0, 9008.0, 9018.0, 9009.0, 8949.0, 8994.0, 8968.0, 8996.0, 9004.0, 9015.0, 9006.0, 8988.0, 9011.0, 9009.0, 9028.0, 8999.0, 9009.0, 8979.0, 9009.0, 8981.0, 8990.0, 8986.0, 9036.0, 9010.0, 9020.0, 9006.0, 9008.0, 9011.0, 8992.0, 9011.0, 8987.0, 9010.0, 8968.0, 9014.0, 9013.0, 9054.0, 9028.0, 9067.0, 9026.0, 9024.0, 9030.0, 9005.0, 9015.0, 8967.0, 9011.0, 8968.0, 9015.0, 8978.0, 8995.0, 9023.0, 9036.0, 9030.0, 9041.0, 9014.0, 9058.0, 9018.0, 9090.0, 9014.0, 9054.0, 9015.0, 9030.0, 9012.0, 9027.0, 9017.0, 9017.0, 9017.0, 8956.0, 9014.0, 8970.0, 8998.0, 9033.0, 9017.0, 8968.0, 9031.0, 8970.0, 9015.0, 8984.0, 9012.0, 9001.0, 9074.0, 9012.0, 9007.0, 8970.0, 9013.0, 8967.0, 9008.0, 9067.0, 9083.0, 9037.0, 9005.0, 8993.0, 9045.0, 9004.0, 9042.0, 9005.0, 9020.0, 9011.0, 9036.0, 9013.0, 8996.0, 9011.0, 9012.0, 9029.0, 9013.0, 9031.0, 8977.0, 9027.0, 8976.0, 9013.0, 9058.0, 9041.0, 9028.0, 9010.0, 8996.0, 9035.0, 9009.0, 9042.0, 9011.0, 9085.0, 9007.0, 9051.0, 9009.0, 8990.0, 9008.0, 8982.0, 9008.0, 9001.0, 8976.0, 9005.0, 9034.0, 9048.0, 9019.0, 9010.0, 9008.0, 9044.0, 9017.0, 9015.0, 9019.0, 8988.0, 9047.0, 9012.0, 9086.0, 9039.0, 9085.0, 9012.0, 9050.0, 9013.0, 9041.0, 9015.0, 9003.0, 9015.0, 9031.0, 9014.0, 8960.0, 9015.0, 8962.0, 8997.0, 8968.0, 8999.0, 8972.0, 9019.0, 8974.0, 9010.0, 8967.0, 9012.0, 8976.0, 9003.0, 8992.0, 9025.0, 9002.0, 9032.0, 9072.0, 9107.0, 9013.0, 9044.0, 9005.0, 9050.0, 9012.0, 9012.0, 9010.0, 8968.0, 9009.0, 9007.0, 9076.0, 8991.0, 9071.0, 9007.0, 9050.0, 9009.0, 9003.0, 9005.0, 8964.0, 9004.0, 8970.0, 9010.0, 9035.0, 9011.0, 9009.0, 9011.0, 8974.0, 9007.0, 9005.0, 9006.0, 9033.0, 9008.0, 8960.0, 8988.0, 8958.0, 8983.0, 9002.0, 9006.0, 9000.0, 9005.0, 8975.0, 9005.0, 8958.0, 8991.0, 8991.0, 9006.0, 8989.0, 9011.0, 9011.0, 9012.0, 9024.0, 9010.0, 9016.0, 9013.0, 9039.0, 9015.0, 8983.0, 8993.0, 9008.0, 9065.0, 9006.0, 9067.0, 9011.0, 9050.0, 9010.0, 9007.0, 9008.0, 8966.0, 9009.0, 9013.0, 9011.0, 8995.0, 9015.0, 8967.0, 9008.0, 9010.0, 9065.0, 8993.0, 9041.0, 9010.0, 9028.0, 8995.0, 9026.0, 9006.0, 8954.0, 8993.0, 8962.0, 8996.0, 8966.0, 9013.0, 9000.0, 9012.0, 8974.0, 9016.0, 8969.0, 8996.0, 9000.0, 9057.0, 8998.0, 9020.0, 9011.0, 9035.0, 9010.0, 9054.0, 9014.0, 9052.0, 9004.0, 8958.0, 9009.0, 8965.0, 8995.0, 9053.0, 9022.0, 8992.0, 9007.0, 8962.0, 8989.0, 8965.0, 8990.0, 8986.0, 9010.0, 8983.0, 9012.0, 8984.0, 9012.0, 8986.0, 9043.0, 9000.0, 9012.0, 8981.0, 9007.0, 9007.0, 9064.0, 8991.0, 9068.0, 9044.0, 9054.0, 8986.0, 9040.0, 8983.0, 8979.0, 8966.0, 8938.0, 8994.0, 8958.0, 8971.0, 9002.0, 8974.0, 9004.0, 8973.0, 9004.0, 9000.0, 9002.0, 8972.0, 8991.0, 8988.0, 9000.0, 9017.0, 8989.0, 9014.0, 9052.0, 9031.0, 9076.0, 9037.0, 9039.0, 9011.0, 9018.0, 8997.0, 9061.0, 9075.0, 9019.0, 9049.0, 9011.0, 9014.0, 9006.0, 9007.0, 9004.0, 8979.0, 9008.0, 9005.0, 8993.0, 9002.0, 8975.0, 8996.0, 8995.0, 9017.0, 9002.0, 9026.0, 9052.0, 9023.0, 9020.0, 9026.0, 9018.0, 9022.0, 9003.0, 9022.0, 9050.0, 9031.0, 9069.0, 9081.0, 9032.0, 9091.0, 9000.0, 9057.0, 9022.0, 9050.0, 9004.0, 9001.0, 8973.0, 8969.0, 8981.0, 8991.0, 8988.0, 8982.0, 9014.0, 8989.0, 9017.0, 9015.0, 9068.0, 9002.0, 9077.0, 9025.0, 9054.0, 8976.0, 9018.0, 8989.0, 8987.0, 8974.0, 8988.0, 9053.0, 9004.0, 9045.0, 8973.0, 9025.0, 8972.0, 8971.0, 8987.0, 8985.0, 9000.0, 8995.0, 9002.0, 8983.0, 8999.0, 8970.0, 8983.0, 8967.0, 8980.0, 8993.0, 9010.0, 8989.0, 8995.0, 8990.0, 9004.0, 8988.0, 8999.0, 9049.0, 9072.0, 9064.0, 9067.0, 8996.0, 9064.0, 8995.0, 9039.0, 8976.0, 9051.0, 8970.0, 8954.0, 8967.0, 8952.0, 8969.0, 8955.0, 9029.0, 8955.0, 8970.0, 8956.0, 8968.0, 8985.0, 8989.0, 8973.0, 9051.0, 8987.0, 9027.0, 8985.0, 8996.0, 8985.0, 8994.0, 8989.0, 9001.0, 8973.0, 8954.0, 8969.0, 8953.0, 8953.0, 8985.0, 8938.0, 8991.0, 8988.0, 8983.0, 8984.0, 8981.0, 8948.0, 8973.0, 8984.0, 8988.0, 8996.0, 8986.0, 9009.0, 9003.0, 9031.0, 9083.0, 9013.0, 9055.0, 9012.0, 9065.0, 9062.0, 9031.0, 9070.0, 8999.0, 9033.0, 8972.0, 9054.0, 9054.0, 9008.0, 9066.0, 8992.0, 9027.0, 8974.0, 8972.0, 8958.0, 8964.0, 8978.0, 8986.0, 9006.0, 8980.0, 9012.0, 9013.0, 9023.0, 9048.0, 9086.0, 9015.0, 9071.0, 9006.0, 9037.0, 9073.0, 9002.0, 9069.0, 9012.0, 9046.0, 9034.0, 8994.0, 9032.0, 8973.0, 8989.0, 8984.0, 9004.0, 9040.0, 8996.0, 9010.0, 8990.0, 8974.0, 8961.0, 8955.0, 8982.0, 8970.0, 9004.0, 8992.0, 9008.0, 8983.0, 9021.0, 9030.0, 9015.0, 9060.0, 9061.0, 9028.0, 9050.0, 8995.0, 9020.0, 8976.0, 9007.0, 8981.0, 9038.0, 9024.0, 9054.0, 8980.0, 8975.0, 8972.0, 8970.0, 9043.0, 8973.0, 9046.0, 9015.0, 9040.0, 8966.0, 9007.0, 8949.0, 8949.0, 8950.0, 8952.0, 8949.0, 8976.0, 8996.0, 8976.0, 8969.0, 8974.0, 8958.0, 8976.0, 8949.0, 8996.0, 8958.0, 8998.0, 8982.0, 9009.0, 8997.0, 9002.0, 9030.0, 9051.0, 9005.0, 9078.0, 8985.0, 9024.0, 8979.0, 8993.0, 8973.0, 8980.0, 9052.0, 8993.0, 9051.0, 8998.0, 8996.0, 9003.0, 8969.0, 9018.0, 9005.0, 9029.0, 9005.0, 9015.0, 9036.0, 9017.0, 9074.0, 9008.0, 9071.0, 8998.0, 8990.0, 8981.0, 8979.0, 9068.0, 9005.0, 9077.0, 9044.0, 9055.0, 8985.0, 9010.0, 8997.0, 9037.0, 8984.0, 9058.0, 9010.0, 8977.0, 8962.0, 8977.0, 8979.0, 8977.0, 9046.0, 8996.0, 9037.0, 8994.0, 8988.0, 8975.0, 8994.0, 8994.0, 9046.0, 8959.0, 8971.0, 8959.0, 8980.0, 8984.0, 8998.0, 9022.0, 8977.0, 8988.0, 8974.0, 8973.0, 8976.0, 8977.0, 9005.0, 8975.0, 8991.0, 8975.0, 8999.0, 8972.0, 9013.0, 8980.0, 9017.0, 8978.0, 8983.0, 8958.0, 8977.0, 8954.0, 9001.0, 9007.0, 9015.0, 9048.0, 9025.0, 9008.0, 9025.0, 9037.0, 9017.0, 9072.0, 9027.0, 9033.0, 9025.0, 9049.0, 9015.0, 9083.0, 9001.0, 9067.0, 8985.0, 8997.0, 8984.0, 8970.0, 8974.0, 9002.0, 9050.0, 9006.0, 9061.0, 9004.0, 9005.0, 8995.0, 8966.0, 9001.0, 9013.0, 9032.0, 9033.0, 9008.0, 9031.0, 8996.0, 9027.0, 9024.0, 9047.0, 9087.0, 9044.0, 9114.0, 9035.0, 9085.0, 9019.0, 9103.0, 9078.0, 9071.0, 9077.0, 9049.0, 9071.0, 8979.0, 9007.0, 8963.0, 8993.0, 9047.0, 9013.0, 9080.0, 8990.0, 9030.0, 8976.0, 8955.0, 8978.0, 8970.0, 8981.0, 9003.0, 9030.0, 9048.0, 9043.0, 9028.0, 9018.0, 9000.0, 8990.0, 9010.0, 9039.0, 9031.0, 9089.0, 9041.0, 9064.0, 9015.0, 9083.0, 9014.0, 9082.0, 9033.0, 9054.0, 8985.0, 8968.0, 8979.0, 8964.0, 9002.0, 9053.0, 9059.0, 9028.0, 8982.0, 8976.0, 8977.0, 8990.0, 8977.0, 9067.0, 8998.0, 9039.0, 8973.0, 9012.0, 8976.0, 9000.0, 8978.0, 9027.0, 8971.0, 8995.0, 8968.0, 8972.0, 8958.0, 9011.0, 8956.0, 8967.0, 8970.0, 8952.0, 8974.0, 8971.0, 8976.0, 8988.0, 8975.0, 8969.0, 8973.0, 8968.0, 8958.0, 8988.0, 8960.0, 9028.0, 8972.0, 8997.0, 8958.0, 8969.0, 8994.0, 8993.0, 8965.0, 8951.0, 8981.0, 8979.0, 8985.0, 8965.0, 8984.0, 9008.0, 8987.0, 9024.0, 8993.0, 9006.0, 8970.0, 8983.0, 9000.0, 8976.0, 8983.0, 9028.0, 8990.0, 8998.0, 8985.0, 8986.0, 8987.0, 9053.0, 9008.0, 9022.0, 8987.0, 9051.0, 8981.0, 8968.0, 8959.0, 8958.0, 8963.0, 8977.0, 9061.0, 9002.0, 9041.0, 9005.0, 8968.0, 8985.0, 8972.0, 8999.0, 8988.0, 9026.0, 9038.0, 9034.0, 9024.0, 9011.0, 9044.0, 9015.0, 9080.0, 9034.0, 9081.0, 9072.0, 9053.0, 9003.0, 9042.0, 8989.0, 9053.0, 8988.0, 9063.0, 8982.0, 9013.0, 8967.0, 9007.0, 8962.0, 8980.0, 9058.0, 9002.0, 9026.0, 9009.0, 8996.0, 8988.0, 8973.0, 9000.0, 9026.0, 9020.0, 9051.0, 9015.0, 9034.0, 9037.0, 9097.0, 9052.0, 9072.0, 9041.0, 9064.0, 9016.0, 9070.0, 9022.0, 9030.0, 9090.0, 9060.0, 9072.0, 9001.0, 9040.0, 9008.0, 9027.0, 9012.0, 9059.0, 8991.0, 8990.0, 9000.0, 9043.0, 9004.0, 9044.0, 8982.0, 8980.0, 8980.0, 8986.0, 9069.0, 9031.0, 9051.0, 8979.0, 9032.0, 8985.0, 9022.0, 8985.0, 9027.0, 8963.0, 8972.0, 8975.0, 8977.0, 8978.0, 8983.0, 8965.0, 8974.0, 8979.0, 8975.0, 8984.0, 8990.0, 8998.0, 8991.0, 8981.0, 8975.0, 8982.0, 8994.0, 8983.0, 8970.0, 8978.0, 8960.0, 8979.0, 8997.0, 8981.0, 9001.0, 8981.0, 8980.0, 8983.0, 8982.0, 8998.0, 9004.0, 9015.0, 9003.0, 8985.0, 8986.0, 8990.0, 9002.0, 9031.0, 9005.0, 9104.0, 9061.0, 9063.0, 8994.0, 8998.0, 8986.0, 9013.0, 9015.0, 9026.0, 9016.0, 9027.0, 9049.0, 9020.0, 9085.0, 9025.0, 9083.0, 9005.0, 9047.0, 8992.0, 9037.0, 9000.0, 9075.0, 8990.0, 9037.0, 8996.0, 9025.0, 8984.0, 9041.0, 8985.0, 9057.0, 8979.0, 8994.0, 8976.0, 8976.0, 8983.0, 9010.0, 8976.0, 9039.0, 9032.0, 8982.0, 8984.0, 8978.0, 8984.0, 8984.0, 8986.0, 9024.0, 9036.0, 8984.0, 8986.0, 8994.0, 8982.0, 8996.0, 8987.0, 9019.0, 8991.0, 8982.0, 8969.0, 8982.0, 8966.0, 8974.0, 8985.0, 9025.0, 8984.0, 8978.0, 8987.0, 9001.0, 8997.0, 8980.0, 8963.0, 9026.0, 8975.0, 8979.0, 8979.0, 9007.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.0004532336448598131</td></tr>
<tr><td colspan=3>aqi</td><td>0.02320174261682243</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.91935422739006</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.212333226632367</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9840266639476143</td></tr>
<tr><td colspan=3>efc</td><td>0.4968</td></tr>
<tr><td colspan=3>fber</td><td>4677.9829</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06831414758810132</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6542056074766355</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5538742706166446</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.382521125014452</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.897812840001667</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3812888468338147</td></tr>
<tr><td colspan=3>gcor</td><td>0.011111</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025631818920373917</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04210590943694115</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7450113171532884</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.7998</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6452</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.4873</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297836.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>1003.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.8647</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1604</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.9189</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3203.3852</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78708.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>981.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.7378</td></tr>
<tr><td colspan=3>tsnr</td><td>36.586512381909415</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>