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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0103/ses-03/func/sub-0103_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>93265c5762388c3e8965a9b08d9fbe2b</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>21:59:41.885000</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.99847, 0.0520754, 0.018582, -0.049008, 0.989129, -0.138644]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0821471</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7720, -7274, 227, -173, -196, -145, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.318</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c7a359e6-0b93-4692-8ce8-9d76cd4c4197||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.6788227558135986, -0.13148489594459534, 0.06911972910165787, 113.8221664428711], [-0.1397145688533783, 2.6537606716156006, -0.3713076114654541, -92.58722686767578], [0.04985402897000313, 0.3719719648361206, 2.6734533309936523, -109.88697052001953], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['215941.885000', '215942.345000', '215942.805000', '215943.265000', '215943.725000', '215944.185000', '215944.645000', '215945.105000', '215945.565000', '215946.025000', '215946.485000', '215946.945000', '215947.405000', '215947.865000', '215948.325000', '215948.785000', '215949.245000', '215949.705000', '215950.165000', '215950.625000', '215951.085000', '215951.545000', '215952.005000', '215952.465000', '215952.925000', '215953.385000', '215953.845000', '215954.305000', '215954.765000', '215955.225000', '215955.685000', '215956.145000', '215956.605000', '215957.065000', '215957.525000', '215957.985000', '215958.445000', '215958.905000', '215959.365000', '215959.825000', '220000.285000', '220000.745000', '220001.205000', '220001.665000', '220002.125000', '220002.585000', '220003.045000', '220003.505000', '220003.965000', '220004.425000', '220004.885000', '220005.345000', '220005.805000', '220006.265000', '220006.725000', '220007.185000', '220007.645000', '220008.105000', '220008.565000', '220009.025000', '220009.485000', '220009.945000', '220010.405000', '220010.865000', '220011.325000', '220011.785000', '220012.245000', '220012.705000', '220013.165000', '220013.625000', '220014.085000', '220014.545000', '220015.005000', '220015.465000', '220015.925000', '220016.385000', '220016.845000', '220017.305000', '220017.765000', '220018.225000', '220018.685000', '220019.145000', '220019.605000', '220020.065000', '220020.525000', '220020.985000', '220021.445000', '220021.905000', '220022.365000', '220022.825000', '220023.285000', '220023.745000', '220024.205000', '220024.665000', '220025.125000', '220025.585000', '220026.045000', '220026.505000', '220026.965000', '220027.425000', '220027.885000', '220028.345000', '220028.805000', '220029.265000', '220029.725000', '220030.185000', '220030.645000', '220031.105000', '220031.565000', '220032.025000', '220032.485000', '220032.945000', '220033.405000', '220033.865000', '220034.325000', '220034.785000', '220035.245000', '220035.705000', '220036.165000', '220036.625000', '220037.085000', '220037.545000', '220038.005000', '220038.465000', '220038.925000', '220039.385000', '220039.845000', '220040.305000', '220040.765000', '220041.225000', '220041.685000', '220042.145000', '220042.605000', '220043.065000', '220043.525000', '220043.985000', '220044.445000', '220044.905000', '220045.365000', '220045.825000', '220046.285000', '220046.745000', '220047.205000', '220047.665000', '220048.125000', '220048.585000', '220049.045000', '220049.505000', '220049.965000', '220050.425000', '220050.885000', '220051.345000', '220051.805000', '220052.265000', '220052.725000', '220053.185000', '220053.645000', '220054.105000', '220054.565000', '220055.025000', '220055.485000', '220055.945000', '220056.405000', '220056.865000', '220057.325000', '220057.785000', '220058.245000', '220058.705000', '220059.165000', '220059.625000', '220100.085000', '220100.545000', '220101.005000', '220101.465000', '220101.925000', '220102.385000', '220102.845000', '220103.305000', '220103.765000', '220104.225000', '220104.685000', '220105.145000', '220105.605000', '220106.065000', '220106.525000', '220106.985000', '220107.445000', '220107.905000', '220108.365000', '220108.825000', '220109.285000', '220109.745000', '220110.205000', '220110.665000', '220111.125000', '220111.585000', '220112.045000', '220112.505000', '220112.965000', '220113.425000', '220113.885000', '220114.345000', '220114.805000', '220115.265000', '220115.725000', '220116.185000', '220116.645000', '220117.105000', '220117.565000', '220118.025000', '220118.485000', '220118.945000', '220119.405000', '220119.865000', '220120.325000', '220120.785000', '220121.245000', '220121.705000', '220122.165000', '220122.625000', '220123.085000', '220123.545000', '220124.005000', '220124.465000', '220124.925000', '220125.385000', '220125.845000', '220126.305000', '220126.765000', '220127.225000', '220127.685000', '220128.145000', '220128.605000', '220129.065000', '220129.525000', '220129.985000', '220130.445000', '220130.905000', '220131.365000', '220131.825000', '220132.285000', '220132.745000', '220133.205000', '220133.665000', '220134.125000', '220134.585000', '220135.045000', '220135.505000', '220135.965000', '220136.425000', '220136.885000', '220137.345000', '220137.805000', '220138.265000', '220138.725000', '220139.185000', '220139.645000', '220140.105000', '220140.565000', '220141.025000', '220141.485000', '220141.945000', '220142.405000', '220142.865000', '220143.325000', '220143.785000', '220144.245000', '220144.705000', '220145.165000', '220145.625000', '220146.085000', '220146.545000', '220147.005000', '220147.465000', '220147.925000', '220148.385000', '220148.845000', '220149.305000', '220149.765000', '220150.225000', '220150.685000', '220151.145000', '220151.605000', '220152.065000', '220152.525000', '220152.985000', '220153.445000', '220153.905000', '220154.365000', '220154.825000', '220155.285000', '220155.745000', '220156.205000', '220156.665000', '220157.125000', '220157.585000', '220158.045000', '220158.505000', '220158.965000', '220159.425000', '220159.885000', '220200.345000', '220200.805000', '220201.265000', '220201.725000', '220202.185000', '220202.645000', '220203.105000', '220203.565000', '220204.025000', '220204.485000', '220204.945000', '220205.405000', '220205.865000', '220206.325000', '220206.785000', '220207.245000', '220207.705000', '220208.165000', '220208.625000', '220209.085000', '220209.545000', '220210.005000', '220210.465000', '220210.925000', '220211.385000', '220211.845000', '220212.305000', '220212.765000', '220213.225000', '220213.685000', '220214.145000', '220214.605000', '220215.065000', '220215.525000', '220215.985000', '220216.445000', '220216.905000', '220217.365000', '220217.825000', '220218.285000', '220218.745000', '220219.205000', '220219.665000', '220220.125000', '220220.585000', '220221.045000', '220221.505000', '220221.965000', '220222.425000', '220222.885000', '220223.345000', '220223.805000', '220224.265000', '220224.725000', '220225.185000', '220225.645000', '220226.105000', '220226.565000', '220227.025000', '220227.485000', '220227.945000', '220228.405000', '220228.865000', '220229.325000', '220229.785000', '220230.245000', '220230.705000', '220231.165000', '220231.625000', '220232.085000', '220232.545000', '220233.005000', '220233.465000', '220233.925000', '220234.385000', '220234.845000', '220235.305000', '220235.765000', '220236.225000', '220236.685000', '220237.145000', '220237.605000', '220238.065000', '220238.525000', '220238.985000', '220239.445000', '220239.905000', '220240.365000', '220240.825000', '220241.285000', '220241.745000', '220242.205000', '220242.665000', '220243.125000', '220243.585000', '220244.045000', '220244.505000', '220244.965000', '220245.425000', '220245.885000', '220246.345000', '220246.805000', '220247.265000', '220247.725000', '220248.185000', '220248.645000', '220249.105000', '220249.565000', '220250.025000', '220250.485000', '220250.945000', '220251.405000', '220251.865000', '220252.325000', '220252.785000', '220253.245000', '220253.705000', '220254.165000', '220254.625000', '220255.085000', '220255.545000', '220256.005000', '220256.465000', '220256.925000', '220257.385000', '220257.845000', '220258.305000', '220258.765000', '220259.225000', '220259.685000', '220300.145000', '220300.605000', '220301.065000', '220301.525000', '220301.985000', '220302.445000', '220302.905000', '220303.365000', '220303.825000', '220304.285000', '220304.745000', '220305.205000', '220305.665000', '220306.125000', '220306.585000', '220307.045000', '220307.505000', '220307.965000', '220308.425000', '220308.885000', '220309.345000', '220309.805000', '220310.265000', '220310.725000', '220311.185000', '220311.645000', '220312.105000', '220312.565000', '220313.025000', '220313.485000', '220313.945000', '220314.405000', '220314.865000', '220315.325000', '220315.785000', '220316.245000', '220316.705000', '220317.165000', '220317.625000', '220318.085000', '220318.545000', '220319.005000', '220319.465000', '220319.925000', '220320.385000', '220320.845000', '220321.305000', '220321.765000', '220322.225000', '220322.685000', '220323.145000', '220323.605000', '220324.065000', '220324.525000', '220324.985000', '220325.445000', '220325.905000', '220326.365000', '220326.825000', '220327.285000', '220327.745000', '220328.205000', '220328.665000', '220329.125000', '220329.585000', '220330.045000', '220330.505000', '220330.965000', '220331.425000', '220331.885000', '220332.345000', '220332.805000', '220333.265000', '220333.725000', '220334.185000', '220334.645000', '220335.105000', '220335.565000', '220336.025000', '220336.485000', '220336.945000', '220337.405000', '220337.865000', '220338.325000', '220338.785000', '220339.245000', '220339.705000', '220340.165000', '220340.625000', '220341.085000', '220341.545000', '220342.005000', '220342.465000', '220342.925000', '220343.385000', '220343.845000', '220344.305000', '220344.765000', '220345.225000', '220345.685000', '220346.145000', '220346.605000', '220347.065000', '220347.525000', '220347.985000', '220348.445000', '220348.905000', '220349.365000', '220349.825000', '220350.285000', '220350.745000', '220351.205000', '220351.665000', '220352.125000', '220352.585000', '220353.045000', '220353.505000', '220353.965000', '220354.425000', '220354.885000', '220355.345000', '220355.805000', '220356.265000', '220356.725000', '220357.185000', '220357.645000', '220358.105000', '220358.565000', '220359.025000', '220359.485000', '220359.945000', '220400.405000', '220400.865000', '220401.325000', '220401.785000', '220402.245000', '220402.705000', '220403.165000', '220403.625000', '220404.085000', '220404.545000', '220405.005000', '220405.465000', '220405.925000', '220406.385000', '220406.845000', '220407.305000', '220407.765000', '220408.225000', '220408.685000', '220409.145000', '220409.605000', '220410.065000', '220410.525000', '220410.985000', '220411.445000', '220411.905000', '220412.365000', '220412.825000', '220413.285000', '220413.745000', '220414.205000', '220414.665000', '220415.125000', '220415.585000', '220416.045000', '220416.505000', '220416.965000', '220417.425000', '220417.885000', '220418.345000', '220418.805000', '220419.265000', '220419.725000', '220420.185000', '220420.645000', '220421.105000', '220421.565000', '220422.025000', '220422.485000', '220422.945000', '220423.405000', '220423.865000', '220424.325000', '220424.785000', '220425.245000', '220425.705000', '220426.165000', '220426.625000', '220427.085000', '220427.545000', '220428.005000', '220428.465000', '220428.925000', '220429.385000', '220429.845000', '220430.305000', '220430.765000', '220431.225000', '220431.685000', '220432.145000', '220432.605000', '220433.065000', '220433.525000', '220433.985000', '220434.445000', '220434.905000', '220435.365000', '220435.825000', '220436.285000', '220436.745000', '220437.205000', '220437.665000', '220438.125000', '220438.585000', '220439.045000', '220439.505000', '220439.965000', '220440.425000', '220440.885000', '220441.345000', '220441.805000', '220442.265000', '220442.725000', '220443.185000', '220443.645000', '220444.105000', '220444.565000', '220445.025000', '220445.485000', '220445.945000', '220446.405000', '220446.865000', '220447.325000', '220447.785000', '220448.245000', '220448.705000', '220449.165000', '220449.625000', '220450.085000', '220450.545000', '220451.005000', '220451.465000', '220451.925000', '220452.385000', '220452.845000', '220453.305000', '220453.765000', '220454.225000', '220454.685000', '220455.145000', '220455.605000', '220456.065000', '220456.525000', '220456.985000', '220457.445000', '220457.905000', '220458.365000', '220458.825000', '220459.285000', '220459.745000', '220500.205000', '220500.665000', '220501.125000', '220501.585000', '220502.045000', '220502.505000', '220502.965000', '220503.425000', '220503.885000', '220504.345000', '220504.805000', '220505.265000', '220505.725000', '220506.185000', '220506.645000', '220507.105000', '220507.565000', '220508.025000', '220508.485000', '220508.945000', '220509.405000', '220509.865000', '220510.325000', '220510.785000', '220511.245000', '220511.705000', '220512.165000', '220512.625000', '220513.085000', '220513.545000', '220514.005000', '220514.465000', '220514.925000', '220515.385000', '220515.845000', '220516.305000', '220516.765000', '220517.225000', '220517.685000', '220518.145000', '220518.605000', '220519.065000', '220519.525000', '220519.985000', '220520.445000', '220520.905000', '220521.365000', '220521.825000', '220522.285000', '220522.745000', '220523.205000', '220523.665000', '220524.125000', '220524.585000', '220525.045000', '220525.505000', '220525.965000', '220526.425000', '220526.885000', '220527.345000', '220527.805000', '220528.265000', '220528.725000', '220529.185000', '220529.645000', '220530.105000', '220530.565000', '220531.025000', '220531.485000', '220531.945000', '220532.405000', '220532.865000', '220533.325000', '220533.785000', '220534.245000', '220534.705000', '220535.165000', '220535.625000', '220536.085000', '220536.545000', '220537.005000', '220537.465000', '220537.925000', '220538.385000', '220538.845000', '220539.305000', '220539.765000', '220540.225000', '220540.685000', '220541.145000', '220541.605000', '220542.065000', '220542.525000', '220542.985000', '220543.445000', '220543.905000', '220544.365000', '220544.825000', '220545.285000', '220545.745000', '220546.205000', '220546.665000', '220547.125000', '220547.585000', '220548.045000', '220548.505000', '220548.965000', '220549.425000', '220549.885000', '220550.345000', '220550.805000', '220551.265000', '220551.725000', '220552.185000', '220552.645000', '220553.105000', '220553.565000', '220554.025000', '220554.485000', '220554.945000', '220555.405000', '220555.865000', '220556.325000', '220556.785000', '220557.245000', '220557.705000', '220558.165000', '220558.625000', '220559.085000', '220559.545000', '220600.005000', '220600.465000', '220600.925000', '220601.385000', '220601.845000', '220602.305000', '220602.765000', '220603.225000', '220603.685000', '220604.145000', '220604.605000', '220605.065000', '220605.525000', '220605.985000', '220606.445000', '220606.905000', '220607.365000', '220607.825000', '220608.285000', '220608.745000', '220609.205000', '220609.665000', '220610.125000', '220610.585000', '220611.045000', '220611.505000', '220611.965000', '220612.425000', '220612.885000', '220613.345000', '220613.805000', '220614.265000', '220614.725000', '220615.185000', '220615.645000', '220616.105000', '220616.565000', '220617.025000', '220617.485000', '220617.945000', '220618.405000', '220618.865000', '220619.325000', '220619.785000', '220620.245000', '220620.705000', '220621.165000', '220621.625000', '220622.085000', '220622.545000', '220623.005000', '220623.465000', '220623.925000', '220624.385000', '220624.845000', '220625.305000', '220625.765000', '220626.225000', '220626.685000', '220627.145000', '220627.605000', '220628.065000', '220628.525000', '220628.985000', '220629.445000', '220629.905000', '220630.365000', '220630.825000', '220631.285000', '220631.745000', '220632.205000', '220632.665000', '220633.125000', '220633.585000', '220634.045000', '220634.505000', '220634.965000', '220635.425000', '220635.885000', '220636.345000', '220636.805000', '220637.265000', '220637.725000', '220638.185000', '220638.645000', '220639.105000', '220639.565000', '220640.025000', '220640.485000', '220640.945000', '220641.405000', '220641.865000', '220642.325000', '220642.785000', '220643.245000', '220643.705000', '220644.165000', '220644.625000', '220645.085000', '220645.545000', '220646.005000', '220646.465000', '220646.925000', '220647.385000', '220647.845000', '220648.305000', '220648.765000', '220649.225000', '220649.685000', '220650.145000', '220650.605000', '220651.065000', '220651.525000', '220651.985000', '220652.445000', '220652.905000', '220653.365000', '220653.825000', '220654.285000', '220654.745000', '220655.205000', '220655.665000', '220656.125000', '220656.585000', '220657.045000', '220657.505000', '220657.965000', '220658.425000', '220658.885000', '220659.345000', '220659.805000', '220700.265000', '220700.725000', '220701.185000', '220701.645000', '220702.105000', '220702.565000', '220703.025000', '220703.485000', '220703.945000', '220704.405000', '220704.865000', '220705.325000', '220705.785000', '220706.245000', '220706.705000', '220707.165000', '220707.625000', '220708.085000', '220708.545000', '220709.005000', '220709.465000', '220709.925000', '220710.385000', '220710.845000', '220711.305000', '220711.765000', '220712.225000', '220712.685000', '220713.145000', '220713.605000', '220714.065000', '220714.525000', '220714.985000', '220715.445000', '220715.905000', '220716.365000', '220716.825000', '220717.285000', '220717.745000', '220718.205000', '220718.665000', '220719.125000', '220719.585000', '220720.045000', '220720.505000', '220720.965000', '220721.425000', '220721.885000', '220722.345000', '220722.805000', '220723.265000', '220723.725000', '220724.185000', '220724.645000', '220725.105000', '220725.565000', '220726.025000', '220726.485000', '220726.945000', '220727.405000', '220727.865000', '220728.325000', '220728.785000', '220729.245000', '220729.705000', '220730.165000', '220730.625000', '220731.085000', '220731.545000', '220732.005000', '220732.465000', '220732.925000', '220733.385000', '220733.845000', '220734.305000', '220734.765000', '220735.225000', '220735.685000', '220736.145000', '220736.605000', '220737.065000', '220737.525000', '220737.985000', '220738.445000', '220738.905000', '220739.365000', '220739.825000', '220740.285000', '220740.745000', '220741.205000', '220741.665000', '220742.125000', '220742.585000', '220743.045000', '220743.505000', '220743.965000', '220744.425000', '220744.885000', '220745.345000', '220745.805000', '220746.265000', '220746.725000', '220747.185000', '220747.645000', '220748.105000', '220748.565000', '220749.025000', '220749.485000', '220749.945000', '220750.405000', '220750.865000', '220751.325000'], 'ContentTime': ['220011.972000', '220011.975000', '220011.978000', '220011.981000', '220011.984000', '220011.986000', '220011.989000', '220011.991000', '220011.994000', '220011.997000', '220011.999000', '220012.002000', '220012.004000', '220012.007000', '220012.013000', '220012.015000', '220012.018000', '220012.020000', '220012.023000', '220012.026000', '220012.028000', '220012.035000', '220012.038000', '220012.041000', '220012.043000', '220012.046000', '220012.049000', '220012.051000', '220012.054000', '220012.056000', '220012.059000', '220012.062000', '220012.071000', '220012.073000', '220012.076000', '220012.079000', '220012.081000', '220012.084000', '220012.087000', '220012.089000', '220012.092000', '220012.095000', '220012.098000', '220012.100000', '220012.103000', '220012.105000', '220012.108000', '220012.111000', '220012.113000', '220012.116000', '220012.119000', '220012.121000', '220012.124000', '220012.126000', '220012.129000', '220012.132000', '220012.134000', '220012.137000', '220012.140000', '220012.142000', '220012.145000', '220012.147000', '220031.938000', '220031.941000', '220031.958000', '220031.961000', '220031.963000', '220031.966000', '220031.969000', '220031.978000', '220031.981000', '220031.983000', '220031.986000', '220031.989000', '220031.991000', '220031.994000', '220031.997000', '220032.000000', '220032.003000', '220032.005000', '220032.008000', '220032.011000', '220032.013000', '220032.016000', '220032.019000', '220032.021000', '220032.024000', '220032.027000', '220032.029000', '220032.032000', '220032.034000', '220032.037000', '220032.040000', '220032.042000', '220032.045000', '220032.047000', '220032.050000', '220032.053000', '220032.055000', '220032.058000', '220032.060000', '220032.063000', '220032.066000', '220032.068000', '220032.071000', '220051.936000', '220051.939000', '220051.942000', '220051.945000', '220051.947000', '220051.950000', '220051.953000', '220051.955000', '220051.958000', '220051.961000', '220051.963000', '220051.966000', '220051.968000', '220051.971000', '220051.974000', '220051.976000', '220051.979000', '220051.981000', '220051.984000', '220051.987000', '220051.989000', '220051.992000', '220051.995000', '220051.997000', '220052.001000', '220052.003000', '220052.006000', '220052.009000', '220052.011000', '220052.014000', '220052.016000', '220052.019000', '220052.022000', '220052.024000', '220052.027000', '220052.030000', '220052.032000', '220052.035000', '220052.037000', '220052.040000', '220052.043000', '220052.045000', '220052.048000', '220052.051000', '220111.936000', '220111.939000', '220111.942000', '220111.944000', '220111.947000', '220111.950000', '220111.953000', '220111.955000', '220111.958000', '220111.961000', '220111.963000', '220111.966000', '220111.968000', '220111.971000', '220111.974000', '220111.976000', '220111.979000', '220111.982000', '220111.984000', '220111.987000', '220111.990000', '220111.993000', '220111.995000', '220112.001000', '220112.003000', '220112.006000', '220112.009000', '220112.011000', '220112.014000', '220112.017000', '220112.019000', '220112.022000', '220112.024000', '220112.027000', '220112.030000', '220112.033000', '220112.035000', '220112.038000', '220112.040000', '220112.043000', '220112.046000', '220112.048000', '220112.051000', '220131.937000', '220131.941000', '220131.943000', '220131.946000', '220131.949000', '220131.951000', '220131.954000', '220131.957000', '220131.959000', '220131.962000', '220131.965000', '220131.967000', '220131.970000', '220131.973000', '220131.975000', '220131.978000', '220131.981000', '220131.983000', '220131.986000', '220131.989000', '220131.991000', '220131.994000', '220131.997000', '220132.000000', '220132.003000', '220132.005000', '220132.008000', '220132.011000', '220132.013000', '220132.016000', '220132.018000', '220132.021000', '220132.024000', '220132.026000', '220132.029000', '220132.032000', '220132.034000', '220132.037000', '220132.040000', '220132.042000', '220132.045000', '220132.048000', '220132.050000', '220132.053000', '220151.938000', '220151.940000', '220151.943000', '220151.946000', '220151.949000', '220151.952000', '220151.954000', '220151.957000', '220151.960000', '220151.962000', '220151.965000', '220151.968000', '220151.970000', '220151.973000', '220151.975000', '220151.978000', '220151.981000', '220151.983000', '220151.986000', '220151.989000', '220151.991000', '220151.994000', '220151.997000', '220152.000000', '220152.003000', '220152.005000', '220152.008000', '220152.011000', '220152.013000', '220152.016000', '220152.019000', '220152.021000', '220152.024000', '220152.027000', '220152.031000', '220152.034000', '220152.036000', '220152.039000', '220152.042000', '220152.044000', '220152.047000', '220152.049000', '220152.052000', '220211.938000', '220211.940000', '220211.943000', '220211.946000', '220211.949000', '220211.951000', '220211.954000', '220211.957000', '220211.959000', '220211.962000', '220211.965000', '220211.967000', '220211.970000', '220211.973000', '220211.975000', '220211.978000', '220211.981000', '220211.983000', '220211.998000', '220212.001000', '220212.004000', '220212.007000', '220212.009000', '220212.012000', '220212.015000', '220212.017000', '220212.020000', '220212.023000', '220212.025000', '220212.028000', '220212.031000', '220212.033000', '220212.036000', '220212.039000', '220212.041000', '220212.044000', '220212.046000', '220212.049000', '220212.052000', '220212.054000', '220212.057000', '220212.060000', '220212.062000', '220212.065000', '220231.937000', '220231.940000', '220231.943000', '220231.952000', '220231.955000', '220231.957000', '220231.960000', '220231.963000', '220231.965000', '220231.968000', '220231.971000', '220231.973000', '220231.976000', '220231.979000', '220231.981000', '220231.984000', '220231.987000', '220231.990000', '220231.992000', '220231.995000', '220231.998000', '220232.001000', '220232.004000', '220232.006000', '220232.009000', '220232.012000', '220232.014000', '220232.017000', '220232.020000', '220232.022000', '220232.025000', '220232.027000', '220232.030000', '220232.033000', '220232.036000', '220232.038000', '220232.041000', '220232.044000', '220232.046000', '220232.049000', '220232.052000', '220232.054000', '220232.057000', '220251.937000', '220251.940000', '220251.943000', '220251.946000', '220251.949000', '220251.951000', '220251.954000', '220251.957000', '220251.959000', '220251.962000', '220251.965000', '220251.967000', '220251.970000', '220251.972000', '220251.975000', '220251.978000', '220251.981000', '220251.983000', '220251.986000', '220251.989000', '220251.991000', '220251.994000', '220251.996000', '220252.000000', '220252.003000', '220252.005000', '220252.008000', '220252.011000', '220252.013000', '220252.016000', '220252.018000', '220252.021000', '220252.024000', '220252.026000', '220252.029000', '220252.032000', '220252.034000', '220252.037000', '220252.039000', '220252.042000', '220252.045000', '220252.047000', '220252.050000', '220252.053000', '220311.937000', '220311.940000', '220311.942000', '220311.945000', '220311.948000', '220311.950000', '220311.953000', '220311.956000', '220311.958000', '220311.961000', '220311.964000', '220311.967000', '220311.969000', '220311.972000', '220311.975000', '220311.979000', '220311.982000', '220311.984000', '220311.987000', '220311.990000', '220311.993000', '220311.995000', '220311.998000', '220312.002000', '220312.004000', '220312.007000', '220312.009000', '220312.012000', '220312.015000', '220312.018000', '220312.020000', '220312.023000', '220312.026000', '220312.028000', '220312.031000', '220312.034000', '220312.036000', '220312.039000', '220312.041000', '220312.044000', '220312.047000', '220312.049000', '220312.052000', '220331.936000', '220331.939000', '220331.942000', '220331.945000', '220331.947000', '220331.950000', '220331.953000', '220331.955000', '220331.958000', '220331.960000', '220331.963000', '220331.966000', '220331.968000', '220331.971000', '220331.974000', '220331.976000', '220331.979000', '220331.982000', '220331.984000', '220331.987000', '220331.990000', '220331.992000', '220331.995000', '220331.997000', '220332.001000', '220332.004000', '220332.007000', '220332.009000', '220332.012000', '220332.014000', '220332.017000', '220332.020000', '220332.022000', '220332.025000', '220332.028000', '220332.030000', '220332.033000', '220332.036000', '220332.038000', '220332.041000', '220332.044000', '220332.046000', '220332.049000', '220332.061000', '220351.938000', '220351.940000', '220351.943000', '220351.946000', '220351.948000', '220351.951000', '220351.954000', '220351.956000', '220351.959000', '220351.962000', '220351.964000', '220351.967000', '220351.969000', '220351.972000', '220351.975000', '220351.977000', '220351.980000', '220351.983000', '220351.985000', '220351.988000', '220351.991000', '220351.993000', '220351.996000', '220351.998000', '220352.002000', '220352.005000', '220352.007000', '220352.010000', '220352.013000', '220352.015000', '220352.018000', '220352.021000', '220352.023000', '220352.026000', '220352.029000', '220352.031000', '220352.034000', '220352.037000', '220352.041000', '220352.044000', '220352.046000', '220352.049000', '220352.052000', '220411.938000', '220411.941000', '220411.943000', '220411.946000', '220411.949000', '220411.951000', '220411.954000', '220411.957000', '220411.959000', '220411.962000', '220411.964000', '220411.967000', '220411.970000', '220411.972000', '220411.975000', '220411.978000', '220411.980000', '220411.983000', '220411.986000', '220411.988000', '220411.991000', '220411.994000', '220411.996000', '220412.000000', '220412.002000', '220412.005000', '220412.008000', '220412.010000', '220412.013000', '220412.016000', '220412.019000', '220412.021000', '220412.024000', '220412.027000', '220412.029000', '220412.032000', '220412.034000', '220412.037000', '220412.040000', '220412.042000', '220412.045000', '220412.048000', '220412.050000', '220412.053000', '220431.937000', '220432.040000', '220432.043000', '220432.045000', '220432.048000', '220432.051000', '220432.053000', '220432.056000', '220432.059000', '220432.061000', '220432.064000', '220432.067000', '220432.069000', '220432.072000', '220432.075000', '220432.077000', '220432.080000', '220432.083000', '220432.085000', '220432.088000', '220432.090000', '220432.093000', '220432.096000', '220432.099000', '220432.101000', '220432.104000', '220432.106000', '220432.109000', '220432.112000', '220432.114000', '220432.117000', '220432.120000', '220432.122000', '220432.125000', '220432.127000', '220432.130000', '220432.133000', '220432.136000', '220432.138000', '220432.141000', '220432.143000', '220432.146000', '220432.149000', '220451.938000', '220451.940000', '220451.943000', '220451.946000', '220451.949000', '220451.951000', '220451.954000', '220451.956000', '220451.959000', '220451.962000', '220451.964000', '220451.967000', '220451.970000', '220451.972000', '220451.975000', '220451.977000', '220451.980000', '220451.983000', '220451.986000', '220451.988000', '220451.991000', '220451.994000', '220451.996000', '220452.000000', '220452.003000', '220452.005000', '220452.008000', '220452.011000', '220452.013000', '220452.016000', '220452.019000', '220452.021000', '220452.024000', '220452.027000', '220452.029000', '220452.032000', '220452.035000', '220452.037000', '220452.040000', '220452.043000', '220452.045000', '220452.048000', '220452.050000', '220452.053000', '220511.937000', '220511.940000', '220511.943000', '220511.946000', '220511.948000', '220511.951000', '220511.954000', '220511.956000', '220511.959000', '220511.971000', '220511.974000', '220511.977000', '220511.979000', '220511.982000', '220511.985000', '220511.987000', '220511.990000', '220511.993000', '220511.995000', '220511.998000', '220512.002000', '220512.004000', '220512.007000', '220512.009000', '220512.012000', '220512.015000', '220512.017000', '220512.020000', '220512.023000', '220512.025000', '220512.028000', '220512.031000', '220512.033000', '220512.036000', '220512.039000', '220512.041000', '220512.044000', '220512.046000', '220512.049000', '220512.052000', '220512.055000', '220512.058000', '220512.061000', '220531.936000', '220531.939000', '220531.942000', '220531.945000', '220531.947000', '220531.950000', '220531.952000', '220531.955000', '220531.958000', '220531.961000', '220531.963000', '220531.966000', '220531.969000', '220531.971000', '220531.974000', '220531.977000', '220531.979000', '220531.982000', '220531.984000', '220531.987000', '220531.990000', '220531.992000', '220531.995000', '220531.998000', '220532.001000', '220532.004000', '220532.007000', '220532.009000', '220532.012000', '220532.015000', '220532.017000', '220532.020000', '220532.022000', '220532.025000', '220532.028000', '220532.030000', '220532.033000', '220532.036000', '220532.038000', '220532.041000', '220532.043000', '220532.046000', '220532.049000', '220532.051000', '220551.936000', '220551.940000', '220551.942000', '220551.945000', '220551.948000', '220551.950000', '220551.953000', '220551.956000', '220551.958000', '220551.961000', '220551.964000', '220551.966000', '220551.969000', '220551.972000', '220551.974000', '220551.977000', '220551.980000', '220551.982000', '220551.985000', '220551.988000', '220551.990000', '220551.994000', '220551.996000', '220552.000000', '220552.003000', '220552.005000', '220552.008000', '220552.011000', '220552.013000', '220552.016000', '220552.019000', '220552.021000', '220552.024000', '220552.027000', '220552.029000', '220552.032000', '220552.035000', '220552.037000', '220552.040000', '220552.044000', '220552.047000', '220552.049000', '220552.052000', '220611.938000', '220611.940000', '220611.943000', '220611.946000', '220611.949000', '220611.951000', '220611.954000', '220611.957000', '220611.960000', '220611.962000', '220611.965000', '220611.968000', '220611.971000', '220611.973000', '220611.976000', '220611.978000', '220611.981000', '220611.984000', '220611.986000', '220611.989000', '220611.992000', '220611.994000', '220611.997000', '220612.001000', '220612.003000', '220612.006000', '220612.009000', '220612.011000', '220612.014000', '220612.017000', '220612.020000', '220612.022000', '220612.025000', '220612.028000', '220612.030000', '220612.033000', '220612.036000', '220612.038000', '220612.041000', '220612.043000', '220612.046000', '220612.049000', '220612.051000', '220612.054000', '220631.938000', '220631.941000', '220631.943000', '220631.946000', '220631.949000', '220631.951000', '220631.954000', '220631.957000', '220631.959000', '220631.962000', '220631.964000', '220631.967000', '220631.970000', '220631.972000', '220631.975000', '220631.978000', '220631.980000', '220631.983000', '220631.986000', '220631.988000', '220632.013000', '220632.016000', '220632.019000', '220632.021000', '220632.024000', '220632.027000', '220632.029000', '220632.032000', '220632.035000', '220632.037000', '220632.040000', '220632.042000', '220632.045000', '220632.048000', '220632.050000', '220632.054000', '220632.057000', '220632.059000', '220632.071000', '220632.074000', '220632.077000', '220632.079000', '220632.082000', '220651.938000', '220651.941000', '220651.943000', '220651.946000', '220651.948000', '220651.951000', '220651.954000', '220651.957000', '220651.959000', '220651.962000', '220651.964000', '220651.967000', '220651.970000', '220651.972000', '220651.975000', '220651.978000', '220651.980000', '220651.983000', '220651.985000', '220651.988000', '220651.991000', '220651.993000', '220651.996000', '220652.000000', '220652.002000', '220652.005000', '220652.008000', '220652.010000', '220652.013000', '220652.016000', '220652.018000', '220652.021000', '220652.023000', '220652.026000', '220652.029000', '220652.031000', '220652.034000', '220652.037000', '220652.039000', '220652.042000', '220652.044000', '220652.047000', '220652.050000', '220652.052000', '220711.938000', '220711.940000', '220711.943000', '220711.946000', '220711.948000', '220711.951000', '220711.954000', '220711.956000', '220711.959000', '220711.962000', '220711.964000', '220711.967000', '220711.969000', '220711.972000', '220711.975000', '220711.977000', '220711.980000', '220711.983000', '220711.985000', '220711.988000', '220711.991000', '220711.993000', '220711.996000', '220711.998000', '220712.002000', '220712.005000', '220712.007000', '220712.010000', '220712.013000', '220712.015000', '220712.018000', '220712.021000', '220712.023000', '220712.026000', '220712.029000', '220712.031000', '220712.034000', '220712.037000', '220712.039000', '220712.042000', '220712.045000', '220712.047000', '220712.050000', '220731.937000', '220731.940000', '220731.943000', '220731.946000', '220731.949000', '220731.951000', '220731.954000', '220731.956000', '220731.959000', '220731.962000', '220731.964000', '220731.967000', '220731.970000', '220731.972000', '220731.975000', '220731.977000', '220731.980000', '220731.983000', '220731.985000', '220731.988000', '220731.991000', '220731.993000', '220731.996000', '220732.000000', '220732.002000', '220732.005000', '220732.008000', '220732.010000', '220732.013000', '220732.016000', '220732.018000', '220732.021000', '220732.024000', '220732.026000', '220732.029000', '220732.031000', '220732.034000', '220732.037000', '220732.039000', '220732.042000', '220732.044000', '220732.047000', '220732.050000', '220751.937000', '220751.939000', '220751.942000', '220751.945000', '220751.947000', '220751.950000', '220751.953000', '220751.956000', '220751.958000', '220751.961000', '220751.963000', '220751.966000', '220751.969000', '220751.971000', '220751.974000', '220751.977000', '220751.979000', '220751.982000', '220751.997000', '220752.001000', '220752.003000', '220752.006000', '220752.008000', '220752.011000', '220752.014000', '220752.016000', '220752.019000', '220752.022000', '220752.024000', '220752.027000', '220752.030000', '220752.032000', '220752.035000', '220752.038000', '220752.040000', '220752.043000', '220752.045000', '220752.048000', '220752.051000', '220752.053000', '220752.056000', '220752.059000', '220752.061000', '220752.064000', '220752.959000', '220752.962000', '220752.964000'], 'InstanceCreationTime': ['220011.972000', '220011.975000', '220011.978000', '220011.981000', '220011.984000', '220011.986000', '220011.989000', '220011.991000', '220011.994000', '220011.997000', '220011.999000', '220012.002000', '220012.004000', '220012.007000', '220012.013000', '220012.015000', '220012.018000', '220012.020000', '220012.023000', '220012.026000', '220012.028000', '220012.035000', '220012.038000', '220012.041000', '220012.043000', '220012.046000', '220012.049000', '220012.051000', '220012.054000', '220012.056000', '220012.059000', '220012.062000', '220012.071000', '220012.073000', '220012.076000', '220012.079000', '220012.081000', '220012.084000', '220012.087000', '220012.089000', '220012.092000', '220012.095000', '220012.098000', '220012.100000', '220012.103000', '220012.105000', '220012.108000', '220012.111000', '220012.113000', '220012.116000', '220012.119000', '220012.121000', '220012.124000', '220012.126000', '220012.129000', '220012.132000', '220012.134000', '220012.137000', '220012.140000', '220012.142000', '220012.145000', '220012.147000', '220031.938000', '220031.941000', '220031.958000', '220031.961000', '220031.963000', '220031.966000', '220031.969000', '220031.978000', '220031.981000', '220031.983000', '220031.986000', '220031.989000', '220031.991000', '220031.994000', '220031.997000', '220032.000000', '220032.003000', '220032.005000', '220032.008000', '220032.011000', '220032.013000', '220032.016000', '220032.019000', '220032.021000', '220032.024000', '220032.027000', '220032.029000', '220032.032000', '220032.034000', '220032.037000', '220032.040000', '220032.042000', '220032.045000', '220032.047000', '220032.050000', '220032.053000', '220032.055000', '220032.058000', '220032.060000', '220032.063000', '220032.066000', '220032.068000', '220032.071000', '220051.936000', '220051.939000', '220051.942000', '220051.945000', '220051.947000', '220051.950000', '220051.953000', '220051.955000', '220051.958000', '220051.961000', '220051.963000', '220051.966000', '220051.968000', '220051.971000', '220051.974000', '220051.976000', '220051.979000', '220051.981000', '220051.984000', '220051.987000', '220051.989000', '220051.992000', '220051.995000', '220051.997000', '220052.001000', '220052.003000', '220052.006000', '220052.009000', '220052.011000', '220052.014000', '220052.016000', '220052.019000', '220052.022000', '220052.024000', '220052.027000', '220052.030000', '220052.032000', '220052.035000', '220052.037000', '220052.040000', '220052.043000', '220052.045000', '220052.048000', '220052.051000', '220111.936000', '220111.939000', '220111.942000', '220111.944000', '220111.947000', '220111.950000', '220111.953000', '220111.955000', '220111.958000', '220111.961000', '220111.963000', '220111.966000', '220111.968000', '220111.971000', '220111.974000', '220111.976000', '220111.979000', '220111.982000', '220111.984000', '220111.987000', '220111.990000', '220111.993000', '220111.995000', '220112.001000', '220112.003000', '220112.006000', '220112.009000', '220112.011000', '220112.014000', '220112.017000', '220112.019000', '220112.022000', '220112.024000', '220112.027000', '220112.030000', '220112.033000', '220112.035000', '220112.038000', '220112.040000', '220112.043000', '220112.046000', '220112.048000', '220112.051000', '220131.937000', '220131.941000', '220131.943000', '220131.946000', '220131.949000', '220131.951000', '220131.954000', '220131.957000', '220131.959000', '220131.962000', '220131.965000', '220131.967000', '220131.970000', '220131.973000', '220131.975000', '220131.978000', '220131.981000', '220131.983000', '220131.986000', '220131.989000', '220131.991000', '220131.994000', '220131.997000', '220132.000000', '220132.003000', '220132.005000', '220132.008000', '220132.011000', '220132.013000', '220132.016000', '220132.018000', '220132.021000', '220132.024000', '220132.026000', '220132.029000', '220132.032000', '220132.034000', '220132.037000', '220132.040000', '220132.042000', '220132.045000', '220132.048000', '220132.050000', '220132.053000', '220151.938000', '220151.940000', '220151.943000', '220151.946000', '220151.949000', '220151.952000', '220151.954000', '220151.957000', '220151.960000', '220151.962000', '220151.965000', '220151.968000', '220151.970000', '220151.973000', '220151.975000', '220151.978000', '220151.981000', '220151.983000', '220151.986000', '220151.989000', '220151.991000', '220151.994000', '220151.997000', '220152.000000', '220152.003000', '220152.005000', '220152.008000', '220152.011000', '220152.013000', '220152.016000', '220152.019000', '220152.021000', '220152.024000', '220152.027000', '220152.031000', '220152.034000', '220152.036000', '220152.039000', '220152.042000', '220152.044000', '220152.047000', '220152.049000', '220152.052000', '220211.938000', '220211.940000', '220211.943000', '220211.946000', '220211.949000', '220211.951000', '220211.954000', '220211.957000', '220211.959000', '220211.962000', '220211.965000', '220211.967000', '220211.970000', '220211.973000', '220211.975000', '220211.978000', '220211.981000', '220211.983000', '220211.998000', '220212.001000', '220212.004000', '220212.007000', '220212.009000', '220212.012000', '220212.015000', '220212.017000', '220212.020000', '220212.023000', '220212.025000', '220212.028000', '220212.031000', '220212.033000', '220212.036000', '220212.039000', '220212.041000', '220212.044000', '220212.046000', '220212.049000', '220212.052000', '220212.054000', '220212.057000', '220212.060000', '220212.062000', '220212.065000', '220231.937000', '220231.940000', '220231.943000', '220231.952000', '220231.955000', '220231.957000', '220231.960000', '220231.963000', '220231.965000', '220231.968000', '220231.971000', '220231.973000', '220231.976000', '220231.979000', '220231.981000', '220231.984000', '220231.987000', '220231.990000', '220231.992000', '220231.995000', '220231.998000', '220232.001000', '220232.004000', '220232.006000', '220232.009000', '220232.012000', '220232.014000', '220232.017000', '220232.020000', '220232.022000', '220232.025000', '220232.027000', '220232.030000', '220232.033000', '220232.036000', '220232.038000', '220232.041000', '220232.044000', '220232.046000', '220232.049000', '220232.052000', '220232.054000', '220232.057000', '220251.937000', '220251.940000', '220251.943000', '220251.946000', '220251.949000', '220251.951000', '220251.954000', '220251.957000', '220251.959000', '220251.962000', '220251.965000', '220251.967000', '220251.970000', '220251.972000', '220251.975000', '220251.978000', '220251.981000', '220251.983000', '220251.986000', '220251.989000', '220251.991000', '220251.994000', '220251.996000', '220252.000000', '220252.003000', '220252.005000', '220252.008000', '220252.011000', '220252.013000', '220252.016000', '220252.018000', '220252.021000', '220252.024000', '220252.026000', '220252.029000', '220252.032000', '220252.034000', '220252.037000', '220252.039000', '220252.042000', '220252.045000', '220252.047000', '220252.050000', '220252.053000', '220311.937000', '220311.940000', '220311.942000', '220311.945000', '220311.948000', '220311.950000', '220311.953000', '220311.956000', '220311.958000', '220311.961000', '220311.964000', '220311.967000', '220311.969000', '220311.972000', '220311.975000', '220311.979000', '220311.982000', '220311.984000', '220311.987000', '220311.990000', '220311.993000', '220311.995000', '220311.998000', '220312.002000', '220312.004000', '220312.007000', '220312.009000', '220312.012000', '220312.015000', '220312.018000', '220312.020000', '220312.023000', '220312.026000', '220312.028000', '220312.031000', '220312.034000', '220312.036000', '220312.039000', '220312.041000', '220312.044000', '220312.047000', '220312.049000', '220312.052000', '220331.936000', '220331.939000', '220331.942000', '220331.945000', '220331.947000', '220331.950000', '220331.953000', '220331.955000', '220331.958000', '220331.960000', '220331.963000', '220331.966000', '220331.968000', '220331.971000', '220331.974000', '220331.976000', '220331.979000', '220331.982000', '220331.984000', '220331.987000', '220331.990000', '220331.992000', '220331.995000', '220331.997000', '220332.001000', '220332.004000', '220332.007000', '220332.009000', '220332.012000', '220332.014000', '220332.017000', '220332.020000', '220332.022000', '220332.025000', '220332.028000', '220332.030000', '220332.033000', '220332.036000', '220332.038000', '220332.041000', '220332.044000', '220332.046000', '220332.049000', '220332.061000', '220351.938000', '220351.940000', '220351.943000', '220351.946000', '220351.948000', '220351.951000', '220351.954000', '220351.956000', '220351.959000', '220351.962000', '220351.964000', '220351.967000', '220351.969000', '220351.972000', '220351.975000', '220351.977000', '220351.980000', '220351.983000', '220351.985000', '220351.988000', '220351.991000', '220351.993000', '220351.996000', '220351.998000', '220352.002000', '220352.005000', '220352.007000', '220352.010000', '220352.013000', '220352.015000', '220352.018000', '220352.021000', '220352.023000', '220352.026000', '220352.029000', '220352.031000', '220352.034000', '220352.037000', '220352.041000', '220352.044000', '220352.046000', '220352.049000', '220352.052000', '220411.938000', '220411.941000', '220411.943000', '220411.946000', '220411.949000', '220411.951000', '220411.954000', '220411.957000', '220411.959000', '220411.962000', '220411.964000', '220411.967000', '220411.970000', '220411.972000', '220411.975000', '220411.978000', '220411.980000', '220411.983000', '220411.986000', '220411.988000', '220411.991000', '220411.994000', '220411.996000', '220412.000000', '220412.002000', '220412.005000', '220412.008000', '220412.010000', '220412.013000', '220412.016000', '220412.019000', '220412.021000', '220412.024000', '220412.027000', '220412.029000', '220412.032000', '220412.034000', '220412.037000', '220412.040000', '220412.042000', '220412.045000', '220412.048000', '220412.050000', '220412.053000', '220431.937000', '220432.040000', '220432.043000', '220432.045000', '220432.048000', '220432.051000', '220432.053000', '220432.056000', '220432.059000', '220432.061000', '220432.064000', '220432.067000', '220432.069000', '220432.072000', '220432.075000', '220432.077000', '220432.080000', '220432.083000', '220432.085000', '220432.088000', '220432.090000', '220432.093000', '220432.096000', '220432.099000', '220432.101000', '220432.104000', '220432.106000', '220432.109000', '220432.112000', '220432.114000', '220432.117000', '220432.120000', '220432.122000', '220432.125000', '220432.127000', '220432.130000', '220432.133000', '220432.136000', '220432.138000', '220432.141000', '220432.143000', '220432.146000', '220432.149000', '220451.938000', '220451.940000', '220451.943000', '220451.946000', '220451.949000', '220451.951000', '220451.954000', '220451.956000', '220451.959000', '220451.962000', '220451.964000', '220451.967000', '220451.970000', '220451.972000', '220451.975000', '220451.977000', '220451.980000', '220451.983000', '220451.986000', '220451.988000', '220451.991000', '220451.994000', '220451.996000', '220452.000000', '220452.003000', '220452.005000', '220452.008000', '220452.011000', '220452.013000', '220452.016000', '220452.019000', '220452.021000', '220452.024000', '220452.027000', '220452.029000', '220452.032000', '220452.035000', '220452.037000', '220452.040000', '220452.043000', '220452.045000', '220452.048000', '220452.050000', '220452.053000', '220511.937000', '220511.940000', '220511.943000', '220511.946000', '220511.948000', '220511.951000', '220511.954000', '220511.956000', '220511.959000', '220511.971000', '220511.974000', '220511.977000', '220511.979000', '220511.982000', '220511.985000', '220511.987000', '220511.990000', '220511.993000', '220511.995000', '220511.998000', '220512.002000', '220512.004000', '220512.007000', '220512.009000', '220512.012000', '220512.015000', '220512.017000', '220512.020000', '220512.023000', '220512.025000', '220512.028000', '220512.031000', '220512.033000', '220512.036000', '220512.039000', '220512.041000', '220512.044000', '220512.046000', '220512.049000', '220512.052000', '220512.055000', '220512.058000', '220512.061000', '220531.936000', '220531.939000', '220531.942000', '220531.945000', '220531.947000', '220531.950000', '220531.952000', '220531.955000', '220531.958000', '220531.961000', '220531.963000', '220531.966000', '220531.969000', '220531.971000', '220531.974000', '220531.977000', '220531.979000', '220531.982000', '220531.984000', '220531.987000', '220531.990000', '220531.992000', '220531.995000', '220531.998000', '220532.001000', '220532.004000', '220532.007000', '220532.009000', '220532.012000', '220532.015000', '220532.017000', '220532.020000', '220532.022000', '220532.025000', '220532.028000', '220532.030000', '220532.033000', '220532.036000', '220532.038000', '220532.041000', '220532.043000', '220532.046000', '220532.049000', '220532.051000', '220551.936000', '220551.940000', '220551.942000', '220551.945000', '220551.948000', '220551.950000', '220551.953000', '220551.956000', '220551.958000', '220551.961000', '220551.964000', '220551.966000', '220551.969000', '220551.972000', '220551.974000', '220551.977000', '220551.980000', '220551.982000', '220551.985000', '220551.988000', '220551.990000', '220551.994000', '220551.996000', '220552.000000', '220552.003000', '220552.005000', '220552.008000', '220552.011000', '220552.013000', '220552.016000', '220552.019000', '220552.021000', '220552.024000', '220552.027000', '220552.029000', '220552.032000', '220552.035000', '220552.037000', '220552.040000', '220552.044000', '220552.047000', '220552.049000', '220552.052000', '220611.938000', '220611.940000', '220611.943000', '220611.946000', '220611.949000', '220611.951000', '220611.954000', '220611.957000', '220611.960000', '220611.962000', '220611.965000', '220611.968000', '220611.971000', '220611.973000', '220611.976000', '220611.978000', '220611.981000', '220611.984000', '220611.986000', '220611.989000', '220611.992000', '220611.994000', '220611.997000', '220612.001000', '220612.003000', '220612.006000', '220612.009000', '220612.011000', '220612.014000', '220612.017000', '220612.020000', '220612.022000', '220612.025000', '220612.028000', '220612.030000', '220612.033000', '220612.036000', '220612.038000', '220612.041000', '220612.043000', '220612.046000', '220612.049000', '220612.051000', '220612.054000', '220631.938000', '220631.941000', '220631.943000', '220631.946000', '220631.949000', '220631.951000', '220631.954000', '220631.957000', '220631.959000', '220631.962000', '220631.964000', '220631.967000', '220631.970000', '220631.972000', '220631.975000', '220631.978000', '220631.980000', '220631.983000', '220631.986000', '220631.988000', '220632.013000', '220632.016000', '220632.019000', '220632.021000', '220632.024000', '220632.027000', '220632.029000', '220632.032000', '220632.035000', '220632.037000', '220632.040000', '220632.042000', '220632.045000', '220632.048000', '220632.050000', '220632.054000', '220632.057000', '220632.059000', '220632.071000', '220632.074000', '220632.077000', '220632.079000', '220632.082000', '220651.938000', '220651.941000', '220651.943000', '220651.946000', '220651.948000', '220651.951000', '220651.954000', '220651.957000', '220651.959000', '220651.962000', '220651.964000', '220651.967000', '220651.970000', '220651.972000', '220651.975000', '220651.978000', '220651.980000', '220651.983000', '220651.985000', '220651.988000', '220651.991000', '220651.993000', '220651.996000', '220652.000000', '220652.002000', '220652.005000', '220652.008000', '220652.010000', '220652.013000', '220652.016000', '220652.018000', '220652.021000', '220652.023000', '220652.026000', '220652.029000', '220652.031000', '220652.034000', '220652.037000', '220652.039000', '220652.042000', '220652.044000', '220652.047000', '220652.050000', '220652.052000', '220711.938000', '220711.940000', '220711.943000', '220711.946000', '220711.948000', '220711.951000', '220711.954000', '220711.956000', '220711.959000', '220711.962000', '220711.964000', '220711.967000', '220711.969000', '220711.972000', '220711.975000', '220711.977000', '220711.980000', '220711.983000', '220711.985000', '220711.988000', '220711.991000', '220711.993000', '220711.996000', '220711.998000', '220712.002000', '220712.005000', '220712.007000', '220712.010000', '220712.013000', '220712.015000', '220712.018000', '220712.021000', '220712.023000', '220712.026000', '220712.029000', '220712.031000', '220712.034000', '220712.037000', '220712.039000', '220712.042000', '220712.045000', '220712.047000', '220712.050000', '220731.937000', '220731.940000', '220731.943000', '220731.946000', '220731.949000', '220731.951000', '220731.954000', '220731.956000', '220731.959000', '220731.962000', '220731.964000', '220731.967000', '220731.970000', '220731.972000', '220731.975000', '220731.977000', '220731.980000', '220731.983000', '220731.985000', '220731.988000', '220731.991000', '220731.993000', '220731.996000', '220732.000000', '220732.002000', '220732.005000', '220732.008000', '220732.010000', '220732.013000', '220732.016000', '220732.018000', '220732.021000', '220732.024000', '220732.026000', '220732.029000', '220732.031000', '220732.034000', '220732.037000', '220732.039000', '220732.042000', '220732.044000', '220732.047000', '220732.050000', '220751.937000', '220751.939000', '220751.942000', '220751.945000', '220751.947000', '220751.950000', '220751.953000', '220751.956000', '220751.958000', '220751.961000', '220751.963000', '220751.966000', '220751.969000', '220751.971000', '220751.974000', '220751.977000', '220751.979000', '220751.982000', '220751.997000', '220752.001000', '220752.003000', '220752.006000', '220752.008000', '220752.011000', '220752.014000', '220752.016000', '220752.019000', '220752.022000', '220752.024000', '220752.027000', '220752.030000', '220752.032000', '220752.035000', '220752.038000', '220752.040000', '220752.043000', '220752.045000', '220752.048000', '220752.051000', '220752.053000', '220752.056000', '220752.059000', '220752.061000', '220752.064000', '220752.959000', '220752.962000', '220752.964000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [9756, 12137, 7413, 8435, 6289, 7365, 6933, 6927, 6068, 6935, 9820, 11182, 7225, 8624, 5918, 6679, 8765, 6314, 7580, 10176, 6338, 7306, 8535, 6197, 7000, 8904, 6235, 6918, 8904, 6091, 7499, 6020, 6794, 9106, 6524, 8636, 11775, 7640, 8052, 6219, 6557, 9318, 12187, 7408, 8751, 11607, 7866, 8715, 6305, 6607, 9316, 6820, 8815, 11498, 8181, 9139, 6135, 7202, 9514, 7066, 8985, 11835, 7936, 8865, 6096, 7445, 6081, 6428, 9535, 11245, 7871, 9652, 6110, 7094, 9733, 6399, 8424, 11360, 7576, 8687, 6007, 7245, 6067, 6679, 10151, 11975, 8187, 9624, 6783, 7208, 9591, 6103, 8846, 7993, 7453, 9997, 6836, 8203, 6024, 6736, 9833, 6851, 9691, 12215, 8680, 9309, 6311, 6696, 9549, 5918, 6837, 9384, 6205, 8216, 5947, 6222, 9103, 10017, 6867, 9086, 8010, 6677, 9274, 6177, 8420, 6347, 7004, 10125, 7254, 9595, 11591, 8253, 9548, 6285, 7629, 7580, 6718, 9500, 11646, 7737, 9805, 8412, 7387, 8859, 6427, 8989, 6071, 8064, 11179, 7449, 9679, 5873, 7180, 9926, 12531, 7565, 8628, 11467, 7347, 9102, 6011, 6498, 9178, 6391, 8320, 10393, 6621, 8145, 9996, 6325, 9009, 12197, 7406, 9206, 6798, 7015, 8782, 6469, 9301, 6585, 7466, 10909, 7006, 9208, 5959, 7021, 10384, 7118, 10088, 12225, 8874, 9295, 11871, 7212, 9277, 10053, 6929, 9133, 11681, 7197, 9124, 6166, 6880, 6533, 6325, 9273, 11498, 7665, 9445, 6744, 7219, 7802, 6521, 9382, 11650, 7719, 9475, 8713, 7538, 8692, 6675, 9278, 6741, 9527, 11614, 8755, 9749, 12248, 7504, 9677, 6144, 8902, 6055, 8419, 11021, 9007, 9962, 6514, 9361, 11849, 7874, 10276, 11428, 8298, 10973, 6807, 9210, 6639, 9200, 11519, 8198, 9221, 5900, 7711, 6186, 7458, 10839, 7348, 7863, 11076, 7466, 9662, 6606, 9029, 6358, 8294, 11529, 8561, 7929, 6329, 6643, 9407, 11927, 8576, 9424, 5927, 7100, 9545, 6342, 9055, 11367, 7306, 9583, 6523, 8900, 5984, 7723, 11500, 8271, 7843, 10760, 6201, 7921, 10349, 6627, 7598, 9836, 6878, 8819, 6097, 7574, 6254, 7957, 10551, 7973, 7973, 10617, 6741, 8614, 7068, 8932, 11316, 8463, 8664, 10099, 7214, 9624, 6792, 8722, 10976, 7367, 9327, 10994, 8029, 9330, 5938, 7311, 9160, 6366, 7183, 10059, 6164, 7810, 9725, 6186, 8516, 10863, 7558, 9262, 6258, 6756, 9692, 6128, 7026, 9737, 6629, 9134, 6237, 6770, 9440, 6403, 9309, 11533, 7651, 10005, 6103, 7260, 10189, 6923, 9628, 11664, 8032, 10450, 6090, 7826, 7800, 6526, 9723, 11687, 8128, 9976, 12238, 7926, 9963, 6179, 8831, 11822, 6735, 8591, 10332, 7384, 9037, 5912, 8088, 6618, 6871, 9175, 7321, 7203, 10242, 6742, 8927, 6383, 7372, 11346, 8906, 8036, 10647, 6951, 9272, 11393, 8023, 10005, 11945, 8143, 9584, 6146, 6520, 9476, 8466, 7006, 9222, 6280, 6948, 9672, 6284, 8761, 11353, 7263, 9293, 6668, 7665, 6292, 6939, 9847, 12065, 8305, 10033, 11104, 7805, 10867, 6678, 9225, 11446, 7257, 9231, 11503, 8008, 9624, 5789, 6589, 9384, 6161, 8255, 10748, 6934, 9045, 6523, 6801, 9550, 6110, 8866, 10979, 7248, 9429, 9720, 7318, 9860, 6709, 8990, 11184, 7912, 9670, 11944, 8635, 9802, 6332, 8808, 11559, 7398, 8448, 10218, 7573, 9166, 6197, 8492, 5926, 8574, 10633, 7850, 7587, 9416, 7576, 7279, 6765, 6302, 9048, 11684, 8366, 10097, 7288, 7540, 6110, 6846, 9941, 12006, 7876, 10157, 6237, 7840, 6016, 6854, 10003, 11646, 7899, 9154, 11903, 8194, 9720, 5908, 8282, 10722, 8328, 9275, 6344, 9509, 6224, 8811, 8429, 8186, 11588, 9845, 10454, 7140, 9896, 12581, 8989, 8275, 9885, 6987, 7541, 6350, 7477, 6626, 8302, 11516, 8905, 7762, 8160, 6522, 8925, 11562, 7328, 8877, 10585, 8016, 9617, 6150, 8371, 5902, 7270, 9708, 7239, 7317, 6491, 7074, 6486, 8993, 7193, 10701, 12531, 11525, 9251, 9894, 6952, 6646, 8558, 6276, 8305, 9829, 7732, 8123, 6633, 7636, 5938, 6666, 8881, 6462, 6849, 9227, 6300, 8166, 6178, 8261, 11931, 8429, 7293, 9251, 6546, 6894, 5924, 6290, 7906, 6667, 9586, 12127, 9172, 9832, 6283, 8493, 6135, 8200, 10985, 9329, 8629, 10814, 6697, 8449, 6144, 8713, 11414, 8351, 7666, 9251, 6486, 8152, 6124, 7981, 9974, 8925, 7499, 9408, 6226, 8470, 6144, 6640, 9609, 7311, 7120, 10422, 6609, 8813, 6058, 8423, 11369, 7732, 9147, 6052, 7042, 6020, 7169, 10311, 12422, 8076, 9110, 6122, 6417, 9164, 5813, 6520, 9148, 7775, 6632, 9043, 6132, 8421, 11426, 7255, 8420, 5951, 7847, 6078, 8116, 11224, 7570, 7082, 8875, 6176, 8228, 11622, 7624, 6888, 8794, 6310, 6650, 8968, 5881, 7507, 9782, 6984, 8945, 5974, 8378, 5992, 8227, 11042, 9318, 8088, 9868, 6683, 8646, 12045, 7479, 8101, 11133, 7174, 8166, 5987, 6670, 9959, 10097, 7479, 9254, 6344, 8478, 11725, 7672, 7528, 9510, 7569, 7852, 5949, 6208, 8741, 9783, 7274, 9934, 6436, 8647, 11918, 7289, 8235, 10534, 7184, 8820, 6018, 7059, 9630, 6823, 7161, 10348, 7314, 7824, 5931, 6613, 8845, 11217, 7394, 10032, 6159, 7265, 5972, 6466, 5982, 7897, 10308, 7456, 7935, 5978, 6594, 8789, 12271, 8434, 10341, 8941, 7034, 8948, 6166, 8588, 11959, 8022, 9779, 6498, 8376, 6085, 8230, 11488, 8133, 8291, 9598, 6448, 8665, 5982, 7339, 10050, 7374, 7360, 5976, 6045, 8695, 7521, 6904, 9272, 6276, 8301, 5924, 6950, 10048, 9233, 7724, 9674, 7117, 7173, 8273, 6337, 8906, 11813, 7761, 9230, 6771, 6690, 8860, 5854, 8182, 10065, 7514, 9289, 5862, 7965, 6059, 6694, 9918, 12250, 8803, 10832, 6229, 7520, 9796, 6434, 8824, 11202, 7907, 9130, 6022, 7584, 10121, 6640, 7666, 9929, 6511, 8666, 6213, 6862, 9196, 7175, 9020, 8003, 7094, 10281, 6489, 8822, 6029, 8060, 11683, 8839, 9759, 6165, 8503, 11979, 7775, 8048, 11174, 7344, 8920, 6048, 8111, 6138, 8065, 10893, 7526, 9028, 6041, 6864, 9302, 9259, 7596, 9822, 7942, 7657, 6020, 6627, 9581, 7085, 6937, 10251, 7306, 7381, 6054, 6140, 8709, 12181, 8373, 10360, 6212, 8406, 10272, 6685, 8929, 6066, 7594, 6062, 6658, 7424, 6779, 9878, 12589, 9375, 9766, 6143, 8670, 5952, 7249, 10677, 6954, 8792, 5981, 7060, 9802, 7783, 8784, 9738, 8431, 11352, 6409, 9138, 12476, 8675, 9411, 12266, 7471, 8338, 6084, 7105, 8336, 6045, 6803, 8800, 5904, 7473, 6057, 7018, 9144, 6622, 8443, 10576, 6844, 9048, 6078, 8641, 6014, 8070, 5821, 8011, 11571, 9893, 9407, 10945, 8119, 6753, 9229, 6418, 6876, 9465, 6257, 8574, 11967, 7197, 8919, 10654, 6907, 9073, 6198, 6368, 9292, 12381, 8420, 10447, 6195, 8267, 5892, 6685, 6328, 7595, 10315, 12807, 9892, 10257, 6731, 8588, 12078, 7618, 8659, 11057, 6996, 8126, 6461, 8743, 11618, 7218, 8761, 10449, 7110, 9198, 5954, 6516, 9389, 5881, 7035, 5918, 6424, 9347, 11889, 8109, 10008, 7558, 7198, 8610, 6415, 9340, 11651, 8412, 10036, 12512, 7636, 10205, 6508, 8611, 6476, 9109, 11561, 7960, 9667, 12775, 7073, 8947, 6239, 8553, 10836, 7729, 9006, 6984, 8922, 6082, 6016, 6705, 10532, 12118, 8088, 8430, 10722, 7206, 8947, 11264, 8009, 8932, 8445, 7128, 6128, 7546, 6529, 9594, 12691, 12803, 10622, 10882, 6897, 7666, 5752, 6548, 8482, 6358, 8243, 6233, 6205, 7709], 'WindowCenter': [3923.0, 3916.0, 3862.0, 3881.0, 3837.0, 3857.0, 3858.0, 3858.0, 3838.0, 3871.0, 3902.0, 3900.0, 3859.0, 3879.0, 3825.0, 3846.0, 3866.0, 3847.0, 3869.0, 3889.0, 3849.0, 3871.0, 3879.0, 3850.0, 3871.0, 3879.0, 3838.0, 3871.0, 3891.0, 3850.0, 3871.0, 3850.0, 3873.0, 3892.0, 3861.0, 3895.0, 3925.0, 3871.0, 3882.0, 3837.0, 3850.0, 3892.0, 3910.0, 3858.0, 3881.0, 3900.0, 3869.0, 3880.0, 3847.0, 3859.0, 3888.0, 3860.0, 3893.0, 3912.0, 3882.0, 3890.0, 3849.0, 3871.0, 3889.0, 3871.0, 3894.0, 3913.0, 3881.0, 3891.0, 3839.0, 3871.0, 3849.0, 3862.0, 3906.0, 3914.0, 3883.0, 3903.0, 3849.0, 3871.0, 3890.0, 3850.0, 3894.0, 3913.0, 3882.0, 3892.0, 3851.0, 3883.0, 3851.0, 3874.0, 3916.0, 3914.0, 3895.0, 3905.0, 3860.0, 3871.0, 3889.0, 3850.0, 3892.0, 3870.0, 3873.0, 3904.0, 3861.0, 3883.0, 3849.0, 3862.0, 3902.0, 3862.0, 3906.0, 3924.0, 3883.0, 3893.0, 3848.0, 3860.0, 3890.0, 3827.0, 3861.0, 3891.0, 3849.0, 3882.0, 3849.0, 3851.0, 3893.0, 3890.0, 3860.0, 3892.0, 3869.0, 3862.0, 3904.0, 3852.0, 3894.0, 3862.0, 3885.0, 3914.0, 3885.0, 3907.0, 3915.0, 3896.0, 3905.0, 3851.0, 3884.0, 3881.0, 3873.0, 3905.0, 3913.0, 3884.0, 3916.0, 3881.0, 3874.0, 3892.0, 3864.0, 3905.0, 3864.0, 3898.0, 3926.0, 3874.0, 3906.0, 3841.0, 3874.0, 3906.0, 3913.0, 3883.0, 3895.0, 3901.0, 3860.0, 3891.0, 3839.0, 3861.0, 3891.0, 3863.0, 3896.0, 3904.0, 3862.0, 3883.0, 3902.0, 3862.0, 3893.0, 3912.0, 3873.0, 3905.0, 3860.0, 3873.0, 3892.0, 3863.0, 3905.0, 3861.0, 3885.0, 3915.0, 3873.0, 3905.0, 3851.0, 3874.0, 3903.0, 3874.0, 3917.0, 3926.0, 3893.0, 3893.0, 3911.0, 3870.0, 3891.0, 3888.0, 3859.0, 3891.0, 3912.0, 3871.0, 3891.0, 3850.0, 3872.0, 3850.0, 3862.0, 3905.0, 3913.0, 3884.0, 3905.0, 3862.0, 3874.0, 3870.0, 3863.0, 3905.0, 3912.0, 3872.0, 3905.0, 3892.0, 3883.0, 3892.0, 3874.0, 3904.0, 3875.0, 3917.0, 3927.0, 3896.0, 3904.0, 3913.0, 3872.0, 3890.0, 3851.0, 3892.0, 3852.0, 3907.0, 3915.0, 3905.0, 3905.0, 3863.0, 3905.0, 3913.0, 3883.0, 3916.0, 3914.0, 3883.0, 3912.0, 3862.0, 3903.0, 3875.0, 3907.0, 3926.0, 3895.0, 3904.0, 3841.0, 3883.0, 3852.0, 3885.0, 3916.0, 3885.0, 3885.0, 3914.0, 3873.0, 3892.0, 3873.0, 3894.0, 3862.0, 3896.0, 3926.0, 3883.0, 3882.0, 3849.0, 3862.0, 3893.0, 3913.0, 3892.0, 3892.0, 3838.0, 3859.0, 3889.0, 3850.0, 3904.0, 3913.0, 3872.0, 3901.0, 3862.0, 3894.0, 3851.0, 3885.0, 3927.0, 3881.0, 3883.0, 3900.0, 3837.0, 3870.0, 3890.0, 3847.0, 3870.0, 3889.0, 3848.0, 3879.0, 3849.0, 3870.0, 3862.0, 3895.0, 3915.0, 3883.0, 3884.0, 3902.0, 3862.0, 3881.0, 3873.0, 3894.0, 3902.0, 3881.0, 3881.0, 3901.0, 3871.0, 3890.0, 3861.0, 3893.0, 3901.0, 3871.0, 3892.0, 3900.0, 3870.0, 3889.0, 3838.0, 3871.0, 3891.0, 3850.0, 3861.0, 3891.0, 3838.0, 3869.0, 3877.0, 3837.0, 3880.0, 3900.0, 3871.0, 3892.0, 3847.0, 3859.0, 3889.0, 3837.0, 3871.0, 3890.0, 3859.0, 3892.0, 3838.0, 3861.0, 3891.0, 3850.0, 3904.0, 3913.0, 3871.0, 3902.0, 3838.0, 3870.0, 3889.0, 3860.0, 3903.0, 3912.0, 3883.0, 3914.0, 3849.0, 3883.0, 3870.0, 3862.0, 3904.0, 3912.0, 3883.0, 3904.0, 3911.0, 3882.0, 3890.0, 3851.0, 3894.0, 3912.0, 3862.0, 3894.0, 3901.0, 3873.0, 3891.0, 3853.0, 3895.0, 3873.0, 3876.0, 3907.0, 3873.0, 3885.0, 3903.0, 3874.0, 3906.0, 3863.0, 3887.0, 3929.0, 3893.0, 3885.0, 3902.0, 3872.0, 3894.0, 3912.0, 3883.0, 3904.0, 3911.0, 3870.0, 3891.0, 3837.0, 3850.0, 3902.0, 3880.0, 3873.0, 3904.0, 3850.0, 3873.0, 3891.0, 3862.0, 3894.0, 3913.0, 3885.0, 3906.0, 3862.0, 3884.0, 3862.0, 3874.0, 3916.0, 3913.0, 3883.0, 3905.0, 3902.0, 3872.0, 3902.0, 3862.0, 3905.0, 3912.0, 3871.0, 3904.0, 3912.0, 3871.0, 3893.0, 3838.0, 3861.0, 3891.0, 3850.0, 3895.0, 3914.0, 3872.0, 3894.0, 3861.0, 3862.0, 3902.0, 3852.0, 3905.0, 3916.0, 3885.0, 3905.0, 3892.0, 3873.0, 3902.0, 3863.0, 3906.0, 3914.0, 3885.0, 3905.0, 3912.0, 3882.0, 3891.0, 3862.0, 3905.0, 3914.0, 3871.0, 3883.0, 3902.0, 3871.0, 3891.0, 3852.0, 3892.0, 3864.0, 3907.0, 3917.0, 3883.0, 3885.0, 3905.0, 3872.0, 3886.0, 3862.0, 3864.0, 3906.0, 3914.0, 3895.0, 3916.0, 3872.0, 3883.0, 3851.0, 3874.0, 3906.0, 3914.0, 3884.0, 3904.0, 3851.0, 3883.0, 3851.0, 3874.0, 3917.0, 3915.0, 3884.0, 3894.0, 3912.0, 3882.0, 3889.0, 3839.0, 3894.0, 3914.0, 3894.0, 3904.0, 3862.0, 3903.0, 3852.0, 3905.0, 3894.0, 3896.0, 3914.0, 3905.0, 3903.0, 3873.0, 3905.0, 3928.0, 3892.0, 3895.0, 3903.0, 3859.0, 3868.0, 3849.0, 3869.0, 3872.0, 3894.0, 3916.0, 3892.0, 3886.0, 3881.0, 3861.0, 3893.0, 3901.0, 3870.0, 3892.0, 3899.0, 3870.0, 3889.0, 3850.0, 3881.0, 3839.0, 3884.0, 3906.0, 3872.0, 3870.0, 3849.0, 3871.0, 3863.0, 3903.0, 3875.0, 3918.0, 3928.0, 3913.0, 3891.0, 3890.0, 3846.0, 3847.0, 3865.0, 3835.0, 3879.0, 3889.0, 3869.0, 3867.0, 3859.0, 3870.0, 3849.0, 3862.0, 3892.0, 3849.0, 3862.0, 3891.0, 3850.0, 3880.0, 3850.0, 3893.0, 3924.0, 3880.0, 3872.0, 3892.0, 3849.0, 3860.0, 3849.0, 3861.0, 3881.0, 3873.0, 3916.0, 3925.0, 3904.0, 3902.0, 3861.0, 3891.0, 3850.0, 3893.0, 3915.0, 3892.0, 3881.0, 3900.0, 3859.0, 3878.0, 3849.0, 3891.0, 3912.0, 3881.0, 3870.0, 3889.0, 3848.0, 3868.0, 3837.0, 3880.0, 3903.0, 3890.0, 3869.0, 3889.0, 3837.0, 3878.0, 3835.0, 3858.0, 3890.0, 3869.0, 3859.0, 3899.0, 3859.0, 3889.0, 3850.0, 3892.0, 3911.0, 3871.0, 3891.0, 3849.0, 3859.0, 3849.0, 3872.0, 3903.0, 3912.0, 3880.0, 3890.0, 3837.0, 3848.0, 3889.0, 3824.0, 3848.0, 3902.0, 3868.0, 3860.0, 3878.0, 3849.0, 3892.0, 3911.0, 3871.0, 3880.0, 3850.0, 3881.0, 3863.0, 3896.0, 3927.0, 3883.0, 3873.0, 3891.0, 3862.0, 3894.0, 3925.0, 3882.0, 3873.0, 3893.0, 3849.0, 3861.0, 3890.0, 3839.0, 3883.0, 3903.0, 3873.0, 3903.0, 3852.0, 3893.0, 3863.0, 3895.0, 3927.0, 3893.0, 3882.0, 3891.0, 3861.0, 3892.0, 3911.0, 3858.0, 3881.0, 3899.0, 3858.0, 3868.0, 3848.0, 3860.0, 3902.0, 3900.0, 3869.0, 3889.0, 3849.0, 3881.0, 3910.0, 3869.0, 3870.0, 3888.0, 3867.0, 3867.0, 3835.0, 3848.0, 3880.0, 3889.0, 3869.0, 3889.0, 3848.0, 3890.0, 3899.0, 3857.0, 3879.0, 3898.0, 3857.0, 3877.0, 3836.0, 3859.0, 3889.0, 3846.0, 3858.0, 3888.0, 3856.0, 3856.0, 3835.0, 3858.0, 3890.0, 3898.0, 3870.0, 3900.0, 3836.0, 3857.0, 3836.0, 3848.0, 3849.0, 3894.0, 3915.0, 3870.0, 3881.0, 3837.0, 3860.0, 3891.0, 3909.0, 3879.0, 3901.0, 3877.0, 3857.0, 3876.0, 3848.0, 3879.0, 3909.0, 3869.0, 3888.0, 3849.0, 3878.0, 3850.0, 3893.0, 3912.0, 3881.0, 3881.0, 3890.0, 3849.0, 3879.0, 3848.0, 3871.0, 3902.0, 3869.0, 3870.0, 3847.0, 3849.0, 3891.0, 3868.0, 3871.0, 3891.0, 3849.0, 3881.0, 3849.0, 3872.0, 3903.0, 3891.0, 3871.0, 3891.0, 3858.0, 3858.0, 3877.0, 3848.0, 3891.0, 3910.0, 3869.0, 3889.0, 3846.0, 3858.0, 3877.0, 3838.0, 3881.0, 3901.0, 3872.0, 3902.0, 3840.0, 3881.0, 3850.0, 3872.0, 3915.0, 3923.0, 3892.0, 3912.0, 3838.0, 3870.0, 3889.0, 3849.0, 3892.0, 3910.0, 3880.0, 3888.0, 3849.0, 3881.0, 3901.0, 3859.0, 3881.0, 3889.0, 3848.0, 3878.0, 3848.0, 3860.0, 3890.0, 3872.0, 3904.0, 3880.0, 3872.0, 3901.0, 3861.0, 3892.0, 3851.0, 3894.0, 3912.0, 3892.0, 3891.0, 3849.0, 3892.0, 3912.0, 3870.0, 3881.0, 3899.0, 3870.0, 3889.0, 3850.0, 3881.0, 3865.0, 3908.0, 3926.0, 3884.0, 3892.0, 3850.0, 3872.0, 3903.0, 3891.0, 3871.0, 3901.0, 3869.0, 3869.0, 3848.0, 3860.0, 3902.0, 3860.0, 3871.0, 3901.0, 3858.0, 3858.0, 3836.0, 3848.0, 3892.0, 3911.0, 3880.0, 3900.0, 3837.0, 3880.0, 3887.0, 3859.0, 3891.0, 3849.0, 3881.0, 3849.0, 3871.0, 3870.0, 3872.0, 3916.0, 3924.0, 3892.0, 3901.0, 3848.0, 3880.0, 3838.0, 3872.0, 3902.0, 3859.0, 3880.0, 3838.0, 3870.0, 3900.0, 3882.0, 3893.0, 3890.0, 3881.0, 3899.0, 3848.0, 3891.0, 3909.0, 3880.0, 3889.0, 3897.0, 3857.0, 3866.0, 3837.0, 3859.0, 3879.0, 3847.0, 3861.0, 3890.0, 3840.0, 3872.0, 3851.0, 3873.0, 3902.0, 3862.0, 3894.0, 3913.0, 3874.0, 3904.0, 3864.0, 3895.0, 3863.0, 3895.0, 3853.0, 3897.0, 3929.0, 3893.0, 3894.0, 3902.0, 3868.0, 3860.0, 3891.0, 3836.0, 3859.0, 3888.0, 3849.0, 3892.0, 3913.0, 3872.0, 3892.0, 3900.0, 3860.0, 3891.0, 3837.0, 3849.0, 3893.0, 3911.0, 3881.0, 3913.0, 3838.0, 3880.0, 3853.0, 3875.0, 3860.0, 3882.0, 3904.0, 3924.0, 3892.0, 3887.0, 3847.0, 3879.0, 3899.0, 3857.0, 3879.0, 3899.0, 3859.0, 3867.0, 3849.0, 3894.0, 3912.0, 3871.0, 3880.0, 3899.0, 3859.0, 3889.0, 3834.0, 3847.0, 3890.0, 3837.0, 3872.0, 3838.0, 3861.0, 3904.0, 3911.0, 3881.0, 3891.0, 3869.0, 3859.0, 3877.0, 3848.0, 3891.0, 3899.0, 3880.0, 3901.0, 3898.0, 3869.0, 3886.0, 3848.0, 3878.0, 3849.0, 3892.0, 3912.0, 3870.0, 3891.0, 3909.0, 3857.0, 3876.0, 3836.0, 3892.0, 3913.0, 3883.0, 3891.0, 3860.0, 3878.0, 3861.0, 3861.0, 3874.0, 3915.0, 3911.0, 3868.0, 3879.0, 3888.0, 3859.0, 3890.0, 3898.0, 3867.0, 3877.0, 3865.0, 3844.0, 3834.0, 3867.0, 3847.0, 3903.0, 3926.0, 3898.0, 3887.0, 3899.0, 3843.0, 3843.0, 3809.0, 3833.0, 3863.0, 3845.0, 3881.0, 3850.0, 3851.0, 3880.0], 'WindowWidth': [8785.0, 8757.0, 8679.0, 8700.0, 8635.0, 8660.0, 8664.0, 8664.0, 8639.0, 8686.0, 8730.0, 8722.0, 8667.0, 8693.0, 8615.0, 8645.0, 8670.0, 8649.0, 8681.0, 8705.0, 8655.0, 8685.0, 8692.0, 8658.0, 8686.0, 8693.0, 8638.0, 8687.0, 8712.0, 8659.0, 8687.0, 8660.0, 8693.0, 8716.0, 8676.0, 8726.0, 8764.0, 8687.0, 8702.0, 8637.0, 8658.0, 8716.0, 8737.0, 8665.0, 8699.0, 8723.0, 8681.0, 8694.0, 8647.0, 8666.0, 8704.0, 8671.0, 8719.0, 8741.0, 8701.0, 8710.0, 8653.0, 8687.0, 8708.0, 8689.0, 8723.0, 8746.0, 8701.0, 8711.0, 8641.0, 8687.0, 8657.0, 8678.0, 8741.0, 8749.0, 8706.0, 8732.0, 8655.0, 8687.0, 8710.0, 8659.0, 8721.0, 8745.0, 8704.0, 8718.0, 8661.0, 8707.0, 8663.0, 8696.0, 8756.0, 8750.0, 8724.0, 8737.0, 8670.0, 8686.0, 8707.0, 8658.0, 8717.0, 8683.0, 8693.0, 8737.0, 8672.0, 8705.0, 8657.0, 8677.0, 8729.0, 8679.0, 8743.0, 8764.0, 8705.0, 8718.0, 8651.0, 8669.0, 8709.0, 8621.0, 8673.0, 8713.0, 8655.0, 8702.0, 8655.0, 8662.0, 8720.0, 8710.0, 8672.0, 8716.0, 8682.0, 8679.0, 8734.0, 8665.0, 8723.0, 8680.0, 8713.0, 8749.0, 8712.0, 8744.0, 8754.0, 8728.0, 8737.0, 8662.0, 8708.0, 8702.0, 8694.0, 8740.0, 8747.0, 8711.0, 8755.0, 8700.0, 8696.0, 8716.0, 8684.0, 8739.0, 8687.0, 8735.0, 8770.0, 8697.0, 8741.0, 8648.0, 8695.0, 8741.0, 8748.0, 8705.0, 8723.0, 8725.0, 8670.0, 8712.0, 8641.0, 8674.0, 8713.0, 8681.0, 8728.0, 8736.0, 8676.0, 8707.0, 8728.0, 8677.0, 8720.0, 8743.0, 8694.0, 8737.0, 8671.0, 8694.0, 8715.0, 8681.0, 8739.0, 8675.0, 8713.0, 8753.0, 8691.0, 8738.0, 8663.0, 8696.0, 8735.0, 8697.0, 8759.0, 8769.0, 8719.0, 8716.0, 8737.0, 8683.0, 8713.0, 8704.0, 8668.0, 8714.0, 8741.0, 8688.0, 8713.0, 8658.0, 8691.0, 8658.0, 8679.0, 8739.0, 8746.0, 8709.0, 8739.0, 8674.0, 8694.0, 8685.0, 8680.0, 8738.0, 8744.0, 8689.0, 8737.0, 8716.0, 8707.0, 8717.0, 8697.0, 8735.0, 8701.0, 8760.0, 8772.0, 8727.0, 8734.0, 8745.0, 8689.0, 8709.0, 8660.0, 8716.0, 8666.0, 8745.0, 8753.0, 8740.0, 8737.0, 8679.0, 8736.0, 8744.0, 8707.0, 8756.0, 8747.0, 8707.0, 8743.0, 8679.0, 8732.0, 8699.0, 8744.0, 8767.0, 8727.0, 8735.0, 8650.0, 8707.0, 8666.0, 8714.0, 8757.0, 8712.0, 8711.0, 8747.0, 8694.0, 8715.0, 8695.0, 8721.0, 8679.0, 8727.0, 8770.0, 8705.0, 8703.0, 8654.0, 8677.0, 8717.0, 8747.0, 8716.0, 8713.0, 8638.0, 8668.0, 8705.0, 8659.0, 8736.0, 8745.0, 8690.0, 8727.0, 8678.0, 8722.0, 8662.0, 8713.0, 8773.0, 8700.0, 8704.0, 8723.0, 8635.0, 8681.0, 8708.0, 8646.0, 8683.0, 8706.0, 8650.0, 8693.0, 8654.0, 8684.0, 8679.0, 8724.0, 8752.0, 8705.0, 8707.0, 8727.0, 8675.0, 8699.0, 8692.0, 8723.0, 8729.0, 8700.0, 8698.0, 8724.0, 8685.0, 8708.0, 8674.0, 8718.0, 8724.0, 8686.0, 8715.0, 8720.0, 8682.0, 8705.0, 8638.0, 8686.0, 8714.0, 8658.0, 8672.0, 8711.0, 8637.0, 8681.0, 8687.0, 8637.0, 8695.0, 8723.0, 8686.0, 8714.0, 8649.0, 8667.0, 8706.0, 8636.0, 8686.0, 8711.0, 8669.0, 8715.0, 8639.0, 8673.0, 8712.0, 8658.0, 8737.0, 8747.0, 8688.0, 8729.0, 8639.0, 8684.0, 8707.0, 8671.0, 8731.0, 8742.0, 8708.0, 8747.0, 8656.0, 8707.0, 8684.0, 8677.0, 8735.0, 8744.0, 8706.0, 8734.0, 8738.0, 8702.0, 8709.0, 8663.0, 8722.0, 8741.0, 8678.0, 8721.0, 8725.0, 8692.0, 8712.0, 8669.0, 8727.0, 8696.0, 8705.0, 8747.0, 8693.0, 8713.0, 8733.0, 8697.0, 8740.0, 8681.0, 8718.0, 8778.0, 8719.0, 8710.0, 8730.0, 8690.0, 8721.0, 8742.0, 8706.0, 8733.0, 8737.0, 8684.0, 8710.0, 8636.0, 8658.0, 8729.0, 8696.0, 8692.0, 8733.0, 8657.0, 8693.0, 8713.0, 8678.0, 8723.0, 8746.0, 8714.0, 8742.0, 8677.0, 8710.0, 8676.0, 8697.0, 8756.0, 8744.0, 8706.0, 8738.0, 8727.0, 8690.0, 8729.0, 8679.0, 8736.0, 8743.0, 8687.0, 8734.0, 8741.0, 8685.0, 8717.0, 8640.0, 8673.0, 8713.0, 8659.0, 8726.0, 8749.0, 8690.0, 8722.0, 8673.0, 8678.0, 8730.0, 8664.0, 8738.0, 8754.0, 8713.0, 8736.0, 8716.0, 8693.0, 8729.0, 8681.0, 8740.0, 8748.0, 8712.0, 8738.0, 8741.0, 8702.0, 8710.0, 8679.0, 8737.0, 8749.0, 8685.0, 8706.0, 8726.0, 8686.0, 8712.0, 8664.0, 8717.0, 8686.0, 8744.0, 8758.0, 8706.0, 8712.0, 8737.0, 8688.0, 8715.0, 8678.0, 8685.0, 8743.0, 8750.0, 8726.0, 8752.0, 8687.0, 8707.0, 8662.0, 8697.0, 8743.0, 8749.0, 8709.0, 8733.0, 8661.0, 8706.0, 8663.0, 8698.0, 8758.0, 8752.0, 8711.0, 8721.0, 8743.0, 8701.0, 8706.0, 8641.0, 8721.0, 8748.0, 8721.0, 8735.0, 8676.0, 8733.0, 8665.0, 8737.0, 8724.0, 8729.0, 8749.0, 8738.0, 8731.0, 8693.0, 8739.0, 8776.0, 8716.0, 8725.0, 8731.0, 8668.0, 8678.0, 8655.0, 8683.0, 8693.0, 8723.0, 8756.0, 8717.0, 8716.0, 8699.0, 8675.0, 8718.0, 8725.0, 8684.0, 8716.0, 8720.0, 8683.0, 8704.0, 8657.0, 8699.0, 8641.0, 8711.0, 8743.0, 8689.0, 8681.0, 8656.0, 8687.0, 8683.0, 8735.0, 8701.0, 8763.0, 8778.0, 8746.0, 8712.0, 8707.0, 8644.0, 8646.0, 8666.0, 8628.0, 8691.0, 8704.0, 8680.0, 8673.0, 8667.0, 8683.0, 8657.0, 8676.0, 8716.0, 8656.0, 8677.0, 8712.0, 8658.0, 8696.0, 8660.0, 8720.0, 8764.0, 8695.0, 8688.0, 8717.0, 8653.0, 8671.0, 8655.0, 8676.0, 8700.0, 8694.0, 8756.0, 8769.0, 8736.0, 8730.0, 8676.0, 8713.0, 8659.0, 8718.0, 8752.0, 8717.0, 8698.0, 8724.0, 8668.0, 8692.0, 8655.0, 8713.0, 8745.0, 8700.0, 8682.0, 8707.0, 8654.0, 8677.0, 8637.0, 8698.0, 8733.0, 8712.0, 8681.0, 8706.0, 8636.0, 8691.0, 8631.0, 8665.0, 8712.0, 8682.0, 8669.0, 8722.0, 8669.0, 8708.0, 8659.0, 8718.0, 8742.0, 8689.0, 8711.0, 8655.0, 8669.0, 8657.0, 8690.0, 8734.0, 8744.0, 8699.0, 8710.0, 8636.0, 8651.0, 8705.0, 8614.0, 8651.0, 8729.0, 8678.0, 8670.0, 8692.0, 8658.0, 8716.0, 8741.0, 8688.0, 8697.0, 8660.0, 8702.0, 8682.0, 8732.0, 8774.0, 8707.0, 8695.0, 8715.0, 8679.0, 8725.0, 8765.0, 8704.0, 8695.0, 8720.0, 8656.0, 8673.0, 8710.0, 8645.0, 8706.0, 8732.0, 8694.0, 8734.0, 8666.0, 8720.0, 8682.0, 8727.0, 8771.0, 8720.0, 8702.0, 8713.0, 8674.0, 8716.0, 8739.0, 8666.0, 8699.0, 8721.0, 8665.0, 8676.0, 8652.0, 8672.0, 8732.0, 8726.0, 8681.0, 8709.0, 8656.0, 8700.0, 8738.0, 8681.0, 8684.0, 8705.0, 8675.0, 8673.0, 8631.0, 8652.0, 8698.0, 8707.0, 8679.0, 8707.0, 8655.0, 8711.0, 8720.0, 8661.0, 8696.0, 8717.0, 8662.0, 8688.0, 8635.0, 8668.0, 8709.0, 8647.0, 8665.0, 8703.0, 8658.0, 8657.0, 8630.0, 8664.0, 8709.0, 8718.0, 8683.0, 8723.0, 8634.0, 8662.0, 8635.0, 8653.0, 8657.0, 8724.0, 8754.0, 8686.0, 8699.0, 8636.0, 8670.0, 8713.0, 8735.0, 8695.0, 8724.0, 8686.0, 8660.0, 8685.0, 8652.0, 8695.0, 8735.0, 8681.0, 8705.0, 8656.0, 8693.0, 8661.0, 8720.0, 8745.0, 8700.0, 8700.0, 8710.0, 8655.0, 8693.0, 8652.0, 8687.0, 8731.0, 8683.0, 8683.0, 8649.0, 8657.0, 8713.0, 8678.0, 8687.0, 8713.0, 8655.0, 8699.0, 8658.0, 8692.0, 8735.0, 8713.0, 8687.0, 8712.0, 8665.0, 8665.0, 8688.0, 8654.0, 8712.0, 8735.0, 8682.0, 8707.0, 8646.0, 8665.0, 8689.0, 8642.0, 8699.0, 8726.0, 8691.0, 8731.0, 8646.0, 8702.0, 8660.0, 8692.0, 8752.0, 8761.0, 8715.0, 8744.0, 8639.0, 8684.0, 8706.0, 8656.0, 8715.0, 8735.0, 8697.0, 8704.0, 8656.0, 8701.0, 8728.0, 8670.0, 8702.0, 8708.0, 8653.0, 8692.0, 8654.0, 8673.0, 8711.0, 8694.0, 8737.0, 8699.0, 8692.0, 8725.0, 8675.0, 8716.0, 8663.0, 8722.0, 8744.0, 8718.0, 8712.0, 8658.0, 8716.0, 8743.0, 8685.0, 8700.0, 8720.0, 8684.0, 8706.0, 8660.0, 8701.0, 8690.0, 8749.0, 8769.0, 8710.0, 8717.0, 8659.0, 8691.0, 8733.0, 8714.0, 8687.0, 8726.0, 8681.0, 8681.0, 8654.0, 8674.0, 8730.0, 8672.0, 8687.0, 8728.0, 8665.0, 8664.0, 8635.0, 8654.0, 8716.0, 8742.0, 8696.0, 8724.0, 8637.0, 8695.0, 8702.0, 8670.0, 8716.0, 8655.0, 8701.0, 8656.0, 8690.0, 8685.0, 8693.0, 8757.0, 8762.0, 8715.0, 8725.0, 8654.0, 8697.0, 8638.0, 8690.0, 8729.0, 8668.0, 8697.0, 8638.0, 8685.0, 8723.0, 8705.0, 8722.0, 8710.0, 8701.0, 8720.0, 8654.0, 8713.0, 8734.0, 8696.0, 8707.0, 8712.0, 8660.0, 8669.0, 8635.0, 8668.0, 8693.0, 8650.0, 8674.0, 8712.0, 8645.0, 8689.0, 8663.0, 8696.0, 8730.0, 8677.0, 8720.0, 8747.0, 8699.0, 8735.0, 8683.0, 8725.0, 8683.0, 8726.0, 8669.0, 8734.0, 8779.0, 8719.0, 8722.0, 8727.0, 8674.0, 8671.0, 8711.0, 8631.0, 8666.0, 8704.0, 8657.0, 8716.0, 8745.0, 8690.0, 8714.0, 8723.0, 8670.0, 8711.0, 8635.0, 8655.0, 8716.0, 8741.0, 8700.0, 8746.0, 8640.0, 8696.0, 8671.0, 8701.0, 8673.0, 8702.0, 8738.0, 8765.0, 8714.0, 8700.0, 8649.0, 8694.0, 8720.0, 8660.0, 8692.0, 8718.0, 8668.0, 8675.0, 8655.0, 8722.0, 8744.0, 8687.0, 8696.0, 8720.0, 8666.0, 8705.0, 8627.0, 8650.0, 8710.0, 8638.0, 8691.0, 8642.0, 8677.0, 8735.0, 8740.0, 8699.0, 8713.0, 8680.0, 8666.0, 8687.0, 8653.0, 8712.0, 8718.0, 8695.0, 8726.0, 8715.0, 8678.0, 8698.0, 8651.0, 8690.0, 8657.0, 8717.0, 8742.0, 8682.0, 8711.0, 8733.0, 8661.0, 8684.0, 8634.0, 8715.0, 8749.0, 8707.0, 8712.0, 8671.0, 8689.0, 8677.0, 8676.0, 8698.0, 8753.0, 8738.0, 8678.0, 8692.0, 8702.0, 8666.0, 8709.0, 8715.0, 8673.0, 8685.0, 8668.0, 8640.0, 8628.0, 8676.0, 8650.0, 8733.0, 8770.0, 8716.0, 8698.0, 8719.0, 8633.0, 8632.0, 8584.0, 8621.0, 8661.0, 8642.0, 8702.0, 8661.0, 8664.0, 8698.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.0007656672932330827</td></tr>
<tr><td colspan=3>aqi</td><td>0.022936220206766916</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.9422194766415</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2249051807714006</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0088498255785514</td></tr>
<tr><td colspan=3>efc</td><td>0.4594</td></tr>
<tr><td colspan=3>fber</td><td>5321.4468</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0918887681267202</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.8533834586466167</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.560400349220331</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5687543023924886</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.636094937150599</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4763518081179052</td></tr>
<tr><td colspan=3>gcor</td><td>0.00975577</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00957024097442627</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018188372254371643</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</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.942512989260704</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>23.8212</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5964</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.5838</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305890.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>687.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.8182</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7936</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>452.5546</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3149.8177</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70654.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1025.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4065.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.1694</td></tr>
<tr><td colspan=3>tsnr</td><td>43.14789437013678</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>