<?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-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-03/func/sub-0116_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>b198d4d0b7a5fb3a2e968351ed46a4c0</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>16:11:3.470000</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.996833, -0.0766821, 0.0210884, 0.0725032, 0.985208, 0.155267]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0884894</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>[4237, -7913, -7206, 535, -174, -257, 318, 149]</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>237.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>47d1cb56-72b9-49b7-9c50-c716d6c0398b||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.674428939819336, 0.1945207417011261, 0.08824338763952255, 100.39933013916016], [0.2057325839996338, 2.6432418823242188, 0.4137657582759857, -121.54557800292969], [0.05657873675227165, -0.4165709614753723, 2.6666479110717773, -43.95447540283203], [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': ['161103.470000', '161103.930000', '161104.390000', '161104.850000', '161105.310000', '161105.770000', '161106.230000', '161106.690000', '161107.150000', '161107.610000', '161108.070000', '161108.530000', '161108.990000', '161109.450000', '161109.910000', '161110.370000', '161110.830000', '161111.290000', '161111.750000', '161112.210000', '161112.670000', '161113.130000', '161113.590000', '161114.050000', '161114.510000', '161114.970000', '161115.430000', '161115.890000', '161116.350000', '161116.810000', '161117.270000', '161117.730000', '161118.190000', '161118.650000', '161119.110000', '161119.570000', '161120.030000', '161120.490000', '161120.950000', '161121.410000', '161121.870000', '161122.330000', '161122.790000', '161123.250000', '161123.710000', '161124.170000', '161124.630000', '161125.090000', '161125.550000', '161126.010000', '161126.470000', '161126.930000', '161127.390000', '161127.850000', '161128.310000', '161128.770000', '161129.230000', '161129.690000', '161130.150000', '161130.610000', '161131.070000', '161131.530000', '161131.990000', '161132.450000', '161132.910000', '161133.370000', '161133.830000', '161134.290000', '161134.750000', '161135.210000', '161135.670000', '161136.130000', '161136.590000', '161137.050000', '161137.510000', '161137.970000', '161138.430000', '161138.890000', '161139.350000', '161139.810000', '161140.270000', '161140.730000', '161141.190000', '161141.650000', '161142.110000', '161142.570000', '161143.030000', '161143.490000', '161143.950000', '161144.410000', '161144.870000', '161145.330000', '161145.790000', '161146.250000', '161146.710000', '161147.170000', '161147.630000', '161148.090000', '161148.550000', '161149.010000', '161149.470000', '161149.930000', '161150.390000', '161150.850000', '161151.310000', '161151.770000', '161152.230000', '161152.690000', '161153.150000', '161153.610000', '161154.070000', '161154.530000', '161154.990000', '161155.450000', '161155.910000', '161156.370000', '161156.830000', '161157.290000', '161157.750000', '161158.210000', '161158.670000', '161159.130000', '161159.590000', '161200.050000', '161200.510000', '161200.970000', '161201.430000', '161201.890000', '161202.350000', '161202.810000', '161203.270000', '161203.730000', '161204.190000', '161204.650000', '161205.110000', '161205.570000', '161206.030000', '161206.490000', '161206.950000', '161207.410000', '161207.870000', '161208.330000', '161208.790000', '161209.250000', '161209.710000', '161210.170000', '161210.630000', '161211.090000', '161211.550000', '161212.010000', '161212.470000', '161212.930000', '161213.390000', '161213.850000', '161214.310000', '161214.770000', '161215.230000', '161215.690000', '161216.150000', '161216.610000', '161217.070000', '161217.530000', '161217.990000', '161218.450000', '161218.910000', '161219.370000', '161219.830000', '161220.290000', '161220.750000', '161221.210000', '161221.670000', '161222.130000', '161222.590000', '161223.050000', '161223.510000', '161223.970000', '161224.430000', '161224.890000', '161225.350000', '161225.810000', '161226.270000', '161226.730000', '161227.190000', '161227.650000', '161228.110000', '161228.570000', '161229.030000', '161229.490000', '161229.950000', '161230.410000', '161230.870000', '161231.330000', '161231.790000', '161232.250000', '161232.710000', '161233.170000', '161233.630000', '161234.090000', '161234.550000', '161235.010000', '161235.470000', '161235.930000', '161236.390000', '161236.850000', '161237.310000', '161237.770000', '161238.230000', '161238.690000', '161239.150000', '161239.610000', '161240.070000', '161240.530000', '161240.990000', '161241.450000', '161241.910000', '161242.370000', '161242.830000', '161243.290000', '161243.750000', '161244.210000', '161244.670000', '161245.130000', '161245.590000', '161246.050000', '161246.510000', '161246.970000', '161247.430000', '161247.890000', '161248.350000', '161248.810000', '161249.270000', '161249.730000', '161250.190000', '161250.650000', '161251.110000', '161251.570000', '161252.030000', '161252.490000', '161252.950000', '161253.410000', '161253.870000', '161254.330000', '161254.790000', '161255.250000', '161255.710000', '161256.170000', '161256.630000', '161257.090000', '161257.550000', '161258.010000', '161258.470000', '161258.930000', '161259.390000', '161259.850000', '161300.310000', '161300.770000', '161301.230000', '161301.690000', '161302.150000', '161302.610000', '161303.070000', '161303.530000', '161303.990000', '161304.450000', '161304.910000', '161305.370000', '161305.830000', '161306.290000', '161306.750000', '161307.210000', '161307.670000', '161308.130000', '161308.590000', '161309.050000', '161309.510000', '161309.970000', '161310.430000', '161310.890000', '161311.350000', '161311.810000', '161312.270000', '161312.730000', '161313.190000', '161313.650000', '161314.110000', '161314.570000', '161315.030000', '161315.490000', '161315.950000', '161316.410000', '161316.870000', '161317.330000', '161317.790000', '161318.250000', '161318.710000', '161319.170000', '161319.630000', '161320.090000', '161320.550000', '161321.010000', '161321.470000', '161321.930000', '161322.390000', '161322.850000', '161323.310000', '161323.770000', '161324.230000', '161324.690000', '161325.150000', '161325.610000', '161326.070000', '161326.530000', '161326.990000', '161327.450000', '161327.910000', '161328.370000', '161328.830000', '161329.290000', '161329.750000', '161330.210000', '161330.670000', '161331.130000', '161331.590000', '161332.050000', '161332.510000', '161332.970000', '161333.430000', '161333.890000', '161334.350000', '161334.810000', '161335.270000', '161335.730000', '161336.190000', '161336.650000', '161337.110000', '161337.570000', '161338.030000', '161338.490000', '161338.950000', '161339.410000', '161339.870000', '161340.330000', '161340.790000', '161341.250000', '161341.710000', '161342.170000', '161342.630000', '161343.090000', '161343.550000', '161344.010000', '161344.470000', '161344.930000', '161345.390000', '161345.850000', '161346.310000', '161346.770000', '161347.230000', '161347.690000', '161348.150000', '161348.610000', '161349.070000', '161349.530000', '161349.990000', '161350.450000', '161350.910000', '161351.370000', '161351.830000', '161352.290000', '161352.750000', '161353.210000', '161353.670000', '161354.130000', '161354.590000', '161355.050000', '161355.510000', '161355.970000', '161356.430000', '161356.890000', '161357.350000', '161357.810000', '161358.270000', '161358.730000', '161359.190000', '161359.650000', '161400.110000', '161400.570000', '161401.030000', '161401.490000', '161401.950000', '161402.410000', '161402.870000', '161403.330000', '161403.790000', '161404.250000', '161404.710000', '161405.170000', '161405.630000', '161406.090000', '161406.550000', '161407.010000', '161407.470000', '161407.930000', '161408.390000', '161408.850000', '161409.310000', '161409.770000', '161410.230000', '161410.690000', '161411.150000', '161411.610000', '161412.070000', '161412.530000', '161412.990000', '161413.450000', '161413.910000', '161414.370000', '161414.830000', '161415.290000', '161415.750000', '161416.210000', '161416.670000', '161417.130000', '161417.590000', '161418.050000', '161418.510000', '161418.970000', '161419.430000', '161419.890000', '161420.350000', '161420.810000', '161421.270000', '161421.730000', '161422.190000', '161422.650000', '161423.110000', '161423.570000', '161424.030000', '161424.490000', '161424.950000', '161425.410000', '161425.870000', '161426.330000', '161426.790000', '161427.250000', '161427.710000', '161428.170000', '161428.630000', '161429.090000', '161429.550000', '161430.010000', '161430.470000', '161430.930000', '161431.390000', '161431.850000', '161432.310000', '161432.770000', '161433.230000', '161433.690000', '161434.150000', '161434.610000', '161435.070000', '161435.530000', '161435.990000', '161436.450000', '161436.910000', '161437.370000', '161437.830000', '161438.290000', '161438.750000', '161439.210000', '161439.670000', '161440.130000', '161440.590000', '161441.050000', '161441.510000', '161441.970000', '161442.430000', '161442.890000', '161443.350000', '161443.810000', '161444.270000', '161444.730000', '161445.190000', '161445.650000', '161446.110000', '161446.570000', '161447.030000', '161447.490000', '161447.950000', '161448.410000', '161448.870000', '161449.330000', '161449.790000', '161450.250000', '161450.710000', '161451.170000', '161451.630000', '161452.090000', '161452.550000', '161453.010000', '161453.470000', '161453.930000', '161454.390000', '161454.850000', '161455.310000', '161455.770000', '161456.230000', '161456.690000', '161457.150000', '161457.610000', '161458.070000', '161458.530000', '161458.990000', '161459.450000', '161459.910000', '161500.370000', '161500.830000', '161501.290000', '161501.750000', '161502.210000', '161502.670000', '161503.130000', '161503.590000', '161504.050000', '161504.510000', '161504.970000', '161505.430000', '161505.890000', '161506.350000', '161506.810000', '161507.270000', '161507.730000', '161508.190000', '161508.650000', '161509.110000', '161509.570000', '161510.030000', '161510.490000', '161510.950000', '161511.410000', '161511.870000', '161512.330000', '161512.790000', '161513.250000', '161513.710000', '161514.170000', '161514.630000', '161515.090000', '161515.550000', '161516.010000', '161516.470000', '161516.930000', '161517.390000', '161517.850000', '161518.310000', '161518.770000', '161519.230000', '161519.690000', '161520.150000', '161520.610000', '161521.070000', '161521.530000', '161521.990000', '161522.450000', '161522.910000', '161523.370000', '161523.830000', '161524.290000', '161524.750000', '161525.210000', '161525.670000', '161526.130000', '161526.590000', '161527.050000', '161527.510000', '161527.970000', '161528.430000', '161528.890000', '161529.350000', '161529.810000', '161530.270000', '161530.730000', '161531.190000', '161531.650000', '161532.110000', '161532.570000', '161533.030000', '161533.490000', '161533.950000', '161534.410000', '161534.870000', '161535.330000', '161535.790000', '161536.250000', '161536.710000', '161537.170000', '161537.630000', '161538.090000', '161538.550000', '161539.010000', '161539.470000', '161539.930000', '161540.390000', '161540.850000', '161541.310000', '161541.770000', '161542.230000', '161542.690000', '161543.150000', '161543.610000', '161544.070000', '161544.530000', '161544.990000', '161545.450000', '161545.910000', '161546.370000', '161546.830000', '161547.290000', '161547.750000', '161548.210000', '161548.670000', '161549.130000', '161549.590000', '161550.050000', '161550.510000', '161550.970000', '161551.430000', '161551.890000', '161552.350000', '161552.810000', '161553.270000', '161553.730000', '161554.190000', '161554.650000', '161555.110000', '161555.570000', '161556.030000', '161556.490000', '161556.950000', '161557.410000', '161557.870000', '161558.330000', '161558.790000', '161559.250000', '161559.710000', '161600.170000', '161600.630000', '161601.090000', '161601.550000', '161602.010000', '161602.470000', '161602.930000', '161603.390000', '161603.850000', '161604.310000', '161604.770000', '161605.230000', '161605.690000', '161606.150000', '161606.610000', '161607.070000', '161607.530000', '161607.990000', '161608.450000', '161608.910000', '161609.370000', '161609.830000', '161610.290000', '161610.750000', '161611.210000', '161611.670000', '161612.130000', '161612.590000', '161613.050000', '161613.510000', '161613.970000', '161614.430000', '161614.890000', '161615.350000', '161615.810000', '161616.270000', '161616.730000', '161617.190000', '161617.650000', '161618.110000', '161618.570000', '161619.030000', '161619.490000', '161619.950000', '161620.410000', '161620.870000', '161621.330000', '161621.790000', '161622.250000', '161622.710000', '161623.170000', '161623.630000', '161624.090000', '161624.550000', '161625.010000', '161625.470000', '161625.930000', '161626.390000', '161626.850000', '161627.310000', '161627.770000', '161628.230000', '161628.690000', '161629.150000', '161629.610000', '161630.070000', '161630.530000', '161630.990000', '161631.450000', '161631.910000', '161632.370000', '161632.830000', '161633.290000', '161633.750000', '161634.210000', '161634.670000', '161635.130000', '161635.590000', '161636.050000', '161636.510000', '161636.970000', '161637.430000', '161637.890000', '161638.350000', '161638.810000', '161639.270000', '161639.730000', '161640.190000', '161640.650000', '161641.110000', '161641.570000', '161642.030000', '161642.490000', '161642.950000', '161643.410000', '161643.870000', '161644.330000', '161644.790000', '161645.250000', '161645.710000', '161646.170000', '161646.630000', '161647.090000', '161647.550000', '161648.010000', '161648.470000', '161648.930000', '161649.390000', '161649.850000', '161650.310000', '161650.770000', '161651.230000', '161651.690000', '161652.150000', '161652.610000', '161653.070000', '161653.530000', '161653.990000', '161654.450000', '161654.910000', '161655.370000', '161655.830000', '161656.290000', '161656.750000', '161657.210000', '161657.670000', '161658.130000', '161658.590000', '161659.050000', '161659.510000', '161659.970000', '161700.430000', '161700.890000', '161701.350000', '161701.810000', '161702.270000', '161702.730000', '161703.190000', '161703.650000', '161704.110000', '161704.570000', '161705.030000', '161705.490000', '161705.950000', '161706.410000', '161706.870000', '161707.330000', '161707.790000', '161708.250000', '161708.710000', '161709.170000', '161709.630000', '161710.090000', '161710.550000', '161711.010000', '161711.470000', '161711.930000', '161712.390000', '161712.850000', '161713.310000', '161713.770000', '161714.230000', '161714.690000', '161715.150000', '161715.610000', '161716.070000', '161716.530000', '161716.990000', '161717.450000', '161717.910000', '161718.370000', '161718.830000', '161719.290000', '161719.750000', '161720.210000', '161720.670000', '161721.130000', '161721.590000', '161722.050000', '161722.510000', '161722.970000', '161723.430000', '161723.890000', '161724.350000', '161724.810000', '161725.270000', '161725.730000', '161726.190000', '161726.650000', '161727.110000', '161727.570000', '161728.030000', '161728.490000', '161728.950000', '161729.410000', '161729.870000', '161730.330000', '161730.790000', '161731.250000', '161731.710000', '161732.170000', '161732.630000', '161733.090000', '161733.550000', '161734.010000', '161734.470000', '161734.930000', '161735.390000', '161735.850000', '161736.310000', '161736.770000', '161737.230000', '161737.690000', '161738.150000', '161738.610000', '161739.070000', '161739.530000', '161739.990000', '161740.450000', '161740.910000', '161741.370000', '161741.830000', '161742.290000', '161742.750000', '161743.210000', '161743.670000', '161744.130000', '161744.590000', '161745.050000', '161745.510000', '161745.970000', '161746.430000', '161746.890000', '161747.350000', '161747.810000', '161748.270000', '161748.730000', '161749.190000', '161749.650000', '161750.110000', '161750.570000', '161751.030000', '161751.490000', '161751.950000', '161752.410000', '161752.870000', '161753.330000', '161753.790000', '161754.250000', '161754.710000', '161755.170000', '161755.630000', '161756.090000', '161756.550000', '161757.010000', '161757.470000', '161757.930000', '161758.390000', '161758.850000', '161759.310000', '161759.770000', '161800.230000', '161800.690000', '161801.150000', '161801.610000', '161802.070000', '161802.530000', '161802.990000', '161803.450000', '161803.910000', '161804.370000', '161804.830000', '161805.290000', '161805.750000', '161806.210000', '161806.670000', '161807.130000', '161807.590000', '161808.050000', '161808.510000', '161808.970000', '161809.430000', '161809.890000', '161810.350000', '161810.810000', '161811.270000', '161811.730000', '161812.190000', '161812.650000', '161813.110000', '161813.570000', '161814.030000', '161814.490000', '161814.950000', '161815.410000', '161815.870000', '161816.330000', '161816.790000', '161817.250000', '161817.710000', '161818.170000', '161818.630000', '161819.090000', '161819.550000', '161820.010000', '161820.470000', '161820.930000', '161821.390000', '161821.850000', '161822.310000', '161822.770000', '161823.230000', '161823.690000', '161824.150000', '161824.610000', '161825.070000', '161825.530000', '161825.990000', '161826.450000', '161826.910000', '161827.370000', '161827.830000', '161828.290000', '161828.750000', '161829.210000', '161829.670000', '161830.130000', '161830.590000', '161831.050000', '161831.510000', '161831.970000', '161832.430000', '161832.890000', '161833.350000', '161833.810000', '161834.270000', '161834.730000', '161835.190000', '161835.650000', '161836.110000', '161836.570000', '161837.030000', '161837.490000', '161837.950000', '161838.410000', '161838.870000', '161839.330000', '161839.790000', '161840.250000', '161840.710000', '161841.170000', '161841.630000', '161842.090000', '161842.550000', '161843.010000', '161843.470000', '161843.930000', '161844.390000', '161844.850000', '161845.310000', '161845.770000', '161846.230000', '161846.690000', '161847.150000', '161847.610000', '161848.070000', '161848.530000', '161848.990000', '161849.450000', '161849.910000', '161850.370000', '161850.830000', '161851.290000', '161851.750000', '161852.210000', '161852.670000', '161853.130000', '161853.590000', '161854.050000', '161854.510000', '161854.970000', '161855.430000', '161855.890000', '161856.350000', '161856.810000', '161857.270000', '161857.730000', '161858.190000', '161858.650000', '161859.110000', '161859.570000', '161900.030000', '161900.490000', '161900.950000', '161901.410000', '161901.870000', '161902.330000', '161902.790000', '161903.250000', '161903.710000', '161904.170000', '161904.630000', '161905.090000', '161905.550000', '161906.010000', '161906.470000', '161906.930000', '161907.390000', '161907.850000', '161908.310000', '161908.770000', '161909.230000', '161909.690000', '161910.150000', '161910.610000', '161911.070000', '161911.530000', '161911.990000', '161912.450000', '161912.910000'], 'ContentTime': ['161119.748000', '161119.751000', '161119.754000', '161119.757000', '161119.759000', '161119.762000', '161119.765000', '161119.767000', '161119.770000', '161119.773000', '161119.775000', '161119.778000', '161119.780000', '161119.783000', '161119.785000', '161119.788000', '161119.791000', '161119.793000', '161119.796000', '161119.800000', '161119.802000', '161119.805000', '161119.807000', '161119.810000', '161119.812000', '161119.815000', '161119.817000', '161119.822000', '161119.824000', '161119.827000', '161119.830000', '161119.832000', '161119.835000', '161139.709000', '161139.712000', '161139.715000', '161139.717000', '161139.720000', '161139.722000', '161139.725000', '161139.727000', '161139.730000', '161139.732000', '161139.735000', '161139.738000', '161139.740000', '161139.743000', '161139.745000', '161139.748000', '161139.751000', '161139.753000', '161139.756000', '161139.758000', '161139.761000', '161139.763000', '161139.767000', '161139.770000', '161139.772000', '161139.775000', '161139.777000', '161139.780000', '161139.782000', '161139.785000', '161139.788000', '161139.790000', '161139.793000', '161139.795000', '161139.798000', '161139.801000', '161139.803000', '161139.806000', '161139.809000', '161139.811000', '161139.814000', '161139.816000', '161139.819000', '161139.821000', '161159.709000', '161159.712000', '161159.715000', '161159.717000', '161159.720000', '161159.723000', '161159.725000', '161159.728000', '161159.730000', '161159.733000', '161159.735000', '161159.738000', '161159.741000', '161159.743000', '161159.746000', '161159.748000', '161159.751000', '161159.753000', '161159.756000', '161159.758000', '161159.761000', '161159.764000', '161159.766000', '161159.769000', '161159.778000', '161159.780000', '161159.783000', '161159.786000', '161159.788000', '161159.791000', '161159.794000', '161159.797000', '161159.828000', '161159.831000', '161159.833000', '161159.856000', '161159.859000', '161159.861000', '161159.864000', '161159.866000', '161159.869000', '161159.871000', '161159.874000', '161219.710000', '161219.712000', '161219.715000', '161219.718000', '161219.720000', '161219.723000', '161219.726000', '161219.728000', '161219.731000', '161219.733000', '161219.736000', '161219.739000', '161219.741000', '161219.744000', '161219.746000', '161219.749000', '161219.752000', '161219.754000', '161219.757000', '161219.760000', '161219.762000', '161219.765000', '161219.768000', '161219.770000', '161219.773000', '161219.775000', '161219.778000', '161219.781000', '161219.783000', '161219.786000', '161219.788000', '161219.791000', '161219.793000', '161219.796000', '161219.799000', '161219.801000', '161219.804000', '161219.807000', '161219.809000', '161219.819000', '161219.822000', '161219.825000', '161219.827000', '161219.830000', '161239.709000', '161239.712000', '161239.715000', '161239.717000', '161239.720000', '161239.723000', '161239.725000', '161239.728000', '161239.730000', '161239.733000', '161239.735000', '161239.738000', '161239.741000', '161239.743000', '161239.746000', '161239.748000', '161239.751000', '161239.753000', '161239.756000', '161239.759000', '161239.761000', '161239.764000', '161239.767000', '161239.769000', '161239.772000', '161239.774000', '161239.777000', '161239.780000', '161239.782000', '161239.785000', '161239.788000', '161239.790000', '161239.793000', '161239.796000', '161239.798000', '161239.801000', '161239.804000', '161239.806000', '161239.809000', '161239.812000', '161239.815000', '161239.817000', '161239.820000', '161259.709000', '161259.712000', '161259.715000', '161259.717000', '161259.720000', '161259.722000', '161259.725000', '161259.728000', '161259.730000', '161259.733000', '161259.735000', '161259.738000', '161259.741000', '161259.743000', '161259.746000', '161259.748000', '161259.751000', '161259.754000', '161259.756000', '161259.759000', '161259.761000', '161259.764000', '161259.767000', '161259.769000', '161259.772000', '161259.774000', '161259.777000', '161259.780000', '161259.782000', '161259.789000', '161259.792000', '161259.794000', '161259.797000', '161259.800000', '161259.803000', '161259.805000', '161259.808000', '161259.811000', '161259.813000', '161259.816000', '161259.818000', '161259.821000', '161259.824000', '161259.826000', '161319.710000', '161319.713000', '161319.716000', '161319.719000', '161319.721000', '161319.724000', '161319.726000', '161319.729000', '161319.732000', '161319.734000', '161319.737000', '161319.739000', '161319.742000', '161319.745000', '161319.747000', '161319.750000', '161319.752000', '161319.755000', '161319.758000', '161319.760000', '161319.763000', '161319.765000', '161319.768000', '161319.770000', '161319.773000', '161319.776000', '161319.778000', '161319.781000', '161319.783000', '161319.786000', '161319.789000', '161319.791000', '161319.794000', '161319.797000', '161319.799000', '161319.832000', '161319.835000', '161319.857000', '161319.860000', '161319.863000', '161319.865000', '161319.868000', '161319.870000', '161339.711000', '161339.713000', '161339.716000', '161339.719000', '161339.721000', '161339.724000', '161339.726000', '161339.729000', '161339.732000', '161339.734000', '161339.737000', '161339.739000', '161339.742000', '161339.745000', '161339.747000', '161339.750000', '161339.753000', '161339.755000', '161339.758000', '161339.760000', '161339.763000', '161339.765000', '161339.768000', '161339.771000', '161339.773000', '161339.776000', '161339.779000', '161339.789000', '161339.792000', '161339.794000', '161339.797000', '161339.871000', '161339.874000', '161339.876000', '161339.879000', '161339.881000', '161339.884000', '161339.887000', '161339.895000', '161339.897000', '161339.900000', '161339.902000', '161339.905000', '161339.907000', '161359.710000', '161359.712000', '161359.715000', '161359.718000', '161359.720000', '161359.723000', '161359.725000', '161359.728000', '161359.730000', '161359.733000', '161359.736000', '161359.738000', '161359.741000', '161359.743000', '161359.746000', '161359.749000', '161359.751000', '161359.754000', '161359.756000', '161359.759000', '161359.762000', '161359.764000', '161359.767000', '161359.769000', '161359.772000', '161359.775000', '161359.777000', '161359.780000', '161359.782000', '161359.785000', '161359.788000', '161359.790000', '161359.793000', '161359.796000', '161359.798000', '161359.801000', '161359.803000', '161359.806000', '161359.809000', '161359.811000', '161359.814000', '161359.816000', '161359.819000', '161419.710000', '161419.713000', '161419.715000', '161419.718000', '161419.720000', '161419.723000', '161419.726000', '161419.728000', '161419.731000', '161419.733000', '161419.736000', '161419.738000', '161419.741000', '161419.744000', '161419.746000', '161419.749000', '161419.752000', '161419.754000', '161419.757000', '161419.759000', '161419.762000', '161419.765000', '161419.767000', '161419.770000', '161419.773000', '161419.775000', '161419.778000', '161419.780000', '161419.783000', '161419.786000', '161419.788000', '161419.791000', '161419.794000', '161419.796000', '161419.799000', '161419.864000', '161419.867000', '161419.870000', '161419.872000', '161419.875000', '161419.877000', '161419.880000', '161419.882000', '161439.709000', '161439.712000', '161439.715000', '161439.717000', '161439.720000', '161439.722000', '161439.725000', '161439.728000', '161439.730000', '161439.733000', '161439.736000', '161439.738000', '161439.741000', '161439.743000', '161439.746000', '161439.748000', '161439.751000', '161439.754000', '161439.756000', '161439.759000', '161439.762000', '161439.764000', '161439.767000', '161439.769000', '161439.772000', '161439.775000', '161439.777000', '161439.780000', '161439.782000', '161439.785000', '161439.787000', '161439.790000', '161439.793000', '161439.795000', '161439.798000', '161439.839000', '161439.841000', '161439.844000', '161439.847000', '161439.849000', '161439.852000', '161439.854000', '161439.857000', '161439.860000', '161459.710000', '161459.713000', '161459.715000', '161459.718000', '161459.721000', '161459.723000', '161459.726000', '161459.728000', '161459.731000', '161459.734000', '161459.736000', '161459.739000', '161459.742000', '161459.744000', '161459.747000', '161459.750000', '161459.752000', '161459.755000', '161459.758000', '161459.760000', '161459.763000', '161459.765000', '161459.768000', '161459.771000', '161459.773000', '161459.776000', '161459.778000', '161459.781000', '161459.784000', '161459.786000', '161459.789000', '161459.791000', '161459.794000', '161459.797000', '161459.876000', '161459.879000', '161459.882000', '161459.884000', '161459.887000', '161459.889000', '161459.892000', '161459.894000', '161459.897000', '161459.900000', '161519.710000', '161519.712000', '161519.715000', '161519.718000', '161519.720000', '161519.723000', '161519.725000', '161519.728000', '161519.731000', '161519.733000', '161519.736000', '161519.738000', '161519.757000', '161519.760000', '161519.762000', '161519.765000', '161519.767000', '161519.770000', '161519.773000', '161519.775000', '161519.778000', '161519.780000', '161519.783000', '161519.786000', '161519.788000', '161519.791000', '161519.794000', '161519.796000', '161519.799000', '161519.848000', '161519.851000', '161519.853000', '161519.856000', '161519.858000', '161519.861000', '161519.863000', '161519.866000', '161519.869000', '161519.871000', '161519.874000', '161519.876000', '161519.879000', '161519.883000', '161539.711000', '161539.713000', '161539.716000', '161539.719000', '161539.721000', '161539.724000', '161539.727000', '161539.729000', '161539.732000', '161539.735000', '161539.737000', '161539.740000', '161539.743000', '161539.745000', '161539.748000', '161539.750000', '161539.753000', '161539.755000', '161539.758000', '161539.761000', '161539.763000', '161539.766000', '161539.768000', '161539.771000', '161539.773000', '161539.776000', '161539.779000', '161539.781000', '161539.784000', '161539.787000', '161539.789000', '161539.792000', '161539.794000', '161539.797000', '161539.833000', '161539.836000', '161539.838000', '161539.841000', '161539.843000', '161539.846000', '161539.849000', '161539.851000', '161539.854000', '161539.857000', '161559.711000', '161559.713000', '161559.716000', '161559.719000', '161559.721000', '161559.724000', '161559.727000', '161559.729000', '161559.732000', '161559.734000', '161559.737000', '161559.740000', '161559.742000', '161559.745000', '161559.747000', '161559.750000', '161559.753000', '161559.755000', '161559.758000', '161559.760000', '161559.763000', '161559.766000', '161559.768000', '161559.771000', '161559.773000', '161559.776000', '161559.779000', '161559.781000', '161559.784000', '161559.786000', '161559.789000', '161559.792000', '161559.794000', '161559.797000', '161559.875000', '161559.878000', '161559.881000', '161559.883000', '161559.886000', '161559.888000', '161559.891000', '161559.894000', '161559.896000', '161619.710000', '161619.713000', '161619.715000', '161619.718000', '161619.721000', '161619.723000', '161619.726000', '161619.729000', '161619.731000', '161619.734000', '161619.737000', '161619.739000', '161619.742000', '161619.745000', '161619.747000', '161619.750000', '161619.752000', '161619.755000', '161619.758000', '161619.760000', '161619.763000', '161619.766000', '161619.768000', '161619.771000', '161619.774000', '161619.776000', '161619.779000', '161619.782000', '161619.784000', '161619.787000', '161619.790000', '161619.792000', '161619.795000', '161619.797000', '161619.852000', '161619.855000', '161619.857000', '161619.860000', '161619.863000', '161619.865000', '161619.868000', '161619.871000', '161619.873000', '161639.710000', '161639.712000', '161639.715000', '161639.718000', '161639.720000', '161639.723000', '161639.725000', '161639.728000', '161639.731000', '161639.733000', '161639.736000', '161639.739000', '161639.741000', '161639.744000', '161639.747000', '161639.749000', '161639.752000', '161639.755000', '161639.757000', '161639.760000', '161639.762000', '161639.765000', '161639.768000', '161639.770000', '161639.773000', '161639.775000', '161639.778000', '161639.781000', '161639.783000', '161639.786000', '161639.789000', '161639.791000', '161639.794000', '161639.796000', '161639.799000', '161639.841000', '161639.843000', '161639.846000', '161639.858000', '161639.861000', '161639.863000', '161639.866000', '161639.869000', '161639.871000', '161659.710000', '161659.713000', '161659.715000', '161659.718000', '161659.721000', '161659.723000', '161659.726000', '161659.729000', '161659.731000', '161659.734000', '161659.736000', '161659.739000', '161659.742000', '161659.744000', '161659.747000', '161659.749000', '161659.752000', '161659.755000', '161659.757000', '161659.760000', '161659.762000', '161659.765000', '161659.768000', '161659.770000', '161659.773000', '161659.775000', '161659.778000', '161659.780000', '161659.783000', '161659.786000', '161659.788000', '161659.791000', '161659.793000', '161659.796000', '161659.799000', '161659.864000', '161659.867000', '161659.870000', '161659.872000', '161659.875000', '161659.877000', '161659.880000', '161659.882000', '161719.709000', '161719.712000', '161719.715000', '161719.717000', '161719.720000', '161719.723000', '161719.725000', '161719.728000', '161719.731000', '161719.733000', '161719.736000', '161719.738000', '161719.741000', '161719.744000', '161719.746000', '161719.749000', '161719.752000', '161719.754000', '161719.757000', '161719.759000', '161719.762000', '161719.764000', '161719.767000', '161719.770000', '161719.772000', '161719.775000', '161719.778000', '161719.780000', '161719.783000', '161719.785000', '161719.788000', '161719.790000', '161719.793000', '161719.796000', '161719.798000', '161719.853000', '161719.855000', '161719.858000', '161719.860000', '161719.863000', '161719.866000', '161719.868000', '161719.871000', '161719.873000', '161739.709000', '161739.712000', '161739.715000', '161739.717000', '161739.720000', '161739.723000', '161739.725000', '161739.728000', '161739.731000', '161739.733000', '161739.736000', '161739.738000', '161739.741000', '161739.744000', '161739.746000', '161739.750000', '161739.753000', '161739.756000', '161739.758000', '161739.761000', '161739.763000', '161739.766000', '161739.769000', '161739.771000', '161739.774000', '161739.777000', '161739.780000', '161739.782000', '161739.785000', '161739.787000', '161739.790000', '161739.793000', '161739.795000', '161739.798000', '161739.826000', '161739.829000', '161739.832000', '161739.834000', '161739.837000', '161739.840000', '161739.842000', '161739.845000', '161739.847000', '161759.710000', '161759.713000', '161759.716000', '161759.718000', '161759.721000', '161759.724000', '161759.726000', '161759.729000', '161759.731000', '161759.734000', '161759.737000', '161759.739000', '161759.742000', '161759.744000', '161759.747000', '161759.750000', '161759.752000', '161759.755000', '161759.757000', '161759.760000', '161759.763000', '161759.765000', '161759.768000', '161759.770000', '161759.773000', '161759.776000', '161759.778000', '161759.781000', '161759.783000', '161759.786000', '161759.788000', '161759.791000', '161759.794000', '161759.796000', '161759.799000', '161759.868000', '161759.871000', '161759.874000', '161759.876000', '161759.879000', '161759.881000', '161759.884000', '161759.886000', '161759.889000', '161819.711000', '161819.713000', '161819.716000', '161819.719000', '161819.721000', '161819.724000', '161819.727000', '161819.729000', '161819.732000', '161819.735000', '161819.737000', '161819.740000', '161819.744000', '161819.746000', '161819.749000', '161819.752000', '161819.754000', '161819.757000', '161819.760000', '161819.762000', '161819.765000', '161819.767000', '161819.770000', '161819.773000', '161819.775000', '161819.778000', '161819.780000', '161819.783000', '161819.786000', '161819.788000', '161819.791000', '161819.793000', '161819.796000', '161819.799000', '161819.845000', '161819.847000', '161819.850000', '161819.852000', '161819.855000', '161819.857000', '161819.860000', '161819.863000', '161819.865000', '161839.709000', '161839.712000', '161839.715000', '161839.718000', '161839.720000', '161839.723000', '161839.725000', '161839.728000', '161839.731000', '161839.734000', '161839.736000', '161839.739000', '161839.741000', '161839.744000', '161839.747000', '161839.749000', '161839.752000', '161839.754000', '161839.757000', '161839.760000', '161839.762000', '161839.765000', '161839.767000', '161839.770000', '161839.773000', '161839.775000', '161839.778000', '161839.781000', '161839.783000', '161839.786000', '161839.788000', '161839.791000', '161839.794000', '161839.796000', '161839.799000', '161839.868000', '161839.871000', '161839.873000', '161839.876000', '161839.879000', '161839.881000', '161839.884000', '161839.886000', '161839.889000', '161859.710000', '161859.712000', '161859.715000', '161859.718000', '161859.720000', '161859.723000', '161859.726000', '161859.728000', '161859.731000', '161859.733000', '161859.736000', '161859.739000', '161859.741000', '161859.744000', '161859.746000', '161859.749000', '161859.752000', '161859.754000', '161859.757000', '161859.759000', '161859.762000', '161859.765000', '161859.767000', '161859.770000', '161859.772000', '161859.775000', '161859.777000', '161859.780000', '161859.783000', '161859.785000', '161859.788000', '161859.791000', '161859.793000', '161859.797000', '161859.799000', '161859.884000', '161859.887000', '161859.889000', '161859.892000', '161859.895000', '161859.897000', '161859.900000', '161859.902000', '161914.012000', '161914.014000', '161914.017000', '161914.020000', '161914.022000', '161914.025000', '161914.027000', '161914.030000', '161914.033000', '161914.035000', '161914.038000', '161914.040000', '161914.043000', '161914.046000', '161914.048000', '161914.051000', '161914.053000', '161914.056000', '161914.059000', '161914.061000', '161914.064000', '161914.066000', '161914.069000', '161914.072000', '161914.074000', '161914.077000', '161914.079000', '161914.082000', '161914.085000', '161914.087000', '161914.090000', '161914.093000'], 'InstanceCreationTime': ['161119.748000', '161119.751000', '161119.754000', '161119.757000', '161119.759000', '161119.762000', '161119.765000', '161119.767000', '161119.770000', '161119.773000', '161119.775000', '161119.778000', '161119.780000', '161119.783000', '161119.785000', '161119.788000', '161119.791000', '161119.793000', '161119.796000', '161119.800000', '161119.802000', '161119.805000', '161119.807000', '161119.810000', '161119.812000', '161119.815000', '161119.817000', '161119.822000', '161119.824000', '161119.827000', '161119.830000', '161119.832000', '161119.835000', '161139.709000', '161139.712000', '161139.715000', '161139.717000', '161139.720000', '161139.722000', '161139.725000', '161139.727000', '161139.730000', '161139.732000', '161139.735000', '161139.738000', '161139.740000', '161139.743000', '161139.745000', '161139.748000', '161139.751000', '161139.753000', '161139.756000', '161139.758000', '161139.761000', '161139.763000', '161139.767000', '161139.770000', '161139.772000', '161139.775000', '161139.777000', '161139.780000', '161139.782000', '161139.785000', '161139.788000', '161139.790000', '161139.793000', '161139.795000', '161139.798000', '161139.801000', '161139.803000', '161139.806000', '161139.809000', '161139.811000', '161139.814000', '161139.816000', '161139.819000', '161139.821000', '161159.709000', '161159.712000', '161159.715000', '161159.717000', '161159.720000', '161159.723000', '161159.725000', '161159.728000', '161159.730000', '161159.733000', '161159.735000', '161159.738000', '161159.741000', '161159.743000', '161159.746000', '161159.748000', '161159.751000', '161159.753000', '161159.756000', '161159.758000', '161159.761000', '161159.764000', '161159.766000', '161159.769000', '161159.778000', '161159.780000', '161159.783000', '161159.786000', '161159.788000', '161159.791000', '161159.794000', '161159.797000', '161159.828000', '161159.831000', '161159.833000', '161159.856000', '161159.859000', '161159.861000', '161159.864000', '161159.866000', '161159.869000', '161159.871000', '161159.874000', '161219.710000', '161219.712000', '161219.715000', '161219.718000', '161219.720000', '161219.723000', '161219.726000', '161219.728000', '161219.731000', '161219.733000', '161219.736000', '161219.739000', '161219.741000', '161219.744000', '161219.746000', '161219.749000', '161219.752000', '161219.754000', '161219.757000', '161219.760000', '161219.762000', '161219.765000', '161219.768000', '161219.770000', '161219.773000', '161219.775000', '161219.778000', '161219.781000', '161219.783000', '161219.786000', '161219.788000', '161219.791000', '161219.793000', '161219.796000', '161219.799000', '161219.801000', '161219.804000', '161219.807000', '161219.809000', '161219.819000', '161219.822000', '161219.825000', '161219.827000', '161219.830000', '161239.709000', '161239.712000', '161239.715000', '161239.717000', '161239.720000', '161239.723000', '161239.725000', '161239.728000', '161239.730000', '161239.733000', '161239.735000', '161239.738000', '161239.741000', '161239.743000', '161239.746000', '161239.748000', '161239.751000', '161239.753000', '161239.756000', '161239.759000', '161239.761000', '161239.764000', '161239.767000', '161239.769000', '161239.772000', '161239.774000', '161239.777000', '161239.780000', '161239.782000', '161239.785000', '161239.788000', '161239.790000', '161239.793000', '161239.796000', '161239.798000', '161239.801000', '161239.804000', '161239.806000', '161239.809000', '161239.812000', '161239.815000', '161239.817000', '161239.820000', '161259.709000', '161259.712000', '161259.715000', '161259.717000', '161259.720000', '161259.722000', '161259.725000', '161259.728000', '161259.730000', '161259.733000', '161259.735000', '161259.738000', '161259.741000', '161259.743000', '161259.746000', '161259.748000', '161259.751000', '161259.754000', '161259.756000', '161259.759000', '161259.761000', '161259.764000', '161259.767000', '161259.769000', '161259.772000', '161259.774000', '161259.777000', '161259.780000', '161259.782000', '161259.789000', '161259.792000', '161259.794000', '161259.797000', '161259.800000', '161259.803000', '161259.805000', '161259.808000', '161259.811000', '161259.813000', '161259.816000', '161259.818000', '161259.821000', '161259.824000', '161259.826000', '161319.710000', '161319.713000', '161319.716000', '161319.719000', '161319.721000', '161319.724000', '161319.726000', '161319.729000', '161319.732000', '161319.734000', '161319.737000', '161319.739000', '161319.742000', '161319.745000', '161319.747000', '161319.750000', '161319.752000', '161319.755000', '161319.758000', '161319.760000', '161319.763000', '161319.765000', '161319.768000', '161319.770000', '161319.773000', '161319.776000', '161319.778000', '161319.781000', '161319.783000', '161319.786000', '161319.789000', '161319.791000', '161319.794000', '161319.797000', '161319.799000', '161319.832000', '161319.835000', '161319.857000', '161319.860000', '161319.863000', '161319.865000', '161319.868000', '161319.870000', '161339.711000', '161339.713000', '161339.716000', '161339.719000', '161339.721000', '161339.724000', '161339.726000', '161339.729000', '161339.732000', '161339.734000', '161339.737000', '161339.739000', '161339.742000', '161339.745000', '161339.747000', '161339.750000', '161339.753000', '161339.755000', '161339.758000', '161339.760000', '161339.763000', '161339.765000', '161339.768000', '161339.771000', '161339.773000', '161339.776000', '161339.779000', '161339.789000', '161339.792000', '161339.794000', '161339.797000', '161339.871000', '161339.874000', '161339.876000', '161339.879000', '161339.881000', '161339.884000', '161339.887000', '161339.895000', '161339.897000', '161339.900000', '161339.902000', '161339.905000', '161339.907000', '161359.710000', '161359.712000', '161359.715000', '161359.718000', '161359.720000', '161359.723000', '161359.725000', '161359.728000', '161359.730000', '161359.733000', '161359.736000', '161359.738000', '161359.741000', '161359.743000', '161359.746000', '161359.749000', '161359.751000', '161359.754000', '161359.756000', '161359.759000', '161359.762000', '161359.764000', '161359.767000', '161359.769000', '161359.772000', '161359.775000', '161359.777000', '161359.780000', '161359.782000', '161359.785000', '161359.788000', '161359.790000', '161359.793000', '161359.796000', '161359.798000', '161359.801000', '161359.803000', '161359.806000', '161359.809000', '161359.811000', '161359.814000', '161359.816000', '161359.819000', '161419.710000', '161419.713000', '161419.715000', '161419.718000', '161419.720000', '161419.723000', '161419.726000', '161419.728000', '161419.731000', '161419.733000', '161419.736000', '161419.738000', '161419.741000', '161419.744000', '161419.746000', '161419.749000', '161419.752000', '161419.754000', '161419.757000', '161419.759000', '161419.762000', '161419.765000', '161419.767000', '161419.770000', '161419.773000', '161419.775000', '161419.778000', '161419.780000', '161419.783000', '161419.786000', '161419.788000', '161419.791000', '161419.794000', '161419.796000', '161419.799000', '161419.864000', '161419.867000', '161419.870000', '161419.872000', '161419.875000', '161419.877000', '161419.880000', '161419.882000', '161439.709000', '161439.712000', '161439.715000', '161439.717000', '161439.720000', '161439.722000', '161439.725000', '161439.728000', '161439.730000', '161439.733000', '161439.736000', '161439.738000', '161439.741000', '161439.743000', '161439.746000', '161439.748000', '161439.751000', '161439.754000', '161439.756000', '161439.759000', '161439.762000', '161439.764000', '161439.767000', '161439.769000', '161439.772000', '161439.775000', '161439.777000', '161439.780000', '161439.782000', '161439.785000', '161439.787000', '161439.790000', '161439.793000', '161439.795000', '161439.798000', '161439.839000', '161439.841000', '161439.844000', '161439.847000', '161439.849000', '161439.852000', '161439.854000', '161439.857000', '161439.860000', '161459.710000', '161459.713000', '161459.715000', '161459.718000', '161459.721000', '161459.723000', '161459.726000', '161459.728000', '161459.731000', '161459.734000', '161459.736000', '161459.739000', '161459.742000', '161459.744000', '161459.747000', '161459.750000', '161459.752000', '161459.755000', '161459.758000', '161459.760000', '161459.763000', '161459.765000', '161459.768000', '161459.771000', '161459.773000', '161459.776000', '161459.778000', '161459.781000', '161459.784000', '161459.786000', '161459.789000', '161459.791000', '161459.794000', '161459.797000', '161459.876000', '161459.879000', '161459.882000', '161459.884000', '161459.887000', '161459.889000', '161459.892000', '161459.894000', '161459.897000', '161459.900000', '161519.710000', '161519.712000', '161519.715000', '161519.718000', '161519.720000', '161519.723000', '161519.725000', '161519.728000', '161519.731000', '161519.733000', '161519.736000', '161519.738000', '161519.757000', '161519.760000', '161519.762000', '161519.765000', '161519.767000', '161519.770000', '161519.773000', '161519.775000', '161519.778000', '161519.780000', '161519.783000', '161519.786000', '161519.788000', '161519.791000', '161519.794000', '161519.796000', '161519.799000', '161519.848000', '161519.851000', '161519.853000', '161519.856000', '161519.858000', '161519.861000', '161519.863000', '161519.866000', '161519.869000', '161519.871000', '161519.874000', '161519.876000', '161519.879000', '161519.883000', '161539.711000', '161539.713000', '161539.716000', '161539.719000', '161539.721000', '161539.724000', '161539.727000', '161539.729000', '161539.732000', '161539.735000', '161539.737000', '161539.740000', '161539.743000', '161539.745000', '161539.748000', '161539.750000', '161539.753000', '161539.755000', '161539.758000', '161539.761000', '161539.763000', '161539.766000', '161539.768000', '161539.771000', '161539.773000', '161539.776000', '161539.779000', '161539.781000', '161539.784000', '161539.787000', '161539.789000', '161539.792000', '161539.794000', '161539.797000', '161539.833000', '161539.836000', '161539.838000', '161539.841000', '161539.843000', '161539.846000', '161539.849000', '161539.851000', '161539.854000', '161539.857000', '161559.711000', '161559.713000', '161559.716000', '161559.719000', '161559.721000', '161559.724000', '161559.727000', '161559.729000', '161559.732000', '161559.734000', '161559.737000', '161559.740000', '161559.742000', '161559.745000', '161559.747000', '161559.750000', '161559.753000', '161559.755000', '161559.758000', '161559.760000', '161559.763000', '161559.766000', '161559.768000', '161559.771000', '161559.773000', '161559.776000', '161559.779000', '161559.781000', '161559.784000', '161559.786000', '161559.789000', '161559.792000', '161559.794000', '161559.797000', '161559.875000', '161559.878000', '161559.881000', '161559.883000', '161559.886000', '161559.888000', '161559.891000', '161559.894000', '161559.896000', '161619.710000', '161619.713000', '161619.715000', '161619.718000', '161619.721000', '161619.723000', '161619.726000', '161619.729000', '161619.731000', '161619.734000', '161619.737000', '161619.739000', '161619.742000', '161619.745000', '161619.747000', '161619.750000', '161619.752000', '161619.755000', '161619.758000', '161619.760000', '161619.763000', '161619.766000', '161619.768000', '161619.771000', '161619.774000', '161619.776000', '161619.779000', '161619.782000', '161619.784000', '161619.787000', '161619.790000', '161619.792000', '161619.795000', '161619.797000', '161619.852000', '161619.855000', '161619.857000', '161619.860000', '161619.863000', '161619.865000', '161619.868000', '161619.871000', '161619.873000', '161639.710000', '161639.712000', '161639.715000', '161639.718000', '161639.720000', '161639.723000', '161639.725000', '161639.728000', '161639.731000', '161639.733000', '161639.736000', '161639.739000', '161639.741000', '161639.744000', '161639.747000', '161639.749000', '161639.752000', '161639.755000', '161639.757000', '161639.760000', '161639.762000', '161639.765000', '161639.768000', '161639.770000', '161639.773000', '161639.775000', '161639.778000', '161639.781000', '161639.783000', '161639.786000', '161639.789000', '161639.791000', '161639.794000', '161639.796000', '161639.799000', '161639.841000', '161639.843000', '161639.846000', '161639.858000', '161639.861000', '161639.863000', '161639.866000', '161639.869000', '161639.871000', '161659.710000', '161659.713000', '161659.715000', '161659.718000', '161659.721000', '161659.723000', '161659.726000', '161659.729000', '161659.731000', '161659.734000', '161659.736000', '161659.739000', '161659.742000', '161659.744000', '161659.747000', '161659.749000', '161659.752000', '161659.755000', '161659.757000', '161659.760000', '161659.762000', '161659.765000', '161659.768000', '161659.770000', '161659.773000', '161659.775000', '161659.778000', '161659.780000', '161659.783000', '161659.786000', '161659.788000', '161659.791000', '161659.793000', '161659.796000', '161659.799000', '161659.864000', '161659.867000', '161659.870000', '161659.872000', '161659.875000', '161659.877000', '161659.880000', '161659.882000', '161719.709000', '161719.712000', '161719.715000', '161719.717000', '161719.720000', '161719.723000', '161719.725000', '161719.728000', '161719.731000', '161719.733000', '161719.736000', '161719.738000', '161719.741000', '161719.744000', '161719.746000', '161719.749000', '161719.752000', '161719.754000', '161719.757000', '161719.759000', '161719.762000', '161719.764000', '161719.767000', '161719.770000', '161719.772000', '161719.775000', '161719.778000', '161719.780000', '161719.783000', '161719.785000', '161719.788000', '161719.790000', '161719.793000', '161719.796000', '161719.798000', '161719.853000', '161719.855000', '161719.858000', '161719.860000', '161719.863000', '161719.866000', '161719.868000', '161719.871000', '161719.873000', '161739.709000', '161739.712000', '161739.715000', '161739.717000', '161739.720000', '161739.723000', '161739.725000', '161739.728000', '161739.731000', '161739.733000', '161739.736000', '161739.738000', '161739.741000', '161739.744000', '161739.746000', '161739.750000', '161739.753000', '161739.756000', '161739.758000', '161739.761000', '161739.763000', '161739.766000', '161739.769000', '161739.771000', '161739.774000', '161739.777000', '161739.780000', '161739.782000', '161739.785000', '161739.787000', '161739.790000', '161739.793000', '161739.795000', '161739.798000', '161739.826000', '161739.829000', '161739.832000', '161739.834000', '161739.837000', '161739.840000', '161739.842000', '161739.845000', '161739.847000', '161759.710000', '161759.713000', '161759.716000', '161759.718000', '161759.721000', '161759.724000', '161759.726000', '161759.729000', '161759.731000', '161759.734000', '161759.737000', '161759.739000', '161759.742000', '161759.744000', '161759.747000', '161759.750000', '161759.752000', '161759.755000', '161759.757000', '161759.760000', '161759.763000', '161759.765000', '161759.768000', '161759.770000', '161759.773000', '161759.776000', '161759.778000', '161759.781000', '161759.783000', '161759.786000', '161759.788000', '161759.791000', '161759.794000', '161759.796000', '161759.799000', '161759.868000', '161759.871000', '161759.874000', '161759.876000', '161759.879000', '161759.881000', '161759.884000', '161759.886000', '161759.889000', '161819.711000', '161819.713000', '161819.716000', '161819.719000', '161819.721000', '161819.724000', '161819.727000', '161819.729000', '161819.732000', '161819.735000', '161819.737000', '161819.740000', '161819.744000', '161819.746000', '161819.749000', '161819.752000', '161819.754000', '161819.757000', '161819.760000', '161819.762000', '161819.765000', '161819.767000', '161819.770000', '161819.773000', '161819.775000', '161819.778000', '161819.780000', '161819.783000', '161819.786000', '161819.788000', '161819.791000', '161819.793000', '161819.796000', '161819.799000', '161819.845000', '161819.847000', '161819.850000', '161819.852000', '161819.855000', '161819.857000', '161819.860000', '161819.863000', '161819.865000', '161839.709000', '161839.712000', '161839.715000', '161839.718000', '161839.720000', '161839.723000', '161839.725000', '161839.728000', '161839.731000', '161839.734000', '161839.736000', '161839.739000', '161839.741000', '161839.744000', '161839.747000', '161839.749000', '161839.752000', '161839.754000', '161839.757000', '161839.760000', '161839.762000', '161839.765000', '161839.767000', '161839.770000', '161839.773000', '161839.775000', '161839.778000', '161839.781000', '161839.783000', '161839.786000', '161839.788000', '161839.791000', '161839.794000', '161839.796000', '161839.799000', '161839.868000', '161839.871000', '161839.873000', '161839.876000', '161839.879000', '161839.881000', '161839.884000', '161839.886000', '161839.889000', '161859.710000', '161859.712000', '161859.715000', '161859.718000', '161859.720000', '161859.723000', '161859.726000', '161859.728000', '161859.731000', '161859.733000', '161859.736000', '161859.739000', '161859.741000', '161859.744000', '161859.746000', '161859.749000', '161859.752000', '161859.754000', '161859.757000', '161859.759000', '161859.762000', '161859.765000', '161859.767000', '161859.770000', '161859.772000', '161859.775000', '161859.777000', '161859.780000', '161859.783000', '161859.785000', '161859.788000', '161859.791000', '161859.793000', '161859.797000', '161859.799000', '161859.884000', '161859.887000', '161859.889000', '161859.892000', '161859.895000', '161859.897000', '161859.900000', '161859.902000', '161914.012000', '161914.014000', '161914.017000', '161914.020000', '161914.022000', '161914.025000', '161914.027000', '161914.030000', '161914.033000', '161914.035000', '161914.038000', '161914.040000', '161914.043000', '161914.046000', '161914.048000', '161914.051000', '161914.053000', '161914.056000', '161914.059000', '161914.061000', '161914.064000', '161914.066000', '161914.069000', '161914.072000', '161914.074000', '161914.077000', '161914.079000', '161914.082000', '161914.085000', '161914.087000', '161914.090000', '161914.093000'], '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': [10486, 10071, 12768, 9898, 12114, 9949, 10733, 9924, 10150, 9783, 11850, 9649, 11177, 9634, 10439, 9777, 9839, 12041, 10301, 10570, 9720, 11043, 9760, 10080, 11123, 10001, 10173, 9827, 11158, 9964, 10847, 9630, 10246, 9831, 9790, 11684, 10155, 11331, 10024, 10787, 9787, 9512, 11204, 10409, 10389, 9878, 10023, 9599, 9742, 10966, 10361, 10441, 9972, 10498, 9737, 10243, 11620, 10210, 10235, 9753, 10460, 9626, 9855, 11215, 10432, 10772, 9707, 9857, 9433, 9668, 11265, 10064, 10424, 9641, 10400, 9655, 9998, 11080, 9726, 10855, 9645, 9867, 11363, 10173, 10241, 9759, 10037, 9749, 9737, 11507, 10339, 10346, 9808, 9690, 9874, 10452, 10000, 9838, 11544, 9829, 9836, 9720, 10211, 11488, 10036, 10002, 9883, 9915, 9489, 9928, 9879, 9674, 11279, 10137, 9910, 9984, 10839, 9434, 9743, 11611, 9960, 10393, 9682, 10245, 9854, 9538, 10044, 9777, 10152, 9671, 9885, 9558, 9944, 9362, 9550, 11086, 10074, 10425, 9810, 10152, 9728, 10361, 9928, 10194, 10834, 10434, 10591, 9781, 10329, 9796, 10498, 9277, 9295, 11162, 9659, 10097, 9649, 9929, 9522, 9350, 10638, 10411, 10290, 9548, 10379, 9722, 10273, 9698, 9695, 11177, 10089, 9967, 10078, 11253, 9782, 10435, 9512, 9559, 9757, 9472, 11158, 10155, 10658, 9662, 10572, 9834, 11307, 9555, 9928, 11761, 10727, 10490, 9723, 10734, 9708, 10343, 9468, 10524, 9644, 9492, 11303, 10217, 11916, 10046, 11115, 9571, 11038, 10055, 11387, 9865, 11399, 9877, 11555, 9394, 11734, 9918, 11344, 9772, 11813, 9449, 11956, 9489, 12144, 8947, 11440, 9333, 11054, 9266, 9394, 9128, 9486, 12108, 9354, 12013, 9289, 10752, 9399, 11063, 9382, 11755, 9201, 10657, 9332, 11698, 8929, 13035, 9882, 9216, 9125, 9426, 8735, 9274, 9562, 11281, 9251, 9976, 11408, 10676, 9405, 9695, 11986, 10750, 13762, 10095, 9120, 9666, 9625, 12633, 9482, 12100, 10255, 9660, 10694, 9797, 11596, 10295, 9456, 9297, 9495, 9596, 10135, 10902, 9402, 11524, 9589, 12272, 9773, 12482, 9966, 12322, 9918, 11830, 9967, 11249, 10051, 10164, 9885, 9717, 9903, 9660, 12700, 9799, 12812, 10031, 12243, 10048, 11778, 9757, 10573, 9446, 9603, 9809, 9902, 11933, 11201, 10957, 9955, 11661, 9870, 11616, 9930, 11103, 9920, 10900, 9786, 11423, 9810, 10298, 10395, 9762, 12199, 10134, 11215, 9835, 11215, 9924, 11147, 9642, 10434, 10813, 10430, 10494, 9859, 11268, 9999, 10826, 9802, 10351, 9797, 10337, 9640, 9825, 11494, 10552, 10594, 10011, 11226, 10098, 10991, 9636, 10503, 9440, 10013, 11652, 10192, 11153, 9949, 10419, 9715, 9636, 11064, 10015, 10860, 9908, 10730, 10082, 10845, 9541, 10020, 11736, 10825, 11384, 9786, 11723, 9582, 9729, 12159, 10577, 11652, 9711, 11472, 9723, 9512, 10344, 9933, 10513, 9699, 11103, 9651, 9941, 9958, 9708, 11616, 9756, 11298, 9853, 10301, 9410, 9707, 9691, 9550, 11712, 9878, 10846, 9888, 10366, 9629, 9747, 11005, 9716, 10725, 9731, 10170, 9699, 11321, 9795, 10870, 9511, 9481, 10062, 9674, 11076, 9753, 10473, 9796, 10588, 9705, 11908, 9628, 10044, 11476, 10233, 10984, 9847, 11431, 9812, 10717, 9706, 9964, 9395, 9654, 11047, 9809, 10957, 9767, 10125, 9681, 11080, 9607, 10512, 9703, 10330, 9617, 10372, 11945, 10159, 11334, 9790, 10676, 9623, 11394, 9833, 11930, 9687, 11166, 9491, 9670, 11906, 9735, 10665, 9344, 9944, 9483, 10268, 9614, 10639, 9607, 12122, 9545, 12378, 9811, 12056, 12813, 11025, 9831, 9504, 10866, 9775, 10725, 9639, 10079, 9583, 9601, 10365, 10064, 10358, 9699, 9893, 9513, 12132, 9805, 11314, 9755, 10984, 9627, 10505, 9808, 10955, 9691, 10322, 9741, 11788, 10311, 11570, 9719, 11352, 9896, 11184, 10089, 10747, 9678, 11265, 9559, 9923, 9552, 9583, 9852, 9592, 11303, 9642, 11179, 10604, 9843, 10137, 9455, 10854, 9592, 12003, 9753, 11805, 9450, 12864, 11308, 10559, 11771, 9613, 10267, 9487, 12273, 10422, 11800, 9746, 11523, 9717, 12021, 9971, 11059, 9710, 11338, 9646, 11356, 9640, 9781, 11880, 9924, 12267, 9915, 11702, 9752, 9954, 9739, 11237, 9743, 11639, 9370, 9759, 12298, 10799, 11228, 9674, 11206, 9751, 10657, 9749, 9619, 12163, 9833, 10938, 9628, 10549, 10135, 9837, 11149, 9740, 10835, 9686, 11106, 9669, 10608, 10055, 13169, 9758, 12829, 9856, 12242, 13179, 11383, 11652, 9768, 9972, 9665, 9445, 11586, 9645, 11784, 9846, 11572, 9706, 10594, 9572, 9507, 10473, 9765, 11216, 10369, 10315, 9953, 11478, 9519, 10271, 9801, 10114, 9629, 9714, 9880, 9917, 11934, 10365, 10899, 9622, 9619, 11120, 9887, 11709, 9831, 11211, 9675, 10630, 10017, 9886, 12522, 10245, 12290, 9791, 10865, 9801, 9757, 11739, 9842, 9689, 9758, 9786, 9499, 9816, 11772, 9747, 9693, 14317, 10059, 12246, 9764, 9681, 9834, 9739, 11555, 10117, 11626, 9626, 10287, 9647, 9777, 11478, 9839, 11803, 9767, 11607, 9641, 9626, 12772, 9911, 11167, 9951, 11138, 9577, 9652, 12382, 9769, 11518, 9866, 10375, 9696, 11118, 9587, 11976, 12194, 10510, 11534, 9828, 10861, 9730, 9588, 11201, 9691, 10128, 9607, 9739, 11168, 9746, 11186, 9518, 10773, 9516, 10218, 9713, 11289, 12333, 11374, 11722, 10015, 11132, 10058, 11375, 10252, 11638, 10206, 11830, 9648, 10761, 10777, 9720, 12122, 9642, 10346, 9465, 9713, 11227, 9887, 11171, 9900, 10669, 9649, 10959, 9840, 12087, 9885, 12445, 9733, 10962, 12419, 9940, 12186, 9715, 9748, 12154, 9731, 11618, 9555, 9633, 11680, 9759, 9763, 9764, 9277, 9791, 13132, 10278, 11363, 9948, 9800, 13299, 9768, 11438, 9645, 9585, 12526, 9952, 10753, 9511, 9595, 12119, 9834, 11211, 10018, 9627, 10079, 9634, 11916, 9855, 12664, 9845, 11106, 9762, 9687, 9866, 10497, 10223, 12201, 10386, 10139, 10118, 12772, 9868, 10102, 12983, 11294, 11753, 9817, 9302, 10611, 9879, 11296, 9781, 10652, 9883, 10886, 9938, 11078, 9913, 10338, 9822, 9916, 12433, 9734, 9595, 9746, 9733, 10511, 9769, 9979, 10001, 11837, 10042, 10296, 9903, 9810, 10295, 9979, 11802, 10473, 11416, 10067, 11583, 10218, 11351, 9930, 9516, 11504, 9774, 11167, 9804, 9625, 9765, 9922, 10106, 9825, 9827, 10518, 12249, 9906, 11075, 9650, 9804, 11867, 10019, 10901, 9866, 9735, 11720, 9915, 12042, 9701, 10044, 9909, 9823, 11704, 9842, 10616, 9802, 12723, 10344, 11816, 10446, 10048, 9335, 10247, 10943, 10110, 13078, 9983, 13618, 9973, 12553, 10064, 11715, 9870, 11472, 9834, 10777, 9886, 12200, 9935, 11492, 9952, 11975, 9869, 9647, 12559, 10660, 10653, 9829, 11267, 9845, 10813, 10185, 10484, 10051, 9927, 9746, 9808, 12463, 10833, 11965, 10110, 11578, 10219, 12120, 10231, 11115, 10236, 9923, 10177, 10177, 9362, 9815, 9946, 11711, 10444, 12775, 12217, 10019, 12623, 9666, 9803, 14365, 10537, 12073, 10019, 11775, 9924, 11058, 9983, 10312, 10033, 10928, 9768, 9683, 14081, 10844, 11944, 9762, 9653, 11990, 9917, 11620, 9751, 11096, 9677, 11543, 10189, 11877, 10212, 10591, 10012, 10083, 11500, 12888, 10284, 11608, 10022, 9874, 9846, 9973, 12326, 9815, 13576, 9870, 10275, 9449, 9558, 11183, 9763, 11388, 9311, 13759, 9680, 12277, 9503, 10770, 9815, 10677, 9909, 10192, 11408, 9697, 11484, 9592, 13040, 9819, 12833, 9694, 11642, 9882, 12359, 10477, 11828, 9613, 11817, 9641, 11627, 9613, 10594, 9545, 11099, 9881, 9810, 11039, 9864, 13193, 9936, 11951, 10683, 10441, 9634, 10026, 11970, 9593, 9571, 9275, 10795, 9676, 12085, 9783, 11137, 9965, 9796], 'WindowCenter': [4743.0, 4718.0, 4721.0, 4687.0, 4694.0, 4663.0, 4671.0, 4662.0, 4660.0, 4659.0, 4679.0, 4648.0, 4669.0, 4648.0, 4659.0, 4657.0, 4660.0, 4679.0, 4659.0, 4657.0, 4645.0, 4667.0, 4646.0, 4655.0, 4655.0, 4648.0, 4645.0, 4646.0, 4655.0, 4647.0, 4669.0, 4646.0, 4658.0, 4647.0, 4656.0, 4677.0, 4658.0, 4667.0, 4658.0, 4669.0, 4657.0, 4662.0, 4667.0, 4667.0, 4658.0, 4659.0, 4658.0, 4647.0, 4657.0, 4658.0, 4660.0, 4658.0, 4659.0, 4659.0, 4648.0, 4670.0, 4667.0, 4660.0, 4659.0, 4650.0, 4667.0, 4648.0, 4660.0, 4670.0, 4669.0, 4670.0, 4649.0, 4660.0, 4649.0, 4660.0, 4667.0, 4659.0, 4661.0, 4649.0, 4671.0, 4647.0, 4659.0, 4668.0, 4650.0, 4670.0, 4649.0, 4661.0, 4676.0, 4660.0, 4660.0, 4650.0, 4660.0, 4648.0, 4652.0, 4667.0, 4661.0, 4656.0, 4661.0, 4649.0, 4659.0, 4669.0, 4647.0, 4659.0, 4666.0, 4659.0, 4649.0, 4648.0, 4658.0, 4666.0, 4646.0, 4648.0, 4648.0, 4646.0, 4645.0, 4659.0, 4646.0, 4649.0, 4668.0, 4661.0, 4660.0, 4659.0, 4670.0, 4649.0, 4650.0, 4668.0, 4660.0, 4659.0, 4649.0, 4660.0, 4650.0, 4649.0, 4646.0, 4660.0, 4656.0, 4650.0, 4649.0, 4649.0, 4659.0, 4647.0, 4658.0, 4670.0, 4659.0, 4672.0, 4658.0, 4660.0, 4660.0, 4671.0, 4660.0, 4662.0, 4667.0, 4670.0, 4659.0, 4663.0, 4661.0, 4650.0, 4660.0, 4640.0, 4647.0, 4657.0, 4650.0, 4646.0, 4648.0, 4647.0, 4647.0, 4647.0, 4657.0, 4660.0, 4658.0, 4653.0, 4658.0, 4650.0, 4661.0, 4647.0, 4652.0, 4665.0, 4661.0, 4649.0, 4659.0, 4667.0, 4661.0, 4671.0, 4651.0, 4648.0, 4648.0, 4661.0, 4667.0, 4659.0, 4659.0, 4649.0, 4658.0, 4649.0, 4669.0, 4648.0, 4661.0, 4677.0, 4671.0, 4671.0, 4661.0, 4672.0, 4663.0, 4672.0, 4650.0, 4672.0, 4650.0, 4664.0, 4670.0, 4655.0, 4678.0, 4646.0, 4662.0, 4663.0, 4682.0, 4672.0, 4682.0, 4673.0, 4683.0, 4673.0, 4679.0, 4661.0, 4679.0, 4663.0, 4681.0, 4662.0, 4681.0, 4664.0, 4689.0, 4656.0, 4671.0, 4639.0, 4669.0, 4652.0, 4686.0, 4662.0, 4661.0, 4665.0, 4674.0, 4693.0, 4664.0, 4693.0, 4660.0, 4670.0, 4652.0, 4682.0, 4663.0, 4681.0, 4660.0, 4671.0, 4663.0, 4694.0, 4670.0, 4707.0, 4667.0, 4667.0, 4665.0, 4674.0, 4652.0, 4662.0, 4674.0, 4693.0, 4664.0, 4674.0, 4671.0, 4673.0, 4653.0, 4662.0, 4680.0, 4673.0, 4687.0, 4657.0, 4634.0, 4635.0, 4634.0, 4666.0, 4648.0, 4657.0, 4648.0, 4636.0, 4643.0, 4647.0, 4656.0, 4646.0, 4633.0, 4623.0, 4620.0, 4622.0, 4632.0, 4644.0, 4623.0, 4655.0, 4636.0, 4663.0, 4648.0, 4675.0, 4649.0, 4676.0, 4660.0, 4665.0, 4650.0, 4666.0, 4658.0, 4657.0, 4662.0, 4660.0, 4662.0, 4664.0, 4691.0, 4672.0, 4691.0, 4675.0, 4692.0, 4664.0, 4682.0, 4651.0, 4672.0, 4659.0, 4662.0, 4659.0, 4660.0, 4678.0, 4670.0, 4669.0, 4659.0, 4669.0, 4660.0, 4679.0, 4661.0, 4681.0, 4663.0, 4670.0, 4661.0, 4684.0, 4659.0, 4673.0, 4671.0, 4672.0, 4681.0, 4674.0, 4684.0, 4663.0, 4672.0, 4662.0, 4681.0, 4662.0, 4672.0, 4670.0, 4673.0, 4673.0, 4665.0, 4672.0, 4665.0, 4671.0, 4661.0, 4662.0, 4661.0, 4663.0, 4661.0, 4662.0, 4671.0, 4673.0, 4670.0, 4663.0, 4670.0, 4671.0, 4672.0, 4661.0, 4672.0, 4663.0, 4674.0, 4683.0, 4674.0, 4684.0, 4660.0, 4673.0, 4661.0, 4662.0, 4671.0, 4665.0, 4672.0, 4662.0, 4672.0, 4672.0, 4681.0, 4663.0, 4672.0, 4683.0, 4684.0, 4684.0, 4673.0, 4684.0, 4662.0, 4666.0, 4681.0, 4673.0, 4681.0, 4662.0, 4681.0, 4661.0, 4662.0, 4662.0, 4664.0, 4671.0, 4664.0, 4684.0, 4664.0, 4666.0, 4664.0, 4651.0, 4671.0, 4661.0, 4671.0, 4664.0, 4670.0, 4650.0, 4664.0, 4660.0, 4664.0, 4681.0, 4674.0, 4672.0, 4660.0, 4664.0, 4652.0, 4661.0, 4670.0, 4661.0, 4670.0, 4652.0, 4661.0, 4664.0, 4681.0, 4664.0, 4686.0, 4676.0, 4663.0, 4662.0, 4665.0, 4672.0, 4663.0, 4670.0, 4662.0, 4672.0, 4663.0, 4680.0, 4660.0, 4664.0, 4671.0, 4661.0, 4670.0, 4663.0, 4672.0, 4661.0, 4670.0, 4650.0, 4662.0, 4649.0, 4663.0, 4670.0, 4665.0, 4671.0, 4662.0, 4659.0, 4649.0, 4669.0, 4651.0, 4673.0, 4652.0, 4663.0, 4652.0, 4674.0, 4681.0, 4659.0, 4673.0, 4661.0, 4661.0, 4662.0, 4682.0, 4672.0, 4692.0, 4663.0, 4684.0, 4661.0, 4663.0, 4680.0, 4663.0, 4673.0, 4650.0, 4662.0, 4649.0, 4659.0, 4662.0, 4670.0, 4665.0, 4692.0, 4666.0, 4693.0, 4676.0, 4695.0, 4694.0, 4685.0, 4660.0, 4662.0, 4670.0, 4663.0, 4676.0, 4662.0, 4665.0, 4652.0, 4663.0, 4658.0, 4662.0, 4660.0, 4662.0, 4662.0, 4664.0, 4691.0, 4663.0, 4670.0, 4650.0, 4670.0, 4653.0, 4657.0, 4662.0, 4670.0, 4665.0, 4670.0, 4663.0, 4681.0, 4662.0, 4684.0, 4660.0, 4670.0, 4661.0, 4670.0, 4661.0, 4671.0, 4659.0, 4671.0, 4650.0, 4660.0, 4650.0, 4652.0, 4648.0, 4649.0, 4668.0, 4650.0, 4670.0, 4670.0, 4661.0, 4672.0, 4662.0, 4672.0, 4662.0, 4693.0, 4663.0, 4694.0, 4663.0, 4694.0, 4671.0, 4672.0, 4669.0, 4664.0, 4660.0, 4662.0, 4681.0, 4672.0, 4669.0, 4650.0, 4670.0, 4662.0, 4680.0, 4663.0, 4672.0, 4652.0, 4672.0, 4652.0, 4672.0, 4649.0, 4662.0, 4669.0, 4660.0, 4681.0, 4661.0, 4683.0, 4663.0, 4674.0, 4674.0, 4696.0, 4675.0, 4706.0, 4676.0, 4679.0, 4698.0, 4698.0, 4685.0, 4665.0, 4673.0, 4665.0, 4674.0, 4652.0, 4664.0, 4683.0, 4654.0, 4662.0, 4649.0, 4662.0, 4659.0, 4662.0, 4668.0, 4650.0, 4670.0, 4651.0, 4671.0, 4661.0, 4672.0, 4676.0, 4702.0, 4676.0, 4704.0, 4677.0, 4697.0, 4694.0, 4673.0, 4671.0, 4649.0, 4652.0, 4639.0, 4649.0, 4671.0, 4651.0, 4668.0, 4649.0, 4668.0, 4650.0, 4660.0, 4648.0, 4651.0, 4660.0, 4660.0, 4671.0, 4661.0, 4659.0, 4649.0, 4671.0, 4649.0, 4662.0, 4652.0, 4662.0, 4651.0, 4661.0, 4659.0, 4675.0, 4684.0, 4664.0, 4673.0, 4651.0, 4663.0, 4671.0, 4663.0, 4685.0, 4660.0, 4670.0, 4654.0, 4674.0, 4677.0, 4677.0, 4705.0, 4675.0, 4694.0, 4678.0, 4685.0, 4676.0, 4667.0, 4685.0, 4664.0, 4665.0, 4663.0, 4662.0, 4660.0, 4674.0, 4682.0, 4663.0, 4663.0, 4690.0, 4663.0, 4683.0, 4653.0, 4655.0, 4660.0, 4665.0, 4671.0, 4660.0, 4670.0, 4661.0, 4672.0, 4664.0, 4675.0, 4684.0, 4677.0, 4694.0, 4680.0, 4689.0, 4661.0, 4665.0, 4693.0, 4665.0, 4673.0, 4664.0, 4675.0, 4652.0, 4663.0, 4682.0, 4664.0, 4682.0, 4664.0, 4663.0, 4665.0, 4684.0, 4668.0, 4697.0, 4694.0, 4674.0, 4674.0, 4662.0, 4674.0, 4652.0, 4649.0, 4670.0, 4651.0, 4658.0, 4648.0, 4652.0, 4660.0, 4648.0, 4670.0, 4650.0, 4660.0, 4649.0, 4673.0, 4662.0, 4698.0, 4693.0, 4684.0, 4683.0, 4661.0, 4674.0, 4662.0, 4682.0, 4674.0, 4682.0, 4674.0, 4684.0, 4665.0, 4675.0, 4674.0, 4653.0, 4685.0, 4653.0, 4661.0, 4651.0, 4653.0, 4671.0, 4664.0, 4675.0, 4649.0, 4662.0, 4650.0, 4671.0, 4677.0, 4693.0, 4679.0, 4706.0, 4689.0, 4702.0, 4698.0, 4679.0, 4711.0, 4667.0, 4666.0, 4697.0, 4665.0, 4685.0, 4663.0, 4667.0, 4685.0, 4665.0, 4666.0, 4675.0, 4664.0, 4687.0, 4716.0, 4690.0, 4698.0, 4677.0, 4676.0, 4706.0, 4667.0, 4687.0, 4653.0, 4655.0, 4681.0, 4653.0, 4663.0, 4642.0, 4649.0, 4669.0, 4651.0, 4672.0, 4664.0, 4666.0, 4653.0, 4654.0, 4682.0, 4661.0, 4690.0, 4665.0, 4683.0, 4664.0, 4675.0, 4687.0, 4695.0, 4701.0, 4721.0, 4703.0, 4703.0, 4705.0, 4722.0, 4693.0, 4692.0, 4695.0, 4679.0, 4675.0, 4655.0, 4643.0, 4663.0, 4664.0, 4662.0, 4648.0, 4659.0, 4665.0, 4670.0, 4665.0, 4684.0, 4663.0, 4666.0, 4663.0, 4667.0, 4682.0, 4665.0, 4664.0, 4650.0, 4653.0, 4661.0, 4662.0, 4661.0, 4667.0, 4684.0, 4665.0, 4663.0, 4664.0, 4664.0, 4662.0, 4666.0, 4681.0, 4677.0, 4681.0, 4673.0, 4684.0, 4675.0, 4684.0, 4665.0, 4653.0, 4670.0, 4662.0, 4673.0, 4649.0, 4654.0, 4650.0, 4652.0, 4658.0, 4662.0, 4662.0, 4677.0, 4696.0, 4666.0, 4676.0, 4654.0, 4666.0, 4683.0, 4664.0, 4677.0, 4653.0, 4656.0, 4669.0, 4664.0, 4683.0, 4660.0, 4662.0, 4662.0, 4665.0, 4683.0, 4673.0, 4686.0, 4689.0, 4705.0, 4686.0, 4694.0, 4699.0, 4688.0, 4681.0, 4678.0, 4688.0, 4687.0, 4705.0, 4676.0, 4706.0, 4678.0, 4693.0, 4665.0, 4685.0, 4662.0, 4672.0, 4650.0, 4670.0, 4659.0, 4683.0, 4661.0, 4681.0, 4662.0, 4679.0, 4649.0, 4664.0, 4679.0, 4661.0, 4656.0, 4649.0, 4667.0, 4649.0, 4671.0, 4659.0, 4660.0, 4651.0, 4663.0, 4651.0, 4664.0, 4693.0, 4676.0, 4681.0, 4690.0, 4686.0, 4675.0, 4693.0, 4688.0, 4689.0, 4664.0, 4665.0, 4661.0, 4675.0, 4664.0, 4679.0, 4689.0, 4710.0, 4701.0, 4720.0, 4709.0, 4680.0, 4711.0, 4680.0, 4679.0, 4703.0, 4675.0, 4680.0, 4664.0, 4685.0, 4667.0, 4672.0, 4663.0, 4663.0, 4663.0, 4677.0, 4663.0, 4666.0, 4703.0, 4674.0, 4674.0, 4650.0, 4650.0, 4669.0, 4652.0, 4671.0, 4652.0, 4657.0, 4651.0, 4680.0, 4673.0, 4680.0, 4674.0, 4686.0, 4688.0, 4688.0, 4709.0, 4708.0, 4688.0, 4696.0, 4678.0, 4674.0, 4674.0, 4665.0, 4693.0, 4666.0, 4695.0, 4665.0, 4677.0, 4666.0, 4664.0, 4685.0, 4672.0, 4683.0, 4664.0, 4693.0, 4651.0, 4683.0, 4637.0, 4645.0, 4650.0, 4659.0, 4650.0, 4658.0, 4670.0, 4651.0, 4671.0, 4652.0, 4691.0, 4650.0, 4677.0, 4648.0, 4669.0, 4650.0, 4679.0, 4658.0, 4668.0, 4648.0, 4666.0, 4647.0, 4668.0, 4637.0, 4648.0, 4648.0, 4667.0, 4660.0, 4658.0, 4670.0, 4674.0, 4703.0, 4686.0, 4696.0, 4685.0, 4688.0, 4677.0, 4675.0, 4680.0, 4661.0, 4662.0, 4665.0, 4659.0, 4648.0, 4668.0, 4650.0, 4656.0, 4661.0, 4660.0], 'WindowWidth': [10373.0, 10327.0, 10319.0, 10264.0, 10267.0, 10221.0, 10227.0, 10217.0, 10210.0, 10209.0, 10235.0, 10192.0, 10221.0, 10191.0, 10208.0, 10200.0, 10208.0, 10234.0, 10206.0, 10199.0, 10185.0, 10213.0, 10184.0, 10198.0, 10196.0, 10190.0, 10180.0, 10185.0, 10194.0, 10186.0, 10219.0, 10185.0, 10202.0, 10186.0, 10202.0, 10227.0, 10206.0, 10216.0, 10203.0, 10220.0, 10202.0, 10214.0, 10215.0, 10217.0, 10206.0, 10207.0, 10206.0, 10187.0, 10203.0, 10203.0, 10209.0, 10206.0, 10206.0, 10208.0, 10191.0, 10225.0, 10216.0, 10210.0, 10207.0, 10195.0, 10217.0, 10190.0, 10211.0, 10223.0, 10222.0, 10224.0, 10193.0, 10209.0, 10191.0, 10209.0, 10214.0, 10207.0, 10210.0, 10192.0, 10225.0, 10188.0, 10207.0, 10218.0, 10195.0, 10223.0, 10193.0, 10213.0, 10228.0, 10209.0, 10210.0, 10195.0, 10208.0, 10189.0, 10200.0, 10214.0, 10210.0, 10201.0, 10209.0, 10191.0, 10207.0, 10220.0, 10188.0, 10205.0, 10213.0, 10206.0, 10191.0, 10189.0, 10204.0, 10211.0, 10186.0, 10187.0, 10189.0, 10186.0, 10181.0, 10205.0, 10184.0, 10194.0, 10218.0, 10211.0, 10209.0, 10207.0, 10223.0, 10192.0, 10196.0, 10218.0, 10209.0, 10206.0, 10193.0, 10210.0, 10193.0, 10194.0, 10185.0, 10209.0, 10199.0, 10195.0, 10193.0, 10191.0, 10206.0, 10188.0, 10205.0, 10221.0, 10208.0, 10226.0, 10205.0, 10209.0, 10208.0, 10227.0, 10209.0, 10214.0, 10217.0, 10224.0, 10206.0, 10217.0, 10211.0, 10194.0, 10209.0, 10178.0, 10189.0, 10200.0, 10194.0, 10185.0, 10188.0, 10187.0, 10186.0, 10190.0, 10200.0, 10208.0, 10203.0, 10201.0, 10205.0, 10193.0, 10211.0, 10188.0, 10199.0, 10212.0, 10212.0, 10191.0, 10207.0, 10216.0, 10209.0, 10225.0, 10195.0, 10192.0, 10190.0, 10212.0, 10216.0, 10207.0, 10207.0, 10193.0, 10203.0, 10192.0, 10220.0, 10189.0, 10212.0, 10229.0, 10226.0, 10224.0, 10213.0, 10228.0, 10217.0, 10228.0, 10196.0, 10229.0, 10196.0, 10218.0, 10220.0, 10201.0, 10235.0, 10187.0, 10208.0, 10215.0, 10245.0, 10232.0, 10244.0, 10232.0, 10247.0, 10234.0, 10238.0, 10216.0, 10235.0, 10218.0, 10242.0, 10216.0, 10241.0, 10220.0, 10252.0, 10202.0, 10217.0, 10176.0, 10220.0, 10200.0, 10251.0, 10215.0, 10213.0, 10223.0, 10237.0, 10262.0, 10221.0, 10261.0, 10211.0, 10224.0, 10202.0, 10241.0, 10217.0, 10241.0, 10210.0, 10226.0, 10220.0, 10263.0, 10233.0, 10278.0, 10219.0, 10226.0, 10224.0, 10236.0, 10203.0, 10218.0, 10237.0, 10262.0, 10219.0, 10232.0, 10226.0, 10231.0, 10201.0, 10215.0, 10236.0, 10228.0, 10245.0, 10201.0, 10162.0, 10163.0, 10161.0, 10209.0, 10185.0, 10194.0, 10187.0, 10169.0, 10175.0, 10184.0, 10196.0, 10183.0, 10160.0, 10148.0, 10137.0, 10143.0, 10154.0, 10176.0, 10146.0, 10192.0, 10168.0, 10202.0, 10188.0, 10223.0, 10191.0, 10223.0, 10206.0, 10207.0, 10193.0, 10211.0, 10204.0, 10201.0, 10214.0, 10210.0, 10214.0, 10221.0, 10254.0, 10229.0, 10253.0, 10236.0, 10255.0, 10218.0, 10243.0, 10198.0, 10227.0, 10207.0, 10215.0, 10205.0, 10209.0, 10233.0, 10223.0, 10218.0, 10208.0, 10220.0, 10210.0, 10234.0, 10212.0, 10238.0, 10217.0, 10225.0, 10212.0, 10249.0, 10210.0, 10231.0, 10226.0, 10229.0, 10239.0, 10233.0, 10246.0, 10218.0, 10226.0, 10214.0, 10240.0, 10215.0, 10230.0, 10224.0, 10231.0, 10228.0, 10220.0, 10227.0, 10221.0, 10227.0, 10212.0, 10212.0, 10210.0, 10215.0, 10210.0, 10215.0, 10224.0, 10230.0, 10221.0, 10216.0, 10224.0, 10226.0, 10229.0, 10212.0, 10230.0, 10217.0, 10237.0, 10246.0, 10235.0, 10247.0, 10211.0, 10231.0, 10211.0, 10216.0, 10224.0, 10220.0, 10228.0, 10214.0, 10226.0, 10229.0, 10241.0, 10217.0, 10231.0, 10246.0, 10247.0, 10246.0, 10233.0, 10247.0, 10215.0, 10224.0, 10240.0, 10229.0, 10237.0, 10215.0, 10238.0, 10211.0, 10217.0, 10215.0, 10218.0, 10223.0, 10219.0, 10246.0, 10219.0, 10224.0, 10216.0, 10198.0, 10222.0, 10212.0, 10225.0, 10217.0, 10224.0, 10196.0, 10218.0, 10209.0, 10219.0, 10240.0, 10234.0, 10228.0, 10211.0, 10218.0, 10200.0, 10213.0, 10223.0, 10212.0, 10221.0, 10199.0, 10209.0, 10218.0, 10239.0, 10220.0, 10253.0, 10241.0, 10219.0, 10213.0, 10220.0, 10226.0, 10218.0, 10224.0, 10215.0, 10227.0, 10218.0, 10239.0, 10211.0, 10219.0, 10225.0, 10210.0, 10220.0, 10215.0, 10225.0, 10211.0, 10223.0, 10193.0, 10213.0, 10192.0, 10217.0, 10222.0, 10221.0, 10224.0, 10212.0, 10204.0, 10193.0, 10220.0, 10198.0, 10229.0, 10199.0, 10215.0, 10200.0, 10234.0, 10239.0, 10208.0, 10229.0, 10211.0, 10211.0, 10214.0, 10240.0, 10231.0, 10258.0, 10216.0, 10248.0, 10212.0, 10217.0, 10237.0, 10218.0, 10229.0, 10194.0, 10213.0, 10194.0, 10208.0, 10213.0, 10224.0, 10222.0, 10257.0, 10227.0, 10261.0, 10239.0, 10266.0, 10262.0, 10250.0, 10209.0, 10215.0, 10223.0, 10218.0, 10237.0, 10214.0, 10218.0, 10198.0, 10215.0, 10204.0, 10214.0, 10208.0, 10216.0, 10213.0, 10220.0, 10254.0, 10215.0, 10220.0, 10194.0, 10221.0, 10199.0, 10201.0, 10212.0, 10222.0, 10221.0, 10225.0, 10220.0, 10240.0, 10215.0, 10247.0, 10211.0, 10221.0, 10213.0, 10224.0, 10214.0, 10225.0, 10208.0, 10224.0, 10193.0, 10208.0, 10193.0, 10198.0, 10187.0, 10191.0, 10214.0, 10195.0, 10221.0, 10224.0, 10211.0, 10230.0, 10213.0, 10229.0, 10215.0, 10258.0, 10217.0, 10261.0, 10217.0, 10259.0, 10225.0, 10226.0, 10219.0, 10217.0, 10207.0, 10212.0, 10238.0, 10226.0, 10219.0, 10196.0, 10221.0, 10215.0, 10235.0, 10218.0, 10227.0, 10200.0, 10223.0, 10200.0, 10225.0, 10189.0, 10211.0, 10217.0, 10208.0, 10237.0, 10212.0, 10243.0, 10219.0, 10235.0, 10238.0, 10269.0, 10239.0, 10284.0, 10241.0, 10249.0, 10271.0, 10272.0, 10253.0, 10223.0, 10230.0, 10221.0, 10232.0, 10200.0, 10219.0, 10241.0, 10200.0, 10211.0, 10190.0, 10210.0, 10203.0, 10211.0, 10216.0, 10195.0, 10220.0, 10195.0, 10224.0, 10212.0, 10229.0, 10239.0, 10272.0, 10241.0, 10277.0, 10243.0, 10270.0, 10262.0, 10230.0, 10223.0, 10190.0, 10197.0, 10176.0, 10190.0, 10220.0, 10193.0, 10213.0, 10190.0, 10216.0, 10191.0, 10206.0, 10186.0, 10195.0, 10206.0, 10208.0, 10222.0, 10208.0, 10202.0, 10192.0, 10223.0, 10192.0, 10213.0, 10197.0, 10211.0, 10194.0, 10212.0, 10208.0, 10236.0, 10247.0, 10218.0, 10227.0, 10197.0, 10217.0, 10224.0, 10217.0, 10248.0, 10211.0, 10224.0, 10204.0, 10231.0, 10239.0, 10244.0, 10277.0, 10238.0, 10261.0, 10241.0, 10250.0, 10238.0, 10225.0, 10248.0, 10218.0, 10221.0, 10215.0, 10215.0, 10209.0, 10232.0, 10242.0, 10214.0, 10216.0, 10250.0, 10214.0, 10240.0, 10199.0, 10204.0, 10208.0, 10221.0, 10224.0, 10208.0, 10220.0, 10210.0, 10227.0, 10219.0, 10239.0, 10246.0, 10242.0, 10262.0, 10249.0, 10258.0, 10214.0, 10224.0, 10258.0, 10221.0, 10227.0, 10219.0, 10233.0, 10198.0, 10216.0, 10240.0, 10218.0, 10239.0, 10217.0, 10215.0, 10220.0, 10245.0, 10230.0, 10270.0, 10261.0, 10232.0, 10230.0, 10213.0, 10229.0, 10196.0, 10192.0, 10219.0, 10195.0, 10203.0, 10185.0, 10196.0, 10205.0, 10189.0, 10219.0, 10193.0, 10206.0, 10191.0, 10229.0, 10214.0, 10271.0, 10260.0, 10246.0, 10242.0, 10212.0, 10229.0, 10214.0, 10239.0, 10233.0, 10242.0, 10232.0, 10246.0, 10220.0, 10235.0, 10231.0, 10203.0, 10246.0, 10200.0, 10208.0, 10192.0, 10201.0, 10221.0, 10216.0, 10230.0, 10191.0, 10210.0, 10195.0, 10223.0, 10241.0, 10261.0, 10246.0, 10280.0, 10263.0, 10286.0, 10270.0, 10247.0, 10294.0, 10227.0, 10224.0, 10265.0, 10221.0, 10247.0, 10214.0, 10226.0, 10248.0, 10221.0, 10223.0, 10236.0, 10223.0, 10260.0, 10297.0, 10264.0, 10274.0, 10240.0, 10239.0, 10280.0, 10226.0, 10253.0, 10203.0, 10205.0, 10236.0, 10199.0, 10212.0, 10180.0, 10189.0, 10216.0, 10195.0, 10223.0, 10215.0, 10221.0, 10197.0, 10203.0, 10236.0, 10211.0, 10249.0, 10220.0, 10243.0, 10218.0, 10237.0, 10257.0, 10269.0, 10284.0, 10309.0, 10290.0, 10288.0, 10293.0, 10313.0, 10272.0, 10268.0, 10264.0, 10242.0, 10233.0, 10203.0, 10186.0, 10210.0, 10215.0, 10208.0, 10189.0, 10202.0, 10217.0, 10221.0, 10222.0, 10247.0, 10216.0, 10222.0, 10216.0, 10224.0, 10241.0, 10220.0, 10223.0, 10194.0, 10202.0, 10209.0, 10214.0, 10210.0, 10226.0, 10247.0, 10221.0, 10215.0, 10216.0, 10217.0, 10211.0, 10222.0, 10237.0, 10238.0, 10237.0, 10232.0, 10246.0, 10235.0, 10249.0, 10218.0, 10201.0, 10219.0, 10212.0, 10226.0, 10190.0, 10202.0, 10193.0, 10198.0, 10202.0, 10213.0, 10213.0, 10240.0, 10266.0, 10222.0, 10234.0, 10201.0, 10222.0, 10240.0, 10218.0, 10237.0, 10200.0, 10208.0, 10217.0, 10218.0, 10240.0, 10209.0, 10215.0, 10214.0, 10222.0, 10243.0, 10233.0, 10251.0, 10262.0, 10280.0, 10257.0, 10267.0, 10279.0, 10261.0, 10255.0, 10244.0, 10260.0, 10257.0, 10281.0, 10242.0, 10282.0, 10244.0, 10260.0, 10221.0, 10249.0, 10212.0, 10227.0, 10192.0, 10219.0, 10207.0, 10243.0, 10210.0, 10239.0, 10212.0, 10233.0, 10192.0, 10219.0, 10234.0, 10208.0, 10196.0, 10189.0, 10213.0, 10189.0, 10224.0, 10203.0, 10206.0, 10192.0, 10212.0, 10196.0, 10218.0, 10259.0, 10237.0, 10241.0, 10264.0, 10250.0, 10238.0, 10259.0, 10258.0, 10258.0, 10218.0, 10220.0, 10211.0, 10235.0, 10221.0, 10248.0, 10263.0, 10292.0, 10282.0, 10309.0, 10290.0, 10250.0, 10293.0, 10247.0, 10245.0, 10271.0, 10234.0, 10235.0, 10218.0, 10245.0, 10225.0, 10228.0, 10214.0, 10215.0, 10216.0, 10237.0, 10215.0, 10223.0, 10270.0, 10233.0, 10228.0, 10191.0, 10191.0, 10216.0, 10197.0, 10224.0, 10196.0, 10200.0, 10195.0, 10234.0, 10232.0, 10239.0, 10236.0, 10255.0, 10264.0, 10263.0, 10293.0, 10288.0, 10260.0, 10269.0, 10245.0, 10236.0, 10236.0, 10221.0, 10261.0, 10224.0, 10262.0, 10222.0, 10242.0, 10222.0, 10217.0, 10249.0, 10231.0, 10244.0, 10222.0, 10258.0, 10197.0, 10242.0, 10172.0, 10177.0, 10190.0, 10200.0, 10194.0, 10203.0, 10223.0, 10196.0, 10223.0, 10199.0, 10251.0, 10192.0, 10227.0, 10186.0, 10215.0, 10192.0, 10232.0, 10203.0, 10215.0, 10189.0, 10210.0, 10185.0, 10215.0, 10171.0, 10186.0, 10185.0, 10212.0, 10209.0, 10205.0, 10225.0, 10233.0, 10274.0, 10257.0, 10268.0, 10253.0, 10260.0, 10243.0, 10237.0, 10238.0, 10213.0, 10213.0, 10221.0, 10203.0, 10188.0, 10213.0, 10190.0, 10196.0, 10211.0, 10207.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.001497443396226415</td></tr>
<tr><td colspan=3>aqi</td><td>0.017476396886792454</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.38737761183193</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2574632546931062</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0245609621624157</td></tr>
<tr><td colspan=3>efc</td><td>0.4737</td></tr>
<tr><td colspan=3>fber</td><td>5969.2085</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09077417527852609</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.528301886792453</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4006661550350743</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.327625853595984</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.622613392017479</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.25175921949176</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109553</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012017432600259781</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01998317614197731</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1060</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.781476482022096</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>43.0198</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.4837</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.5309</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>297225.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>766.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.1087</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1102</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.4015</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3819.903</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4035.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1067.0368</td></tr>
<tr><td colspan=3>tsnr</td><td>44.199915091041476</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>