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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:27:11.822500</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.998011, -0.00987656, -0.0622565, 0.00174189, 0.991593, -0.129386]</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.0809635</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>[4226, -7694, -7314, 192, -146, -69, -115, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ceda39cb-899b-47c4-abbe-2693b0361287||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.677591323852539, 0.004673355724662542, -0.1701297014951706, 111.69415283203125], [0.0264980960637331, 2.6603710651397705, -0.3483540117740631, -98.15072631835938], [-0.16702967882156372, 0.34713253378868103, 2.672022819519043, -97.13198852539062], [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': ['212711.822500', '212712.282500', '212712.742500', '212713.202500', '212713.662500', '212714.122500', '212714.582500', '212715.042500', '212715.502500', '212715.962500', '212716.422500', '212716.882500', '212717.342500', '212717.802500', '212718.262500', '212718.722500', '212719.182500', '212719.642500', '212720.102500', '212720.562500', '212721.022500', '212721.482500', '212721.942500', '212722.402500', '212722.862500', '212723.322500', '212723.782500', '212724.242500', '212724.702500', '212725.162500', '212725.622500', '212726.082500', '212726.542500', '212727.002500', '212727.462500', '212727.922500', '212728.382500', '212728.842500', '212729.302500', '212729.762500', '212730.222500', '212730.682500', '212731.142500', '212731.602500', '212732.062500', '212732.522500', '212732.982500', '212733.442500', '212733.902500', '212734.362500', '212734.822500', '212735.282500', '212735.742500', '212736.202500', '212736.662500', '212737.122500', '212737.582500', '212738.042500', '212738.502500', '212738.962500', '212739.422500', '212739.882500', '212740.342500', '212740.802500', '212741.262500', '212741.722500', '212742.182500', '212742.642500', '212743.102500', '212743.562500', '212744.022500', '212744.482500', '212744.942500', '212745.402500', '212745.862500', '212746.322500', '212746.782500', '212747.242500', '212747.702500', '212748.162500', '212748.622500', '212749.082500', '212749.542500', '212750.002500', '212750.462500', '212750.922500', '212751.382500', '212751.842500', '212752.302500', '212752.762500', '212753.222500', '212753.682500', '212754.142500', '212754.602500', '212755.062500', '212755.522500', '212755.982500', '212756.442500', '212756.902500', '212757.362500', '212757.822500', '212758.282500', '212758.742500', '212759.202500', '212759.662500', '212800.122500', '212800.582500', '212801.042500', '212801.502500', '212801.962500', '212802.422500', '212802.882500', '212803.342500', '212803.802500', '212804.262500', '212804.722500', '212805.182500', '212805.642500', '212806.102500', '212806.562500', '212807.022500', '212807.482500', '212807.942500', '212808.402500', '212808.862500', '212809.322500', '212809.782500', '212810.242500', '212810.702500', '212811.162500', '212811.622500', '212812.082500', '212812.542500', '212813.002500', '212813.462500', '212813.922500', '212814.382500', '212814.842500', '212815.302500', '212815.762500', '212816.222500', '212816.682500', '212817.142500', '212817.602500', '212818.062500', '212818.522500', '212818.982500', '212819.442500', '212819.902500', '212820.362500', '212820.822500', '212821.282500', '212821.742500', '212822.202500', '212822.662500', '212823.122500', '212823.582500', '212824.042500', '212824.502500', '212824.962500', '212825.422500', '212825.882500', '212826.342500', '212826.802500', '212827.262500', '212827.722500', '212828.182500', '212828.642500', '212829.102500', '212829.562500', '212830.022500', '212830.482500', '212830.942500', '212831.402500', '212831.862500', '212832.322500', '212832.782500', '212833.242500', '212833.702500', '212834.162500', '212834.622500', '212835.082500', '212835.542500', '212836.002500', '212836.462500', '212836.922500', '212837.382500', '212837.842500', '212838.302500', '212838.762500', '212839.222500', '212839.682500', '212840.142500', '212840.602500', '212841.062500', '212841.522500', '212841.982500', '212842.442500', '212842.902500', '212843.362500', '212843.822500', '212844.282500', '212844.742500', '212845.202500', '212845.662500', '212846.122500', '212846.582500', '212847.042500', '212847.502500', '212847.962500', '212848.422500', '212848.882500', '212849.342500', '212849.802500', '212850.262500', '212850.722500', '212851.182500', '212851.642500', '212852.102500', '212852.562500', '212853.022500', '212853.482500', '212853.942500', '212854.402500', '212854.862500', '212855.322500', '212855.782500', '212856.242500', '212856.702500', '212857.162500', '212857.622500', '212858.082500', '212858.542500', '212859.002500', '212859.462500', '212859.922500', '212900.382500', '212900.842500', '212901.302500', '212901.762500', '212902.222500', '212902.682500', '212903.142500', '212903.602500', '212904.062500', '212904.522500', '212904.982500', '212905.442500', '212905.902500', '212906.362500', '212906.822500', '212907.282500', '212907.742500', '212908.202500', '212908.662500', '212909.122500', '212909.582500', '212910.042500', '212910.502500', '212910.962500', '212911.422500', '212911.882500', '212912.342500', '212912.802500', '212913.262500', '212913.722500', '212914.182500', '212914.642500', '212915.102500', '212915.562500', '212916.022500', '212916.482500', '212916.942500', '212917.402500', '212917.862500', '212918.322500', '212918.782500', '212919.242500', '212919.702500', '212920.162500', '212920.622500', '212921.082500', '212921.542500', '212922.002500', '212922.462500', '212922.922500', '212923.382500', '212923.842500', '212924.302500', '212924.762500', '212925.222500', '212925.682500', '212926.142500', '212926.602500', '212927.062500', '212927.522500', '212927.982500', '212928.442500', '212928.902500', '212929.362500', '212929.822500', '212930.282500', '212930.742500', '212931.202500', '212931.662500', '212932.122500', '212932.582500', '212933.042500', '212933.502500', '212933.962500', '212934.422500', '212934.882500', '212935.342500', '212935.802500', '212936.262500', '212936.722500', '212937.182500', '212937.642500', '212938.102500', '212938.562500', '212939.022500', '212939.482500', '212939.942500', '212940.402500', '212940.862500', '212941.322500', '212941.782500', '212942.242500', '212942.702500', '212943.162500', '212943.622500', '212944.082500', '212944.542500', '212945.002500', '212945.462500', '212945.922500', '212946.382500', '212946.842500', '212947.302500', '212947.762500', '212948.222500', '212948.682500', '212949.142500', '212949.602500', '212950.062500', '212950.522500', '212950.982500', '212951.442500', '212951.902500', '212952.362500', '212952.822500', '212953.282500', '212953.742500', '212954.202500', '212954.662500', '212955.122500', '212955.582500', '212956.042500', '212956.502500', '212956.962500', '212957.422500', '212957.882500', '212958.342500', '212958.802500', '212959.262500', '212959.722500', '213000.182500', '213000.642500', '213001.102500', '213001.562500', '213002.022500', '213002.482500', '213002.942500', '213003.402500', '213003.862500', '213004.322500', '213004.782500', '213005.242500', '213005.702500', '213006.162500', '213006.622500', '213007.082500', '213007.542500', '213008.002500', '213008.462500', '213008.922500', '213009.382500', '213009.842500', '213010.302500', '213010.762500', '213011.222500', '213011.682500', '213012.142500', '213012.602500', '213013.062500', '213013.522500', '213013.982500', '213014.442500', '213014.902500', '213015.362500', '213015.822500', '213016.282500', '213016.742500', '213017.202500', '213017.662500', '213018.122500', '213018.582500', '213019.042500', '213019.502500', '213019.962500', '213020.422500', '213020.882500', '213021.342500', '213021.802500', '213022.262500', '213022.722500', '213023.182500', '213023.642500', '213024.102500', '213024.562500', '213025.022500', '213025.482500', '213025.942500', '213026.402500', '213026.862500', '213027.322500', '213027.782500', '213028.242500', '213028.702500', '213029.162500', '213029.622500', '213030.082500', '213030.542500', '213031.002500', '213031.462500', '213031.922500', '213032.382500', '213032.842500', '213033.302500', '213033.762500', '213034.222500', '213034.682500', '213035.142500', '213035.602500', '213036.062500', '213036.522500', '213036.982500', '213037.442500', '213037.902500', '213038.362500', '213038.822500', '213039.282500', '213039.742500', '213040.202500', '213040.662500', '213041.122500', '213041.582500', '213042.042500', '213042.502500', '213042.962500', '213043.422500', '213043.882500', '213044.342500', '213044.802500', '213045.262500', '213045.722500', '213046.182500', '213046.642500', '213047.102500', '213047.562500', '213048.022500', '213048.482500', '213048.942500', '213049.402500', '213049.862500', '213050.322500', '213050.782500', '213051.242500', '213051.702500', '213052.162500', '213052.622500', '213053.082500', '213053.542500', '213054.002500', '213054.462500', '213054.922500', '213055.382500', '213055.842500', '213056.302500', '213056.762500', '213057.222500', '213057.682500', '213058.142500', '213058.602500', '213059.062500', '213059.522500', '213059.982500', '213100.442500', '213100.902500', '213101.362500', '213101.822500', '213102.282500', '213102.742500', '213103.202500', '213103.662500', '213104.122500', '213104.582500', '213105.042500', '213105.502500', '213105.962500', '213106.422500', '213106.882500', '213107.342500', '213107.802500', '213108.262500', '213108.722500', '213109.182500', '213109.642500', '213110.102500', '213110.562500', '213111.022500', '213111.482500', '213111.942500', '213112.402500', '213112.862500', '213113.322500', '213113.782500', '213114.242500', '213114.702500', '213115.162500', '213115.622500', '213116.082500', '213116.542500', '213117.002500', '213117.462500', '213117.922500', '213118.382500', '213118.842500', '213119.302500', '213119.762500', '213120.222500', '213120.682500', '213121.142500', '213121.602500', '213122.062500', '213122.522500', '213122.982500', '213123.442500', '213123.902500', '213124.362500', '213124.822500', '213125.282500', '213125.742500', '213126.202500', '213126.662500', '213127.122500', '213127.582500', '213128.042500', '213128.502500', '213128.962500', '213129.422500', '213129.882500', '213130.342500', '213130.802500', '213131.262500', '213131.722500', '213132.182500', '213132.642500', '213133.102500', '213133.562500', '213134.022500', '213134.482500', '213134.942500', '213135.402500', '213135.862500', '213136.322500', '213136.782500', '213137.242500', '213137.702500', '213138.162500', '213138.622500', '213139.082500', '213139.542500', '213140.002500', '213140.462500', '213140.922500', '213141.382500', '213141.842500', '213142.302500', '213142.762500', '213143.222500', '213143.682500', '213144.142500', '213144.602500', '213145.062500', '213145.522500', '213145.982500', '213146.442500', '213146.902500', '213147.362500', '213147.822500', '213148.282500', '213148.742500', '213149.202500', '213149.662500', '213150.122500', '213150.582500', '213151.042500', '213151.502500', '213151.962500', '213152.422500', '213152.882500', '213153.342500', '213153.802500', '213154.262500', '213154.722500', '213155.182500', '213155.642500', '213156.102500', '213156.562500', '213157.022500', '213157.482500', '213157.942500', '213158.402500', '213158.862500', '213159.322500', '213159.782500', '213200.242500', '213200.702500', '213201.162500', '213201.622500', '213202.082500', '213202.542500', '213203.002500', '213203.462500', '213203.922500', '213204.382500', '213204.842500', '213205.302500', '213205.762500', '213206.222500', '213206.682500', '213207.142500', '213207.602500', '213208.062500', '213208.522500', '213208.982500', '213209.442500', '213209.902500', '213210.362500', '213210.822500', '213211.282500', '213211.742500', '213212.202500', '213212.662500', '213213.122500', '213213.582500', '213214.042500', '213214.502500', '213214.962500', '213215.422500', '213215.882500', '213216.342500', '213216.802500', '213217.262500', '213217.722500', '213218.182500', '213218.642500', '213219.102500', '213219.562500', '213220.022500', '213220.482500', '213220.942500', '213221.402500', '213221.862500', '213222.322500', '213222.782500', '213223.242500', '213223.702500', '213224.162500', '213224.622500', '213225.082500', '213225.542500', '213226.002500', '213226.462500', '213226.922500', '213227.382500', '213227.842500', '213228.302500', '213228.762500', '213229.222500', '213229.682500', '213230.142500', '213230.602500', '213231.062500', '213231.522500', '213231.982500', '213232.442500', '213232.902500', '213233.362500', '213233.822500', '213234.282500', '213234.742500', '213235.202500', '213235.662500', '213236.122500', '213236.582500', '213237.042500', '213237.502500', '213237.962500', '213238.422500', '213238.882500', '213239.342500', '213239.802500', '213240.262500', '213240.722500', '213241.182500', '213241.642500', '213242.102500', '213242.562500', '213243.022500', '213243.482500', '213243.942500', '213244.402500', '213244.862500', '213245.322500', '213245.782500', '213246.242500', '213246.702500', '213247.162500', '213247.622500', '213248.082500', '213248.542500', '213249.002500', '213249.462500', '213249.922500', '213250.382500', '213250.842500', '213251.302500', '213251.762500', '213252.222500', '213252.682500', '213253.142500', '213253.602500', '213254.062500', '213254.522500', '213254.982500', '213255.442500', '213255.902500', '213256.362500', '213256.822500', '213257.282500', '213257.742500', '213258.202500', '213258.662500', '213259.122500', '213259.582500', '213300.042500', '213300.502500', '213300.962500', '213301.422500', '213301.882500', '213302.342500', '213302.802500', '213303.262500', '213303.722500', '213304.182500', '213304.642500', '213305.102500', '213305.562500', '213306.022500', '213306.482500', '213306.942500', '213307.402500', '213307.862500', '213308.322500', '213308.782500', '213309.242500', '213309.702500', '213310.162500', '213310.622500', '213311.082500', '213311.542500', '213312.002500', '213312.462500', '213312.922500', '213313.382500', '213313.842500', '213314.302500', '213314.762500', '213315.222500', '213315.682500', '213316.142500', '213316.602500', '213317.062500', '213317.522500', '213317.982500', '213318.442500', '213318.902500', '213319.362500', '213319.822500', '213320.282500', '213320.742500', '213321.202500', '213321.662500', '213322.122500', '213322.582500', '213323.042500', '213323.502500', '213323.962500', '213324.422500', '213324.882500', '213325.342500', '213325.802500', '213326.262500', '213326.722500', '213327.182500', '213327.642500', '213328.102500', '213328.562500', '213329.022500', '213329.482500', '213329.942500', '213330.402500', '213330.862500', '213331.322500', '213331.782500', '213332.242500', '213332.702500', '213333.162500', '213333.622500', '213334.082500', '213334.542500', '213335.002500', '213335.462500', '213335.922500', '213336.382500', '213336.842500', '213337.302500', '213337.762500', '213338.222500', '213338.682500', '213339.142500', '213339.602500', '213340.062500', '213340.522500', '213340.982500', '213341.442500', '213341.902500', '213342.362500', '213342.822500', '213343.282500', '213343.742500', '213344.202500', '213344.662500', '213345.122500', '213345.582500', '213346.042500', '213346.502500', '213346.962500', '213347.422500', '213347.882500', '213348.342500', '213348.802500', '213349.262500', '213349.722500', '213350.182500', '213350.642500', '213351.102500', '213351.562500', '213352.022500', '213352.482500', '213352.942500', '213353.402500', '213353.862500', '213354.322500', '213354.782500', '213355.242500', '213355.702500', '213356.162500', '213356.622500', '213357.082500', '213357.542500', '213358.002500', '213358.462500', '213358.922500', '213359.382500', '213359.842500', '213400.302500', '213400.762500', '213401.222500', '213401.682500', '213402.142500', '213402.602500', '213403.062500', '213403.522500', '213403.982500', '213404.442500', '213404.902500', '213405.362500', '213405.822500', '213406.282500', '213406.742500', '213407.202500', '213407.662500', '213408.122500', '213408.582500', '213409.042500', '213409.502500', '213409.962500', '213410.422500', '213410.882500', '213411.342500', '213411.802500', '213412.262500', '213412.722500', '213413.182500', '213413.642500', '213414.102500', '213414.562500', '213415.022500', '213415.482500', '213415.942500', '213416.402500', '213416.862500', '213417.322500', '213417.782500', '213418.242500', '213418.702500', '213419.162500', '213419.622500', '213420.082500', '213420.542500', '213421.002500', '213421.462500', '213421.922500', '213422.382500', '213422.842500', '213423.302500', '213423.762500', '213424.222500', '213424.682500', '213425.142500', '213425.602500', '213426.062500', '213426.522500', '213426.982500', '213427.442500', '213427.902500', '213428.362500', '213428.822500', '213429.282500', '213429.742500', '213430.202500', '213430.662500', '213431.122500', '213431.582500', '213432.042500', '213432.502500', '213432.962500', '213433.422500', '213433.882500', '213434.342500', '213434.802500', '213435.262500', '213435.722500', '213436.182500', '213436.642500', '213437.102500', '213437.562500', '213438.022500', '213438.482500', '213438.942500', '213439.402500', '213439.862500', '213440.322500', '213440.782500', '213441.242500', '213441.702500', '213442.162500', '213442.622500', '213443.082500', '213443.542500', '213444.002500', '213444.462500', '213444.922500', '213445.382500', '213445.842500', '213446.302500', '213446.762500', '213447.222500', '213447.682500', '213448.142500', '213448.602500', '213449.062500', '213449.522500', '213449.982500', '213450.442500', '213450.902500', '213451.362500', '213451.822500', '213452.282500', '213452.742500', '213453.202500', '213453.662500', '213454.122500', '213454.582500', '213455.042500', '213455.502500', '213455.962500', '213456.422500', '213456.882500', '213457.342500', '213457.802500', '213458.262500', '213458.722500', '213459.182500', '213459.642500', '213500.102500', '213500.562500', '213501.022500', '213501.482500', '213501.942500', '213502.402500', '213502.862500', '213503.322500', '213503.782500', '213504.242500', '213504.702500', '213505.162500', '213505.622500', '213506.082500', '213506.542500', '213507.002500', '213507.462500', '213507.922500', '213508.382500', '213508.842500', '213509.302500', '213509.762500', '213510.222500', '213510.682500', '213511.142500', '213511.602500', '213512.062500', '213512.522500', '213512.982500', '213513.442500', '213513.902500', '213514.362500', '213514.822500', '213515.282500', '213515.742500', '213516.202500', '213516.662500', '213517.122500', '213517.582500', '213518.042500', '213518.502500', '213518.962500', '213519.422500', '213519.882500', '213520.342500', '213520.802500', '213521.262500'], 'ContentTime': ['212739.664000', '212739.667000', '212739.670000', '212739.673000', '212739.675000', '212739.678000', '212739.680000', '212739.683000', '212739.686000', '212739.688000', '212739.691000', '212739.693000', '212739.696000', '212739.699000', '212739.701000', '212739.704000', '212739.706000', '212739.709000', '212739.711000', '212739.714000', '212739.722000', '212739.725000', '212739.727000', '212739.730000', '212739.732000', '212739.735000', '212739.737000', '212739.740000', '212739.743000', '212739.745000', '212739.748000', '212739.750000', '212739.753000', '212739.756000', '212739.758000', '212739.761000', '212739.763000', '212739.766000', '212739.769000', '212739.771000', '212739.774000', '212739.777000', '212739.779000', '212739.782000', '212739.784000', '212739.787000', '212739.789000', '212739.792000', '212739.800000', '212739.803000', '212739.805000', '212739.808000', '212739.810000', '212739.813000', '212739.815000', '212739.818000', '212739.821000', '212739.823000', '212739.826000', '212759.623000', '212759.626000', '212759.629000', '212759.632000', '212759.634000', '212759.637000', '212759.639000', '212759.642000', '212759.645000', '212759.647000', '212759.650000', '212759.652000', '212759.655000', '212759.658000', '212759.660000', '212759.663000', '212759.665000', '212759.668000', '212759.670000', '212759.673000', '212759.676000', '212759.678000', '212759.681000', '212759.683000', '212759.686000', '212759.689000', '212759.691000', '212759.694000', '212759.696000', '212759.699000', '212759.701000', '212759.704000', '212759.706000', '212759.709000', '212759.712000', '212759.714000', '212759.717000', '212759.719000', '212759.722000', '212759.725000', '212759.727000', '212759.730000', '212759.732000', '212819.624000', '212819.627000', '212819.630000', '212819.632000', '212819.635000', '212819.638000', '212819.641000', '212819.643000', '212819.646000', '212819.649000', '212819.651000', '212819.654000', '212819.656000', '212819.659000', '212819.662000', '212819.664000', '212819.667000', '212819.670000', '212819.672000', '212819.675000', '212819.677000', '212819.680000', '212819.683000', '212819.685000', '212819.688000', '212819.691000', '212819.693000', '212819.696000', '212819.698000', '212819.701000', '212819.703000', '212819.706000', '212819.709000', '212819.711000', '212819.714000', '212819.716000', '212819.719000', '212819.721000', '212819.724000', '212819.727000', '212819.729000', '212819.732000', '212819.734000', '212819.737000', '212839.624000', '212839.627000', '212839.630000', '212839.632000', '212839.635000', '212839.638000', '212839.640000', '212839.643000', '212839.646000', '212839.648000', '212839.651000', '212839.654000', '212839.656000', '212839.659000', '212839.661000', '212839.664000', '212839.667000', '212839.669000', '212839.672000', '212839.674000', '212839.677000', '212839.679000', '212839.682000', '212839.685000', '212839.687000', '212839.690000', '212839.693000', '212839.695000', '212839.698000', '212839.700000', '212839.703000', '212839.706000', '212839.708000', '212839.711000', '212839.713000', '212839.716000', '212839.718000', '212839.721000', '212839.724000', '212839.726000', '212839.729000', '212839.731000', '212839.734000', '212859.624000', '212859.626000', '212859.629000', '212859.632000', '212859.634000', '212859.637000', '212859.639000', '212859.642000', '212859.645000', '212859.647000', '212859.650000', '212859.653000', '212859.656000', '212859.659000', '212859.662000', '212859.665000', '212859.667000', '212859.670000', '212859.672000', '212859.675000', '212859.677000', '212859.680000', '212859.697000', '212859.700000', '212859.702000', '212859.705000', '212859.707000', '212859.710000', '212859.712000', '212859.715000', '212859.717000', '212859.720000', '212859.722000', '212859.725000', '212859.728000', '212859.730000', '212859.733000', '212859.735000', '212859.738000', '212859.741000', '212859.743000', '212859.746000', '212859.748000', '212919.624000', '212919.626000', '212919.629000', '212919.632000', '212919.634000', '212919.637000', '212919.639000', '212919.642000', '212919.645000', '212919.647000', '212919.650000', '212919.653000', '212919.655000', '212919.658000', '212919.660000', '212919.663000', '212919.665000', '212919.668000', '212919.671000', '212919.673000', '212919.676000', '212919.678000', '212919.681000', '212919.684000', '212919.686000', '212919.689000', '212919.691000', '212919.694000', '212919.697000', '212919.699000', '212919.702000', '212919.705000', '212919.707000', '212919.710000', '212919.712000', '212919.715000', '212919.718000', '212919.720000', '212919.723000', '212919.725000', '212919.728000', '212919.731000', '212919.733000', '212919.736000', '212939.625000', '212939.628000', '212939.631000', '212939.633000', '212939.636000', '212939.638000', '212939.641000', '212939.644000', '212939.646000', '212939.649000', '212939.651000', '212939.654000', '212939.657000', '212939.659000', '212939.662000', '212939.665000', '212939.667000', '212939.670000', '212939.672000', '212939.675000', '212939.678000', '212939.681000', '212939.683000', '212939.686000', '212939.688000', '212939.691000', '212939.694000', '212939.696000', '212939.699000', '212939.701000', '212939.704000', '212939.707000', '212939.709000', '212939.712000', '212939.714000', '212939.717000', '212939.720000', '212939.722000', '212939.725000', '212939.727000', '212939.730000', '212939.733000', '212939.735000', '212959.624000', '212959.626000', '212959.629000', '212959.632000', '212959.634000', '212959.637000', '212959.640000', '212959.642000', '212959.645000', '212959.648000', '212959.650000', '212959.653000', '212959.655000', '212959.658000', '212959.660000', '212959.663000', '212959.666000', '212959.668000', '212959.671000', '212959.674000', '212959.676000', '212959.679000', '212959.681000', '212959.684000', '212959.687000', '212959.695000', '212959.698000', '212959.701000', '212959.703000', '212959.706000', '212959.709000', '212959.711000', '212959.714000', '212959.717000', '212959.719000', '212959.722000', '212959.724000', '212959.727000', '212959.730000', '212959.732000', '212959.735000', '212959.738000', '212959.740000', '212959.743000', '213019.624000', '213019.627000', '213019.629000', '213019.632000', '213019.635000', '213019.637000', '213019.640000', '213019.643000', '213019.645000', '213019.648000', '213019.650000', '213019.653000', '213019.656000', '213019.658000', '213019.661000', '213019.664000', '213019.666000', '213019.669000', '213019.671000', '213019.674000', '213019.677000', '213019.679000', '213019.682000', '213019.685000', '213019.688000', '213019.690000', '213019.693000', '213019.695000', '213019.698000', '213019.701000', '213019.703000', '213019.706000', '213019.709000', '213019.711000', '213019.714000', '213019.717000', '213019.719000', '213019.722000', '213019.725000', '213019.727000', '213019.730000', '213019.732000', '213019.735000', '213039.624000', '213039.627000', '213039.630000', '213039.633000', '213039.635000', '213039.638000', '213039.640000', '213039.643000', '213039.646000', '213039.648000', '213039.651000', '213039.654000', '213039.656000', '213039.659000', '213039.661000', '213039.664000', '213039.667000', '213039.669000', '213039.672000', '213039.685000', '213039.688000', '213039.691000', '213039.693000', '213039.696000', '213039.698000', '213039.701000', '213039.704000', '213039.706000', '213039.709000', '213039.711000', '213039.714000', '213039.717000', '213039.719000', '213039.722000', '213039.725000', '213039.727000', '213039.730000', '213039.732000', '213039.735000', '213039.737000', '213039.740000', '213039.743000', '213039.745000', '213039.748000', '213059.625000', '213059.627000', '213059.630000', '213059.633000', '213059.635000', '213059.638000', '213059.641000', '213059.644000', '213059.647000', '213059.650000', '213059.653000', '213059.655000', '213059.658000', '213059.661000', '213059.665000', '213059.668000', '213059.670000', '213059.673000', '213059.675000', '213059.678000', '213059.681000', '213059.683000', '213059.686000', '213059.688000', '213059.691000', '213059.694000', '213059.696000', '213059.699000', '213059.701000', '213059.704000', '213059.707000', '213059.709000', '213059.712000', '213059.715000', '213059.717000', '213059.720000', '213059.723000', '213059.725000', '213059.728000', '213059.730000', '213059.733000', '213059.736000', '213059.738000', '213119.623000', '213119.626000', '213119.629000', '213119.632000', '213119.634000', '213119.637000', '213119.640000', '213119.642000', '213119.645000', '213119.647000', '213119.650000', '213119.652000', '213119.655000', '213119.658000', '213119.660000', '213119.663000', '213119.665000', '213119.668000', '213119.671000', '213119.673000', '213119.676000', '213119.678000', '213119.681000', '213119.684000', '213119.686000', '213119.689000', '213119.691000', '213119.694000', '213119.696000', '213119.699000', '213119.702000', '213119.704000', '213119.707000', '213119.710000', '213119.712000', '213119.715000', '213119.717000', '213119.720000', '213119.723000', '213119.725000', '213119.728000', '213119.731000', '213119.733000', '213119.736000', '213139.623000', '213139.626000', '213139.629000', '213139.632000', '213139.634000', '213139.637000', '213139.640000', '213139.642000', '213139.645000', '213139.648000', '213139.650000', '213139.653000', '213139.655000', '213139.658000', '213139.661000', '213139.663000', '213139.666000', '213139.669000', '213139.671000', '213139.674000', '213139.677000', '213139.679000', '213139.682000', '213139.684000', '213139.687000', '213139.689000', '213139.692000', '213139.695000', '213139.697000', '213139.700000', '213139.702000', '213139.705000', '213139.708000', '213139.710000', '213139.713000', '213139.715000', '213139.718000', '213139.721000', '213139.723000', '213139.726000', '213139.728000', '213139.731000', '213139.734000', '213159.624000', '213159.626000', '213159.629000', '213159.632000', '213159.634000', '213159.637000', '213159.640000', '213159.642000', '213159.645000', '213159.647000', '213159.650000', '213159.653000', '213159.655000', '213159.658000', '213159.661000', '213159.663000', '213159.666000', '213159.668000', '213159.671000', '213159.674000', '213159.676000', '213159.679000', '213159.681000', '213159.684000', '213159.686000', '213159.689000', '213159.692000', '213159.694000', '213159.697000', '213159.699000', '213159.702000', '213159.705000', '213159.707000', '213159.710000', '213159.713000', '213159.715000', '213159.718000', '213159.720000', '213159.723000', '213159.726000', '213159.728000', '213159.731000', '213159.733000', '213159.759000', '213219.623000', '213219.626000', '213219.629000', '213219.632000', '213219.634000', '213219.637000', '213219.639000', '213219.642000', '213219.645000', '213219.647000', '213219.650000', '213219.653000', '213219.655000', '213219.658000', '213219.661000', '213219.663000', '213219.666000', '213219.669000', '213219.671000', '213219.674000', '213219.676000', '213219.679000', '213219.682000', '213219.684000', '213219.687000', '213219.689000', '213219.692000', '213219.695000', '213219.697000', '213219.700000', '213219.703000', '213219.706000', '213219.709000', '213219.711000', '213219.714000', '213219.717000', '213219.719000', '213219.722000', '213219.724000', '213219.727000', '213219.730000', '213219.732000', '213219.735000', '213239.624000', '213239.626000', '213239.629000', '213239.632000', '213239.634000', '213239.637000', '213239.639000', '213239.642000', '213239.645000', '213239.647000', '213239.650000', '213239.653000', '213239.655000', '213239.658000', '213239.662000', '213239.665000', '213239.668000', '213239.670000', '213239.673000', '213239.676000', '213239.678000', '213239.681000', '213239.684000', '213239.686000', '213239.689000', '213239.691000', '213239.694000', '213239.697000', '213239.699000', '213239.702000', '213239.705000', '213239.707000', '213239.710000', '213239.712000', '213239.715000', '213239.718000', '213239.720000', '213239.723000', '213239.725000', '213239.728000', '213239.731000', '213239.733000', '213239.736000', '213239.739000', '213259.625000', '213259.627000', '213259.630000', '213259.633000', '213259.635000', '213259.638000', '213259.641000', '213259.643000', '213259.646000', '213259.649000', '213259.651000', '213259.654000', '213259.657000', '213259.659000', '213259.662000', '213259.664000', '213259.667000', '213259.670000', '213259.672000', '213259.675000', '213259.677000', '213259.680000', '213259.683000', '213259.685000', '213259.688000', '213259.691000', '213259.694000', '213259.696000', '213259.699000', '213259.702000', '213259.704000', '213259.707000', '213259.710000', '213259.712000', '213259.715000', '213259.717000', '213259.720000', '213259.723000', '213259.725000', '213259.728000', '213259.731000', '213259.733000', '213259.736000', '213319.625000', '213319.627000', '213319.630000', '213319.633000', '213319.635000', '213319.638000', '213319.640000', '213319.643000', '213319.645000', '213319.648000', '213319.651000', '213319.653000', '213319.656000', '213319.659000', '213319.661000', '213319.664000', '213319.667000', '213319.669000', '213319.672000', '213319.674000', '213319.677000', '213319.680000', '213319.682000', '213319.685000', '213319.687000', '213319.690000', '213319.693000', '213319.695000', '213319.698000', '213319.701000', '213319.703000', '213319.706000', '213319.708000', '213319.711000', '213319.714000', '213319.716000', '213319.719000', '213319.721000', '213319.724000', '213319.726000', '213319.729000', '213319.732000', '213319.734000', '213319.737000', '213339.624000', '213339.626000', '213339.629000', '213339.632000', '213339.634000', '213339.637000', '213339.640000', '213339.642000', '213339.645000', '213339.647000', '213339.650000', '213339.653000', '213339.655000', '213339.658000', '213339.660000', '213339.663000', '213339.666000', '213339.668000', '213339.671000', '213339.674000', '213339.676000', '213339.679000', '213339.682000', '213339.684000', '213339.687000', '213339.689000', '213339.692000', '213339.695000', '213339.697000', '213339.700000', '213339.702000', '213339.706000', '213339.709000', '213339.712000', '213339.714000', '213339.717000', '213339.720000', '213339.722000', '213339.725000', '213339.728000', '213339.730000', '213339.733000', '213339.735000', '213359.624000', '213359.626000', '213359.629000', '213359.632000', '213359.634000', '213359.637000', '213359.639000', '213359.642000', '213359.645000', '213359.647000', '213359.650000', '213359.652000', '213359.655000', '213359.658000', '213359.660000', '213359.663000', '213359.665000', '213359.668000', '213359.670000', '213359.673000', '213359.676000', '213359.678000', '213359.681000', '213359.684000', '213359.686000', '213359.689000', '213359.692000', '213359.694000', '213359.697000', '213359.699000', '213359.702000', '213359.705000', '213359.707000', '213359.710000', '213359.712000', '213359.715000', '213359.718000', '213359.720000', '213359.723000', '213359.726000', '213359.728000', '213359.731000', '213359.733000', '213359.736000', '213419.624000', '213419.627000', '213419.629000', '213419.632000', '213419.634000', '213419.637000', '213419.640000', '213419.642000', '213419.645000', '213419.648000', '213419.650000', '213419.653000', '213419.655000', '213419.658000', '213419.661000', '213419.663000', '213419.666000', '213419.668000', '213419.671000', '213419.674000', '213419.676000', '213419.679000', '213419.681000', '213419.684000', '213419.687000', '213419.689000', '213419.692000', '213419.694000', '213419.697000', '213419.700000', '213419.702000', '213419.705000', '213419.707000', '213419.710000', '213419.712000', '213419.715000', '213419.718000', '213419.720000', '213419.723000', '213419.725000', '213419.728000', '213419.730000', '213419.733000', '213439.624000', '213439.626000', '213439.629000', '213439.632000', '213439.634000', '213439.637000', '213439.639000', '213439.642000', '213439.645000', '213439.647000', '213439.650000', '213439.652000', '213439.655000', '213439.658000', '213439.660000', '213439.663000', '213439.665000', '213439.668000', '213439.671000', '213439.673000', '213439.676000', '213439.678000', '213439.681000', '213439.684000', '213439.686000', '213439.689000', '213439.691000', '213439.694000', '213439.697000', '213439.699000', '213439.702000', '213439.704000', '213439.707000', '213439.710000', '213439.712000', '213439.715000', '213439.718000', '213439.720000', '213439.723000', '213439.725000', '213439.728000', '213439.731000', '213439.733000', '213439.736000', '213459.624000', '213459.626000', '213459.629000', '213459.632000', '213459.634000', '213459.637000', '213459.640000', '213459.660000', '213459.662000', '213459.665000', '213459.668000', '213459.670000', '213459.673000', '213459.676000', '213459.678000', '213459.681000', '213459.683000', '213459.686000', '213459.688000', '213459.691000', '213459.694000', '213459.696000', '213459.699000', '213459.701000', '213459.704000', '213459.706000', '213459.709000', '213459.712000', '213459.714000', '213459.717000', '213459.719000', '213459.722000', '213459.725000', '213459.727000', '213459.730000', '213459.732000', '213459.735000', '213459.738000', '213459.740000', '213459.743000', '213459.745000', '213459.748000', '213459.751000', '213519.625000', '213519.628000', '213519.630000', '213519.633000', '213519.636000', '213519.638000', '213519.641000', '213519.643000', '213519.646000', '213519.649000', '213519.651000', '213519.654000', '213519.657000', '213519.659000', '213519.662000', '213519.665000', '213519.667000', '213519.670000', '213519.673000', '213519.675000', '213519.678000', '213519.681000', '213519.683000', '213519.686000', '213519.688000', '213519.691000', '213519.694000', '213519.696000', '213519.699000', '213519.702000', '213519.704000', '213519.707000', '213519.709000', '213519.712000', '213519.715000', '213519.717000', '213519.720000', '213519.723000', '213519.725000', '213519.728000', '213519.731000', '213519.733000', '213519.736000', '213519.738000', '213522.273000', '213522.276000', '213522.279000', '213522.281000', '213522.284000', '213522.287000'], 'InstanceCreationTime': ['212739.664000', '212739.667000', '212739.670000', '212739.673000', '212739.675000', '212739.678000', '212739.680000', '212739.683000', '212739.686000', '212739.688000', '212739.691000', '212739.693000', '212739.696000', '212739.699000', '212739.701000', '212739.704000', '212739.706000', '212739.709000', '212739.711000', '212739.714000', '212739.722000', '212739.725000', '212739.727000', '212739.730000', '212739.732000', '212739.735000', '212739.737000', '212739.740000', '212739.743000', '212739.745000', '212739.748000', '212739.750000', '212739.753000', '212739.756000', '212739.758000', '212739.761000', '212739.763000', '212739.766000', '212739.769000', '212739.771000', '212739.774000', '212739.777000', '212739.779000', '212739.782000', '212739.784000', '212739.787000', '212739.789000', '212739.792000', '212739.800000', '212739.803000', '212739.805000', '212739.808000', '212739.810000', '212739.813000', '212739.815000', '212739.818000', '212739.821000', '212739.823000', '212739.826000', '212759.623000', '212759.626000', '212759.629000', '212759.632000', '212759.634000', '212759.637000', '212759.639000', '212759.642000', '212759.645000', '212759.647000', '212759.650000', '212759.652000', '212759.655000', '212759.658000', '212759.660000', '212759.663000', '212759.665000', '212759.668000', '212759.670000', '212759.673000', '212759.676000', '212759.678000', '212759.681000', '212759.683000', '212759.686000', '212759.689000', '212759.691000', '212759.694000', '212759.696000', '212759.699000', '212759.701000', '212759.704000', '212759.706000', '212759.709000', '212759.712000', '212759.714000', '212759.717000', '212759.719000', '212759.722000', '212759.725000', '212759.727000', '212759.730000', '212759.732000', '212819.624000', '212819.627000', '212819.630000', '212819.632000', '212819.635000', '212819.638000', '212819.641000', '212819.643000', '212819.646000', '212819.649000', '212819.651000', '212819.654000', '212819.656000', '212819.659000', '212819.662000', '212819.664000', '212819.667000', '212819.670000', '212819.672000', '212819.675000', '212819.677000', '212819.680000', '212819.683000', '212819.685000', '212819.688000', '212819.691000', '212819.693000', '212819.696000', '212819.698000', '212819.701000', '212819.703000', '212819.706000', '212819.709000', '212819.711000', '212819.714000', '212819.716000', '212819.719000', '212819.721000', '212819.724000', '212819.727000', '212819.729000', '212819.732000', '212819.734000', '212819.737000', '212839.624000', '212839.627000', '212839.630000', '212839.632000', '212839.635000', '212839.638000', '212839.640000', '212839.643000', '212839.646000', '212839.648000', '212839.651000', '212839.654000', '212839.656000', '212839.659000', '212839.661000', '212839.664000', '212839.667000', '212839.669000', '212839.672000', '212839.674000', '212839.677000', '212839.679000', '212839.682000', '212839.685000', '212839.687000', '212839.690000', '212839.693000', '212839.695000', '212839.698000', '212839.700000', '212839.703000', '212839.706000', '212839.708000', '212839.711000', '212839.713000', '212839.716000', '212839.718000', '212839.721000', '212839.724000', '212839.726000', '212839.729000', '212839.731000', '212839.734000', '212859.624000', '212859.626000', '212859.629000', '212859.632000', '212859.634000', '212859.637000', '212859.639000', '212859.642000', '212859.645000', '212859.647000', '212859.650000', '212859.653000', '212859.656000', '212859.659000', '212859.662000', '212859.665000', '212859.667000', '212859.670000', '212859.672000', '212859.675000', '212859.677000', '212859.680000', '212859.697000', '212859.700000', '212859.702000', '212859.705000', '212859.707000', '212859.710000', '212859.712000', '212859.715000', '212859.717000', '212859.720000', '212859.722000', '212859.725000', '212859.728000', '212859.730000', '212859.733000', '212859.735000', '212859.738000', '212859.741000', '212859.743000', '212859.746000', '212859.748000', '212919.624000', '212919.626000', '212919.629000', '212919.632000', '212919.634000', '212919.637000', '212919.639000', '212919.642000', '212919.645000', '212919.647000', '212919.650000', '212919.653000', '212919.655000', '212919.658000', '212919.660000', '212919.663000', '212919.665000', '212919.668000', '212919.671000', '212919.673000', '212919.676000', '212919.678000', '212919.681000', '212919.684000', '212919.686000', '212919.689000', '212919.691000', '212919.694000', '212919.697000', '212919.699000', '212919.702000', '212919.705000', '212919.707000', '212919.710000', '212919.712000', '212919.715000', '212919.718000', '212919.720000', '212919.723000', '212919.725000', '212919.728000', '212919.731000', '212919.733000', '212919.736000', '212939.625000', '212939.628000', '212939.631000', '212939.633000', '212939.636000', '212939.638000', '212939.641000', '212939.644000', '212939.646000', '212939.649000', '212939.651000', '212939.654000', '212939.657000', '212939.659000', '212939.662000', '212939.665000', '212939.667000', '212939.670000', '212939.672000', '212939.675000', '212939.678000', '212939.681000', '212939.683000', '212939.686000', '212939.688000', '212939.691000', '212939.694000', '212939.696000', '212939.699000', '212939.701000', '212939.704000', '212939.707000', '212939.709000', '212939.712000', '212939.714000', '212939.717000', '212939.720000', '212939.722000', '212939.725000', '212939.727000', '212939.730000', '212939.733000', '212939.735000', '212959.624000', '212959.626000', '212959.629000', '212959.632000', '212959.634000', '212959.637000', '212959.640000', '212959.642000', '212959.645000', '212959.648000', '212959.650000', '212959.653000', '212959.655000', '212959.658000', '212959.660000', '212959.663000', '212959.666000', '212959.668000', '212959.671000', '212959.674000', '212959.676000', '212959.679000', '212959.681000', '212959.684000', '212959.687000', '212959.695000', '212959.698000', '212959.701000', '212959.703000', '212959.706000', '212959.709000', '212959.711000', '212959.714000', '212959.717000', '212959.719000', '212959.722000', '212959.724000', '212959.727000', '212959.730000', '212959.732000', '212959.735000', '212959.738000', '212959.740000', '212959.743000', '213019.624000', '213019.627000', '213019.629000', '213019.632000', '213019.635000', '213019.637000', '213019.640000', '213019.643000', '213019.645000', '213019.648000', '213019.650000', '213019.653000', '213019.656000', '213019.658000', '213019.661000', '213019.664000', '213019.666000', '213019.669000', '213019.671000', '213019.674000', '213019.677000', '213019.679000', '213019.682000', '213019.685000', '213019.688000', '213019.690000', '213019.693000', '213019.695000', '213019.698000', '213019.701000', '213019.703000', '213019.706000', '213019.709000', '213019.711000', '213019.714000', '213019.717000', '213019.719000', '213019.722000', '213019.725000', '213019.727000', '213019.730000', '213019.732000', '213019.735000', '213039.624000', '213039.627000', '213039.630000', '213039.633000', '213039.635000', '213039.638000', '213039.640000', '213039.643000', '213039.646000', '213039.648000', '213039.651000', '213039.654000', '213039.656000', '213039.659000', '213039.661000', '213039.664000', '213039.667000', '213039.669000', '213039.672000', '213039.685000', '213039.688000', '213039.691000', '213039.693000', '213039.696000', '213039.698000', '213039.701000', '213039.704000', '213039.706000', '213039.709000', '213039.711000', '213039.714000', '213039.717000', '213039.719000', '213039.722000', '213039.725000', '213039.727000', '213039.730000', '213039.732000', '213039.735000', '213039.737000', '213039.740000', '213039.743000', '213039.745000', '213039.748000', '213059.625000', '213059.627000', '213059.630000', '213059.633000', '213059.635000', '213059.638000', '213059.641000', '213059.644000', '213059.647000', '213059.650000', '213059.653000', '213059.655000', '213059.658000', '213059.661000', '213059.665000', '213059.668000', '213059.670000', '213059.673000', '213059.675000', '213059.678000', '213059.681000', '213059.683000', '213059.686000', '213059.688000', '213059.691000', '213059.694000', '213059.696000', '213059.699000', '213059.701000', '213059.704000', '213059.707000', '213059.709000', '213059.712000', '213059.715000', '213059.717000', '213059.720000', '213059.723000', '213059.725000', '213059.728000', '213059.730000', '213059.733000', '213059.736000', '213059.738000', '213119.623000', '213119.626000', '213119.629000', '213119.632000', '213119.634000', '213119.637000', '213119.640000', '213119.642000', '213119.645000', '213119.647000', '213119.650000', '213119.652000', '213119.655000', '213119.658000', '213119.660000', '213119.663000', '213119.665000', '213119.668000', '213119.671000', '213119.673000', '213119.676000', '213119.678000', '213119.681000', '213119.684000', '213119.686000', '213119.689000', '213119.691000', '213119.694000', '213119.696000', '213119.699000', '213119.702000', '213119.704000', '213119.707000', '213119.710000', '213119.712000', '213119.715000', '213119.717000', '213119.720000', '213119.723000', '213119.725000', '213119.728000', '213119.731000', '213119.733000', '213119.736000', '213139.623000', '213139.626000', '213139.629000', '213139.632000', '213139.634000', '213139.637000', '213139.640000', '213139.642000', '213139.645000', '213139.648000', '213139.650000', '213139.653000', '213139.655000', '213139.658000', '213139.661000', '213139.663000', '213139.666000', '213139.669000', '213139.671000', '213139.674000', '213139.677000', '213139.679000', '213139.682000', '213139.684000', '213139.687000', '213139.689000', '213139.692000', '213139.695000', '213139.697000', '213139.700000', '213139.702000', '213139.705000', '213139.708000', '213139.710000', '213139.713000', '213139.715000', '213139.718000', '213139.721000', '213139.723000', '213139.726000', '213139.728000', '213139.731000', '213139.734000', '213159.624000', '213159.626000', '213159.629000', '213159.632000', '213159.634000', '213159.637000', '213159.640000', '213159.642000', '213159.645000', '213159.647000', '213159.650000', '213159.653000', '213159.655000', '213159.658000', '213159.661000', '213159.663000', '213159.666000', '213159.668000', '213159.671000', '213159.674000', '213159.676000', '213159.679000', '213159.681000', '213159.684000', '213159.686000', '213159.689000', '213159.692000', '213159.694000', '213159.697000', '213159.699000', '213159.702000', '213159.705000', '213159.707000', '213159.710000', '213159.713000', '213159.715000', '213159.718000', '213159.720000', '213159.723000', '213159.726000', '213159.728000', '213159.731000', '213159.733000', '213159.759000', '213219.623000', '213219.626000', '213219.629000', '213219.632000', '213219.634000', '213219.637000', '213219.639000', '213219.642000', '213219.645000', '213219.647000', '213219.650000', '213219.653000', '213219.655000', '213219.658000', '213219.661000', '213219.663000', '213219.666000', '213219.669000', '213219.671000', '213219.674000', '213219.676000', '213219.679000', '213219.682000', '213219.684000', '213219.687000', '213219.689000', '213219.692000', '213219.695000', '213219.697000', '213219.700000', '213219.703000', '213219.706000', '213219.709000', '213219.711000', '213219.714000', '213219.717000', '213219.719000', '213219.722000', '213219.724000', '213219.727000', '213219.730000', '213219.732000', '213219.735000', '213239.624000', '213239.626000', '213239.629000', '213239.632000', '213239.634000', '213239.637000', '213239.639000', '213239.642000', '213239.645000', '213239.647000', '213239.650000', '213239.653000', '213239.655000', '213239.658000', '213239.662000', '213239.665000', '213239.668000', '213239.670000', '213239.673000', '213239.676000', '213239.678000', '213239.681000', '213239.684000', '213239.686000', '213239.689000', '213239.691000', '213239.694000', '213239.697000', '213239.699000', '213239.702000', '213239.705000', '213239.707000', '213239.710000', '213239.712000', '213239.715000', '213239.718000', '213239.720000', '213239.723000', '213239.725000', '213239.728000', '213239.731000', '213239.733000', '213239.736000', '213239.739000', '213259.625000', '213259.627000', '213259.630000', '213259.633000', '213259.635000', '213259.638000', '213259.641000', '213259.643000', '213259.646000', '213259.649000', '213259.651000', '213259.654000', '213259.657000', '213259.659000', '213259.662000', '213259.664000', '213259.667000', '213259.670000', '213259.672000', '213259.675000', '213259.677000', '213259.680000', '213259.683000', '213259.685000', '213259.688000', '213259.691000', '213259.694000', '213259.696000', '213259.699000', '213259.702000', '213259.704000', '213259.707000', '213259.710000', '213259.712000', '213259.715000', '213259.717000', '213259.720000', '213259.723000', '213259.725000', '213259.728000', '213259.731000', '213259.733000', '213259.736000', '213319.625000', '213319.627000', '213319.630000', '213319.633000', '213319.635000', '213319.638000', '213319.640000', '213319.643000', '213319.645000', '213319.648000', '213319.651000', '213319.653000', '213319.656000', '213319.659000', '213319.661000', '213319.664000', '213319.667000', '213319.669000', '213319.672000', '213319.674000', '213319.677000', '213319.680000', '213319.682000', '213319.685000', '213319.687000', '213319.690000', '213319.693000', '213319.695000', '213319.698000', '213319.701000', '213319.703000', '213319.706000', '213319.708000', '213319.711000', '213319.714000', '213319.716000', '213319.719000', '213319.721000', '213319.724000', '213319.726000', '213319.729000', '213319.732000', '213319.734000', '213319.737000', '213339.624000', '213339.626000', '213339.629000', '213339.632000', '213339.634000', '213339.637000', '213339.640000', '213339.642000', '213339.645000', '213339.647000', '213339.650000', '213339.653000', '213339.655000', '213339.658000', '213339.660000', '213339.663000', '213339.666000', '213339.668000', '213339.671000', '213339.674000', '213339.676000', '213339.679000', '213339.682000', '213339.684000', '213339.687000', '213339.689000', '213339.692000', '213339.695000', '213339.697000', '213339.700000', '213339.702000', '213339.706000', '213339.709000', '213339.712000', '213339.714000', '213339.717000', '213339.720000', '213339.722000', '213339.725000', '213339.728000', '213339.730000', '213339.733000', '213339.735000', '213359.624000', '213359.626000', '213359.629000', '213359.632000', '213359.634000', '213359.637000', '213359.639000', '213359.642000', '213359.645000', '213359.647000', '213359.650000', '213359.652000', '213359.655000', '213359.658000', '213359.660000', '213359.663000', '213359.665000', '213359.668000', '213359.670000', '213359.673000', '213359.676000', '213359.678000', '213359.681000', '213359.684000', '213359.686000', '213359.689000', '213359.692000', '213359.694000', '213359.697000', '213359.699000', '213359.702000', '213359.705000', '213359.707000', '213359.710000', '213359.712000', '213359.715000', '213359.718000', '213359.720000', '213359.723000', '213359.726000', '213359.728000', '213359.731000', '213359.733000', '213359.736000', '213419.624000', '213419.627000', '213419.629000', '213419.632000', '213419.634000', '213419.637000', '213419.640000', '213419.642000', '213419.645000', '213419.648000', '213419.650000', '213419.653000', '213419.655000', '213419.658000', '213419.661000', '213419.663000', '213419.666000', '213419.668000', '213419.671000', '213419.674000', '213419.676000', '213419.679000', '213419.681000', '213419.684000', '213419.687000', '213419.689000', '213419.692000', '213419.694000', '213419.697000', '213419.700000', '213419.702000', '213419.705000', '213419.707000', '213419.710000', '213419.712000', '213419.715000', '213419.718000', '213419.720000', '213419.723000', '213419.725000', '213419.728000', '213419.730000', '213419.733000', '213439.624000', '213439.626000', '213439.629000', '213439.632000', '213439.634000', '213439.637000', '213439.639000', '213439.642000', '213439.645000', '213439.647000', '213439.650000', '213439.652000', '213439.655000', '213439.658000', '213439.660000', '213439.663000', '213439.665000', '213439.668000', '213439.671000', '213439.673000', '213439.676000', '213439.678000', '213439.681000', '213439.684000', '213439.686000', '213439.689000', '213439.691000', '213439.694000', '213439.697000', '213439.699000', '213439.702000', '213439.704000', '213439.707000', '213439.710000', '213439.712000', '213439.715000', '213439.718000', '213439.720000', '213439.723000', '213439.725000', '213439.728000', '213439.731000', '213439.733000', '213439.736000', '213459.624000', '213459.626000', '213459.629000', '213459.632000', '213459.634000', '213459.637000', '213459.640000', '213459.660000', '213459.662000', '213459.665000', '213459.668000', '213459.670000', '213459.673000', '213459.676000', '213459.678000', '213459.681000', '213459.683000', '213459.686000', '213459.688000', '213459.691000', '213459.694000', '213459.696000', '213459.699000', '213459.701000', '213459.704000', '213459.706000', '213459.709000', '213459.712000', '213459.714000', '213459.717000', '213459.719000', '213459.722000', '213459.725000', '213459.727000', '213459.730000', '213459.732000', '213459.735000', '213459.738000', '213459.740000', '213459.743000', '213459.745000', '213459.748000', '213459.751000', '213519.625000', '213519.628000', '213519.630000', '213519.633000', '213519.636000', '213519.638000', '213519.641000', '213519.643000', '213519.646000', '213519.649000', '213519.651000', '213519.654000', '213519.657000', '213519.659000', '213519.662000', '213519.665000', '213519.667000', '213519.670000', '213519.673000', '213519.675000', '213519.678000', '213519.681000', '213519.683000', '213519.686000', '213519.688000', '213519.691000', '213519.694000', '213519.696000', '213519.699000', '213519.702000', '213519.704000', '213519.707000', '213519.709000', '213519.712000', '213519.715000', '213519.717000', '213519.720000', '213519.723000', '213519.725000', '213519.728000', '213519.731000', '213519.733000', '213519.736000', '213519.738000', '213522.273000', '213522.276000', '213522.279000', '213522.281000', '213522.284000', '213522.287000'], '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': [14860, 9460, 14332, 9186, 14222, 8448, 12903, 8126, 12546, 9100, 10058, 7967, 9127, 10261, 8523, 11242, 8991, 11393, 8180, 10782, 8013, 11096, 7855, 10850, 7909, 10351, 7523, 10587, 7115, 9367, 8424, 9303, 7261, 11122, 7164, 11458, 8531, 12591, 7823, 11036, 7439, 11043, 9147, 11165, 8361, 10485, 7890, 9563, 8953, 9148, 14078, 9119, 10873, 8290, 9436, 8232, 9836, 8738, 8573, 8593, 7616, 8378, 6952, 9156, 7027, 9394, 6764, 9441, 7025, 9064, 13127, 9018, 13888, 8633, 12565, 8050, 11582, 7761, 10877, 7543, 9952, 7013, 9820, 6838, 9947, 7193, 10408, 7041, 9199, 6984, 9406, 7359, 9875, 7612, 10007, 6994, 9890, 7059, 9618, 7913, 9455, 11546, 8682, 14269, 8162, 10575, 7448, 10524, 7203, 10125, 6893, 8195, 12409, 7840, 11578, 7865, 10838, 7135, 9560, 6949, 8497, 7913, 8607, 11689, 8600, 12819, 8098, 10529, 7660, 10075, 7960, 10954, 7532, 10333, 7149, 9593, 9098, 9045, 13810, 8995, 14924, 8342, 12094, 8152, 11230, 7964, 10936, 8356, 11297, 7695, 11052, 7781, 10188, 7895, 10937, 7993, 9906, 7584, 10208, 7788, 10609, 7364, 10042, 7148, 9625, 10041, 8500, 14522, 8638, 12931, 8753, 11878, 7152, 9348, 7563, 8514, 7760, 9573, 7044, 8268, 6827, 8579, 6716, 9455, 7017, 8814, 7023, 7940, 10066, 7892, 11342, 8141, 11374, 8347, 11552, 7988, 10379, 7727, 10309, 7686, 10338, 7799, 10914, 7337, 9519, 7130, 8702, 7829, 9098, 6945, 9086, 6968, 11286, 7205, 12001, 8798, 12318, 8743, 11312, 9083, 7977, 10863, 7609, 11187, 7981, 12845, 8874, 11893, 8394, 9200, 8443, 7766, 9069, 7070, 11655, 7549, 10009, 7629, 10118, 7961, 8667, 9182, 8165, 8868, 6911, 9297, 10160, 8998, 14894, 9968, 12640, 8437, 14811, 8978, 14463, 8509, 13103, 7799, 11324, 7588, 10312, 7450, 11670, 6900, 9751, 7005, 9492, 7875, 9948, 12060, 9799, 14749, 9011, 11030, 8303, 12583, 8498, 12558, 8825, 13166, 7954, 10975, 7520, 10046, 7346, 9750, 12752, 8429, 11803, 8450, 10902, 8279, 11370, 8209, 10508, 7548, 9903, 7437, 10505, 7856, 10581, 7411, 10394, 7213, 9994, 7000, 8135, 8802, 8379, 11370, 8724, 10576, 7988, 10253, 8008, 11043, 7560, 10390, 7146, 9564, 6746, 9343, 8312, 9798, 8900, 8298, 7433, 7980, 9585, 8020, 9871, 8190, 8054, 7931, 7100, 10922, 7623, 11578, 8414, 14265, 8476, 13805, 8472, 13506, 8396, 14703, 8375, 13662, 8940, 9221, 14549, 9896, 16072, 10429, 14739, 8554, 12658, 8141, 10657, 7853, 11434, 7542, 9571, 7595, 9994, 8131, 10702, 8275, 7832, 8421, 7128, 10798, 8387, 7842, 8441, 7558, 9344, 10107, 9358, 12842, 8357, 13385, 8161, 13251, 8220, 11730, 8200, 9385, 7708, 6551, 8471, 7305, 10522, 7351, 11070, 7504, 10678, 7660, 11181, 7736, 12236, 8150, 11540, 9019, 9873, 13395, 9929, 14521, 11701, 14640, 8578, 11919, 7887, 11040, 7297, 10560, 6904, 9620, 6762, 9124, 8227, 9487, 8207, 9495, 6869, 8981, 6796, 9585, 6934, 11365, 7655, 10472, 7246, 10660, 7556, 11169, 8472, 12218, 7880, 10096, 7114, 10118, 7300, 9632, 10880, 11113, 13588, 10036, 9162, 8673, 10108, 9753, 10815, 8545, 7231, 8615, 7495, 9180, 7027, 9985, 7842, 9875, 7920, 8870, 8793, 7675, 10120, 7812, 13653, 8338, 13288, 8697, 10854, 8269, 11269, 8187, 11920, 7900, 11616, 8126, 11345, 7373, 9513, 7091, 9313, 7122, 8554, 7088, 9328, 7313, 9561, 7336, 10079, 7323, 10725, 8573, 12194, 8577, 9465, 8354, 9013, 9064, 9745, 9708, 7512, 9061, 8179, 8582, 9752, 9875, 7004, 10539, 7737, 13472, 9539, 15389, 9576, 12586, 7844, 10561, 7514, 9608, 7863, 9863, 7790, 7536, 7746, 6786, 7684, 7552, 8126, 9304, 8418, 12379, 9291, 12258, 9662, 15236, 11380, 13707, 10205, 13319, 9470, 12801, 7190, 9196, 6868, 7955, 10324, 8061, 11319, 8025, 10368, 6664, 9649, 7691, 8407, 9770, 8946, 9533, 8500, 8425, 8919, 8009, 9536, 6827, 9602, 6719, 9644, 10270, 8672, 12322, 8353, 10777, 7451, 9866, 7386, 8208, 11755, 8170, 10773, 7725, 9983, 6963, 9063, 6699, 8064, 6988, 8993, 7294, 9183, 9871, 8404, 13302, 8290, 11342, 8255, 10695, 8318, 10568, 7392, 10213, 7184, 10167, 6912, 9555, 7065, 9168, 10969, 7945, 11518, 7320, 10255, 6837, 9063, 13440, 7630, 11673, 7713, 10305, 7145, 9659, 7392, 8245, 11330, 7836, 10270, 7688, 9795, 7061, 9425, 6957, 8274, 7011, 7972, 8748, 7500, 11044, 7684, 10399, 7457, 10327, 7689, 10044, 7311, 11370, 9420, 14007, 9423, 9484, 7742, 9538, 8368, 7441, 8555, 7270, 8735, 7876, 6632, 10441, 8577, 12879, 9320, 13113, 9648, 13704, 8942, 12791, 12291, 9742, 15286, 12534, 14313, 9341, 11537, 9866, 8759, 14054, 8647, 11086, 8198, 10385, 8177, 9773, 8539, 8179, 8496, 6778, 10018, 6763, 10873, 10158, 10330, 12673, 11523, 12340, 9032, 14137, 11169, 14350, 11514, 13675, 11196, 11672, 12161, 9861, 13746, 8629, 14632, 8230, 10951, 7608, 10834, 7415, 10608, 7735, 9589, 9682, 8589, 10905, 8390, 11063, 8197, 10747, 8082, 10419, 7850, 10357, 7822, 10235, 7378, 9202, 7702, 8285, 10143, 7881, 10980, 7804, 10552, 7486, 10025, 6974, 9825, 7211, 8469, 9917, 8113, 11917, 8312, 10622, 7752, 10477, 7972, 10686, 6952, 9785, 7449, 9050, 7043, 8565, 7750, 8446, 8372, 10326, 7118, 10313, 6926, 9927, 8886, 11577, 9935, 14452, 10049, 13322, 8605, 9881, 12677, 8825, 15815, 10277, 14797, 9062, 12982, 8084, 10512, 11923, 9155, 16479, 9608, 14437, 8151, 10248, 7564, 9159, 8891, 7848, 9412, 8731, 7654, 10094, 7987, 12345, 8389, 7105, 9742, 7430, 10865, 8271, 11502, 8487, 11394, 7808, 10629, 13122, 9384, 15354, 9020, 13562, 8541, 11682, 8145, 10440, 7973, 10097, 7647, 10515, 7836, 10639, 7489, 10348, 7493, 9085, 11228, 8789, 14188, 9137, 13183, 8468, 12226, 8365, 10157, 11572, 8783, 12998, 8207, 10956, 8381, 10514, 7286, 9751, 7248, 8091, 8001, 8035, 10692, 8001, 10882, 8283, 10719, 8381, 10463, 8032, 11076, 8097, 10784, 10414, 10293, 12873, 9082, 15215, 8681, 12876, 8243, 10896, 7307, 9953, 12997, 8487, 11780, 7696, 10701, 7492, 9593, 8319, 8031, 7522, 9904, 7080, 11689, 9339, 11698, 10208, 12887, 8972, 9199, 10613, 8112, 14651, 8749, 15344, 9711, 10284, 12131, 8857, 16687, 10467, 14449, 8589, 12663, 7814, 9962, 9088, 8883, 12067, 8137, 11067, 8217, 10291, 8124, 9728, 7238, 8600, 7227, 7780, 8987, 7821, 10146, 7619, 9721, 7404, 6916, 6874, 6680, 8877, 7071, 11819, 9126, 11985, 9269, 13030, 8562, 12442, 8360, 12103, 11287, 9719, 15491, 9396, 13474, 7668, 10064, 7236, 9111, 13207, 8297, 12342, 8442, 10492, 8010, 10692, 7865, 11018, 8083, 11671, 8360, 11960, 8067, 11663, 8592, 11630, 8075, 13940, 9293, 10843, 8454, 13878, 8738, 15882, 10098, 13984, 9196, 15194, 9215, 9104, 7091, 9164, 8730, 9406, 7535, 8900, 7030, 9430, 7377, 9780, 7302, 9837, 9128, 8344, 13867, 8399, 11579, 8843, 11066, 8455, 10587, 7875, 10267, 7618, 10691, 7522, 10841, 8072, 10700, 7394, 10035, 6811, 9030, 12048, 8066, 11297, 8385, 10520, 7516, 9882, 7064, 8805, 8607, 8057, 10842, 8113, 10612, 7883, 10152, 7745, 10302, 7914, 10134, 7275, 9969, 7315, 10434, 7348, 10249, 9611, 8893, 13867, 8769, 14658, 8476, 12951, 7776, 11108, 7516, 9818, 9186, 8709, 11571, 8365, 9663, 8295, 10115, 8324, 12879, 8655, 12176], 'WindowCenter': [4280.0, 4203.0, 4238.0, 4172.0, 4210.0, 4147.0, 4186.0, 4123.0, 4174.0, 4131.0, 4141.0, 4120.0, 4130.0, 4138.0, 4129.0, 4160.0, 4131.0, 4160.0, 4121.0, 4150.0, 4120.0, 4161.0, 4121.0, 4162.0, 4122.0, 4152.0, 4122.0, 4164.0, 4115.0, 4158.0, 4134.0, 4156.0, 4124.0, 4177.0, 4126.0, 4187.0, 4157.0, 4183.0, 4120.0, 4160.0, 4108.0, 4158.0, 4139.0, 4160.0, 4118.0, 4151.0, 4132.0, 4152.0, 4128.0, 4142.0, 4169.0, 4128.0, 4147.0, 4118.0, 4127.0, 4131.0, 4149.0, 4131.0, 4130.0, 4131.0, 4120.0, 4130.0, 4099.0, 4141.0, 4100.0, 4142.0, 4101.0, 4153.0, 4111.0, 4143.0, 4184.0, 4144.0, 4194.0, 4133.0, 4172.0, 4121.0, 4172.0, 4110.0, 4162.0, 4110.0, 4140.0, 4100.0, 4151.0, 4099.0, 4151.0, 4099.0, 4162.0, 4110.0, 4142.0, 4110.0, 4141.0, 4110.0, 4152.0, 4121.0, 4152.0, 4111.0, 4152.0, 4111.0, 4153.0, 4132.0, 4154.0, 4173.0, 4142.0, 4193.0, 4131.0, 4161.0, 4111.0, 4162.0, 4111.0, 4163.0, 4110.0, 4132.0, 4172.0, 4121.0, 4171.0, 4120.0, 4162.0, 4100.0, 4140.0, 4099.0, 4130.0, 4119.0, 4131.0, 4172.0, 4132.0, 4184.0, 4146.0, 4175.0, 4135.0, 4152.0, 4134.0, 4162.0, 4119.0, 4150.0, 4099.0, 4155.0, 4142.0, 4142.0, 4182.0, 4143.0, 4192.0, 4120.0, 4170.0, 4120.0, 4160.0, 4120.0, 4161.0, 4131.0, 4161.0, 4121.0, 4161.0, 4121.0, 4151.0, 4122.0, 4163.0, 4122.0, 4153.0, 4123.0, 4162.0, 4123.0, 4164.0, 4124.0, 4165.0, 4113.0, 4154.0, 4153.0, 4143.0, 4194.0, 4132.0, 4183.0, 4131.0, 4161.0, 4099.0, 4140.0, 4108.0, 4119.0, 4108.0, 4141.0, 4099.0, 4130.0, 4099.0, 4131.0, 4100.0, 4153.0, 4112.0, 4144.0, 4113.0, 4134.0, 4164.0, 4135.0, 4175.0, 4146.0, 4186.0, 4146.0, 4175.0, 4135.0, 4165.0, 4135.0, 4165.0, 4135.0, 4167.0, 4135.0, 4175.0, 4124.0, 4153.0, 4127.0, 4158.0, 4133.0, 4155.0, 4111.0, 4143.0, 4099.0, 4162.0, 4112.0, 4184.0, 4132.0, 4172.0, 4143.0, 4173.0, 4143.0, 4121.0, 4162.0, 4110.0, 4160.0, 4120.0, 4172.0, 4144.0, 4172.0, 4132.0, 4141.0, 4131.0, 4120.0, 4142.0, 4101.0, 4174.0, 4121.0, 4152.0, 4121.0, 4152.0, 4133.0, 4145.0, 4157.0, 4134.0, 4143.0, 4112.0, 4154.0, 4153.0, 4145.0, 4221.0, 4167.0, 4172.0, 4121.0, 4181.0, 4143.0, 4206.0, 4145.0, 4182.0, 4110.0, 4148.0, 4108.0, 4138.0, 4097.0, 4159.0, 4098.0, 4138.0, 4097.0, 4138.0, 4107.0, 4152.0, 4159.0, 4138.0, 4178.0, 4116.0, 4146.0, 4106.0, 4157.0, 4128.0, 4171.0, 4130.0, 4170.0, 4118.0, 4148.0, 4095.0, 4126.0, 4095.0, 4138.0, 4168.0, 4116.0, 4146.0, 4105.0, 4135.0, 4105.0, 4146.0, 4105.0, 4135.0, 4095.0, 4125.0, 4096.0, 4148.0, 4118.0, 4148.0, 4108.0, 4149.0, 4108.0, 4138.0, 4097.0, 4119.0, 4129.0, 4131.0, 4160.0, 4130.0, 4150.0, 4119.0, 4149.0, 4119.0, 4161.0, 4122.0, 4152.0, 4110.0, 4140.0, 4088.0, 4141.0, 4132.0, 4153.0, 4143.0, 4133.0, 4111.0, 4119.0, 4138.0, 4132.0, 4150.0, 4130.0, 4119.0, 4134.0, 4114.0, 4163.0, 4109.0, 4162.0, 4145.0, 4194.0, 4132.0, 4182.0, 4120.0, 4171.0, 4120.0, 4182.0, 4119.0, 4171.0, 4118.0, 4128.0, 4168.0, 4127.0, 4178.0, 4136.0, 4166.0, 4104.0, 4144.0, 4094.0, 4124.0, 4105.0, 4147.0, 4120.0, 4138.0, 4106.0, 4126.0, 4107.0, 4137.0, 4118.0, 4107.0, 4119.0, 4100.0, 4161.0, 4133.0, 4133.0, 4132.0, 4121.0, 4153.0, 4163.0, 4144.0, 4173.0, 4132.0, 4183.0, 4120.0, 4183.0, 4133.0, 4175.0, 4131.0, 4128.0, 4096.0, 4060.0, 4116.0, 4139.0, 4191.0, 4126.0, 4175.0, 4124.0, 4164.0, 4124.0, 4176.0, 4136.0, 4186.0, 4122.0, 4163.0, 4131.0, 4140.0, 4171.0, 4139.0, 4169.0, 4150.0, 4168.0, 4116.0, 4146.0, 4094.0, 4135.0, 4083.0, 4125.0, 4083.0, 4114.0, 4072.0, 4115.0, 4104.0, 4126.0, 4105.0, 4126.0, 4085.0, 4127.0, 4075.0, 4126.0, 4085.0, 4159.0, 4107.0, 4148.0, 4108.0, 4148.0, 4107.0, 4149.0, 4119.0, 4160.0, 4108.0, 4138.0, 4098.0, 4138.0, 4108.0, 4166.0, 4163.0, 4163.0, 4183.0, 4141.0, 4129.0, 4119.0, 4153.0, 4143.0, 4150.0, 4116.0, 4097.0, 4119.0, 4097.0, 4140.0, 4099.0, 4140.0, 4122.0, 4154.0, 4134.0, 4143.0, 4130.0, 4108.0, 4149.0, 4108.0, 4180.0, 4131.0, 4182.0, 4131.0, 4161.0, 4120.0, 4160.0, 4118.0, 4158.0, 4107.0, 4159.0, 4119.0, 4148.0, 4096.0, 4127.0, 4097.0, 4139.0, 4098.0, 4117.0, 4097.0, 4128.0, 4108.0, 4138.0, 4108.0, 4137.0, 4108.0, 4174.0, 4157.0, 4186.0, 4144.0, 4153.0, 4131.0, 4142.0, 4142.0, 4152.0, 4142.0, 4110.0, 4129.0, 4119.0, 4130.0, 4140.0, 4139.0, 4098.0, 4149.0, 4108.0, 4181.0, 4151.0, 4192.0, 4127.0, 4156.0, 4104.0, 4147.0, 4109.0, 4139.0, 4118.0, 4149.0, 4105.0, 4105.0, 4107.0, 4096.0, 4116.0, 4104.0, 4119.0, 4139.0, 4129.0, 4171.0, 4140.0, 4172.0, 4141.0, 4181.0, 4148.0, 4157.0, 4126.0, 4156.0, 4114.0, 4145.0, 4083.0, 4126.0, 4087.0, 4106.0, 4134.0, 4103.0, 4133.0, 4091.0, 4122.0, 4070.0, 4122.0, 4091.0, 4103.0, 4123.0, 4130.0, 4168.0, 4130.0, 4104.0, 4115.0, 4105.0, 4136.0, 4085.0, 4127.0, 4086.0, 4138.0, 4148.0, 4129.0, 4169.0, 4119.0, 4148.0, 4097.0, 4138.0, 4096.0, 4118.0, 4159.0, 4119.0, 4149.0, 4108.0, 4139.0, 4098.0, 4139.0, 4112.0, 4144.0, 4112.0, 4155.0, 4110.0, 4140.0, 4150.0, 4130.0, 4181.0, 4120.0, 4162.0, 4133.0, 4150.0, 4130.0, 4161.0, 4111.0, 4162.0, 4111.0, 4163.0, 4112.0, 4153.0, 4112.0, 4153.0, 4162.0, 4122.0, 4173.0, 4111.0, 4152.0, 4100.0, 4141.0, 4182.0, 4120.0, 4161.0, 4109.0, 4140.0, 4098.0, 4139.0, 4097.0, 4119.0, 4160.0, 4109.0, 4149.0, 4109.0, 4139.0, 4099.0, 4140.0, 4100.0, 4131.0, 4111.0, 4133.0, 4143.0, 4124.0, 4174.0, 4135.0, 4165.0, 4125.0, 4176.0, 4136.0, 4166.0, 4139.0, 4202.0, 4170.0, 4212.0, 4169.0, 4166.0, 4136.0, 4155.0, 4147.0, 4139.0, 4160.0, 4138.0, 4147.0, 4149.0, 4115.0, 4189.0, 4159.0, 4199.0, 4168.0, 4198.0, 4157.0, 4198.0, 4156.0, 4185.0, 4174.0, 4142.0, 4192.0, 4172.0, 4181.0, 4129.0, 4149.0, 4127.0, 4117.0, 4168.0, 4116.0, 4161.0, 4120.0, 4149.0, 4117.0, 4137.0, 4131.0, 4118.0, 4130.0, 4102.0, 4166.0, 4115.0, 4177.0, 4166.0, 4179.0, 4200.0, 4176.0, 4174.0, 4131.0, 4171.0, 4150.0, 4180.0, 4149.0, 4158.0, 4136.0, 4135.0, 4145.0, 4124.0, 4155.0, 4092.0, 4153.0, 4090.0, 4110.0, 4079.0, 4121.0, 4080.0, 4121.0, 4080.0, 4111.0, 4110.0, 4090.0, 4121.0, 4091.0, 4133.0, 4115.0, 4146.0, 4106.0, 4136.0, 4107.0, 4137.0, 4109.0, 4150.0, 4109.0, 4140.0, 4109.0, 4120.0, 4150.0, 4120.0, 4160.0, 4121.0, 4151.0, 4111.0, 4152.0, 4112.0, 4153.0, 4111.0, 4133.0, 4153.0, 4134.0, 4185.0, 4134.0, 4164.0, 4124.0, 4164.0, 4123.0, 4164.0, 4112.0, 4154.0, 4112.0, 4143.0, 4112.0, 4143.0, 4123.0, 4158.0, 4159.0, 4178.0, 4140.0, 4190.0, 4152.0, 4192.0, 4184.0, 4201.0, 4181.0, 4222.0, 4169.0, 4199.0, 4147.0, 4168.0, 4199.0, 4158.0, 4219.0, 4167.0, 4197.0, 4145.0, 4184.0, 4123.0, 4165.0, 4175.0, 4155.0, 4206.0, 4143.0, 4183.0, 4121.0, 4152.0, 4122.0, 4142.0, 4131.0, 4123.0, 4143.0, 4132.0, 4125.0, 4167.0, 4147.0, 4185.0, 4131.0, 4110.0, 4152.0, 4112.0, 4175.0, 4135.0, 4176.0, 4145.0, 4175.0, 4124.0, 4164.0, 4184.0, 4142.0, 4192.0, 4130.0, 4170.0, 4130.0, 4162.0, 4121.0, 4151.0, 4122.0, 4152.0, 4121.0, 4162.0, 4122.0, 4163.0, 4123.0, 4164.0, 4123.0, 4155.0, 4176.0, 4145.0, 4196.0, 4154.0, 4184.0, 4132.0, 4173.0, 4120.0, 4151.0, 4160.0, 4120.0, 4170.0, 4120.0, 4161.0, 4119.0, 4150.0, 4108.0, 4140.0, 4109.0, 4131.0, 4119.0, 4121.0, 4161.0, 4132.0, 4173.0, 4145.0, 4175.0, 4145.0, 4175.0, 4135.0, 4175.0, 4134.0, 4175.0, 4165.0, 4165.0, 4184.0, 4132.0, 4193.0, 4120.0, 4170.0, 4119.0, 4150.0, 4098.0, 4139.0, 4170.0, 4118.0, 4158.0, 4107.0, 4149.0, 4097.0, 4153.0, 4144.0, 4131.0, 4133.0, 4163.0, 4124.0, 4185.0, 4168.0, 4187.0, 4178.0, 4195.0, 4156.0, 4155.0, 4166.0, 4135.0, 4207.0, 4144.0, 4195.0, 4141.0, 4151.0, 4161.0, 4130.0, 4192.0, 4151.0, 4181.0, 4119.0, 4169.0, 4096.0, 4127.0, 4117.0, 4118.0, 4157.0, 4106.0, 4146.0, 4106.0, 4137.0, 4119.0, 4128.0, 4098.0, 4118.0, 4110.0, 4124.0, 4141.0, 4121.0, 4163.0, 4134.0, 4165.0, 4137.0, 4137.0, 4126.0, 4124.0, 4154.0, 4139.0, 4188.0, 4156.0, 4186.0, 4157.0, 4196.0, 4145.0, 4186.0, 4134.0, 4186.0, 4175.0, 4154.0, 4194.0, 4142.0, 4170.0, 4109.0, 4140.0, 4109.0, 4141.0, 4183.0, 4132.0, 4171.0, 4130.0, 4149.0, 4120.0, 4161.0, 4121.0, 4162.0, 4133.0, 4173.0, 4133.0, 4172.0, 4121.0, 4174.0, 4144.0, 4187.0, 4136.0, 4197.0, 4145.0, 4150.0, 4132.0, 4182.0, 4130.0, 4191.0, 4140.0, 4183.0, 4143.0, 4184.0, 4129.0, 4130.0, 4086.0, 4128.0, 4129.0, 4126.0, 4095.0, 4116.0, 4084.0, 4126.0, 4095.0, 4137.0, 4095.0, 4137.0, 4126.0, 4106.0, 4167.0, 4105.0, 4146.0, 4116.0, 4147.0, 4117.0, 4136.0, 4107.0, 4148.0, 4107.0, 4148.0, 4119.0, 4160.0, 4120.0, 4150.0, 4110.0, 4151.0, 4089.0, 4142.0, 4172.0, 4121.0, 4161.0, 4131.0, 4151.0, 4111.0, 4153.0, 4100.0, 4143.0, 4143.0, 4132.0, 4162.0, 4132.0, 4162.0, 4133.0, 4163.0, 4134.0, 4165.0, 4145.0, 4176.0, 4126.0, 4166.0, 4138.0, 4190.0, 4126.0, 4177.0, 4155.0, 4156.0, 4197.0, 4146.0, 4206.0, 4134.0, 4184.0, 4123.0, 4174.0, 4123.0, 4154.0, 4154.0, 4144.0, 4174.0, 4133.0, 4153.0, 4133.0, 4164.0, 4144.0, 4196.0, 4144.0, 4184.0], 'WindowWidth': [9462.0, 9343.0, 9376.0, 9277.0, 9321.0, 9230.0, 9279.0, 9189.0, 9260.0, 9195.0, 9207.0, 9177.0, 9190.0, 9197.0, 9188.0, 9230.0, 9195.0, 9231.0, 9180.0, 9217.0, 9180.0, 9232.0, 9182.0, 9237.0, 9184.0, 9226.0, 9184.0, 9243.0, 9185.0, 9241.0, 9202.0, 9237.0, 9190.0, 9268.0, 9198.0, 9282.0, 9241.0, 9269.0, 9179.0, 9229.0, 9160.0, 9227.0, 9203.0, 9231.0, 9172.0, 9221.0, 9201.0, 9224.0, 9186.0, 9210.0, 9244.0, 9183.0, 9206.0, 9172.0, 9184.0, 9197.0, 9218.0, 9195.0, 9194.0, 9195.0, 9180.0, 9193.0, 9151.0, 9209.0, 9153.0, 9213.0, 9157.0, 9227.0, 9172.0, 9216.0, 9271.0, 9218.0, 9285.0, 9201.0, 9253.0, 9184.0, 9252.0, 9167.0, 9237.0, 9166.0, 9206.0, 9153.0, 9220.0, 9152.0, 9222.0, 9152.0, 9241.0, 9170.0, 9212.0, 9167.0, 9209.0, 9166.0, 9224.0, 9183.0, 9228.0, 9171.0, 9227.0, 9173.0, 9231.0, 9201.0, 9231.0, 9255.0, 9212.0, 9282.0, 9198.0, 9236.0, 9169.0, 9239.0, 9169.0, 9242.0, 9169.0, 9199.0, 9252.0, 9182.0, 9249.0, 9181.0, 9237.0, 9153.0, 9206.0, 9151.0, 9192.0, 9178.0, 9196.0, 9254.0, 9198.0, 9273.0, 9228.0, 9264.0, 9211.0, 9227.0, 9209.0, 9240.0, 9178.0, 9218.0, 9152.0, 9235.0, 9213.0, 9210.0, 9263.0, 9215.0, 9277.0, 9179.0, 9245.0, 9180.0, 9234.0, 9181.0, 9235.0, 9199.0, 9237.0, 9183.0, 9235.0, 9184.0, 9224.0, 9185.0, 9240.0, 9186.0, 9228.0, 9190.0, 9240.0, 9191.0, 9246.0, 9193.0, 9249.0, 9177.0, 9233.0, 9229.0, 9214.0, 9285.0, 9198.0, 9270.0, 9194.0, 9235.0, 9153.0, 9205.0, 9159.0, 9175.0, 9161.0, 9209.0, 9150.0, 9196.0, 9153.0, 9197.0, 9156.0, 9230.0, 9173.0, 9218.0, 9177.0, 9206.0, 9246.0, 9209.0, 9263.0, 9226.0, 9277.0, 9225.0, 9262.0, 9211.0, 9249.0, 9208.0, 9249.0, 9211.0, 9255.0, 9209.0, 9263.0, 9195.0, 9232.0, 9205.0, 9246.0, 9205.0, 9237.0, 9173.0, 9215.0, 9150.0, 9240.0, 9171.0, 9272.0, 9199.0, 9254.0, 9217.0, 9256.0, 9215.0, 9185.0, 9238.0, 9166.0, 9231.0, 9181.0, 9252.0, 9217.0, 9252.0, 9198.0, 9209.0, 9195.0, 9182.0, 9211.0, 9156.0, 9259.0, 9182.0, 9226.0, 9185.0, 9224.0, 9204.0, 9223.0, 9241.0, 9204.0, 9216.0, 9172.0, 9230.0, 9227.0, 9222.0, 9332.0, 9251.0, 9248.0, 9180.0, 9260.0, 9213.0, 9306.0, 9222.0, 9264.0, 9164.0, 9213.0, 9159.0, 9198.0, 9144.0, 9229.0, 9147.0, 9199.0, 9143.0, 9197.0, 9157.0, 9224.0, 9230.0, 9198.0, 9252.0, 9164.0, 9206.0, 9153.0, 9220.0, 9186.0, 9248.0, 9193.0, 9243.0, 9174.0, 9211.0, 9138.0, 9180.0, 9136.0, 9200.0, 9241.0, 9167.0, 9205.0, 9150.0, 9188.0, 9151.0, 9203.0, 9150.0, 9190.0, 9138.0, 9175.0, 9145.0, 9213.0, 9173.0, 9214.0, 9161.0, 9215.0, 9159.0, 9200.0, 9144.0, 9177.0, 9191.0, 9195.0, 9233.0, 9194.0, 9218.0, 9177.0, 9214.0, 9178.0, 9236.0, 9186.0, 9225.0, 9169.0, 9207.0, 9134.0, 9207.0, 9200.0, 9226.0, 9217.0, 9203.0, 9170.0, 9176.0, 9202.0, 9199.0, 9219.0, 9193.0, 9177.0, 9208.0, 9181.0, 9240.0, 9163.0, 9236.0, 9222.0, 9281.0, 9198.0, 9262.0, 9178.0, 9247.0, 9177.0, 9262.0, 9173.0, 9245.0, 9169.0, 9181.0, 9236.0, 9179.0, 9250.0, 9189.0, 9229.0, 9144.0, 9196.0, 9130.0, 9172.0, 9150.0, 9208.0, 9181.0, 9200.0, 9155.0, 9178.0, 9155.0, 9195.0, 9171.0, 9158.0, 9175.0, 9153.0, 9235.0, 9204.0, 9202.0, 9200.0, 9183.0, 9227.0, 9241.0, 9216.0, 9255.0, 9198.0, 9267.0, 9179.0, 9267.0, 9202.0, 9260.0, 9197.0, 9185.0, 9139.0, 9084.0, 9167.0, 9225.0, 9293.0, 9200.0, 9262.0, 9193.0, 9243.0, 9191.0, 9265.0, 9213.0, 9279.0, 9186.0, 9242.0, 9194.0, 9204.0, 9248.0, 9202.0, 9244.0, 9217.0, 9238.0, 9165.0, 9202.0, 9131.0, 9187.0, 9117.0, 9173.0, 9116.0, 9158.0, 9102.0, 9160.0, 9145.0, 9180.0, 9149.0, 9179.0, 9125.0, 9183.0, 9110.0, 9179.0, 9123.0, 9229.0, 9155.0, 9210.0, 9160.0, 9211.0, 9157.0, 9214.0, 9175.0, 9232.0, 9158.0, 9198.0, 9145.0, 9200.0, 9161.0, 9254.0, 9243.0, 9239.0, 9267.0, 9207.0, 9188.0, 9175.0, 9227.0, 9211.0, 9216.0, 9163.0, 9141.0, 9173.0, 9140.0, 9203.0, 9149.0, 9204.0, 9186.0, 9232.0, 9205.0, 9215.0, 9192.0, 9160.0, 9213.0, 9161.0, 9260.0, 9197.0, 9264.0, 9197.0, 9236.0, 9180.0, 9231.0, 9173.0, 9226.0, 9158.0, 9228.0, 9177.0, 9212.0, 9141.0, 9181.0, 9142.0, 9203.0, 9149.0, 9170.0, 9143.0, 9185.0, 9163.0, 9203.0, 9160.0, 9197.0, 9161.0, 9257.0, 9244.0, 9278.0, 9220.0, 9230.0, 9197.0, 9214.0, 9214.0, 9223.0, 9212.0, 9166.0, 9190.0, 9177.0, 9192.0, 9205.0, 9202.0, 9145.0, 9214.0, 9160.0, 9263.0, 9226.0, 9281.0, 9183.0, 9219.0, 9148.0, 9210.0, 9166.0, 9204.0, 9173.0, 9217.0, 9152.0, 9152.0, 9159.0, 9147.0, 9172.0, 9151.0, 9177.0, 9206.0, 9191.0, 9250.0, 9210.0, 9255.0, 9210.0, 9264.0, 9212.0, 9224.0, 9178.0, 9220.0, 9158.0, 9202.0, 9117.0, 9177.0, 9132.0, 9153.0, 9185.0, 9143.0, 9182.0, 9124.0, 9166.0, 9097.0, 9166.0, 9127.0, 9145.0, 9169.0, 9192.0, 9261.0, 9192.0, 9149.0, 9165.0, 9152.0, 9196.0, 9125.0, 9182.0, 9129.0, 9200.0, 9215.0, 9190.0, 9243.0, 9176.0, 9212.0, 9145.0, 9200.0, 9141.0, 9173.0, 9228.0, 9175.0, 9215.0, 9161.0, 9201.0, 9147.0, 9205.0, 9179.0, 9224.0, 9175.0, 9234.0, 9166.0, 9204.0, 9219.0, 9191.0, 9262.0, 9179.0, 9238.0, 9202.0, 9220.0, 9193.0, 9234.0, 9169.0, 9239.0, 9174.0, 9242.0, 9174.0, 9229.0, 9172.0, 9229.0, 9239.0, 9187.0, 9253.0, 9169.0, 9223.0, 9153.0, 9211.0, 9267.0, 9181.0, 9234.0, 9163.0, 9203.0, 9145.0, 9202.0, 9144.0, 9174.0, 9231.0, 9163.0, 9215.0, 9161.0, 9202.0, 9150.0, 9205.0, 9153.0, 9197.0, 9169.0, 9201.0, 9216.0, 9196.0, 9260.0, 9210.0, 9250.0, 9198.0, 9266.0, 9216.0, 9254.0, 9225.0, 9311.0, 9265.0, 9327.0, 9261.0, 9251.0, 9213.0, 9235.0, 9230.0, 9225.0, 9251.0, 9219.0, 9227.0, 9235.0, 9186.0, 9289.0, 9249.0, 9301.0, 9255.0, 9299.0, 9239.0, 9298.0, 9239.0, 9276.0, 9257.0, 9210.0, 9281.0, 9251.0, 9264.0, 9187.0, 9216.0, 9183.0, 9167.0, 9239.0, 9165.0, 9233.0, 9178.0, 9216.0, 9168.0, 9196.0, 9197.0, 9173.0, 9192.0, 9160.0, 9253.0, 9184.0, 9266.0, 9251.0, 9271.0, 9300.0, 9261.0, 9258.0, 9194.0, 9245.0, 9217.0, 9260.0, 9213.0, 9224.0, 9193.0, 9190.0, 9203.0, 9171.0, 9218.0, 9125.0, 9209.0, 9117.0, 9144.0, 9104.0, 9162.0, 9108.0, 9162.0, 9106.0, 9148.0, 9144.0, 9119.0, 9160.0, 9123.0, 9181.0, 9165.0, 9206.0, 9153.0, 9192.0, 9156.0, 9194.0, 9164.0, 9218.0, 9163.0, 9204.0, 9161.0, 9177.0, 9218.0, 9179.0, 9232.0, 9180.0, 9221.0, 9168.0, 9224.0, 9172.0, 9227.0, 9170.0, 9202.0, 9228.0, 9204.0, 9274.0, 9204.0, 9243.0, 9191.0, 9245.0, 9188.0, 9243.0, 9173.0, 9229.0, 9173.0, 9213.0, 9173.0, 9216.0, 9188.0, 9247.0, 9247.0, 9269.0, 9226.0, 9292.0, 9248.0, 9300.0, 9292.0, 9308.0, 9277.0, 9334.0, 9259.0, 9300.0, 9224.0, 9254.0, 9299.0, 9241.0, 9325.0, 9253.0, 9291.0, 9219.0, 9269.0, 9187.0, 9246.0, 9262.0, 9233.0, 9304.0, 9213.0, 9267.0, 9179.0, 9221.0, 9184.0, 9209.0, 9193.0, 9186.0, 9211.0, 9197.0, 9195.0, 9253.0, 9230.0, 9273.0, 9196.0, 9167.0, 9224.0, 9174.0, 9260.0, 9209.0, 9265.0, 9222.0, 9263.0, 9193.0, 9246.0, 9273.0, 9212.0, 9280.0, 9190.0, 9246.0, 9191.0, 9238.0, 9182.0, 9222.0, 9185.0, 9224.0, 9183.0, 9238.0, 9186.0, 9241.0, 9188.0, 9245.0, 9190.0, 9236.0, 9264.0, 9223.0, 9290.0, 9231.0, 9270.0, 9198.0, 9255.0, 9180.0, 9221.0, 9231.0, 9178.0, 9245.0, 9178.0, 9234.0, 9177.0, 9218.0, 9162.0, 9205.0, 9164.0, 9198.0, 9178.0, 9182.0, 9237.0, 9201.0, 9256.0, 9222.0, 9265.0, 9224.0, 9262.0, 9209.0, 9261.0, 9206.0, 9263.0, 9247.0, 9248.0, 9272.0, 9200.0, 9280.0, 9178.0, 9245.0, 9176.0, 9220.0, 9147.0, 9203.0, 9245.0, 9171.0, 9226.0, 9156.0, 9215.0, 9146.0, 9229.0, 9219.0, 9199.0, 9204.0, 9244.0, 9193.0, 9275.0, 9260.0, 9283.0, 9271.0, 9288.0, 9237.0, 9234.0, 9250.0, 9206.0, 9306.0, 9216.0, 9289.0, 9209.0, 9222.0, 9234.0, 9192.0, 9278.0, 9221.0, 9261.0, 9174.0, 9239.0, 9139.0, 9181.0, 9167.0, 9169.0, 9221.0, 9152.0, 9203.0, 9152.0, 9192.0, 9176.0, 9183.0, 9145.0, 9172.0, 9169.0, 9193.0, 9208.0, 9185.0, 9245.0, 9207.0, 9251.0, 9219.0, 9218.0, 9204.0, 9197.0, 9235.0, 9223.0, 9284.0, 9238.0, 9276.0, 9241.0, 9290.0, 9222.0, 9278.0, 9206.0, 9278.0, 9262.0, 9232.0, 9283.0, 9210.0, 9247.0, 9162.0, 9205.0, 9164.0, 9208.0, 9268.0, 9197.0, 9249.0, 9192.0, 9217.0, 9179.0, 9235.0, 9182.0, 9238.0, 9203.0, 9257.0, 9204.0, 9253.0, 9184.0, 9259.0, 9219.0, 9283.0, 9215.0, 9294.0, 9221.0, 9216.0, 9196.0, 9264.0, 9190.0, 9276.0, 9206.0, 9269.0, 9215.0, 9271.0, 9186.0, 9191.0, 9126.0, 9184.0, 9191.0, 9179.0, 9136.0, 9165.0, 9120.0, 9179.0, 9137.0, 9193.0, 9137.0, 9194.0, 9180.0, 9152.0, 9235.0, 9150.0, 9203.0, 9166.0, 9207.0, 9169.0, 9193.0, 9156.0, 9213.0, 9160.0, 9213.0, 9178.0, 9231.0, 9180.0, 9220.0, 9169.0, 9223.0, 9137.0, 9210.0, 9251.0, 9183.0, 9235.0, 9194.0, 9222.0, 9169.0, 9227.0, 9153.0, 9214.0, 9216.0, 9200.0, 9238.0, 9199.0, 9239.0, 9203.0, 9243.0, 9207.0, 9249.0, 9225.0, 9264.0, 9200.0, 9253.0, 9220.0, 9291.0, 9198.0, 9268.0, 9235.0, 9237.0, 9295.0, 9223.0, 9306.0, 9204.0, 9271.0, 9188.0, 9257.0, 9188.0, 9232.0, 9233.0, 9219.0, 9260.0, 9202.0, 9230.0, 9202.0, 9248.0, 9222.0, 9292.0, 9219.0, 9273.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.0028933898305084746</td></tr>
<tr><td colspan=3>aqi</td><td>0.024847855367231636</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.90115029607917</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2241285359943446</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0638784945240338</td></tr>
<tr><td colspan=3>efc</td><td>0.4907</td></tr>
<tr><td colspan=3>fber</td><td>3692.2815</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11382830854178784</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>138</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.994350282485875</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5242993094343587</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.588438029195919</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6258747555760853</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3585851435310725</td></tr>
<tr><td colspan=3>gcor</td><td>0.0168956</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.002168551553040743</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02252115309238434</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.894367958511883</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>27.1297</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5207</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.7523</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296771.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>836.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.2247</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6194</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.0056</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3322.0036</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1198.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4397.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>887.9434</td></tr>
<tr><td colspan=3>tsnr</td><td>35.667696558870375</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>