<?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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-03/func/sub-0090_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>e1bf2208617a863d256b022c1dc8d4d7</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>19:09:59.120000</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.99947, 0.0123223, 0.0301243, -0.0130838, 0.999596, 0.0252126]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0911554</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>[4163, -7708, -7261, 596, 16, -102, -133, -1]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>251.455</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ccd991c2-1bf0-4843-85d7-1952e6c0a28b||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.6815054416656494, -0.03510284051299095, 0.08046404272317886, 110.26358032226562], [-0.03305986523628235, 2.6818442344665527, 0.06910211592912674, -93.88409423828125], [0.08082137256860733, -0.06764353811740875, 2.697916030883789, -75.45433807373047], [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': ['190959.120000', '190959.580000', '191000.040000', '191000.500000', '191000.960000', '191001.420000', '191001.880000', '191002.340000', '191002.800000', '191003.260000', '191003.720000', '191004.180000', '191004.640000', '191005.100000', '191005.560000', '191006.020000', '191006.480000', '191006.940000', '191007.400000', '191007.860000', '191008.320000', '191008.780000', '191009.240000', '191009.700000', '191010.160000', '191010.620000', '191011.080000', '191011.540000', '191012.000000', '191012.460000', '191012.920000', '191013.380000', '191013.840000', '191014.300000', '191014.760000', '191015.220000', '191015.680000', '191016.140000', '191016.600000', '191017.060000', '191017.520000', '191017.980000', '191018.440000', '191018.900000', '191019.360000', '191019.820000', '191020.280000', '191020.740000', '191021.200000', '191021.660000', '191022.120000', '191022.580000', '191023.040000', '191023.500000', '191023.960000', '191024.420000', '191024.880000', '191025.340000', '191025.800000', '191026.260000', '191026.720000', '191027.180000', '191027.640000', '191028.100000', '191028.560000', '191029.020000', '191029.480000', '191029.940000', '191030.400000', '191030.860000', '191031.320000', '191031.780000', '191032.240000', '191032.700000', '191033.160000', '191033.620000', '191034.080000', '191034.540000', '191035.000000', '191035.460000', '191035.920000', '191036.380000', '191036.840000', '191037.300000', '191037.760000', '191038.220000', '191038.680000', '191039.140000', '191039.600000', '191040.060000', '191040.520000', '191040.980000', '191041.440000', '191041.900000', '191042.360000', '191042.820000', '191043.280000', '191043.740000', '191044.200000', '191044.660000', '191045.120000', '191045.580000', '191046.040000', '191046.500000', '191046.960000', '191047.420000', '191047.880000', '191048.340000', '191048.800000', '191049.260000', '191049.720000', '191050.180000', '191050.640000', '191051.100000', '191051.560000', '191052.020000', '191052.480000', '191052.940000', '191053.400000', '191053.860000', '191054.320000', '191054.780000', '191055.240000', '191055.700000', '191056.160000', '191056.620000', '191057.080000', '191057.540000', '191058.000000', '191058.460000', '191058.920000', '191059.380000', '191059.840000', '191100.300000', '191100.760000', '191101.220000', '191101.680000', '191102.140000', '191102.600000', '191103.060000', '191103.520000', '191103.980000', '191104.440000', '191104.900000', '191105.360000', '191105.820000', '191106.280000', '191106.740000', '191107.200000', '191107.660000', '191108.120000', '191108.580000', '191109.040000', '191109.500000', '191109.960000', '191110.420000', '191110.880000', '191111.340000', '191111.800000', '191112.260000', '191112.720000', '191113.180000', '191113.640000', '191114.100000', '191114.560000', '191115.020000', '191115.480000', '191115.940000', '191116.400000', '191116.860000', '191117.320000', '191117.780000', '191118.240000', '191118.700000', '191119.160000', '191119.620000', '191120.080000', '191120.540000', '191121.000000', '191121.460000', '191121.920000', '191122.380000', '191122.840000', '191123.300000', '191123.760000', '191124.220000', '191124.680000', '191125.140000', '191125.600000', '191126.060000', '191126.520000', '191126.980000', '191127.440000', '191127.900000', '191128.360000', '191128.820000', '191129.280000', '191129.740000', '191130.200000', '191130.660000', '191131.120000', '191131.580000', '191132.040000', '191132.500000', '191132.960000', '191133.420000', '191133.880000', '191134.340000', '191134.800000', '191135.260000', '191135.720000', '191136.180000', '191136.640000', '191137.100000', '191137.560000', '191138.020000', '191138.480000', '191138.940000', '191139.400000', '191139.860000', '191140.320000', '191140.780000', '191141.240000', '191141.700000', '191142.160000', '191142.620000', '191143.080000', '191143.540000', '191144.000000', '191144.460000', '191144.920000', '191145.380000', '191145.840000', '191146.300000', '191146.760000', '191147.220000', '191147.680000', '191148.140000', '191148.600000', '191149.060000', '191149.520000', '191149.980000', '191150.440000', '191150.900000', '191151.360000', '191151.820000', '191152.280000', '191152.740000', '191153.200000', '191153.660000', '191154.120000', '191154.580000', '191155.040000', '191155.500000', '191155.960000', '191156.420000', '191156.880000', '191157.340000', '191157.800000', '191158.260000', '191158.720000', '191159.180000', '191159.640000', '191200.100000', '191200.560000', '191201.020000', '191201.480000', '191201.940000', '191202.400000', '191202.860000', '191203.320000', '191203.780000', '191204.240000', '191204.700000', '191205.160000', '191205.620000', '191206.080000', '191206.540000', '191207.000000', '191207.460000', '191207.920000', '191208.380000', '191208.840000', '191209.300000', '191209.760000', '191210.220000', '191210.680000', '191211.140000', '191211.600000', '191212.060000', '191212.520000', '191212.980000', '191213.440000', '191213.900000', '191214.360000', '191214.820000', '191215.280000', '191215.740000', '191216.200000', '191216.660000', '191217.120000', '191217.580000', '191218.040000', '191218.500000', '191218.960000', '191219.420000', '191219.880000', '191220.340000', '191220.800000', '191221.260000', '191221.720000', '191222.180000', '191222.640000', '191223.100000', '191223.560000', '191224.020000', '191224.480000', '191224.940000', '191225.400000', '191225.860000', '191226.320000', '191226.780000', '191227.240000', '191227.700000', '191228.160000', '191228.620000', '191229.080000', '191229.540000', '191230.000000', '191230.460000', '191230.920000', '191231.380000', '191231.840000', '191232.300000', '191232.760000', '191233.220000', '191233.680000', '191234.140000', '191234.600000', '191235.060000', '191235.520000', '191235.980000', '191236.440000', '191236.900000', '191237.360000', '191237.820000', '191238.280000', '191238.740000', '191239.200000', '191239.660000', '191240.120000', '191240.580000', '191241.040000', '191241.500000', '191241.960000', '191242.420000', '191242.880000', '191243.340000', '191243.800000', '191244.260000', '191244.720000', '191245.180000', '191245.640000', '191246.100000', '191246.560000', '191247.020000', '191247.480000', '191247.940000', '191248.400000', '191248.860000', '191249.320000', '191249.780000', '191250.240000', '191250.700000', '191251.160000', '191251.620000', '191252.080000', '191252.540000', '191253.000000', '191253.460000', '191253.920000', '191254.380000', '191254.840000', '191255.300000', '191255.760000', '191256.220000', '191256.680000', '191257.140000', '191257.600000', '191258.060000', '191258.520000', '191258.980000', '191259.440000', '191259.900000', '191300.360000', '191300.820000', '191301.280000', '191301.740000', '191302.200000', '191302.660000', '191303.120000', '191303.580000', '191304.040000', '191304.500000', '191304.960000', '191305.420000', '191305.880000', '191306.340000', '191306.800000', '191307.260000', '191307.720000', '191308.180000', '191308.640000', '191309.100000', '191309.560000', '191310.020000', '191310.480000', '191310.940000', '191311.400000', '191311.860000', '191312.320000', '191312.780000', '191313.240000', '191313.700000', '191314.160000', '191314.620000', '191315.080000', '191315.540000', '191316.000000', '191316.460000', '191316.920000', '191317.380000', '191317.840000', '191318.300000', '191318.760000', '191319.220000', '191319.680000', '191320.140000', '191320.600000', '191321.060000', '191321.520000', '191321.980000', '191322.440000', '191322.900000', '191323.360000', '191323.820000', '191324.280000', '191324.740000', '191325.200000', '191325.660000', '191326.120000', '191326.580000', '191327.040000', '191327.500000', '191327.960000', '191328.420000', '191328.880000', '191329.340000', '191329.800000', '191330.260000', '191330.720000', '191331.180000', '191331.640000', '191332.100000', '191332.560000', '191333.020000', '191333.480000', '191333.940000', '191334.400000', '191334.860000', '191335.320000', '191335.780000', '191336.240000', '191336.700000', '191337.160000', '191337.620000', '191338.080000', '191338.540000', '191339.000000', '191339.460000', '191339.920000', '191340.380000', '191340.840000', '191341.300000', '191341.760000', '191342.220000', '191342.680000', '191343.140000', '191343.600000', '191344.060000', '191344.520000', '191344.980000', '191345.440000', '191345.900000', '191346.360000', '191346.820000', '191347.280000', '191347.740000', '191348.200000', '191348.660000', '191349.120000', '191349.580000', '191350.040000', '191350.500000', '191350.960000', '191351.420000', '191351.880000', '191352.340000', '191352.800000', '191353.260000', '191353.720000', '191354.180000', '191354.640000', '191355.100000', '191355.560000', '191356.020000', '191356.480000', '191356.940000', '191357.400000', '191357.860000', '191358.320000', '191358.780000', '191359.240000', '191359.700000', '191400.160000', '191400.620000', '191401.080000', '191401.540000', '191402.000000', '191402.460000', '191402.920000', '191403.380000', '191403.840000', '191404.300000', '191404.760000', '191405.220000', '191405.680000', '191406.140000', '191406.600000', '191407.060000', '191407.520000', '191407.980000', '191408.440000', '191408.900000', '191409.360000', '191409.820000', '191410.280000', '191410.740000', '191411.200000', '191411.660000', '191412.120000', '191412.580000', '191413.040000', '191413.500000', '191413.960000', '191414.420000', '191414.880000', '191415.340000', '191415.800000', '191416.260000', '191416.720000', '191417.180000', '191417.640000', '191418.100000', '191418.560000', '191419.020000', '191419.480000', '191419.940000', '191420.400000', '191420.860000', '191421.320000', '191421.780000', '191422.240000', '191422.700000', '191423.160000', '191423.620000', '191424.080000', '191424.540000', '191425.000000', '191425.460000', '191425.920000', '191426.380000', '191426.840000', '191427.300000', '191427.760000', '191428.220000', '191428.680000', '191429.140000', '191429.600000', '191430.060000', '191430.520000', '191430.980000', '191431.440000', '191431.900000', '191432.360000', '191432.820000', '191433.280000', '191433.740000', '191434.200000', '191434.660000', '191435.120000', '191435.580000', '191436.040000', '191436.500000', '191436.960000', '191437.420000', '191437.880000', '191438.340000', '191438.800000', '191439.260000', '191439.720000', '191440.180000', '191440.640000', '191441.100000', '191441.560000', '191442.020000', '191442.480000', '191442.940000', '191443.400000', '191443.860000', '191444.320000', '191444.780000', '191445.240000', '191445.700000', '191446.160000', '191446.620000', '191447.080000', '191447.540000', '191448.000000', '191448.460000', '191448.920000', '191449.380000', '191449.840000', '191450.300000', '191450.760000', '191451.220000', '191451.680000', '191452.140000', '191452.600000', '191453.060000', '191453.520000', '191453.980000', '191454.440000', '191454.900000', '191455.360000', '191455.820000', '191456.280000', '191456.740000', '191457.200000', '191457.660000', '191458.120000', '191458.580000', '191459.040000', '191459.500000', '191459.960000', '191500.420000', '191500.880000', '191501.340000', '191501.800000', '191502.260000', '191502.720000', '191503.180000', '191503.640000', '191504.100000', '191504.560000', '191505.020000', '191505.480000', '191505.940000', '191506.400000', '191506.860000', '191507.320000', '191507.780000', '191508.240000', '191508.700000', '191509.160000', '191509.620000', '191510.080000', '191510.540000', '191511.000000', '191511.460000', '191511.920000', '191512.380000', '191512.840000', '191513.300000', '191513.760000', '191514.220000', '191514.680000', '191515.140000', '191515.600000', '191516.060000', '191516.520000', '191516.980000', '191517.440000', '191517.900000', '191518.360000', '191518.820000', '191519.280000', '191519.740000', '191520.200000', '191520.660000', '191521.120000', '191521.580000', '191522.040000', '191522.500000', '191522.960000', '191523.420000', '191523.880000', '191524.340000', '191524.800000', '191525.260000', '191525.720000', '191526.180000', '191526.640000', '191527.100000', '191527.560000', '191528.020000', '191528.480000', '191528.940000', '191529.400000', '191529.860000', '191530.320000', '191530.780000', '191531.240000', '191531.700000', '191532.160000', '191532.620000', '191533.080000', '191533.540000', '191534.000000', '191534.460000', '191534.920000', '191535.380000', '191535.840000', '191536.300000', '191536.760000', '191537.220000', '191537.680000', '191538.140000', '191538.600000', '191539.060000', '191539.520000', '191539.980000', '191540.440000', '191540.900000', '191541.360000', '191541.820000', '191542.280000', '191542.740000', '191543.200000', '191543.660000', '191544.120000', '191544.580000', '191545.040000', '191545.500000', '191545.960000', '191546.420000', '191546.880000', '191547.340000', '191547.800000', '191548.260000', '191548.720000', '191549.180000', '191549.640000', '191550.100000', '191550.560000', '191551.020000', '191551.480000', '191551.940000', '191552.400000', '191552.860000', '191553.320000', '191553.780000', '191554.240000', '191554.700000', '191555.160000', '191555.620000', '191556.080000', '191556.540000', '191557.000000', '191557.460000', '191557.920000', '191558.380000', '191558.840000', '191559.300000', '191559.760000', '191600.220000', '191600.680000', '191601.140000', '191601.600000', '191602.060000', '191602.520000', '191602.980000', '191603.440000', '191603.900000', '191604.360000', '191604.820000', '191605.280000', '191605.740000', '191606.200000', '191606.660000', '191607.120000', '191607.580000', '191608.040000', '191608.500000', '191608.960000', '191609.420000', '191609.880000', '191610.340000', '191610.800000', '191611.260000', '191611.720000', '191612.180000', '191612.640000', '191613.100000', '191613.560000', '191614.020000', '191614.480000', '191614.940000', '191615.400000', '191615.860000', '191616.320000', '191616.780000', '191617.240000', '191617.700000', '191618.160000', '191618.620000', '191619.080000', '191619.540000', '191620.000000', '191620.460000', '191620.920000', '191621.380000', '191621.840000', '191622.300000', '191622.760000', '191623.220000', '191623.680000', '191624.140000', '191624.600000', '191625.060000', '191625.520000', '191625.980000', '191626.440000', '191626.900000', '191627.360000', '191627.820000', '191628.280000', '191628.740000', '191629.200000', '191629.660000', '191630.120000', '191630.580000', '191631.040000', '191631.500000', '191631.960000', '191632.420000', '191632.880000', '191633.340000', '191633.800000', '191634.260000', '191634.720000', '191635.180000', '191635.640000', '191636.100000', '191636.560000', '191637.020000', '191637.480000', '191637.940000', '191638.400000', '191638.860000', '191639.320000', '191639.780000', '191640.240000', '191640.700000', '191641.160000', '191641.620000', '191642.080000', '191642.540000', '191643.000000', '191643.460000', '191643.920000', '191644.380000', '191644.840000', '191645.300000', '191645.760000', '191646.220000', '191646.680000', '191647.140000', '191647.600000', '191648.060000', '191648.520000', '191648.980000', '191649.440000', '191649.900000', '191650.360000', '191650.820000', '191651.280000', '191651.740000', '191652.200000', '191652.660000', '191653.120000', '191653.580000', '191654.040000', '191654.500000', '191654.960000', '191655.420000', '191655.880000', '191656.340000', '191656.800000', '191657.260000', '191657.720000', '191658.180000', '191658.640000', '191659.100000', '191659.560000', '191700.020000', '191700.480000', '191700.940000', '191701.400000', '191701.860000', '191702.320000', '191702.780000', '191703.240000', '191703.700000', '191704.160000', '191704.620000', '191705.080000', '191705.540000', '191706.000000', '191706.460000', '191706.920000', '191707.380000', '191707.840000', '191708.300000', '191708.760000', '191709.220000', '191709.680000', '191710.140000', '191710.600000', '191711.060000', '191711.520000', '191711.980000', '191712.440000', '191712.900000', '191713.360000', '191713.820000', '191714.280000', '191714.740000', '191715.200000', '191715.660000', '191716.120000', '191716.580000', '191717.040000', '191717.500000', '191717.960000', '191718.420000', '191718.880000', '191719.340000', '191719.800000', '191720.260000', '191720.720000', '191721.180000', '191721.640000', '191722.100000', '191722.560000', '191723.020000', '191723.480000', '191723.940000', '191724.400000', '191724.860000', '191725.320000', '191725.780000', '191726.240000', '191726.700000', '191727.160000', '191727.620000', '191728.080000', '191728.540000', '191729.000000', '191729.460000', '191729.920000', '191730.380000', '191730.840000', '191731.300000', '191731.760000', '191732.220000', '191732.680000', '191733.140000', '191733.600000', '191734.060000', '191734.520000', '191734.980000', '191735.440000', '191735.900000', '191736.360000', '191736.820000', '191737.280000', '191737.740000', '191738.200000', '191738.660000', '191739.120000', '191739.580000', '191740.040000', '191740.500000', '191740.960000', '191741.420000', '191741.880000', '191742.340000', '191742.800000', '191743.260000', '191743.720000', '191744.180000', '191744.640000', '191745.100000', '191745.560000', '191746.020000', '191746.480000', '191746.940000', '191747.400000', '191747.860000', '191748.320000', '191748.780000', '191749.240000', '191749.700000', '191750.160000', '191750.620000', '191751.080000', '191751.540000', '191752.000000', '191752.460000', '191752.920000', '191753.380000', '191753.840000', '191754.300000', '191754.760000', '191755.220000', '191755.680000', '191756.140000', '191756.600000', '191757.060000', '191757.520000', '191757.980000', '191758.440000', '191758.900000', '191759.360000', '191759.820000', '191800.280000', '191800.740000', '191801.200000', '191801.660000', '191802.120000', '191802.580000', '191803.040000', '191803.500000', '191803.960000', '191804.420000', '191804.880000', '191805.340000', '191805.800000', '191806.260000', '191806.720000', '191807.180000', '191807.640000', '191808.100000', '191808.560000'], 'ContentTime': ['191028.478000', '191028.481000', '191028.483000', '191028.486000', '191028.489000', '191028.491000', '191028.494000', '191028.497000', '191028.499000', '191028.502000', '191028.504000', '191028.507000', '191028.518000', '191028.520000', '191028.523000', '191028.526000', '191028.528000', '191028.531000', '191028.533000', '191028.536000', '191028.539000', '191028.541000', '191028.544000', '191028.546000', '191028.549000', '191028.552000', '191028.554000', '191028.557000', '191028.560000', '191028.562000', '191028.565000', '191028.567000', '191028.570000', '191028.573000', '191028.575000', '191028.578000', '191028.580000', '191028.583000', '191028.586000', '191028.588000', '191028.591000', '191028.594000', '191028.596000', '191028.599000', '191028.601000', '191028.604000', '191028.606000', '191028.609000', '191028.612000', '191028.614000', '191028.617000', '191028.619000', '191028.622000', '191028.624000', '191028.627000', '191028.635000', '191028.638000', '191028.640000', '191028.643000', '191028.645000', '191028.648000', '191028.651000', '191048.446000', '191048.457000', '191048.460000', '191048.463000', '191048.465000', '191048.468000', '191048.470000', '191048.473000', '191048.476000', '191048.478000', '191048.481000', '191048.483000', '191048.486000', '191048.489000', '191048.491000', '191048.494000', '191048.496000', '191048.499000', '191048.501000', '191048.504000', '191048.507000', '191048.509000', '191048.512000', '191048.514000', '191048.517000', '191048.520000', '191048.522000', '191048.525000', '191048.528000', '191048.531000', '191048.533000', '191048.536000', '191048.538000', '191048.541000', '191048.544000', '191048.546000', '191048.549000', '191048.552000', '191048.555000', '191048.558000', '191048.564000', '191048.567000', '191048.570000', '191108.447000', '191108.449000', '191108.452000', '191108.455000', '191108.457000', '191108.460000', '191108.462000', '191108.465000', '191108.468000', '191108.470000', '191108.473000', '191108.475000', '191108.478000', '191108.481000', '191108.483000', '191108.486000', '191108.489000', '191108.491000', '191108.494000', '191108.496000', '191108.499000', '191108.532000', '191108.534000', '191108.537000', '191108.540000', '191108.542000', '191108.545000', '191108.547000', '191108.550000', '191108.553000', '191108.555000', '191108.558000', '191108.560000', '191108.563000', '191108.566000', '191108.568000', '191108.571000', '191108.574000', '191108.576000', '191108.579000', '191108.581000', '191108.584000', '191108.586000', '191108.589000', '191128.446000', '191128.449000', '191128.452000', '191128.454000', '191128.457000', '191128.460000', '191128.462000', '191128.465000', '191128.467000', '191128.470000', '191128.473000', '191128.475000', '191128.478000', '191128.481000', '191128.483000', '191128.486000', '191128.488000', '191128.491000', '191128.494000', '191128.496000', '191128.499000', '191128.501000', '191128.504000', '191128.507000', '191128.509000', '191128.512000', '191128.514000', '191128.517000', '191128.520000', '191128.523000', '191128.526000', '191128.529000', '191128.532000', '191128.534000', '191128.537000', '191128.540000', '191128.542000', '191128.545000', '191128.547000', '191128.550000', '191128.552000', '191128.555000', '191128.558000', '191148.446000', '191148.449000', '191148.452000', '191148.455000', '191148.457000', '191148.460000', '191148.462000', '191148.465000', '191148.468000', '191148.470000', '191148.473000', '191148.476000', '191148.478000', '191148.481000', '191148.483000', '191148.486000', '191148.499000', '191148.501000', '191148.504000', '191148.506000', '191148.509000', '191148.512000', '191148.514000', '191148.517000', '191148.520000', '191148.522000', '191148.525000', '191148.527000', '191148.530000', '191148.533000', '191148.535000', '191148.538000', '191148.540000', '191148.543000', '191148.546000', '191148.548000', '191148.551000', '191148.554000', '191148.556000', '191148.559000', '191148.561000', '191148.564000', '191148.566000', '191148.569000', '191208.445000', '191208.448000', '191208.451000', '191208.453000', '191208.461000', '191208.463000', '191208.466000', '191208.469000', '191208.471000', '191208.474000', '191208.476000', '191208.479000', '191208.482000', '191208.484000', '191208.487000', '191208.489000', '191208.492000', '191208.495000', '191208.497000', '191208.500000', '191208.502000', '191208.505000', '191208.508000', '191208.510000', '191208.513000', '191208.516000', '191208.518000', '191208.521000', '191208.523000', '191208.526000', '191208.529000', '191208.531000', '191208.534000', '191208.536000', '191208.539000', '191208.542000', '191208.544000', '191208.547000', '191208.549000', '191208.552000', '191208.555000', '191208.558000', '191208.561000', '191228.447000', '191228.449000', '191228.452000', '191228.455000', '191228.457000', '191228.460000', '191228.463000', '191228.465000', '191228.468000', '191228.470000', '191228.473000', '191228.476000', '191228.478000', '191228.481000', '191228.484000', '191228.486000', '191228.489000', '191228.491000', '191228.494000', '191228.497000', '191228.499000', '191228.502000', '191228.504000', '191228.507000', '191228.510000', '191228.512000', '191228.515000', '191228.517000', '191228.520000', '191228.523000', '191228.525000', '191228.528000', '191228.531000', '191228.533000', '191228.536000', '191228.538000', '191228.541000', '191228.543000', '191228.546000', '191228.549000', '191228.551000', '191228.554000', '191228.556000', '191228.559000', '191248.446000', '191248.449000', '191248.452000', '191248.455000', '191248.457000', '191248.460000', '191248.462000', '191248.465000', '191248.468000', '191248.470000', '191248.473000', '191248.475000', '191248.478000', '191248.481000', '191248.483000', '191248.486000', '191248.497000', '191248.500000', '191248.502000', '191248.505000', '191248.507000', '191248.510000', '191248.513000', '191248.515000', '191248.518000', '191248.520000', '191248.523000', '191248.526000', '191248.528000', '191248.531000', '191248.533000', '191248.536000', '191248.539000', '191248.541000', '191248.544000', '191248.546000', '191248.549000', '191248.552000', '191248.554000', '191248.557000', '191248.559000', '191248.562000', '191248.565000', '191308.447000', '191308.450000', '191308.453000', '191308.456000', '191308.458000', '191308.461000', '191308.463000', '191308.466000', '191308.469000', '191308.471000', '191308.474000', '191308.476000', '191308.479000', '191308.482000', '191308.484000', '191308.487000', '191308.490000', '191308.492000', '191308.495000', '191308.498000', '191308.500000', '191308.503000', '191308.505000', '191308.508000', '191308.511000', '191308.513000', '191308.516000', '191308.518000', '191308.521000', '191308.524000', '191308.526000', '191308.529000', '191308.531000', '191308.534000', '191308.537000', '191308.539000', '191308.542000', '191308.544000', '191308.547000', '191308.550000', '191308.552000', '191308.555000', '191308.557000', '191308.560000', '191328.446000', '191328.449000', '191328.452000', '191328.455000', '191328.457000', '191328.460000', '191328.463000', '191328.465000', '191328.468000', '191328.470000', '191328.473000', '191328.476000', '191328.478000', '191328.481000', '191328.483000', '191328.486000', '191328.489000', '191328.491000', '191328.494000', '191328.496000', '191328.499000', '191328.502000', '191328.504000', '191328.507000', '191328.509000', '191328.512000', '191328.515000', '191328.517000', '191328.520000', '191328.523000', '191328.525000', '191328.528000', '191328.530000', '191328.533000', '191328.536000', '191328.538000', '191328.541000', '191328.543000', '191328.546000', '191328.549000', '191328.551000', '191328.554000', '191328.557000', '191348.446000', '191348.449000', '191348.452000', '191348.455000', '191348.457000', '191348.460000', '191348.463000', '191348.465000', '191348.468000', '191348.470000', '191348.473000', '191348.476000', '191348.478000', '191348.481000', '191348.484000', '191348.486000', '191348.489000', '191348.491000', '191348.494000', '191348.497000', '191348.499000', '191348.502000', '191348.504000', '191348.507000', '191348.510000', '191348.512000', '191348.515000', '191348.517000', '191348.520000', '191348.523000', '191348.525000', '191348.528000', '191348.531000', '191348.533000', '191348.536000', '191348.538000', '191348.541000', '191348.544000', '191348.546000', '191348.549000', '191348.551000', '191348.554000', '191348.557000', '191348.559000', '191408.446000', '191408.449000', '191408.452000', '191408.455000', '191408.457000', '191408.460000', '191408.462000', '191408.465000', '191408.468000', '191408.470000', '191408.473000', '191408.475000', '191408.478000', '191408.481000', '191408.483000', '191408.486000', '191408.488000', '191408.491000', '191408.494000', '191408.496000', '191408.499000', '191408.502000', '191408.504000', '191408.507000', '191408.509000', '191408.512000', '191408.515000', '191408.517000', '191408.520000', '191408.522000', '191408.525000', '191408.528000', '191408.530000', '191408.533000', '191408.535000', '191408.538000', '191408.541000', '191408.543000', '191408.546000', '191408.548000', '191408.551000', '191408.563000', '191408.566000', '191428.445000', '191428.448000', '191428.451000', '191428.454000', '191428.456000', '191428.459000', '191428.461000', '191428.464000', '191428.467000', '191428.469000', '191428.472000', '191428.475000', '191428.477000', '191428.480000', '191428.483000', '191428.485000', '191428.488000', '191428.491000', '191428.493000', '191428.496000', '191428.499000', '191428.501000', '191428.504000', '191428.506000', '191428.509000', '191428.512000', '191428.514000', '191428.517000', '191428.520000', '191428.522000', '191428.525000', '191428.528000', '191428.530000', '191428.533000', '191428.535000', '191428.538000', '191428.541000', '191428.543000', '191428.546000', '191428.548000', '191428.551000', '191428.554000', '191428.556000', '191428.559000', '191448.447000', '191448.449000', '191448.452000', '191448.455000', '191448.457000', '191448.460000', '191448.462000', '191448.465000', '191448.468000', '191448.470000', '191448.473000', '191448.475000', '191448.478000', '191448.481000', '191448.483000', '191448.486000', '191448.489000', '191448.491000', '191448.494000', '191448.496000', '191448.499000', '191448.501000', '191448.504000', '191448.507000', '191448.509000', '191448.512000', '191448.515000', '191448.517000', '191448.520000', '191448.522000', '191448.525000', '191448.528000', '191448.530000', '191448.533000', '191448.535000', '191448.538000', '191448.541000', '191448.543000', '191448.546000', '191448.549000', '191448.551000', '191448.554000', '191448.556000', '191508.447000', '191508.449000', '191508.452000', '191508.455000', '191508.457000', '191508.460000', '191508.462000', '191508.465000', '191508.468000', '191508.470000', '191508.473000', '191508.476000', '191508.478000', '191508.481000', '191508.484000', '191508.486000', '191508.489000', '191508.491000', '191508.494000', '191508.497000', '191508.499000', '191508.502000', '191508.504000', '191508.507000', '191508.509000', '191508.512000', '191508.515000', '191508.517000', '191508.520000', '191508.523000', '191508.525000', '191508.528000', '191508.531000', '191508.533000', '191508.536000', '191508.538000', '191508.541000', '191508.543000', '191508.546000', '191508.549000', '191508.551000', '191508.554000', '191508.557000', '191508.559000', '191528.446000', '191528.449000', '191528.452000', '191528.455000', '191528.457000', '191528.460000', '191528.462000', '191528.465000', '191528.468000', '191528.472000', '191528.475000', '191528.478000', '191528.480000', '191528.483000', '191528.486000', '191528.488000', '191528.491000', '191528.493000', '191528.496000', '191528.498000', '191528.501000', '191528.504000', '191528.511000', '191528.514000', '191528.517000', '191528.519000', '191528.522000', '191528.525000', '191528.527000', '191528.530000', '191528.532000', '191528.535000', '191528.538000', '191528.540000', '191528.543000', '191528.545000', '191528.548000', '191528.551000', '191528.553000', '191528.556000', '191528.558000', '191528.561000', '191528.564000', '191548.447000', '191548.450000', '191548.452000', '191548.455000', '191548.457000', '191548.460000', '191548.463000', '191548.465000', '191548.468000', '191548.481000', '191548.484000', '191548.486000', '191548.489000', '191548.492000', '191548.494000', '191548.497000', '191548.500000', '191548.502000', '191548.505000', '191548.507000', '191548.510000', '191548.513000', '191548.515000', '191548.518000', '191548.520000', '191548.523000', '191548.526000', '191548.529000', '191548.531000', '191548.534000', '191548.537000', '191548.539000', '191548.542000', '191548.545000', '191548.547000', '191548.550000', '191548.552000', '191548.555000', '191548.558000', '191548.560000', '191548.563000', '191548.566000', '191548.568000', '191548.571000', '191608.447000', '191608.450000', '191608.452000', '191608.455000', '191608.458000', '191608.460000', '191608.463000', '191608.466000', '191608.468000', '191608.471000', '191608.474000', '191608.476000', '191608.479000', '191608.481000', '191608.484000', '191608.487000', '191608.489000', '191608.492000', '191608.494000', '191608.497000', '191608.500000', '191608.502000', '191608.505000', '191608.508000', '191608.510000', '191608.513000', '191608.515000', '191608.518000', '191608.521000', '191608.523000', '191608.526000', '191608.528000', '191608.531000', '191608.534000', '191608.536000', '191608.539000', '191608.541000', '191608.544000', '191608.547000', '191608.549000', '191608.552000', '191608.554000', '191608.557000', '191628.447000', '191628.450000', '191628.452000', '191628.455000', '191628.458000', '191628.460000', '191628.463000', '191628.465000', '191628.468000', '191628.471000', '191628.473000', '191628.476000', '191628.479000', '191628.481000', '191628.484000', '191628.486000', '191628.489000', '191628.492000', '191628.494000', '191628.497000', '191628.500000', '191628.502000', '191628.505000', '191628.507000', '191628.510000', '191628.513000', '191628.515000', '191628.518000', '191628.520000', '191628.523000', '191628.526000', '191628.528000', '191628.531000', '191628.534000', '191628.536000', '191628.539000', '191628.541000', '191628.544000', '191628.547000', '191628.549000', '191628.552000', '191628.554000', '191628.557000', '191628.559000', '191648.446000', '191648.449000', '191648.451000', '191648.454000', '191648.456000', '191648.459000', '191648.462000', '191648.465000', '191648.467000', '191648.470000', '191648.472000', '191648.475000', '191648.478000', '191648.480000', '191648.483000', '191648.486000', '191648.488000', '191648.491000', '191648.493000', '191648.496000', '191648.499000', '191648.501000', '191648.504000', '191648.507000', '191648.509000', '191648.512000', '191648.514000', '191648.517000', '191648.520000', '191648.522000', '191648.525000', '191648.527000', '191648.530000', '191648.533000', '191648.535000', '191648.538000', '191648.541000', '191648.543000', '191648.546000', '191648.548000', '191648.551000', '191648.554000', '191648.556000', '191708.446000', '191708.449000', '191708.452000', '191708.455000', '191708.457000', '191708.460000', '191708.463000', '191708.465000', '191708.468000', '191708.471000', '191708.474000', '191708.477000', '191708.481000', '191708.484000', '191708.486000', '191708.489000', '191708.491000', '191708.494000', '191708.497000', '191708.499000', '191708.515000', '191708.518000', '191708.520000', '191708.523000', '191708.526000', '191708.528000', '191708.531000', '191708.533000', '191708.536000', '191708.539000', '191708.541000', '191708.544000', '191708.546000', '191708.549000', '191708.552000', '191708.554000', '191708.557000', '191708.559000', '191708.562000', '191708.565000', '191708.567000', '191708.570000', '191708.573000', '191728.446000', '191728.449000', '191728.452000', '191728.455000', '191728.457000', '191728.460000', '191728.463000', '191728.465000', '191728.468000', '191728.470000', '191728.473000', '191728.476000', '191728.478000', '191728.481000', '191728.484000', '191728.486000', '191728.489000', '191728.492000', '191728.494000', '191728.497000', '191728.500000', '191728.502000', '191728.505000', '191728.507000', '191728.510000', '191728.513000', '191728.515000', '191728.518000', '191728.521000', '191728.523000', '191728.526000', '191728.528000', '191728.531000', '191728.534000', '191728.536000', '191728.539000', '191728.542000', '191728.544000', '191728.547000', '191728.549000', '191728.552000', '191728.555000', '191728.557000', '191728.560000', '191748.446000', '191748.449000', '191748.452000', '191748.455000', '191748.457000', '191748.460000', '191748.463000', '191748.465000', '191748.468000', '191748.470000', '191748.473000', '191748.476000', '191748.478000', '191748.481000', '191748.484000', '191748.487000', '191748.490000', '191748.493000', '191748.496000', '191748.499000', '191748.501000', '191748.504000', '191748.507000', '191748.509000', '191748.512000', '191748.514000', '191748.517000', '191748.520000', '191748.522000', '191748.525000', '191748.528000', '191748.530000', '191748.533000', '191748.536000', '191748.538000', '191748.541000', '191748.543000', '191748.546000', '191748.549000', '191748.552000', '191748.554000', '191748.557000', '191748.559000', '191808.447000', '191808.449000', '191808.452000', '191808.455000', '191808.457000', '191808.460000', '191808.463000', '191808.465000', '191808.468000', '191808.471000', '191808.473000', '191808.476000', '191808.479000', '191808.481000', '191808.484000', '191808.486000', '191808.489000', '191808.492000', '191808.494000', '191808.497000', '191808.500000', '191808.502000', '191808.505000', '191808.508000', '191808.510000', '191808.513000', '191808.515000', '191808.518000', '191808.520000', '191808.523000', '191808.526000', '191808.528000', '191808.531000', '191808.534000', '191808.536000', '191808.539000', '191808.541000', '191808.544000', '191808.547000', '191808.549000', '191808.552000', '191808.554000', '191808.557000', '191808.560000', '191809.629000', '191809.632000', '191809.634000'], 'InstanceCreationTime': ['191028.478000', '191028.481000', '191028.483000', '191028.486000', '191028.489000', '191028.491000', '191028.494000', '191028.497000', '191028.499000', '191028.502000', '191028.504000', '191028.507000', '191028.518000', '191028.520000', '191028.523000', '191028.526000', '191028.528000', '191028.531000', '191028.533000', '191028.536000', '191028.539000', '191028.541000', '191028.544000', '191028.546000', '191028.549000', '191028.552000', '191028.554000', '191028.557000', '191028.560000', '191028.562000', '191028.565000', '191028.567000', '191028.570000', '191028.573000', '191028.575000', '191028.578000', '191028.580000', '191028.583000', '191028.586000', '191028.588000', '191028.591000', '191028.594000', '191028.596000', '191028.599000', '191028.601000', '191028.604000', '191028.606000', '191028.609000', '191028.612000', '191028.614000', '191028.617000', '191028.619000', '191028.622000', '191028.624000', '191028.627000', '191028.635000', '191028.638000', '191028.640000', '191028.643000', '191028.645000', '191028.648000', '191028.651000', '191048.446000', '191048.457000', '191048.460000', '191048.463000', '191048.465000', '191048.468000', '191048.470000', '191048.473000', '191048.476000', '191048.478000', '191048.481000', '191048.483000', '191048.486000', '191048.489000', '191048.491000', '191048.494000', '191048.496000', '191048.499000', '191048.501000', '191048.504000', '191048.507000', '191048.509000', '191048.512000', '191048.514000', '191048.517000', '191048.520000', '191048.522000', '191048.525000', '191048.528000', '191048.531000', '191048.533000', '191048.536000', '191048.538000', '191048.541000', '191048.544000', '191048.546000', '191048.549000', '191048.552000', '191048.555000', '191048.558000', '191048.564000', '191048.567000', '191048.570000', '191108.447000', '191108.449000', '191108.452000', '191108.455000', '191108.457000', '191108.460000', '191108.462000', '191108.465000', '191108.468000', '191108.470000', '191108.473000', '191108.475000', '191108.478000', '191108.481000', '191108.483000', '191108.486000', '191108.489000', '191108.491000', '191108.494000', '191108.496000', '191108.499000', '191108.532000', '191108.534000', '191108.537000', '191108.540000', '191108.542000', '191108.545000', '191108.547000', '191108.550000', '191108.553000', '191108.555000', '191108.558000', '191108.560000', '191108.563000', '191108.566000', '191108.568000', '191108.571000', '191108.574000', '191108.576000', '191108.579000', '191108.581000', '191108.584000', '191108.586000', '191108.589000', '191128.446000', '191128.449000', '191128.452000', '191128.454000', '191128.457000', '191128.460000', '191128.462000', '191128.465000', '191128.467000', '191128.470000', '191128.473000', '191128.475000', '191128.478000', '191128.481000', '191128.483000', '191128.486000', '191128.488000', '191128.491000', '191128.494000', '191128.496000', '191128.499000', '191128.501000', '191128.504000', '191128.507000', '191128.509000', '191128.512000', '191128.514000', '191128.517000', '191128.520000', '191128.523000', '191128.526000', '191128.529000', '191128.532000', '191128.534000', '191128.537000', '191128.540000', '191128.542000', '191128.545000', '191128.547000', '191128.550000', '191128.552000', '191128.555000', '191128.558000', '191148.446000', '191148.449000', '191148.452000', '191148.455000', '191148.457000', '191148.460000', '191148.462000', '191148.465000', '191148.468000', '191148.470000', '191148.473000', '191148.476000', '191148.478000', '191148.481000', '191148.483000', '191148.486000', '191148.499000', '191148.501000', '191148.504000', '191148.506000', '191148.509000', '191148.512000', '191148.514000', '191148.517000', '191148.520000', '191148.522000', '191148.525000', '191148.527000', '191148.530000', '191148.533000', '191148.535000', '191148.538000', '191148.540000', '191148.543000', '191148.546000', '191148.548000', '191148.551000', '191148.554000', '191148.556000', '191148.559000', '191148.561000', '191148.564000', '191148.566000', '191148.569000', '191208.445000', '191208.448000', '191208.451000', '191208.453000', '191208.461000', '191208.463000', '191208.466000', '191208.469000', '191208.471000', '191208.474000', '191208.476000', '191208.479000', '191208.482000', '191208.484000', '191208.487000', '191208.489000', '191208.492000', '191208.495000', '191208.497000', '191208.500000', '191208.502000', '191208.505000', '191208.508000', '191208.510000', '191208.513000', '191208.516000', '191208.518000', '191208.521000', '191208.523000', '191208.526000', '191208.529000', '191208.531000', '191208.534000', '191208.536000', '191208.539000', '191208.542000', '191208.544000', '191208.547000', '191208.549000', '191208.552000', '191208.555000', '191208.558000', '191208.561000', '191228.447000', '191228.449000', '191228.452000', '191228.455000', '191228.457000', '191228.460000', '191228.463000', '191228.465000', '191228.468000', '191228.470000', '191228.473000', '191228.476000', '191228.478000', '191228.481000', '191228.484000', '191228.486000', '191228.489000', '191228.491000', '191228.494000', '191228.497000', '191228.499000', '191228.502000', '191228.504000', '191228.507000', '191228.510000', '191228.512000', '191228.515000', '191228.517000', '191228.520000', '191228.523000', '191228.525000', '191228.528000', '191228.531000', '191228.533000', '191228.536000', '191228.538000', '191228.541000', '191228.543000', '191228.546000', '191228.549000', '191228.551000', '191228.554000', '191228.556000', '191228.559000', '191248.446000', '191248.449000', '191248.452000', '191248.455000', '191248.457000', '191248.460000', '191248.462000', '191248.465000', '191248.468000', '191248.470000', '191248.473000', '191248.475000', '191248.478000', '191248.481000', '191248.483000', '191248.486000', '191248.497000', '191248.500000', '191248.502000', '191248.505000', '191248.507000', '191248.510000', '191248.513000', '191248.515000', '191248.518000', '191248.520000', '191248.523000', '191248.526000', '191248.528000', '191248.531000', '191248.533000', '191248.536000', '191248.539000', '191248.541000', '191248.544000', '191248.546000', '191248.549000', '191248.552000', '191248.554000', '191248.557000', '191248.559000', '191248.562000', '191248.565000', '191308.447000', '191308.450000', '191308.453000', '191308.456000', '191308.458000', '191308.461000', '191308.463000', '191308.466000', '191308.469000', '191308.471000', '191308.474000', '191308.476000', '191308.479000', '191308.482000', '191308.484000', '191308.487000', '191308.490000', '191308.492000', '191308.495000', '191308.498000', '191308.500000', '191308.503000', '191308.505000', '191308.508000', '191308.511000', '191308.513000', '191308.516000', '191308.518000', '191308.521000', '191308.524000', '191308.526000', '191308.529000', '191308.531000', '191308.534000', '191308.537000', '191308.539000', '191308.542000', '191308.544000', '191308.547000', '191308.550000', '191308.552000', '191308.555000', '191308.557000', '191308.560000', '191328.446000', '191328.449000', '191328.452000', '191328.455000', '191328.457000', '191328.460000', '191328.463000', '191328.465000', '191328.468000', '191328.470000', '191328.473000', '191328.476000', '191328.478000', '191328.481000', '191328.483000', '191328.486000', '191328.489000', '191328.491000', '191328.494000', '191328.496000', '191328.499000', '191328.502000', '191328.504000', '191328.507000', '191328.509000', '191328.512000', '191328.515000', '191328.517000', '191328.520000', '191328.523000', '191328.525000', '191328.528000', '191328.530000', '191328.533000', '191328.536000', '191328.538000', '191328.541000', '191328.543000', '191328.546000', '191328.549000', '191328.551000', '191328.554000', '191328.557000', '191348.446000', '191348.449000', '191348.452000', '191348.455000', '191348.457000', '191348.460000', '191348.463000', '191348.465000', '191348.468000', '191348.470000', '191348.473000', '191348.476000', '191348.478000', '191348.481000', '191348.484000', '191348.486000', '191348.489000', '191348.491000', '191348.494000', '191348.497000', '191348.499000', '191348.502000', '191348.504000', '191348.507000', '191348.510000', '191348.512000', '191348.515000', '191348.517000', '191348.520000', '191348.523000', '191348.525000', '191348.528000', '191348.531000', '191348.533000', '191348.536000', '191348.538000', '191348.541000', '191348.544000', '191348.546000', '191348.549000', '191348.551000', '191348.554000', '191348.557000', '191348.559000', '191408.446000', '191408.449000', '191408.452000', '191408.455000', '191408.457000', '191408.460000', '191408.462000', '191408.465000', '191408.468000', '191408.470000', '191408.473000', '191408.475000', '191408.478000', '191408.481000', '191408.483000', '191408.486000', '191408.488000', '191408.491000', '191408.494000', '191408.496000', '191408.499000', '191408.502000', '191408.504000', '191408.507000', '191408.509000', '191408.512000', '191408.515000', '191408.517000', '191408.520000', '191408.522000', '191408.525000', '191408.528000', '191408.530000', '191408.533000', '191408.535000', '191408.538000', '191408.541000', '191408.543000', '191408.546000', '191408.548000', '191408.551000', '191408.563000', '191408.566000', '191428.445000', '191428.448000', '191428.451000', '191428.454000', '191428.456000', '191428.459000', '191428.461000', '191428.464000', '191428.467000', '191428.469000', '191428.472000', '191428.475000', '191428.477000', '191428.480000', '191428.483000', '191428.485000', '191428.488000', '191428.491000', '191428.493000', '191428.496000', '191428.499000', '191428.501000', '191428.504000', '191428.506000', '191428.509000', '191428.512000', '191428.514000', '191428.517000', '191428.520000', '191428.522000', '191428.525000', '191428.528000', '191428.530000', '191428.533000', '191428.535000', '191428.538000', '191428.541000', '191428.543000', '191428.546000', '191428.548000', '191428.551000', '191428.554000', '191428.556000', '191428.559000', '191448.447000', '191448.449000', '191448.452000', '191448.455000', '191448.457000', '191448.460000', '191448.462000', '191448.465000', '191448.468000', '191448.470000', '191448.473000', '191448.475000', '191448.478000', '191448.481000', '191448.483000', '191448.486000', '191448.489000', '191448.491000', '191448.494000', '191448.496000', '191448.499000', '191448.501000', '191448.504000', '191448.507000', '191448.509000', '191448.512000', '191448.515000', '191448.517000', '191448.520000', '191448.522000', '191448.525000', '191448.528000', '191448.530000', '191448.533000', '191448.535000', '191448.538000', '191448.541000', '191448.543000', '191448.546000', '191448.549000', '191448.551000', '191448.554000', '191448.556000', '191508.447000', '191508.449000', '191508.452000', '191508.455000', '191508.457000', '191508.460000', '191508.462000', '191508.465000', '191508.468000', '191508.470000', '191508.473000', '191508.476000', '191508.478000', '191508.481000', '191508.484000', '191508.486000', '191508.489000', '191508.491000', '191508.494000', '191508.497000', '191508.499000', '191508.502000', '191508.504000', '191508.507000', '191508.509000', '191508.512000', '191508.515000', '191508.517000', '191508.520000', '191508.523000', '191508.525000', '191508.528000', '191508.531000', '191508.533000', '191508.536000', '191508.538000', '191508.541000', '191508.543000', '191508.546000', '191508.549000', '191508.551000', '191508.554000', '191508.557000', '191508.559000', '191528.446000', '191528.449000', '191528.452000', '191528.455000', '191528.457000', '191528.460000', '191528.462000', '191528.465000', '191528.468000', '191528.472000', '191528.475000', '191528.478000', '191528.480000', '191528.483000', '191528.486000', '191528.488000', '191528.491000', '191528.493000', '191528.496000', '191528.498000', '191528.501000', '191528.504000', '191528.511000', '191528.514000', '191528.517000', '191528.519000', '191528.522000', '191528.525000', '191528.527000', '191528.530000', '191528.532000', '191528.535000', '191528.538000', '191528.540000', '191528.543000', '191528.545000', '191528.548000', '191528.551000', '191528.553000', '191528.556000', '191528.558000', '191528.561000', '191528.564000', '191548.447000', '191548.450000', '191548.452000', '191548.455000', '191548.457000', '191548.460000', '191548.463000', '191548.465000', '191548.468000', '191548.481000', '191548.484000', '191548.486000', '191548.489000', '191548.492000', '191548.494000', '191548.497000', '191548.500000', '191548.502000', '191548.505000', '191548.507000', '191548.510000', '191548.513000', '191548.515000', '191548.518000', '191548.520000', '191548.523000', '191548.526000', '191548.529000', '191548.531000', '191548.534000', '191548.537000', '191548.539000', '191548.542000', '191548.545000', '191548.547000', '191548.550000', '191548.552000', '191548.555000', '191548.558000', '191548.560000', '191548.563000', '191548.566000', '191548.568000', '191548.571000', '191608.447000', '191608.450000', '191608.452000', '191608.455000', '191608.458000', '191608.460000', '191608.463000', '191608.466000', '191608.468000', '191608.471000', '191608.474000', '191608.476000', '191608.479000', '191608.481000', '191608.484000', '191608.487000', '191608.489000', '191608.492000', '191608.494000', '191608.497000', '191608.500000', '191608.502000', '191608.505000', '191608.508000', '191608.510000', '191608.513000', '191608.515000', '191608.518000', '191608.521000', '191608.523000', '191608.526000', '191608.528000', '191608.531000', '191608.534000', '191608.536000', '191608.539000', '191608.541000', '191608.544000', '191608.547000', '191608.549000', '191608.552000', '191608.554000', '191608.557000', '191628.447000', '191628.450000', '191628.452000', '191628.455000', '191628.458000', '191628.460000', '191628.463000', '191628.465000', '191628.468000', '191628.471000', '191628.473000', '191628.476000', '191628.479000', '191628.481000', '191628.484000', '191628.486000', '191628.489000', '191628.492000', '191628.494000', '191628.497000', '191628.500000', '191628.502000', '191628.505000', '191628.507000', '191628.510000', '191628.513000', '191628.515000', '191628.518000', '191628.520000', '191628.523000', '191628.526000', '191628.528000', '191628.531000', '191628.534000', '191628.536000', '191628.539000', '191628.541000', '191628.544000', '191628.547000', '191628.549000', '191628.552000', '191628.554000', '191628.557000', '191628.559000', '191648.446000', '191648.449000', '191648.451000', '191648.454000', '191648.456000', '191648.459000', '191648.462000', '191648.465000', '191648.467000', '191648.470000', '191648.472000', '191648.475000', '191648.478000', '191648.480000', '191648.483000', '191648.486000', '191648.488000', '191648.491000', '191648.493000', '191648.496000', '191648.499000', '191648.501000', '191648.504000', '191648.507000', '191648.509000', '191648.512000', '191648.514000', '191648.517000', '191648.520000', '191648.522000', '191648.525000', '191648.527000', '191648.530000', '191648.533000', '191648.535000', '191648.538000', '191648.541000', '191648.543000', '191648.546000', '191648.548000', '191648.551000', '191648.554000', '191648.556000', '191708.446000', '191708.449000', '191708.452000', '191708.455000', '191708.457000', '191708.460000', '191708.463000', '191708.465000', '191708.468000', '191708.471000', '191708.474000', '191708.477000', '191708.481000', '191708.484000', '191708.486000', '191708.489000', '191708.491000', '191708.494000', '191708.497000', '191708.499000', '191708.515000', '191708.518000', '191708.520000', '191708.523000', '191708.526000', '191708.528000', '191708.531000', '191708.533000', '191708.536000', '191708.539000', '191708.541000', '191708.544000', '191708.546000', '191708.549000', '191708.552000', '191708.554000', '191708.557000', '191708.559000', '191708.562000', '191708.565000', '191708.567000', '191708.570000', '191708.573000', '191728.446000', '191728.449000', '191728.452000', '191728.455000', '191728.457000', '191728.460000', '191728.463000', '191728.465000', '191728.468000', '191728.470000', '191728.473000', '191728.476000', '191728.478000', '191728.481000', '191728.484000', '191728.486000', '191728.489000', '191728.492000', '191728.494000', '191728.497000', '191728.500000', '191728.502000', '191728.505000', '191728.507000', '191728.510000', '191728.513000', '191728.515000', '191728.518000', '191728.521000', '191728.523000', '191728.526000', '191728.528000', '191728.531000', '191728.534000', '191728.536000', '191728.539000', '191728.542000', '191728.544000', '191728.547000', '191728.549000', '191728.552000', '191728.555000', '191728.557000', '191728.560000', '191748.446000', '191748.449000', '191748.452000', '191748.455000', '191748.457000', '191748.460000', '191748.463000', '191748.465000', '191748.468000', '191748.470000', '191748.473000', '191748.476000', '191748.478000', '191748.481000', '191748.484000', '191748.487000', '191748.490000', '191748.493000', '191748.496000', '191748.499000', '191748.501000', '191748.504000', '191748.507000', '191748.509000', '191748.512000', '191748.514000', '191748.517000', '191748.520000', '191748.522000', '191748.525000', '191748.528000', '191748.530000', '191748.533000', '191748.536000', '191748.538000', '191748.541000', '191748.543000', '191748.546000', '191748.549000', '191748.552000', '191748.554000', '191748.557000', '191748.559000', '191808.447000', '191808.449000', '191808.452000', '191808.455000', '191808.457000', '191808.460000', '191808.463000', '191808.465000', '191808.468000', '191808.471000', '191808.473000', '191808.476000', '191808.479000', '191808.481000', '191808.484000', '191808.486000', '191808.489000', '191808.492000', '191808.494000', '191808.497000', '191808.500000', '191808.502000', '191808.505000', '191808.508000', '191808.510000', '191808.513000', '191808.515000', '191808.518000', '191808.520000', '191808.523000', '191808.526000', '191808.528000', '191808.531000', '191808.534000', '191808.536000', '191808.539000', '191808.541000', '191808.544000', '191808.547000', '191808.549000', '191808.552000', '191808.554000', '191808.557000', '191808.560000', '191809.629000', '191809.632000', '191809.634000'], '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': [9406, 14643, 10771, 13261, 11346, 7837, 14665, 10904, 13997, 11120, 8527, 14468, 11198, 10320, 11753, 9088, 14198, 11348, 9877, 14591, 11623, 8023, 13504, 14461, 10740, 10467, 10392, 8491, 13577, 10590, 7672, 12899, 10859, 8702, 12468, 9796, 14115, 10632, 10335, 13440, 8947, 14182, 11139, 11385, 12497, 8267, 14079, 11089, 10324, 13233, 9127, 13239, 10783, 9256, 13252, 9659, 13733, 10748, 11281, 12407, 8092, 14262, 10427, 11659, 11021, 8285, 14569, 10098, 12446, 10997, 7901, 14203, 11558, 10675, 11225, 7942, 13941, 11200, 10179, 12150, 9969, 10683, 12084, 11594, 11361, 14488, 11307, 8958, 10624, 11774, 10009, 10355, 13923, 11000, 16735, 13430, 11312, 14350, 10901, 9562, 14551, 11550, 12647, 12284, 10417, 12238, 10930, 8789, 15211, 11440, 10854, 12095, 8437, 13854, 10843, 13936, 11354, 11446, 11310, 7858, 12288, 8103, 14418, 10728, 11424, 11031, 7869, 14453, 10611, 12728, 10646, 7777, 13843, 10092, 13693, 10870, 10166, 12779, 8310, 14861, 10403, 14224, 11178, 8923, 14102, 9507, 13469, 10779, 7725, 14502, 11005, 11813, 11260, 8195, 14585, 10271, 13706, 10686, 8401, 12936, 9179, 14166, 10773, 8114, 12636, 9629, 14838, 11404, 8194, 12994, 10330, 12303, 11627, 8119, 13991, 11153, 8018, 14548, 11370, 8548, 13283, 11008, 8098, 14574, 10823, 8763, 15221, 12843, 9364, 17241, 10070, 8754, 10775, 13188, 10525, 10024, 12064, 10280, 8396, 14228, 11335, 8424, 13266, 10803, 8401, 14150, 11258, 9970, 12716, 10202, 11048, 13530, 11940, 15349, 11478, 9231, 14676, 11634, 10405, 13026, 10742, 8897, 12961, 12616, 9848, 12485, 11788, 9897, 8516, 13483, 10588, 11515, 13111, 10066, 10399, 12506, 9798, 14395, 11306, 8059, 14148, 11180, 8754, 14159, 11925, 7744, 12554, 10595, 9113, 12499, 12903, 9470, 11437, 12337, 9414, 14833, 11829, 7860, 13378, 10801, 10695, 13252, 8849, 13303, 10206, 8137, 14442, 10733, 9625, 11940, 9265, 14682, 12312, 8574, 13764, 11122, 8795, 14612, 11068, 9715, 12699, 9695, 15022, 12022, 8455, 13815, 11244, 8555, 14598, 10877, 9773, 12274, 9415, 13869, 10204, 10621, 13049, 11704, 9682, 10486, 13817, 12013, 9800, 13002, 10583, 7680, 13910, 11525, 9661, 15199, 12466, 14429, 18057, 13825, 12081, 14618, 10707, 11010, 10429, 7775, 11760, 9667, 13924, 11161, 8474, 13391, 11322, 13842, 13478, 11125, 15866, 13705, 12237, 16290, 14470, 13446, 14755, 13493, 11446, 13049, 12556, 9931, 12196, 13680, 11530, 10343, 8996, 12571, 10823, 8839, 11027, 12722, 10853, 9121, 13333, 10420, 7852, 13806, 11215, 8949, 13965, 11098, 10166, 13963, 11190, 13017, 12471, 9653, 10668, 12542, 9011, 15557, 12021, 9351, 14550, 11275, 9848, 13719, 10259, 10679, 12147, 9416, 11040, 13722, 9837, 10627, 12361, 9592, 14103, 12523, 8730, 14607, 11880, 8174, 15307, 11583, 9361, 13212, 11191, 8249, 14392, 11225, 8808, 12592, 10527, 12571, 12721, 8728, 14387, 11462, 8481, 14403, 11395, 9510, 12576, 9541, 14464, 12103, 8427, 13629, 10917, 11526, 12990, 10723, 11302, 11657, 9325, 15551, 11633, 9093, 13127, 11151, 9887, 13467, 9673, 12953, 11490, 8158, 14254, 11041, 9428, 12150, 9435, 14590, 12199, 9923, 12290, 8809, 14826, 11959, 10128, 11997, 8461, 14810, 11741, 9607, 11794, 9173, 14247, 11299, 7965, 14988, 10913, 8198, 10740, 13031, 11157, 8683, 14467, 11307, 8721, 15639, 12679, 8962, 13316, 9650, 14883, 11847, 9129, 13928, 10053, 11960, 12794, 8005, 14544, 10682, 7804, 9525, 13508, 12106, 10516, 7749, 12334, 10302, 7695, 12514, 12151, 9825, 12516, 11649, 10024, 12772, 11898, 9413, 8397, 14865, 12181, 9034, 13885, 10421, 7679, 14222, 11661, 9314, 15129, 11622, 8872, 10875, 12210, 9869, 10636, 13904, 11342, 11043, 12723, 10025, 12384, 13424, 11839, 13770, 11995, 9736, 11477, 12159, 9151, 15095, 12788, 9036, 13177, 10997, 8121, 15279, 11889, 7624, 12768, 10339, 8580, 14520, 11502, 7820, 12996, 9722, 10087, 13285, 10927, 8948, 10916, 13277, 11109, 7985, 13251, 10875, 8984, 14625, 11642, 8443, 12595, 10853, 10847, 12426, 12742, 11520, 17716, 18819, 15245, 15553, 14568, 13879, 13266, 13381, 10291, 8519, 8183, 12497, 8659, 11689, 9535, 12183, 13620, 12006, 11329, 9461, 9895, 12796, 11250, 9887, 8977, 14269, 11833, 11611, 10875, 12426, 10498, 8985, 14238, 11403, 10356, 13308, 11032, 8697, 13549, 11389, 9099, 10279, 12593, 10460, 9615, 13338, 10439, 8092, 13406, 10688, 8990, 13840, 10439, 8109, 13244, 10710, 8839, 14615, 10550, 8417, 12040, 11697, 9388, 11223, 13455, 10766, 9236, 13983, 10897, 7477, 13806, 11174, 9178, 15044, 12850, 7941, 13345, 10293, 10787, 13262, 9633, 14487, 11157, 7829, 14013, 11215, 9457, 13461, 9924, 9554, 12307, 9606, 13687, 11476, 8135, 13211, 10822, 8248, 14403, 11198, 10161, 11948, 10130, 9308, 13223, 10715, 7894, 14093, 11743, 8911, 15869, 10764, 9424, 14089, 11298, 8624, 14982, 11229, 8735, 12381, 10496, 10502, 11775, 9540, 15500, 12296, 8305, 14138, 10829, 8513, 14693, 11760, 8492, 11572, 10171, 11366, 11097, 12206, 11249, 9560, 9177, 11807, 10198, 8521, 11984, 12512, 10592, 12569, 12073, 8807, 7287, 12327, 10413, 9641, 13674, 11724, 9277, 9753, 13779, 10552, 8460, 13099, 10846, 7493, 14691, 11468, 8979, 14291, 11291, 9244, 10557, 13552, 10547, 7581, 13269, 10247, 7504, 14517, 12321, 9369, 15026, 11230, 8016, 14191, 12004, 9586, 13932, 11421, 8805, 11809, 12748, 10540, 12506, 12997, 9828, 10659, 13168, 10215, 13027, 12823, 9117, 11399, 12676, 10282, 12571, 12708, 8915, 12209, 12213, 9312, 14174, 11857, 8233, 13737, 11561, 8485, 15345, 11925, 8366, 14722, 11234, 8703, 14695, 11365, 8187, 13017, 10163, 11424, 13448, 9520, 11700, 12504, 9247, 14335, 11658, 8634, 14399, 11032, 8085, 14595, 10986, 8678, 12971, 9408, 12069, 12921, 12651, 13637, 10232, 9847, 8912, 11617, 9931, 7625, 12988, 12256, 10113, 9390, 13443, 10734, 11639, 14727, 10239, 13866, 11351, 9857, 15966, 12851, 10474, 13176, 10476, 9160, 14019, 10450, 10254, 12000, 9687, 11313, 12967, 9724, 10187, 12002, 9951, 10726, 13431, 10547, 11014, 12668, 9689, 12026, 13101, 9916, 12999, 11896, 9553, 11319, 12899, 9163, 15596, 12508, 8224, 13842, 11202, 9414, 13928, 10242, 9906, 12906, 9872, 12555, 13427, 9687, 10289, 12926, 10492, 9897, 13693, 10373, 7614, 13940, 11422, 8836, 14460, 11308, 9197, 11930, 13477, 12861, 8250, 10455, 10934, 8307, 11333, 12754, 10382, 8211, 12150, 13209, 13886, 9620, 7897, 12984, 10708, 8596, 11660, 13839, 10477, 12107, 16737, 11340, 9257, 8387, 14345, 11846, 12656, 16785, 11842, 9859, 11386, 14171, 10640, 13334, 13805, 13468, 10927, 10904, 11578, 9747, 10744, 13623, 10849, 15258, 14116, 12987, 11733, 11330, 8582, 13931, 11326, 8080, 13732, 10800, 7891, 14072, 10928, 8719, 12875, 10203, 8957, 12017, 8755, 14704, 11670, 8808, 12592, 9827, 11634, 12586, 9146, 13566, 11068, 8458, 13603, 11780, 8906, 15146, 11936, 8330, 11815, 12060, 9135, 12127, 12599, 9481, 10770, 13147, 10588, 10767, 14092, 11164, 7667, 11044, 12243, 9521, 10373, 13641, 11300, 10463, 11205, 12605, 10415, 9346, 16485, 13200, 10790, 13348, 10806, 9006, 14977, 11731, 9069, 12131, 9562, 13950, 12253, 8543, 13374, 10471, 8207, 14273, 11326, 7794, 12541, 10293, 10953, 12619, 9342, 12443, 11270, 8767, 14381, 12286, 8518, 11469, 11392, 8747, 12623, 12905, 9809, 14027, 12021, 8782, 11139, 12191, 9701, 11803, 13500, 10905, 9261, 12793, 10789, 9791, 10640, 12473, 10384, 8629, 16733, 11813, 10025, 9041, 13352, 9994, 13724], 'WindowCenter': [4543.0, 4568.0, 4531.0, 4540.0, 4516.0, 4472.0, 4534.0, 4502.0, 4522.0, 4516.0, 4484.0, 4519.0, 4500.0, 4486.0, 4498.0, 4480.0, 4520.0, 4499.0, 4500.0, 4531.0, 4513.0, 4482.0, 4523.0, 4535.0, 4515.0, 4502.0, 4503.0, 4480.0, 4523.0, 4501.0, 4470.0, 4508.0, 4499.0, 4478.0, 4508.0, 4490.0, 4520.0, 4500.0, 4489.0, 4508.0, 4479.0, 4520.0, 4500.0, 4499.0, 4497.0, 4467.0, 4506.0, 4498.0, 4486.0, 4508.0, 4477.0, 4507.0, 4486.0, 4476.0, 4506.0, 4474.0, 4504.0, 4488.0, 4486.0, 4496.0, 4455.0, 4516.0, 4485.0, 4495.0, 4487.0, 4466.0, 4519.0, 4488.0, 4509.0, 4487.0, 4468.0, 4517.0, 4510.0, 4500.0, 4498.0, 4469.0, 4521.0, 4501.0, 4500.0, 4523.0, 4504.0, 4502.0, 4511.0, 4523.0, 4525.0, 4546.0, 4525.0, 4507.0, 4516.0, 4526.0, 4507.0, 4515.0, 4537.0, 4515.0, 4545.0, 4521.0, 4503.0, 4534.0, 4500.0, 4478.0, 4521.0, 4500.0, 4509.0, 4500.0, 4488.0, 4497.0, 4486.0, 4468.0, 4520.0, 4497.0, 4487.0, 4499.0, 4468.0, 4505.0, 4487.0, 4516.0, 4498.0, 4497.0, 4498.0, 4457.0, 4497.0, 4456.0, 4517.0, 4485.0, 4497.0, 4486.0, 4456.0, 4520.0, 4489.0, 4509.0, 4490.0, 4469.0, 4521.0, 4489.0, 4520.0, 4502.0, 4489.0, 4520.0, 4469.0, 4531.0, 4500.0, 4518.0, 4500.0, 4479.0, 4520.0, 4490.0, 4520.0, 4500.0, 4458.0, 4520.0, 4502.0, 4511.0, 4501.0, 4469.0, 4518.0, 4489.0, 4520.0, 4488.0, 4467.0, 4508.0, 4478.0, 4519.0, 4497.0, 4468.0, 4509.0, 4490.0, 4531.0, 4510.0, 4469.0, 4520.0, 4502.0, 4510.0, 4512.0, 4472.0, 4519.0, 4501.0, 4473.0, 4531.0, 4512.0, 4481.0, 4521.0, 4502.0, 4469.0, 4531.0, 4512.0, 4493.0, 4542.0, 4524.0, 4493.0, 4558.0, 4503.0, 4482.0, 4504.0, 4523.0, 4503.0, 4505.0, 4514.0, 4502.0, 4482.0, 4531.0, 4514.0, 4482.0, 4524.0, 4501.0, 4481.0, 4532.0, 4514.0, 4492.0, 4511.0, 4487.0, 4500.0, 4508.0, 4499.0, 4519.0, 4499.0, 4479.0, 4518.0, 4499.0, 4488.0, 4509.0, 4484.0, 4480.0, 4509.0, 4508.0, 4489.0, 4510.0, 4510.0, 4490.0, 4470.0, 4519.0, 4489.0, 4502.0, 4510.0, 4491.0, 4489.0, 4508.0, 4489.0, 4520.0, 4498.0, 4469.0, 4518.0, 4499.0, 4470.0, 4508.0, 4510.0, 4470.0, 4511.0, 4489.0, 4479.0, 4520.0, 4512.0, 4492.0, 4511.0, 4512.0, 4491.0, 4532.0, 4511.0, 4472.0, 4509.0, 4499.0, 4487.0, 4510.0, 4478.0, 4508.0, 4488.0, 4468.0, 4520.0, 4502.0, 4492.0, 4511.0, 4491.0, 4532.0, 4524.0, 4481.0, 4522.0, 4501.0, 4480.0, 4531.0, 4512.0, 4491.0, 4522.0, 4491.0, 4531.0, 4512.0, 4483.0, 4522.0, 4502.0, 4481.0, 4531.0, 4502.0, 4491.0, 4511.0, 4481.0, 4533.0, 4488.0, 4501.0, 4522.0, 4510.0, 4492.0, 4505.0, 4533.0, 4525.0, 4504.0, 4523.0, 4502.0, 4472.0, 4532.0, 4514.0, 4505.0, 4559.0, 4526.0, 4545.0, 4556.0, 4523.0, 4511.0, 4531.0, 4501.0, 4500.0, 4487.0, 4457.0, 4497.0, 4479.0, 4521.0, 4501.0, 4470.0, 4508.0, 4489.0, 4507.0, 4495.0, 4473.0, 4502.0, 4483.0, 4471.0, 4490.0, 4468.0, 4468.0, 4467.0, 4453.0, 4442.0, 4453.0, 4442.0, 4433.0, 4455.0, 4464.0, 4443.0, 4445.0, 4425.0, 4455.0, 4456.0, 4438.0, 4458.0, 4479.0, 4460.0, 4452.0, 4481.0, 4462.0, 4441.0, 4490.0, 4472.0, 4451.0, 4492.0, 4472.0, 4462.0, 4494.0, 4484.0, 4495.0, 4496.0, 4476.0, 4486.0, 4497.0, 4466.0, 4517.0, 4498.0, 4477.0, 4518.0, 4498.0, 4488.0, 4518.0, 4487.0, 4489.0, 4507.0, 4480.0, 4502.0, 4523.0, 4501.0, 4502.0, 4523.0, 4491.0, 4531.0, 4522.0, 4483.0, 4532.0, 4513.0, 4483.0, 4543.0, 4512.0, 4492.0, 4521.0, 4511.0, 4482.0, 4533.0, 4512.0, 4493.0, 4524.0, 4501.0, 4523.0, 4523.0, 4484.0, 4532.0, 4512.0, 4482.0, 4534.0, 4515.0, 4491.0, 4521.0, 4493.0, 4531.0, 4511.0, 4482.0, 4519.0, 4502.0, 4513.0, 4521.0, 4502.0, 4500.0, 4499.0, 4479.0, 4531.0, 4500.0, 4479.0, 4510.0, 4501.0, 4491.0, 4521.0, 4491.0, 4510.0, 4500.0, 4468.0, 4522.0, 4501.0, 4480.0, 4509.0, 4480.0, 4532.0, 4510.0, 4489.0, 4498.0, 4469.0, 4520.0, 4508.0, 4488.0, 4498.0, 4468.0, 4517.0, 4501.0, 4490.0, 4509.0, 4477.0, 4518.0, 4500.0, 4466.0, 4530.0, 4501.0, 4481.0, 4511.0, 4522.0, 4513.0, 4493.0, 4543.0, 4514.0, 4483.0, 4544.0, 4520.0, 4482.0, 4522.0, 4491.0, 4521.0, 4500.0, 4477.0, 4518.0, 4488.0, 4511.0, 4511.0, 4469.0, 4532.0, 4498.0, 4465.0, 4487.0, 4505.0, 4496.0, 4484.0, 4467.0, 4507.0, 4513.0, 4481.0, 4523.0, 4520.0, 4515.0, 4521.0, 4511.0, 4490.0, 4520.0, 4505.0, 4490.0, 4483.0, 4531.0, 4526.0, 4480.0, 4521.0, 4499.0, 4458.0, 4519.0, 4511.0, 4480.0, 4531.0, 4501.0, 4480.0, 4499.0, 4509.0, 4490.0, 4500.0, 4521.0, 4501.0, 4502.0, 4509.0, 4490.0, 4510.0, 4508.0, 4497.0, 4508.0, 4497.0, 4490.0, 4527.0, 4514.0, 4468.0, 4522.0, 4497.0, 4452.0, 4479.0, 4456.0, 4458.0, 4528.0, 4495.0, 4457.0, 4509.0, 4488.0, 4467.0, 4517.0, 4498.0, 4458.0, 4507.0, 4477.0, 4501.0, 4524.0, 4503.0, 4490.0, 4502.0, 4520.0, 4501.0, 4468.0, 4505.0, 4488.0, 4467.0, 4519.0, 4499.0, 4469.0, 4510.0, 4498.0, 4512.0, 4512.0, 4524.0, 4512.0, 4554.0, 4513.0, 4474.0, 4573.0, 4522.0, 4493.0, 4481.0, 4477.0, 4459.0, 4451.0, 4454.0, 4495.0, 4464.0, 4508.0, 4489.0, 4524.0, 4521.0, 4511.0, 4502.0, 4481.0, 4479.0, 4499.0, 4487.0, 4477.0, 4467.0, 4508.0, 4487.0, 4477.0, 4476.0, 4485.0, 4463.0, 4452.0, 4491.0, 4471.0, 4460.0, 4481.0, 4461.0, 4441.0, 4481.0, 4470.0, 4449.0, 4462.0, 4482.0, 4461.0, 4463.0, 4493.0, 4474.0, 4441.0, 4491.0, 4474.0, 4454.0, 4505.0, 4475.0, 4454.0, 4506.0, 4485.0, 4467.0, 4519.0, 4488.0, 4468.0, 4509.0, 4498.0, 4480.0, 4500.0, 4520.0, 4501.0, 4479.0, 4521.0, 4501.0, 4460.0, 4520.0, 4500.0, 4478.0, 4533.0, 4510.0, 4469.0, 4509.0, 4488.0, 4499.0, 4509.0, 4479.0, 4520.0, 4499.0, 4459.0, 4517.0, 4497.0, 4479.0, 4520.0, 4488.0, 4479.0, 4507.0, 4489.0, 4518.0, 4500.0, 4469.0, 4519.0, 4499.0, 4469.0, 4521.0, 4501.0, 4503.0, 4515.0, 4501.0, 4491.0, 4523.0, 4502.0, 4481.0, 4533.0, 4514.0, 4493.0, 4555.0, 4512.0, 4494.0, 4531.0, 4513.0, 4481.0, 4532.0, 4502.0, 4481.0, 4510.0, 4500.0, 4488.0, 4498.0, 4489.0, 4530.0, 4511.0, 4470.0, 4519.0, 4500.0, 4479.0, 4520.0, 4501.0, 4469.0, 4501.0, 4487.0, 4510.0, 4500.0, 4511.0, 4504.0, 4491.0, 4493.0, 4512.0, 4502.0, 4482.0, 4525.0, 4524.0, 4501.0, 4519.0, 4523.0, 4494.0, 4470.0, 4520.0, 4501.0, 4490.0, 4517.0, 4497.0, 4477.0, 4476.0, 4517.0, 4488.0, 4468.0, 4507.0, 4487.0, 4456.0, 4516.0, 4496.0, 4468.0, 4517.0, 4486.0, 4476.0, 4488.0, 4517.0, 4499.0, 4470.0, 4521.0, 4500.0, 4473.0, 4533.0, 4523.0, 4490.0, 4530.0, 4498.0, 4469.0, 4518.0, 4509.0, 4479.0, 4520.0, 4497.0, 4478.0, 4506.0, 4507.0, 4499.0, 4508.0, 4514.0, 4488.0, 4497.0, 4517.0, 4498.0, 4519.0, 4509.0, 4477.0, 4510.0, 4517.0, 4500.0, 4516.0, 4508.0, 4477.0, 4509.0, 4519.0, 4491.0, 4531.0, 4510.0, 4480.0, 4530.0, 4512.0, 4492.0, 4541.0, 4511.0, 4479.0, 4531.0, 4512.0, 4490.0, 4532.0, 4507.0, 4469.0, 4521.0, 4502.0, 4521.0, 4517.0, 4488.0, 4509.0, 4521.0, 4491.0, 4544.0, 4512.0, 4480.0, 4517.0, 4498.0, 4479.0, 4541.0, 4513.0, 4478.0, 4517.0, 4477.0, 4507.0, 4521.0, 4522.0, 4522.0, 4500.0, 4502.0, 4492.0, 4512.0, 4501.0, 4484.0, 4534.0, 4524.0, 4514.0, 4503.0, 4534.0, 4515.0, 4512.0, 4534.0, 4501.0, 4521.0, 4499.0, 4486.0, 4531.0, 4510.0, 4490.0, 4507.0, 4487.0, 4479.0, 4517.0, 4488.0, 4488.0, 4496.0, 4477.0, 4497.0, 4508.0, 4488.0, 4489.0, 4509.0, 4490.0, 4501.0, 4520.0, 4500.0, 4500.0, 4519.0, 4490.0, 4512.0, 4522.0, 4491.0, 4520.0, 4507.0, 4491.0, 4499.0, 4511.0, 4491.0, 4526.0, 4511.0, 4470.0, 4519.0, 4499.0, 4480.0, 4521.0, 4489.0, 4488.0, 4509.0, 4489.0, 4508.0, 4520.0, 4479.0, 4489.0, 4508.0, 4488.0, 4488.0, 4518.0, 4486.0, 4456.0, 4520.0, 4499.0, 4478.0, 4520.0, 4496.0, 4481.0, 4511.0, 4520.0, 4534.0, 4510.0, 4503.0, 4512.0, 4483.0, 4500.0, 4507.0, 4489.0, 4482.0, 4523.0, 4522.0, 4533.0, 4493.0, 4484.0, 4524.0, 4504.0, 4480.0, 4512.0, 4533.0, 4502.0, 4514.0, 4544.0, 4502.0, 4481.0, 4469.0, 4519.0, 4509.0, 4512.0, 4538.0, 4499.0, 4490.0, 4500.0, 4518.0, 4490.0, 4521.0, 4509.0, 4509.0, 4486.0, 4486.0, 4484.0, 4466.0, 4475.0, 4496.0, 4486.0, 4517.0, 4494.0, 4494.0, 4485.0, 4470.0, 4452.0, 4502.0, 4473.0, 4442.0, 4494.0, 4473.0, 4442.0, 4506.0, 4485.0, 4453.0, 4495.0, 4476.0, 4464.0, 4494.0, 4464.0, 4516.0, 4485.0, 4466.0, 4498.0, 4478.0, 4496.0, 4496.0, 4477.0, 4509.0, 4497.0, 4467.0, 4517.0, 4510.0, 4479.0, 4531.0, 4512.0, 4483.0, 4511.0, 4511.0, 4489.0, 4511.0, 4512.0, 4491.0, 4500.0, 4520.0, 4499.0, 4501.0, 4531.0, 4510.0, 4471.0, 4497.0, 4510.0, 4493.0, 4501.0, 4531.0, 4512.0, 4502.0, 4513.0, 4522.0, 4500.0, 4480.0, 4542.0, 4520.0, 4499.0, 4510.0, 4490.0, 4478.0, 4520.0, 4498.0, 4479.0, 4496.0, 4478.0, 4515.0, 4497.0, 4466.0, 4506.0, 4487.0, 4465.0, 4517.0, 4498.0, 4456.0, 4507.0, 4487.0, 4498.0, 4509.0, 4478.0, 4509.0, 4498.0, 4480.0, 4531.0, 4522.0, 4480.0, 4511.0, 4509.0, 4481.0, 4521.0, 4521.0, 4501.0, 4533.0, 4512.0, 4483.0, 4513.0, 4510.0, 4490.0, 4511.0, 4522.0, 4501.0, 4491.0, 4511.0, 4501.0, 4492.0, 4500.0, 4508.0, 4500.0, 4480.0, 4541.0, 4511.0, 4486.0, 4480.0, 4521.0, 4489.0, 4520.0], 'WindowWidth': [10008.0, 10029.0, 9965.0, 9971.0, 9930.0, 9866.0, 9950.0, 9905.0, 9936.0, 9929.0, 9882.0, 9924.0, 9898.0, 9877.0, 9893.0, 9872.0, 9923.0, 9899.0, 9901.0, 9945.0, 9920.0, 9880.0, 9938.0, 9960.0, 9927.0, 9906.0, 9907.0, 9872.0, 9934.0, 9901.0, 9858.0, 9907.0, 9897.0, 9867.0, 9908.0, 9883.0, 9925.0, 9897.0, 9883.0, 9908.0, 9870.0, 9925.0, 9897.0, 9895.0, 9891.0, 9850.0, 9901.0, 9892.0, 9875.0, 9906.0, 9863.0, 9905.0, 9874.0, 9859.0, 9900.0, 9856.0, 9897.0, 9876.0, 9872.0, 9886.0, 9830.0, 9915.0, 9871.0, 9885.0, 9875.0, 9846.0, 9922.0, 9878.0, 9908.0, 9877.0, 9853.0, 9920.0, 9914.0, 9899.0, 9895.0, 9856.0, 9929.0, 9903.0, 9901.0, 9937.0, 9912.0, 9906.0, 9915.0, 9938.0, 9941.0, 9973.0, 9944.0, 9920.0, 9933.0, 9945.0, 9920.0, 9927.0, 9959.0, 9927.0, 9974.0, 9934.0, 9907.0, 9949.0, 9898.0, 9866.0, 9927.0, 9899.0, 9909.0, 9897.0, 9880.0, 9890.0, 9875.0, 9852.0, 9925.0, 9893.0, 9877.0, 9895.0, 9852.0, 9900.0, 9876.0, 9915.0, 9893.0, 9890.0, 9892.0, 9835.0, 9889.0, 9833.0, 9919.0, 9875.0, 9890.0, 9874.0, 9835.0, 9924.0, 9883.0, 9910.0, 9883.0, 9856.0, 9928.0, 9884.0, 9928.0, 9903.0, 9884.0, 9927.0, 9856.0, 9942.0, 9899.0, 9922.0, 9898.0, 9868.0, 9926.0, 9885.0, 9926.0, 9896.0, 9840.0, 9926.0, 9903.0, 9915.0, 9899.0, 9855.0, 9923.0, 9882.0, 9927.0, 9879.0, 9851.0, 9907.0, 9866.0, 9924.0, 9893.0, 9853.0, 9909.0, 9885.0, 9944.0, 9912.0, 9857.0, 9926.0, 9904.0, 9914.0, 9917.0, 9863.0, 9925.0, 9902.0, 9866.0, 9944.0, 9920.0, 9876.0, 9930.0, 9903.0, 9854.0, 9945.0, 9920.0, 9896.0, 9964.0, 9938.0, 9896.0, 9995.0, 9907.0, 9878.0, 9908.0, 9934.0, 9909.0, 9911.0, 9923.0, 9906.0, 9877.0, 9944.0, 9922.0, 9877.0, 9936.0, 9903.0, 9875.0, 9947.0, 9923.0, 9890.0, 9914.0, 9879.0, 9897.0, 9909.0, 9895.0, 9924.0, 9893.0, 9865.0, 9922.0, 9895.0, 9878.0, 9911.0, 9872.0, 9869.0, 9910.0, 9908.0, 9883.0, 9913.0, 9913.0, 9886.0, 9858.0, 9923.0, 9883.0, 9902.0, 9915.0, 9887.0, 9883.0, 9908.0, 9883.0, 9926.0, 9894.0, 9854.0, 9920.0, 9896.0, 9854.0, 9905.0, 9912.0, 9859.0, 9914.0, 9882.0, 9869.0, 9929.0, 9918.0, 9889.0, 9915.0, 9915.0, 9887.0, 9946.0, 9913.0, 9861.0, 9908.0, 9893.0, 9879.0, 9911.0, 9864.0, 9906.0, 9880.0, 9853.0, 9926.0, 9902.0, 9890.0, 9914.0, 9888.0, 9946.0, 9935.0, 9875.0, 9931.0, 9900.0, 9872.0, 9945.0, 9919.0, 9889.0, 9928.0, 9888.0, 9945.0, 9920.0, 9877.0, 9932.0, 9903.0, 9873.0, 9943.0, 9905.0, 9888.0, 9913.0, 9873.0, 9948.0, 9879.0, 9903.0, 9933.0, 9916.0, 9892.0, 9912.0, 9952.0, 9942.0, 9914.0, 9935.0, 9904.0, 9863.0, 9946.0, 9924.0, 9917.0, 9999.0, 9947.0, 9971.0, 9992.0, 9937.0, 9915.0, 9946.0, 9901.0, 9896.0, 9876.0, 9837.0, 9888.0, 9866.0, 9927.0, 9900.0, 9857.0, 9907.0, 9881.0, 9902.0, 9884.0, 9850.0, 9887.0, 9862.0, 9841.0, 9869.0, 9837.0, 9832.0, 9829.0, 9805.0, 9786.0, 9804.0, 9789.0, 9778.0, 9812.0, 9822.0, 9790.0, 9800.0, 9772.0, 9810.0, 9814.0, 9792.0, 9820.0, 9850.0, 9826.0, 9815.0, 9856.0, 9831.0, 9801.0, 9868.0, 9845.0, 9816.0, 9871.0, 9846.0, 9832.0, 9880.0, 9866.0, 9884.0, 9884.0, 9857.0, 9872.0, 9886.0, 9845.0, 9917.0, 9891.0, 9861.0, 9917.0, 9891.0, 9878.0, 9920.0, 9878.0, 9881.0, 9904.0, 9870.0, 9903.0, 9934.0, 9903.0, 9905.0, 9932.0, 9888.0, 9944.0, 9932.0, 9879.0, 9947.0, 9919.0, 9880.0, 9963.0, 9918.0, 9892.0, 9931.0, 9915.0, 9877.0, 9951.0, 9921.0, 9894.0, 9936.0, 9903.0, 9935.0, 9934.0, 9883.0, 9947.0, 9918.0, 9877.0, 9952.0, 9925.0, 9889.0, 9929.0, 9894.0, 9946.0, 9917.0, 9877.0, 9926.0, 9905.0, 9918.0, 9931.0, 9904.0, 9900.0, 9897.0, 9870.0, 9946.0, 9900.0, 9871.0, 9913.0, 9902.0, 9888.0, 9931.0, 9888.0, 9913.0, 9898.0, 9853.0, 9931.0, 9901.0, 9870.0, 9909.0, 9870.0, 9944.0, 9911.0, 9881.0, 9892.0, 9853.0, 9925.0, 9907.0, 9878.0, 9891.0, 9851.0, 9919.0, 9901.0, 9885.0, 9910.0, 9864.0, 9920.0, 9897.0, 9847.0, 9942.0, 9902.0, 9875.0, 9917.0, 9933.0, 9923.0, 9896.0, 9966.0, 9924.0, 9881.0, 9966.0, 9930.0, 9878.0, 9932.0, 9887.0, 9929.0, 9898.0, 9864.0, 9923.0, 9881.0, 9916.0, 9913.0, 9856.0, 9947.0, 9897.0, 9850.0, 9876.0, 9899.0, 9886.0, 9870.0, 9851.0, 9906.0, 9925.0, 9880.0, 9936.0, 9935.0, 9930.0, 9930.0, 9917.0, 9887.0, 9928.0, 9905.0, 9887.0, 9883.0, 9946.0, 9940.0, 9871.0, 9928.0, 9892.0, 9836.0, 9923.0, 9914.0, 9869.0, 9944.0, 9901.0, 9870.0, 9895.0, 9908.0, 9883.0, 9897.0, 9928.0, 9902.0, 9900.0, 9907.0, 9882.0, 9909.0, 9905.0, 9889.0, 9903.0, 9888.0, 9884.0, 9950.0, 9921.0, 9846.0, 9928.0, 9882.0, 9812.0, 9844.0, 9810.0, 9837.0, 9934.0, 9882.0, 9836.0, 9907.0, 9877.0, 9847.0, 9919.0, 9892.0, 9835.0, 9904.0, 9863.0, 9904.0, 9937.0, 9906.0, 9888.0, 9904.0, 9928.0, 9899.0, 9852.0, 9898.0, 9877.0, 9847.0, 9924.0, 9897.0, 9853.0, 9909.0, 9894.0, 9923.0, 9920.0, 9939.0, 9919.0, 9993.0, 9926.0, 9844.0, 10029.0, 9932.0, 9877.0, 9855.0, 9848.0, 9824.0, 9817.0, 9823.0, 9882.0, 9840.0, 9909.0, 9886.0, 9938.0, 9929.0, 9915.0, 9902.0, 9872.0, 9868.0, 9894.0, 9874.0, 9859.0, 9845.0, 9905.0, 9874.0, 9857.0, 9855.0, 9865.0, 9834.0, 9817.0, 9871.0, 9843.0, 9826.0, 9856.0, 9827.0, 9801.0, 9858.0, 9841.0, 9812.0, 9831.0, 9858.0, 9831.0, 9833.0, 9877.0, 9851.0, 9805.0, 9873.0, 9853.0, 9826.0, 9897.0, 9855.0, 9827.0, 9899.0, 9871.0, 9847.0, 9922.0, 9877.0, 9851.0, 9908.0, 9892.0, 9872.0, 9899.0, 9927.0, 9901.0, 9869.0, 9932.0, 9901.0, 9846.0, 9928.0, 9900.0, 9868.0, 9948.0, 9913.0, 9856.0, 9908.0, 9880.0, 9895.0, 9910.0, 9869.0, 9926.0, 9893.0, 9840.0, 9918.0, 9892.0, 9868.0, 9925.0, 9881.0, 9867.0, 9904.0, 9882.0, 9921.0, 9898.0, 9857.0, 9924.0, 9896.0, 9857.0, 9929.0, 9904.0, 9910.0, 9926.0, 9900.0, 9891.0, 9934.0, 9906.0, 9876.0, 9950.0, 9922.0, 9894.0, 9983.0, 9920.0, 9895.0, 9944.0, 9919.0, 9875.0, 9947.0, 9907.0, 9874.0, 9913.0, 9898.0, 9880.0, 9892.0, 9883.0, 9941.0, 9914.0, 9858.0, 9923.0, 9898.0, 9868.0, 9927.0, 9899.0, 9855.0, 9898.0, 9874.0, 9913.0, 9900.0, 9916.0, 9909.0, 9888.0, 9894.0, 9919.0, 9905.0, 9880.0, 9945.0, 9939.0, 9905.0, 9927.0, 9936.0, 9897.0, 9860.0, 9927.0, 9903.0, 9885.0, 9920.0, 9887.0, 9861.0, 9861.0, 9917.0, 9881.0, 9852.0, 9904.0, 9876.0, 9836.0, 9918.0, 9889.0, 9851.0, 9918.0, 9873.0, 9861.0, 9880.0, 9920.0, 9897.0, 9858.0, 9928.0, 9901.0, 9869.0, 9951.0, 9937.0, 9888.0, 9942.0, 9894.0, 9854.0, 9922.0, 9911.0, 9869.0, 9926.0, 9890.0, 9866.0, 9905.0, 9907.0, 9899.0, 9909.0, 9915.0, 9880.0, 9893.0, 9922.0, 9897.0, 9924.0, 9911.0, 9866.0, 9912.0, 9922.0, 9899.0, 9919.0, 9909.0, 9866.0, 9914.0, 9926.0, 9892.0, 9945.0, 9914.0, 9871.0, 9942.0, 9921.0, 9895.0, 9961.0, 9916.0, 9869.0, 9945.0, 9921.0, 9891.0, 9948.0, 9910.0, 9857.0, 9929.0, 9908.0, 9933.0, 9926.0, 9884.0, 9911.0, 9930.0, 9893.0, 9967.0, 9919.0, 9873.0, 9921.0, 9897.0, 9875.0, 9963.0, 9922.0, 9868.0, 9919.0, 9865.0, 9905.0, 9931.0, 9934.0, 9933.0, 9900.0, 9909.0, 9893.0, 9920.0, 9905.0, 9884.0, 9955.0, 9941.0, 9925.0, 9911.0, 9953.0, 9927.0, 9921.0, 9953.0, 9904.0, 9929.0, 9896.0, 9877.0, 9945.0, 9912.0, 9883.0, 9906.0, 9878.0, 9867.0, 9919.0, 9879.0, 9879.0, 9889.0, 9865.0, 9892.0, 9909.0, 9882.0, 9883.0, 9910.0, 9886.0, 9903.0, 9927.0, 9901.0, 9900.0, 9924.0, 9888.0, 9919.0, 9932.0, 9891.0, 9928.0, 9909.0, 9889.0, 9899.0, 9914.0, 9888.0, 9937.0, 9914.0, 9859.0, 9924.0, 9899.0, 9874.0, 9931.0, 9885.0, 9881.0, 9910.0, 9884.0, 9909.0, 9927.0, 9869.0, 9880.0, 9907.0, 9881.0, 9880.0, 9923.0, 9876.0, 9836.0, 9925.0, 9898.0, 9869.0, 9930.0, 9892.0, 9874.0, 9917.0, 9930.0, 9956.0, 9932.0, 9907.0, 9920.0, 9882.0, 9897.0, 9903.0, 9883.0, 9877.0, 9935.0, 9934.0, 9951.0, 9895.0, 9884.0, 9938.0, 9910.0, 9876.0, 9922.0, 9952.0, 9909.0, 9925.0, 9969.0, 9904.0, 9875.0, 9857.0, 9925.0, 9912.0, 9915.0, 9958.0, 9895.0, 9885.0, 9894.0, 9921.0, 9885.0, 9928.0, 9910.0, 9909.0, 9872.0, 9871.0, 9867.0, 9843.0, 9854.0, 9885.0, 9873.0, 9918.0, 9883.0, 9881.0, 9868.0, 9844.0, 9820.0, 9890.0, 9849.0, 9806.0, 9879.0, 9849.0, 9809.0, 9899.0, 9871.0, 9826.0, 9884.0, 9858.0, 9841.0, 9881.0, 9842.0, 9915.0, 9873.0, 9847.0, 9890.0, 9863.0, 9888.0, 9887.0, 9862.0, 9910.0, 9890.0, 9851.0, 9917.0, 9911.0, 9870.0, 9946.0, 9917.0, 9879.0, 9916.0, 9914.0, 9886.0, 9916.0, 9917.0, 9888.0, 9898.0, 9926.0, 9899.0, 9903.0, 9946.0, 9914.0, 9864.0, 9892.0, 9915.0, 9896.0, 9903.0, 9945.0, 9919.0, 9906.0, 9921.0, 9933.0, 9900.0, 9872.0, 9964.0, 9930.0, 9897.0, 9912.0, 9883.0, 9867.0, 9928.0, 9895.0, 9867.0, 9888.0, 9865.0, 9914.0, 9893.0, 9848.0, 9902.0, 9876.0, 9848.0, 9919.0, 9893.0, 9836.0, 9903.0, 9879.0, 9895.0, 9912.0, 9870.0, 9912.0, 9894.0, 9875.0, 9945.0, 9933.0, 9875.0, 9919.0, 9913.0, 9878.0, 9932.0, 9932.0, 9906.0, 9952.0, 9921.0, 9882.0, 9921.0, 9912.0, 9887.0, 9917.0, 9934.0, 9903.0, 9890.0, 9914.0, 9900.0, 9891.0, 9901.0, 9910.0, 9901.0, 9873.0, 9961.0, 9918.0, 9880.0, 9871.0, 9926.0, 9883.0, 9927.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.003067937853107345</td></tr>
<tr><td colspan=3>aqi</td><td>0.02474828662900188</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.56010330591894</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2677989325447678</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0447824114703104</td></tr>
<tr><td colspan=3>efc</td><td>0.5101</td></tr>
<tr><td colspan=3>fber</td><td>5340.3135</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10741690721619805</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.43879472693032</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.255355416430627</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.09852904087626</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5156853945668405</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.151851813848781</td></tr>
<tr><td colspan=3>gcor</td><td>0.0158877</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0207907035946846</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04250181466341019</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.3893335749914</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.4843</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4516</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.4794</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289499.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1013.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.4489</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4691</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.6642</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3671.5558</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3796.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87045.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4747.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>864.8188</td></tr>
<tr><td colspan=3>tsnr</td><td>39.18235498247668</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>