<?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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-03/func/sub-0111_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>9673083ed2bc240dcccc074f235afd1f</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>15:23:32.582500</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.999029, 0.00884837, 0.0431718, -0.0148219, 0.99003, 0.140078]</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.084392</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7756, -7266, 272, -133, 13, 112, 119]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.397</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b4ce974d-6461-4241-8a14-149eaeac3194||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.6803202629089355, -0.039766207337379456, 0.11205504834651947, 114.17179107666016], [-0.023739520460367203, 2.656177043914795, 0.37957024574279785, -105.03206634521484], [0.11582671105861664, -0.3758184313774109, 2.670836925506592, -67.92196655273438], [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': ['152332.582500', '152333.042500', '152333.502500', '152333.962500', '152334.422500', '152334.882500', '152335.342500', '152335.802500', '152336.262500', '152336.722500', '152337.182500', '152337.642500', '152338.102500', '152338.562500', '152339.022500', '152339.482500', '152339.942500', '152340.402500', '152340.862500', '152341.322500', '152341.782500', '152342.242500', '152342.702500', '152343.162500', '152343.622500', '152344.082500', '152344.542500', '152345.002500', '152345.462500', '152345.922500', '152346.382500', '152346.842500', '152347.302500', '152347.762500', '152348.222500', '152348.682500', '152349.142500', '152349.602500', '152350.062500', '152350.522500', '152350.982500', '152351.442500', '152351.902500', '152352.362500', '152352.822500', '152353.282500', '152353.742500', '152354.202500', '152354.662500', '152355.122500', '152355.582500', '152356.042500', '152356.502500', '152356.962500', '152357.422500', '152357.882500', '152358.342500', '152358.802500', '152359.262500', '152359.722500', '152400.182500', '152400.642500', '152401.102500', '152401.562500', '152402.022500', '152402.482500', '152402.942500', '152403.402500', '152403.862500', '152404.322500', '152404.782500', '152405.242500', '152405.702500', '152406.162500', '152406.622500', '152407.082500', '152407.542500', '152408.002500', '152408.462500', '152408.922500', '152409.382500', '152409.842500', '152410.302500', '152410.762500', '152411.222500', '152411.682500', '152412.142500', '152412.602500', '152413.062500', '152413.522500', '152413.982500', '152414.442500', '152414.902500', '152415.362500', '152415.822500', '152416.282500', '152416.742500', '152417.202500', '152417.662500', '152418.122500', '152418.582500', '152419.042500', '152419.502500', '152419.962500', '152420.422500', '152420.882500', '152421.342500', '152421.802500', '152422.262500', '152422.722500', '152423.182500', '152423.642500', '152424.102500', '152424.562500', '152425.022500', '152425.482500', '152425.942500', '152426.402500', '152426.862500', '152427.322500', '152427.782500', '152428.242500', '152428.702500', '152429.162500', '152429.622500', '152430.082500', '152430.542500', '152431.002500', '152431.462500', '152431.922500', '152432.382500', '152432.842500', '152433.302500', '152433.762500', '152434.222500', '152434.682500', '152435.142500', '152435.602500', '152436.062500', '152436.522500', '152436.982500', '152437.442500', '152437.902500', '152438.362500', '152438.822500', '152439.282500', '152439.742500', '152440.202500', '152440.662500', '152441.122500', '152441.582500', '152442.042500', '152442.502500', '152442.962500', '152443.422500', '152443.882500', '152444.342500', '152444.802500', '152445.262500', '152445.722500', '152446.182500', '152446.642500', '152447.102500', '152447.562500', '152448.022500', '152448.482500', '152448.942500', '152449.402500', '152449.862500', '152450.322500', '152450.782500', '152451.242500', '152451.702500', '152452.162500', '152452.622500', '152453.082500', '152453.542500', '152454.002500', '152454.462500', '152454.922500', '152455.382500', '152455.842500', '152456.302500', '152456.762500', '152457.222500', '152457.682500', '152458.142500', '152458.602500', '152459.062500', '152459.522500', '152459.982500', '152500.442500', '152500.902500', '152501.362500', '152501.822500', '152502.282500', '152502.742500', '152503.202500', '152503.662500', '152504.122500', '152504.582500', '152505.042500', '152505.502500', '152505.962500', '152506.422500', '152506.882500', '152507.342500', '152507.802500', '152508.262500', '152508.722500', '152509.182500', '152509.642500', '152510.102500', '152510.562500', '152511.022500', '152511.482500', '152511.942500', '152512.402500', '152512.862500', '152513.322500', '152513.782500', '152514.242500', '152514.702500', '152515.162500', '152515.622500', '152516.082500', '152516.542500', '152517.002500', '152517.462500', '152517.922500', '152518.382500', '152518.842500', '152519.302500', '152519.762500', '152520.222500', '152520.682500', '152521.142500', '152521.602500', '152522.062500', '152522.522500', '152522.982500', '152523.442500', '152523.902500', '152524.362500', '152524.822500', '152525.282500', '152525.742500', '152526.202500', '152526.662500', '152527.122500', '152527.582500', '152528.042500', '152528.502500', '152528.962500', '152529.422500', '152529.882500', '152530.342500', '152530.802500', '152531.262500', '152531.722500', '152532.182500', '152532.642500', '152533.102500', '152533.562500', '152534.022500', '152534.482500', '152534.942500', '152535.402500', '152535.862500', '152536.322500', '152536.782500', '152537.242500', '152537.702500', '152538.162500', '152538.622500', '152539.082500', '152539.542500', '152540.002500', '152540.462500', '152540.922500', '152541.382500', '152541.842500', '152542.302500', '152542.762500', '152543.222500', '152543.682500', '152544.142500', '152544.602500', '152545.062500', '152545.522500', '152545.982500', '152546.442500', '152546.902500', '152547.362500', '152547.822500', '152548.282500', '152548.742500', '152549.202500', '152549.662500', '152550.122500', '152550.582500', '152551.042500', '152551.502500', '152551.962500', '152552.422500', '152552.882500', '152553.342500', '152553.802500', '152554.262500', '152554.722500', '152555.182500', '152555.642500', '152556.102500', '152556.562500', '152557.022500', '152557.482500', '152557.942500', '152558.402500', '152558.862500', '152559.322500', '152559.782500', '152600.242500', '152600.702500', '152601.162500', '152601.622500', '152602.082500', '152602.542500', '152603.002500', '152603.462500', '152603.922500', '152604.382500', '152604.842500', '152605.302500', '152605.762500', '152606.222500', '152606.682500', '152607.142500', '152607.602500', '152608.062500', '152608.522500', '152608.982500', '152609.442500', '152609.902500', '152610.362500', '152610.822500', '152611.282500', '152611.742500', '152612.202500', '152612.662500', '152613.122500', '152613.582500', '152614.042500', '152614.502500', '152614.962500', '152615.422500', '152615.882500', '152616.342500', '152616.802500', '152617.262500', '152617.722500', '152618.182500', '152618.642500', '152619.102500', '152619.562500', '152620.022500', '152620.482500', '152620.942500', '152621.402500', '152621.862500', '152622.322500', '152622.782500', '152623.242500', '152623.702500', '152624.162500', '152624.622500', '152625.082500', '152625.542500', '152626.002500', '152626.462500', '152626.922500', '152627.382500', '152627.842500', '152628.302500', '152628.762500', '152629.222500', '152629.682500', '152630.142500', '152630.602500', '152631.062500', '152631.522500', '152631.982500', '152632.442500', '152632.902500', '152633.362500', '152633.822500', '152634.282500', '152634.742500', '152635.202500', '152635.662500', '152636.122500', '152636.582500', '152637.042500', '152637.502500', '152637.962500', '152638.422500', '152638.882500', '152639.342500', '152639.802500', '152640.262500', '152640.722500', '152641.182500', '152641.642500', '152642.102500', '152642.562500', '152643.022500', '152643.482500', '152643.942500', '152644.402500', '152644.862500', '152645.322500', '152645.782500', '152646.242500', '152646.702500', '152647.162500', '152647.622500', '152648.082500', '152648.542500', '152649.002500', '152649.462500', '152649.922500', '152650.382500', '152650.842500', '152651.302500', '152651.762500', '152652.222500', '152652.682500', '152653.142500', '152653.602500', '152654.062500', '152654.522500', '152654.982500', '152655.442500', '152655.902500', '152656.362500', '152656.822500', '152657.282500', '152657.742500', '152658.202500', '152658.662500', '152659.122500', '152659.582500', '152700.042500', '152700.502500', '152700.962500', '152701.422500', '152701.882500', '152702.342500', '152702.802500', '152703.262500', '152703.722500', '152704.182500', '152704.642500', '152705.102500', '152705.562500', '152706.022500', '152706.482500', '152706.942500', '152707.402500', '152707.862500', '152708.322500', '152708.782500', '152709.242500', '152709.702500', '152710.162500', '152710.622500', '152711.082500', '152711.542500', '152712.002500', '152712.462500', '152712.922500', '152713.382500', '152713.842500', '152714.302500', '152714.762500', '152715.222500', '152715.682500', '152716.142500', '152716.602500', '152717.062500', '152717.522500', '152717.982500', '152718.442500', '152718.902500', '152719.362500', '152719.822500', '152720.282500', '152720.742500', '152721.202500', '152721.662500', '152722.122500', '152722.582500', '152723.042500', '152723.502500', '152723.962500', '152724.422500', '152724.882500', '152725.342500', '152725.802500', '152726.262500', '152726.722500', '152727.182500', '152727.642500', '152728.102500', '152728.562500', '152729.022500', '152729.482500', '152729.942500', '152730.402500', '152730.862500', '152731.322500', '152731.782500', '152732.242500', '152732.702500', '152733.162500', '152733.622500', '152734.082500', '152734.542500', '152735.002500', '152735.462500', '152735.922500', '152736.382500', '152736.842500', '152737.302500', '152737.762500', '152738.222500', '152738.682500', '152739.142500', '152739.602500', '152740.062500', '152740.522500', '152740.982500', '152741.442500', '152741.902500', '152742.362500', '152742.822500', '152743.282500', '152743.742500', '152744.202500', '152744.662500', '152745.122500', '152745.582500', '152746.042500', '152746.502500', '152746.962500', '152747.422500', '152747.882500', '152748.342500', '152748.802500', '152749.262500', '152749.722500', '152750.182500', '152750.642500', '152751.102500', '152751.562500', '152752.022500', '152752.482500', '152752.942500', '152753.402500', '152753.862500', '152754.322500', '152754.782500', '152755.242500', '152755.702500', '152756.162500', '152756.622500', '152757.082500', '152757.542500', '152758.002500', '152758.462500', '152758.922500', '152759.382500', '152759.842500', '152800.302500', '152800.762500', '152801.222500', '152801.682500', '152802.142500', '152802.602500', '152803.062500', '152803.522500', '152803.982500', '152804.442500', '152804.902500', '152805.362500', '152805.822500', '152806.282500', '152806.742500', '152807.202500', '152807.662500', '152808.122500', '152808.582500', '152809.042500', '152809.502500', '152809.962500', '152810.422500', '152810.882500', '152811.342500', '152811.802500', '152812.262500', '152812.722500', '152813.182500', '152813.642500', '152814.102500', '152814.562500', '152815.022500', '152815.482500', '152815.942500', '152816.402500', '152816.862500', '152817.322500', '152817.782500', '152818.242500', '152818.702500', '152819.162500', '152819.622500', '152820.082500', '152820.542500', '152821.002500', '152821.462500', '152821.922500', '152822.382500', '152822.842500', '152823.302500', '152823.762500', '152824.222500', '152824.682500', '152825.142500', '152825.602500', '152826.062500', '152826.522500', '152826.982500', '152827.442500', '152827.902500', '152828.362500', '152828.822500', '152829.282500', '152829.742500', '152830.202500', '152830.662500', '152831.122500', '152831.582500', '152832.042500', '152832.502500', '152832.962500', '152833.422500', '152833.882500', '152834.342500', '152834.802500', '152835.262500', '152835.722500', '152836.182500', '152836.642500', '152837.102500', '152837.562500', '152838.022500', '152838.482500', '152838.942500', '152839.402500', '152839.862500', '152840.322500', '152840.782500', '152841.242500', '152841.702500', '152842.162500', '152842.622500', '152843.082500', '152843.542500', '152844.002500', '152844.462500', '152844.922500', '152845.382500', '152845.842500', '152846.302500', '152846.762500', '152847.222500', '152847.682500', '152848.142500', '152848.602500', '152849.062500', '152849.522500', '152849.982500', '152850.442500', '152850.902500', '152851.362500', '152851.822500', '152852.282500', '152852.742500', '152853.202500', '152853.662500', '152854.122500', '152854.582500', '152855.042500', '152855.502500', '152855.962500', '152856.422500', '152856.882500', '152857.342500', '152857.802500', '152858.262500', '152858.722500', '152859.182500', '152859.642500', '152900.102500', '152900.562500', '152901.022500', '152901.482500', '152901.942500', '152902.402500', '152902.862500', '152903.322500', '152903.782500', '152904.242500', '152904.702500', '152905.162500', '152905.622500', '152906.082500', '152906.542500', '152907.002500', '152907.462500', '152907.922500', '152908.382500', '152908.842500', '152909.302500', '152909.762500', '152910.222500', '152910.682500', '152911.142500', '152911.602500', '152912.062500', '152912.522500', '152912.982500', '152913.442500', '152913.902500', '152914.362500', '152914.822500', '152915.282500', '152915.742500', '152916.202500', '152916.662500', '152917.122500', '152917.582500', '152918.042500', '152918.502500', '152918.962500', '152919.422500', '152919.882500', '152920.342500', '152920.802500', '152921.262500', '152921.722500', '152922.182500', '152922.642500', '152923.102500', '152923.562500', '152924.022500', '152924.482500', '152924.942500', '152925.402500', '152925.862500', '152926.322500', '152926.782500', '152927.242500', '152927.702500', '152928.162500', '152928.622500', '152929.082500', '152929.542500', '152930.002500', '152930.462500', '152930.922500', '152931.382500', '152931.842500', '152932.302500', '152932.762500', '152933.222500', '152933.682500', '152934.142500', '152934.602500', '152935.062500', '152935.522500', '152935.982500', '152936.442500', '152936.902500', '152937.362500', '152937.822500', '152938.282500', '152938.742500', '152939.202500', '152939.662500', '152940.122500', '152940.582500', '152941.042500', '152941.502500', '152941.962500', '152942.422500', '152942.882500', '152943.342500', '152943.802500', '152944.262500', '152944.722500', '152945.182500', '152945.642500', '152946.102500', '152946.562500', '152947.022500', '152947.482500', '152947.942500', '152948.402500', '152948.862500', '152949.322500', '152949.782500', '152950.242500', '152950.702500', '152951.162500', '152951.622500', '152952.082500', '152952.542500', '152953.002500', '152953.462500', '152953.922500', '152954.382500', '152954.842500', '152955.302500', '152955.762500', '152956.222500', '152956.682500', '152957.142500', '152957.602500', '152958.062500', '152958.522500', '152958.982500', '152959.442500', '152959.902500', '153000.362500', '153000.822500', '153001.282500', '153001.742500', '153002.202500', '153002.662500', '153003.122500', '153003.582500', '153004.042500', '153004.502500', '153004.962500', '153005.422500', '153005.882500', '153006.342500', '153006.802500', '153007.262500', '153007.722500', '153008.182500', '153008.642500', '153009.102500', '153009.562500', '153010.022500', '153010.482500', '153010.942500', '153011.402500', '153011.862500', '153012.322500', '153012.782500', '153013.242500', '153013.702500', '153014.162500', '153014.622500', '153015.082500', '153015.542500', '153016.002500', '153016.462500', '153016.922500', '153017.382500', '153017.842500', '153018.302500', '153018.762500', '153019.222500', '153019.682500', '153020.142500', '153020.602500', '153021.062500', '153021.522500', '153021.982500', '153022.442500', '153022.902500', '153023.362500', '153023.822500', '153024.282500', '153024.742500', '153025.202500', '153025.662500', '153026.122500', '153026.582500', '153027.042500', '153027.502500', '153027.962500', '153028.422500', '153028.882500', '153029.342500', '153029.802500', '153030.262500', '153030.722500', '153031.182500', '153031.642500', '153032.102500', '153032.562500', '153033.022500', '153033.482500', '153033.942500', '153034.402500', '153034.862500', '153035.322500', '153035.782500', '153036.242500', '153036.702500', '153037.162500', '153037.622500', '153038.082500', '153038.542500', '153039.002500', '153039.462500', '153039.922500', '153040.382500', '153040.842500', '153041.302500', '153041.762500', '153042.222500', '153042.682500', '153043.142500', '153043.602500', '153044.062500', '153044.522500', '153044.982500', '153045.442500', '153045.902500', '153046.362500', '153046.822500', '153047.282500', '153047.742500', '153048.202500', '153048.662500', '153049.122500', '153049.582500', '153050.042500', '153050.502500', '153050.962500', '153051.422500', '153051.882500', '153052.342500', '153052.802500', '153053.262500', '153053.722500', '153054.182500', '153054.642500', '153055.102500', '153055.562500', '153056.022500', '153056.482500', '153056.942500', '153057.402500', '153057.862500', '153058.322500', '153058.782500', '153059.242500', '153059.702500', '153100.162500', '153100.622500', '153101.082500', '153101.542500', '153102.002500', '153102.462500', '153102.922500', '153103.382500', '153103.842500', '153104.302500', '153104.762500', '153105.222500', '153105.682500', '153106.142500', '153106.602500', '153107.062500', '153107.522500', '153107.982500', '153108.442500', '153108.902500', '153109.362500', '153109.822500', '153110.282500', '153110.742500', '153111.202500', '153111.662500', '153112.122500', '153112.582500', '153113.042500', '153113.502500', '153113.962500', '153114.422500', '153114.882500', '153115.342500', '153115.802500', '153116.262500', '153116.722500', '153117.182500', '153117.642500', '153118.102500', '153118.562500', '153119.022500', '153119.482500', '153119.942500', '153120.402500', '153120.862500', '153121.322500', '153121.782500', '153122.242500', '153122.702500', '153123.162500', '153123.622500', '153124.082500', '153124.542500', '153125.002500', '153125.462500', '153125.922500', '153126.382500', '153126.842500', '153127.302500', '153127.762500', '153128.222500', '153128.682500', '153129.142500', '153129.602500', '153130.062500', '153130.522500', '153130.982500', '153131.442500', '153131.902500', '153132.362500', '153132.822500', '153133.282500', '153133.742500', '153134.202500', '153134.662500', '153135.122500', '153135.582500', '153136.042500', '153136.502500', '153136.962500', '153137.422500', '153137.882500', '153138.342500', '153138.802500', '153139.262500', '153139.722500', '153140.182500', '153140.642500', '153141.102500', '153141.562500', '153142.022500'], 'ContentTime': ['152356.048000', '152356.051000', '152356.054000', '152356.056000', '152356.059000', '152356.061000', '152356.064000', '152356.066000', '152356.069000', '152356.072000', '152356.074000', '152356.077000', '152356.080000', '152356.082000', '152356.085000', '152356.095000', '152356.097000', '152356.100000', '152356.102000', '152356.105000', '152356.108000', '152356.110000', '152356.113000', '152356.115000', '152356.118000', '152356.120000', '152356.123000', '152356.126000', '152356.128000', '152356.131000', '152356.133000', '152356.136000', '152356.139000', '152356.141000', '152356.144000', '152356.146000', '152356.149000', '152356.151000', '152356.154000', '152356.157000', '152356.159000', '152356.168000', '152356.171000', '152356.173000', '152356.176000', '152356.179000', '152356.181000', '152356.184000', '152416.018000', '152416.021000', '152416.024000', '152416.027000', '152416.029000', '152416.032000', '152416.035000', '152416.037000', '152416.040000', '152416.043000', '152416.045000', '152416.048000', '152416.050000', '152416.053000', '152416.056000', '152416.058000', '152416.061000', '152416.070000', '152416.073000', '152416.075000', '152416.078000', '152416.086000', '152416.089000', '152416.092000', '152416.094000', '152416.097000', '152416.100000', '152416.102000', '152416.105000', '152416.108000', '152416.110000', '152416.113000', '152416.115000', '152416.118000', '152416.120000', '152416.123000', '152416.126000', '152416.128000', '152416.131000', '152416.133000', '152416.136000', '152416.139000', '152416.141000', '152436.018000', '152436.021000', '152436.024000', '152436.027000', '152436.029000', '152436.032000', '152436.035000', '152436.037000', '152436.040000', '152436.042000', '152436.045000', '152436.048000', '152436.050000', '152436.053000', '152436.056000', '152436.058000', '152436.061000', '152436.063000', '152436.066000', '152436.069000', '152436.071000', '152436.082000', '152436.085000', '152436.087000', '152436.090000', '152436.093000', '152436.095000', '152436.098000', '152436.100000', '152436.103000', '152436.106000', '152436.108000', '152436.111000', '152436.113000', '152436.116000', '152436.119000', '152436.121000', '152436.124000', '152436.127000', '152436.129000', '152436.132000', '152436.135000', '152436.137000', '152436.140000', '152456.018000', '152456.021000', '152456.024000', '152456.026000', '152456.029000', '152456.032000', '152456.035000', '152456.037000', '152456.040000', '152456.043000', '152456.045000', '152456.048000', '152456.050000', '152456.053000', '152456.055000', '152456.058000', '152456.061000', '152456.063000', '152456.066000', '152456.068000', '152456.071000', '152456.074000', '152456.076000', '152456.079000', '152456.081000', '152456.084000', '152456.087000', '152456.089000', '152456.092000', '152456.094000', '152456.097000', '152456.100000', '152456.102000', '152456.105000', '152456.108000', '152456.114000', '152456.117000', '152456.119000', '152456.122000', '152456.124000', '152456.127000', '152456.130000', '152456.132000', '152516.018000', '152516.021000', '152516.024000', '152516.026000', '152516.029000', '152516.032000', '152516.034000', '152516.037000', '152516.039000', '152516.042000', '152516.045000', '152516.048000', '152516.050000', '152516.053000', '152516.056000', '152516.058000', '152516.061000', '152516.064000', '152516.066000', '152516.069000', '152516.071000', '152516.074000', '152516.077000', '152516.079000', '152516.082000', '152516.085000', '152516.087000', '152516.090000', '152516.092000', '152516.095000', '152516.098000', '152516.100000', '152516.103000', '152516.112000', '152516.115000', '152516.117000', '152516.120000', '152516.123000', '152516.125000', '152516.128000', '152516.130000', '152516.133000', '152516.136000', '152516.138000', '152536.018000', '152536.021000', '152536.023000', '152536.026000', '152536.029000', '152536.031000', '152536.034000', '152536.037000', '152536.039000', '152536.042000', '152536.045000', '152536.047000', '152536.050000', '152536.053000', '152536.055000', '152536.069000', '152536.072000', '152536.075000', '152536.077000', '152536.080000', '152536.083000', '152536.085000', '152536.088000', '152536.091000', '152536.093000', '152536.096000', '152536.098000', '152536.101000', '152536.104000', '152536.106000', '152536.109000', '152536.112000', '152536.114000', '152536.117000', '152536.119000', '152536.122000', '152536.125000', '152536.127000', '152536.130000', '152536.133000', '152536.135000', '152536.138000', '152536.140000', '152556.017000', '152556.020000', '152556.023000', '152556.026000', '152556.028000', '152556.031000', '152556.034000', '152556.036000', '152556.039000', '152556.041000', '152556.044000', '152556.047000', '152556.049000', '152556.052000', '152556.055000', '152556.057000', '152556.060000', '152556.063000', '152556.065000', '152556.068000', '152556.071000', '152556.073000', '152556.076000', '152556.078000', '152556.081000', '152556.084000', '152556.086000', '152556.089000', '152556.092000', '152556.094000', '152556.097000', '152556.099000', '152556.102000', '152556.105000', '152556.107000', '152556.110000', '152556.112000', '152556.115000', '152556.117000', '152556.120000', '152556.123000', '152556.125000', '152556.128000', '152556.130000', '152616.018000', '152616.021000', '152616.032000', '152616.034000', '152616.037000', '152616.039000', '152616.042000', '152616.045000', '152616.047000', '152616.050000', '152616.053000', '152616.055000', '152616.058000', '152616.061000', '152616.063000', '152616.066000', '152616.079000', '152616.081000', '152616.084000', '152616.087000', '152616.090000', '152616.092000', '152616.095000', '152616.098000', '152616.100000', '152616.103000', '152616.105000', '152616.119000', '152616.121000', '152616.124000', '152616.127000', '152616.129000', '152616.132000', '152616.134000', '152616.137000', '152616.140000', '152616.143000', '152616.145000', '152616.148000', '152616.150000', '152616.153000', '152616.156000', '152616.158000', '152636.018000', '152636.022000', '152636.024000', '152636.027000', '152636.030000', '152636.033000', '152636.036000', '152636.038000', '152636.041000', '152636.044000', '152636.046000', '152636.049000', '152636.051000', '152636.054000', '152636.057000', '152636.059000', '152636.062000', '152636.064000', '152636.067000', '152636.070000', '152636.073000', '152636.075000', '152636.078000', '152636.081000', '152636.083000', '152636.086000', '152636.089000', '152636.091000', '152636.094000', '152636.097000', '152636.099000', '152636.102000', '152636.105000', '152636.107000', '152636.110000', '152636.113000', '152636.115000', '152636.126000', '152636.129000', '152636.131000', '152636.134000', '152636.137000', '152636.139000', '152636.142000', '152656.018000', '152656.022000', '152656.024000', '152656.027000', '152656.029000', '152656.032000', '152656.035000', '152656.037000', '152656.040000', '152656.043000', '152656.045000', '152656.048000', '152656.050000', '152656.053000', '152656.056000', '152656.058000', '152656.061000', '152656.064000', '152656.066000', '152656.069000', '152656.071000', '152656.074000', '152656.077000', '152656.079000', '152656.082000', '152656.084000', '152656.087000', '152656.090000', '152656.092000', '152656.095000', '152656.098000', '152656.100000', '152656.103000', '152656.106000', '152656.108000', '152656.111000', '152656.114000', '152656.116000', '152656.119000', '152656.122000', '152656.131000', '152656.134000', '152656.137000', '152716.019000', '152716.021000', '152716.024000', '152716.027000', '152716.029000', '152716.032000', '152716.035000', '152716.037000', '152716.040000', '152716.043000', '152716.045000', '152716.048000', '152716.050000', '152716.053000', '152716.055000', '152716.058000', '152716.061000', '152716.063000', '152716.066000', '152716.068000', '152716.071000', '152716.074000', '152716.076000', '152716.079000', '152716.081000', '152716.084000', '152716.086000', '152716.089000', '152716.092000', '152716.094000', '152716.097000', '152716.099000', '152716.102000', '152716.105000', '152716.107000', '152716.110000', '152716.112000', '152716.115000', '152716.118000', '152716.120000', '152716.123000', '152716.125000', '152716.128000', '152716.131000', '152736.018000', '152736.021000', '152736.024000', '152736.027000', '152736.029000', '152736.032000', '152736.034000', '152736.037000', '152736.040000', '152736.042000', '152736.045000', '152736.048000', '152736.050000', '152736.053000', '152736.056000', '152736.058000', '152736.061000', '152736.064000', '152736.066000', '152736.069000', '152736.072000', '152736.074000', '152736.077000', '152736.079000', '152736.082000', '152736.085000', '152736.087000', '152736.090000', '152736.093000', '152736.095000', '152736.098000', '152736.101000', '152736.103000', '152736.106000', '152736.108000', '152736.111000', '152736.114000', '152736.116000', '152736.119000', '152736.122000', '152736.124000', '152736.140000', '152736.143000', '152756.018000', '152756.021000', '152756.025000', '152756.028000', '152756.031000', '152756.033000', '152756.036000', '152756.038000', '152756.041000', '152756.044000', '152756.046000', '152756.049000', '152756.052000', '152756.054000', '152756.057000', '152756.060000', '152756.062000', '152756.065000', '152756.068000', '152756.072000', '152756.074000', '152756.077000', '152756.080000', '152756.082000', '152756.085000', '152756.088000', '152756.091000', '152756.093000', '152756.096000', '152756.099000', '152756.101000', '152756.104000', '152756.106000', '152756.109000', '152756.112000', '152756.114000', '152756.117000', '152756.120000', '152756.122000', '152756.125000', '152756.128000', '152756.130000', '152756.133000', '152816.017000', '152816.020000', '152816.023000', '152816.026000', '152816.029000', '152816.032000', '152816.034000', '152816.037000', '152816.040000', '152816.042000', '152816.045000', '152816.047000', '152816.050000', '152816.059000', '152816.062000', '152816.064000', '152816.067000', '152816.070000', '152816.072000', '152816.075000', '152816.078000', '152816.080000', '152816.083000', '152816.086000', '152816.088000', '152816.091000', '152816.094000', '152816.096000', '152816.099000', '152816.102000', '152816.104000', '152816.107000', '152816.110000', '152816.112000', '152816.115000', '152816.117000', '152816.120000', '152816.123000', '152816.125000', '152816.128000', '152816.131000', '152816.134000', '152816.136000', '152816.139000', '152836.017000', '152836.020000', '152836.023000', '152836.026000', '152836.028000', '152836.031000', '152836.034000', '152836.037000', '152836.040000', '152836.043000', '152836.046000', '152836.048000', '152836.051000', '152836.053000', '152836.056000', '152836.059000', '152836.061000', '152836.064000', '152836.066000', '152836.069000', '152836.072000', '152836.074000', '152836.077000', '152836.079000', '152836.082000', '152836.085000', '152836.087000', '152836.090000', '152836.092000', '152836.095000', '152836.098000', '152836.100000', '152836.103000', '152836.105000', '152836.108000', '152836.110000', '152836.113000', '152836.116000', '152836.118000', '152836.121000', '152836.124000', '152836.126000', '152836.129000', '152856.019000', '152856.022000', '152856.024000', '152856.027000', '152856.029000', '152856.032000', '152856.035000', '152856.037000', '152856.040000', '152856.042000', '152856.045000', '152856.048000', '152856.050000', '152856.053000', '152856.055000', '152856.058000', '152856.061000', '152856.064000', '152856.066000', '152856.069000', '152856.071000', '152856.074000', '152856.077000', '152856.079000', '152856.084000', '152856.087000', '152856.089000', '152856.092000', '152856.095000', '152856.097000', '152856.100000', '152856.103000', '152856.105000', '152856.108000', '152856.110000', '152856.113000', '152856.116000', '152856.118000', '152856.121000', '152856.124000', '152856.126000', '152856.129000', '152856.131000', '152856.134000', '152916.019000', '152916.021000', '152916.024000', '152916.027000', '152916.029000', '152916.032000', '152916.035000', '152916.037000', '152916.040000', '152916.053000', '152916.056000', '152916.058000', '152916.061000', '152916.064000', '152916.066000', '152916.069000', '152916.072000', '152916.074000', '152916.077000', '152916.080000', '152916.082000', '152916.085000', '152916.088000', '152916.090000', '152916.093000', '152916.096000', '152916.098000', '152916.101000', '152916.103000', '152916.106000', '152916.109000', '152916.112000', '152916.115000', '152916.117000', '152916.120000', '152916.122000', '152916.125000', '152916.128000', '152916.130000', '152916.133000', '152916.136000', '152916.138000', '152916.141000', '152936.019000', '152936.021000', '152936.025000', '152936.027000', '152936.030000', '152936.032000', '152936.035000', '152936.038000', '152936.040000', '152936.043000', '152936.046000', '152936.048000', '152936.051000', '152936.053000', '152936.056000', '152936.059000', '152936.061000', '152936.064000', '152936.066000', '152936.069000', '152936.072000', '152936.074000', '152936.077000', '152936.079000', '152936.082000', '152936.085000', '152936.087000', '152936.090000', '152936.093000', '152936.095000', '152936.098000', '152936.100000', '152936.103000', '152936.106000', '152936.108000', '152936.111000', '152936.113000', '152936.116000', '152936.119000', '152936.122000', '152936.124000', '152936.127000', '152936.129000', '152936.132000', '152956.019000', '152956.022000', '152956.024000', '152956.027000', '152956.030000', '152956.032000', '152956.035000', '152956.037000', '152956.040000', '152956.043000', '152956.045000', '152956.048000', '152956.050000', '152956.053000', '152956.055000', '152956.058000', '152956.061000', '152956.063000', '152956.066000', '152956.068000', '152956.071000', '152956.074000', '152956.077000', '152956.079000', '152956.082000', '152956.085000', '152956.087000', '152956.090000', '152956.092000', '152956.095000', '152956.098000', '152956.100000', '152956.103000', '152956.105000', '152956.108000', '152956.111000', '152956.113000', '152956.116000', '152956.119000', '152956.121000', '152956.124000', '152956.126000', '152956.129000', '153016.018000', '153016.021000', '153016.023000', '153016.026000', '153016.029000', '153016.031000', '153016.034000', '153016.036000', '153016.039000', '153016.042000', '153016.044000', '153016.047000', '153016.049000', '153016.052000', '153016.055000', '153016.057000', '153016.060000', '153016.063000', '153016.065000', '153016.068000', '153016.070000', '153016.073000', '153016.076000', '153016.078000', '153016.081000', '153016.083000', '153016.086000', '153016.089000', '153016.091000', '153016.094000', '153016.096000', '153016.099000', '153016.101000', '153016.104000', '153016.107000', '153016.109000', '153016.112000', '153016.115000', '153016.117000', '153016.120000', '153016.122000', '153016.125000', '153016.128000', '153016.130000', '153036.018000', '153036.020000', '153036.023000', '153036.026000', '153036.028000', '153036.031000', '153036.034000', '153036.036000', '153036.039000', '153036.042000', '153036.044000', '153036.047000', '153036.049000', '153036.052000', '153036.055000', '153036.057000', '153036.060000', '153036.062000', '153036.065000', '153036.078000', '153036.081000', '153036.083000', '153036.086000', '153036.088000', '153036.091000', '153036.094000', '153036.096000', '153036.099000', '153036.102000', '153036.105000', '153036.107000', '153036.110000', '153036.113000', '153036.117000', '153036.119000', '153036.122000', '153036.125000', '153036.128000', '153036.130000', '153036.133000', '153036.135000', '153036.138000', '153036.141000', '153056.017000', '153056.020000', '153056.023000', '153056.026000', '153056.029000', '153056.031000', '153056.034000', '153056.036000', '153056.039000', '153056.042000', '153056.044000', '153056.047000', '153056.050000', '153056.052000', '153056.055000', '153056.057000', '153056.060000', '153056.063000', '153056.065000', '153056.068000', '153056.071000', '153056.073000', '153056.076000', '153056.078000', '153056.081000', '153056.084000', '153056.086000', '153056.089000', '153056.092000', '153056.094000', '153056.097000', '153056.099000', '153056.102000', '153056.105000', '153056.108000', '153056.110000', '153056.113000', '153056.116000', '153056.118000', '153056.121000', '153056.124000', '153056.126000', '153056.129000', '153056.132000', '153116.019000', '153116.022000', '153116.025000', '153116.028000', '153116.030000', '153116.033000', '153116.035000', '153116.038000', '153116.041000', '153116.043000', '153116.046000', '153116.049000', '153116.051000', '153116.054000', '153116.056000', '153116.059000', '153116.062000', '153116.064000', '153116.067000', '153116.070000', '153116.072000', '153116.075000', '153116.078000', '153116.081000', '153116.084000', '153116.087000', '153116.090000', '153116.092000', '153116.095000', '153116.098000', '153116.100000', '153116.103000', '153116.106000', '153116.108000', '153116.111000', '153116.113000', '153116.116000', '153116.119000', '153116.121000', '153116.124000', '153116.127000', '153116.129000', '153116.132000', '153136.019000', '153136.022000', '153136.024000', '153136.027000', '153136.030000', '153136.032000', '153136.035000', '153136.038000', '153136.040000', '153136.043000', '153136.045000', '153136.048000', '153136.051000', '153136.053000', '153136.056000', '153136.059000', '153136.061000', '153136.064000', '153136.067000', '153136.069000', '153136.072000', '153136.074000', '153136.077000', '153136.080000', '153136.082000', '153136.085000', '153136.087000', '153136.090000', '153136.093000', '153136.095000', '153136.098000', '153136.101000', '153136.103000', '153136.106000', '153136.109000', '153136.111000', '153136.114000', '153136.117000', '153136.119000', '153136.122000', '153136.124000', '153136.127000', '153136.130000', '153136.132000', '153143.708000', '153143.711000', '153143.714000', '153143.717000', '153143.719000', '153143.722000', '153143.724000', '153143.727000', '153143.730000', '153143.732000', '153143.735000', '153143.737000', '153143.740000', '153143.743000', '153143.745000', '153143.748000', '153143.750000'], 'InstanceCreationTime': ['152356.048000', '152356.051000', '152356.054000', '152356.056000', '152356.059000', '152356.061000', '152356.064000', '152356.066000', '152356.069000', '152356.072000', '152356.074000', '152356.077000', '152356.080000', '152356.082000', '152356.085000', '152356.095000', '152356.097000', '152356.100000', '152356.102000', '152356.105000', '152356.108000', '152356.110000', '152356.113000', '152356.115000', '152356.118000', '152356.120000', '152356.123000', '152356.126000', '152356.128000', '152356.131000', '152356.133000', '152356.136000', '152356.139000', '152356.141000', '152356.144000', '152356.146000', '152356.149000', '152356.151000', '152356.154000', '152356.157000', '152356.159000', '152356.168000', '152356.171000', '152356.173000', '152356.176000', '152356.179000', '152356.181000', '152356.184000', '152416.018000', '152416.021000', '152416.024000', '152416.027000', '152416.029000', '152416.032000', '152416.035000', '152416.037000', '152416.040000', '152416.043000', '152416.045000', '152416.048000', '152416.050000', '152416.053000', '152416.056000', '152416.058000', '152416.061000', '152416.070000', '152416.073000', '152416.075000', '152416.078000', '152416.086000', '152416.089000', '152416.092000', '152416.094000', '152416.097000', '152416.100000', '152416.102000', '152416.105000', '152416.108000', '152416.110000', '152416.113000', '152416.115000', '152416.118000', '152416.120000', '152416.123000', '152416.126000', '152416.128000', '152416.131000', '152416.133000', '152416.136000', '152416.139000', '152416.141000', '152436.018000', '152436.021000', '152436.024000', '152436.027000', '152436.029000', '152436.032000', '152436.035000', '152436.037000', '152436.040000', '152436.042000', '152436.045000', '152436.048000', '152436.050000', '152436.053000', '152436.056000', '152436.058000', '152436.061000', '152436.063000', '152436.066000', '152436.069000', '152436.071000', '152436.082000', '152436.085000', '152436.087000', '152436.090000', '152436.093000', '152436.095000', '152436.098000', '152436.100000', '152436.103000', '152436.106000', '152436.108000', '152436.111000', '152436.113000', '152436.116000', '152436.119000', '152436.121000', '152436.124000', '152436.127000', '152436.129000', '152436.132000', '152436.135000', '152436.137000', '152436.140000', '152456.018000', '152456.021000', '152456.024000', '152456.026000', '152456.029000', '152456.032000', '152456.035000', '152456.037000', '152456.040000', '152456.043000', '152456.045000', '152456.048000', '152456.050000', '152456.053000', '152456.055000', '152456.058000', '152456.061000', '152456.063000', '152456.066000', '152456.068000', '152456.071000', '152456.074000', '152456.076000', '152456.079000', '152456.081000', '152456.084000', '152456.087000', '152456.089000', '152456.092000', '152456.094000', '152456.097000', '152456.100000', '152456.102000', '152456.105000', '152456.108000', '152456.114000', '152456.117000', '152456.119000', '152456.122000', '152456.124000', '152456.127000', '152456.130000', '152456.132000', '152516.018000', '152516.021000', '152516.024000', '152516.026000', '152516.029000', '152516.032000', '152516.034000', '152516.037000', '152516.039000', '152516.042000', '152516.045000', '152516.048000', '152516.050000', '152516.053000', '152516.056000', '152516.058000', '152516.061000', '152516.064000', '152516.066000', '152516.069000', '152516.071000', '152516.074000', '152516.077000', '152516.079000', '152516.082000', '152516.085000', '152516.087000', '152516.090000', '152516.092000', '152516.095000', '152516.098000', '152516.100000', '152516.103000', '152516.112000', '152516.115000', '152516.117000', '152516.120000', '152516.123000', '152516.125000', '152516.128000', '152516.130000', '152516.133000', '152516.136000', '152516.138000', '152536.018000', '152536.021000', '152536.023000', '152536.026000', '152536.029000', '152536.031000', '152536.034000', '152536.037000', '152536.039000', '152536.042000', '152536.045000', '152536.047000', '152536.050000', '152536.053000', '152536.055000', '152536.069000', '152536.072000', '152536.075000', '152536.077000', '152536.080000', '152536.083000', '152536.085000', '152536.088000', '152536.091000', '152536.093000', '152536.096000', '152536.098000', '152536.101000', '152536.104000', '152536.106000', '152536.109000', '152536.112000', '152536.114000', '152536.117000', '152536.119000', '152536.122000', '152536.125000', '152536.127000', '152536.130000', '152536.133000', '152536.135000', '152536.138000', '152536.140000', '152556.017000', '152556.020000', '152556.023000', '152556.026000', '152556.028000', '152556.031000', '152556.034000', '152556.036000', '152556.039000', '152556.041000', '152556.044000', '152556.047000', '152556.049000', '152556.052000', '152556.055000', '152556.057000', '152556.060000', '152556.063000', '152556.065000', '152556.068000', '152556.071000', '152556.073000', '152556.076000', '152556.078000', '152556.081000', '152556.084000', '152556.086000', '152556.089000', '152556.092000', '152556.094000', '152556.097000', '152556.099000', '152556.102000', '152556.105000', '152556.107000', '152556.110000', '152556.112000', '152556.115000', '152556.117000', '152556.120000', '152556.123000', '152556.125000', '152556.128000', '152556.130000', '152616.018000', '152616.021000', '152616.032000', '152616.034000', '152616.037000', '152616.039000', '152616.042000', '152616.045000', '152616.047000', '152616.050000', '152616.053000', '152616.055000', '152616.058000', '152616.061000', '152616.063000', '152616.066000', '152616.079000', '152616.081000', '152616.084000', '152616.087000', '152616.090000', '152616.092000', '152616.095000', '152616.098000', '152616.100000', '152616.103000', '152616.105000', '152616.119000', '152616.121000', '152616.124000', '152616.127000', '152616.129000', '152616.132000', '152616.134000', '152616.137000', '152616.140000', '152616.143000', '152616.145000', '152616.148000', '152616.150000', '152616.153000', '152616.156000', '152616.158000', '152636.018000', '152636.022000', '152636.024000', '152636.027000', '152636.030000', '152636.033000', '152636.036000', '152636.038000', '152636.041000', '152636.044000', '152636.046000', '152636.049000', '152636.051000', '152636.054000', '152636.057000', '152636.059000', '152636.062000', '152636.064000', '152636.067000', '152636.070000', '152636.073000', '152636.075000', '152636.078000', '152636.081000', '152636.083000', '152636.086000', '152636.089000', '152636.091000', '152636.094000', '152636.097000', '152636.099000', '152636.102000', '152636.105000', '152636.107000', '152636.110000', '152636.113000', '152636.115000', '152636.126000', '152636.129000', '152636.131000', '152636.134000', '152636.137000', '152636.139000', '152636.142000', '152656.018000', '152656.022000', '152656.024000', '152656.027000', '152656.029000', '152656.032000', '152656.035000', '152656.037000', '152656.040000', '152656.043000', '152656.045000', '152656.048000', '152656.050000', '152656.053000', '152656.056000', '152656.058000', '152656.061000', '152656.064000', '152656.066000', '152656.069000', '152656.071000', '152656.074000', '152656.077000', '152656.079000', '152656.082000', '152656.084000', '152656.087000', '152656.090000', '152656.092000', '152656.095000', '152656.098000', '152656.100000', '152656.103000', '152656.106000', '152656.108000', '152656.111000', '152656.114000', '152656.116000', '152656.119000', '152656.122000', '152656.131000', '152656.134000', '152656.137000', '152716.019000', '152716.021000', '152716.024000', '152716.027000', '152716.029000', '152716.032000', '152716.035000', '152716.037000', '152716.040000', '152716.043000', '152716.045000', '152716.048000', '152716.050000', '152716.053000', '152716.055000', '152716.058000', '152716.061000', '152716.063000', '152716.066000', '152716.068000', '152716.071000', '152716.074000', '152716.076000', '152716.079000', '152716.081000', '152716.084000', '152716.086000', '152716.089000', '152716.092000', '152716.094000', '152716.097000', '152716.099000', '152716.102000', '152716.105000', '152716.107000', '152716.110000', '152716.112000', '152716.115000', '152716.118000', '152716.120000', '152716.123000', '152716.125000', '152716.128000', '152716.131000', '152736.018000', '152736.021000', '152736.024000', '152736.027000', '152736.029000', '152736.032000', '152736.034000', '152736.037000', '152736.040000', '152736.042000', '152736.045000', '152736.048000', '152736.050000', '152736.053000', '152736.056000', '152736.058000', '152736.061000', '152736.064000', '152736.066000', '152736.069000', '152736.072000', '152736.074000', '152736.077000', '152736.079000', '152736.082000', '152736.085000', '152736.087000', '152736.090000', '152736.093000', '152736.095000', '152736.098000', '152736.101000', '152736.103000', '152736.106000', '152736.108000', '152736.111000', '152736.114000', '152736.116000', '152736.119000', '152736.122000', '152736.124000', '152736.140000', '152736.143000', '152756.018000', '152756.021000', '152756.025000', '152756.028000', '152756.031000', '152756.033000', '152756.036000', '152756.038000', '152756.041000', '152756.044000', '152756.046000', '152756.049000', '152756.052000', '152756.054000', '152756.057000', '152756.060000', '152756.062000', '152756.065000', '152756.068000', '152756.072000', '152756.074000', '152756.077000', '152756.080000', '152756.082000', '152756.085000', '152756.088000', '152756.091000', '152756.093000', '152756.096000', '152756.099000', '152756.101000', '152756.104000', '152756.106000', '152756.109000', '152756.112000', '152756.114000', '152756.117000', '152756.120000', '152756.122000', '152756.125000', '152756.128000', '152756.130000', '152756.133000', '152816.017000', '152816.020000', '152816.023000', '152816.026000', '152816.029000', '152816.032000', '152816.034000', '152816.037000', '152816.040000', '152816.042000', '152816.045000', '152816.047000', '152816.050000', '152816.059000', '152816.062000', '152816.064000', '152816.067000', '152816.070000', '152816.072000', '152816.075000', '152816.078000', '152816.080000', '152816.083000', '152816.086000', '152816.088000', '152816.091000', '152816.094000', '152816.096000', '152816.099000', '152816.102000', '152816.104000', '152816.107000', '152816.110000', '152816.112000', '152816.115000', '152816.117000', '152816.120000', '152816.123000', '152816.125000', '152816.128000', '152816.131000', '152816.134000', '152816.136000', '152816.139000', '152836.017000', '152836.020000', '152836.023000', '152836.026000', '152836.028000', '152836.031000', '152836.034000', '152836.037000', '152836.040000', '152836.043000', '152836.046000', '152836.048000', '152836.051000', '152836.053000', '152836.056000', '152836.059000', '152836.061000', '152836.064000', '152836.066000', '152836.069000', '152836.072000', '152836.074000', '152836.077000', '152836.079000', '152836.082000', '152836.085000', '152836.087000', '152836.090000', '152836.092000', '152836.095000', '152836.098000', '152836.100000', '152836.103000', '152836.105000', '152836.108000', '152836.110000', '152836.113000', '152836.116000', '152836.118000', '152836.121000', '152836.124000', '152836.126000', '152836.129000', '152856.019000', '152856.022000', '152856.024000', '152856.027000', '152856.029000', '152856.032000', '152856.035000', '152856.037000', '152856.040000', '152856.042000', '152856.045000', '152856.048000', '152856.050000', '152856.053000', '152856.055000', '152856.058000', '152856.061000', '152856.064000', '152856.066000', '152856.069000', '152856.071000', '152856.074000', '152856.077000', '152856.079000', '152856.084000', '152856.087000', '152856.089000', '152856.092000', '152856.095000', '152856.097000', '152856.100000', '152856.103000', '152856.105000', '152856.108000', '152856.110000', '152856.113000', '152856.116000', '152856.118000', '152856.121000', '152856.124000', '152856.126000', '152856.129000', '152856.131000', '152856.134000', '152916.019000', '152916.021000', '152916.024000', '152916.027000', '152916.029000', '152916.032000', '152916.035000', '152916.037000', '152916.040000', '152916.053000', '152916.056000', '152916.058000', '152916.061000', '152916.064000', '152916.066000', '152916.069000', '152916.072000', '152916.074000', '152916.077000', '152916.080000', '152916.082000', '152916.085000', '152916.088000', '152916.090000', '152916.093000', '152916.096000', '152916.098000', '152916.101000', '152916.103000', '152916.106000', '152916.109000', '152916.112000', '152916.115000', '152916.117000', '152916.120000', '152916.122000', '152916.125000', '152916.128000', '152916.130000', '152916.133000', '152916.136000', '152916.138000', '152916.141000', '152936.019000', '152936.021000', '152936.025000', '152936.027000', '152936.030000', '152936.032000', '152936.035000', '152936.038000', '152936.040000', '152936.043000', '152936.046000', '152936.048000', '152936.051000', '152936.053000', '152936.056000', '152936.059000', '152936.061000', '152936.064000', '152936.066000', '152936.069000', '152936.072000', '152936.074000', '152936.077000', '152936.079000', '152936.082000', '152936.085000', '152936.087000', '152936.090000', '152936.093000', '152936.095000', '152936.098000', '152936.100000', '152936.103000', '152936.106000', '152936.108000', '152936.111000', '152936.113000', '152936.116000', '152936.119000', '152936.122000', '152936.124000', '152936.127000', '152936.129000', '152936.132000', '152956.019000', '152956.022000', '152956.024000', '152956.027000', '152956.030000', '152956.032000', '152956.035000', '152956.037000', '152956.040000', '152956.043000', '152956.045000', '152956.048000', '152956.050000', '152956.053000', '152956.055000', '152956.058000', '152956.061000', '152956.063000', '152956.066000', '152956.068000', '152956.071000', '152956.074000', '152956.077000', '152956.079000', '152956.082000', '152956.085000', '152956.087000', '152956.090000', '152956.092000', '152956.095000', '152956.098000', '152956.100000', '152956.103000', '152956.105000', '152956.108000', '152956.111000', '152956.113000', '152956.116000', '152956.119000', '152956.121000', '152956.124000', '152956.126000', '152956.129000', '153016.018000', '153016.021000', '153016.023000', '153016.026000', '153016.029000', '153016.031000', '153016.034000', '153016.036000', '153016.039000', '153016.042000', '153016.044000', '153016.047000', '153016.049000', '153016.052000', '153016.055000', '153016.057000', '153016.060000', '153016.063000', '153016.065000', '153016.068000', '153016.070000', '153016.073000', '153016.076000', '153016.078000', '153016.081000', '153016.083000', '153016.086000', '153016.089000', '153016.091000', '153016.094000', '153016.096000', '153016.099000', '153016.101000', '153016.104000', '153016.107000', '153016.109000', '153016.112000', '153016.115000', '153016.117000', '153016.120000', '153016.122000', '153016.125000', '153016.128000', '153016.130000', '153036.018000', '153036.020000', '153036.023000', '153036.026000', '153036.028000', '153036.031000', '153036.034000', '153036.036000', '153036.039000', '153036.042000', '153036.044000', '153036.047000', '153036.049000', '153036.052000', '153036.055000', '153036.057000', '153036.060000', '153036.062000', '153036.065000', '153036.078000', '153036.081000', '153036.083000', '153036.086000', '153036.088000', '153036.091000', '153036.094000', '153036.096000', '153036.099000', '153036.102000', '153036.105000', '153036.107000', '153036.110000', '153036.113000', '153036.117000', '153036.119000', '153036.122000', '153036.125000', '153036.128000', '153036.130000', '153036.133000', '153036.135000', '153036.138000', '153036.141000', '153056.017000', '153056.020000', '153056.023000', '153056.026000', '153056.029000', '153056.031000', '153056.034000', '153056.036000', '153056.039000', '153056.042000', '153056.044000', '153056.047000', '153056.050000', '153056.052000', '153056.055000', '153056.057000', '153056.060000', '153056.063000', '153056.065000', '153056.068000', '153056.071000', '153056.073000', '153056.076000', '153056.078000', '153056.081000', '153056.084000', '153056.086000', '153056.089000', '153056.092000', '153056.094000', '153056.097000', '153056.099000', '153056.102000', '153056.105000', '153056.108000', '153056.110000', '153056.113000', '153056.116000', '153056.118000', '153056.121000', '153056.124000', '153056.126000', '153056.129000', '153056.132000', '153116.019000', '153116.022000', '153116.025000', '153116.028000', '153116.030000', '153116.033000', '153116.035000', '153116.038000', '153116.041000', '153116.043000', '153116.046000', '153116.049000', '153116.051000', '153116.054000', '153116.056000', '153116.059000', '153116.062000', '153116.064000', '153116.067000', '153116.070000', '153116.072000', '153116.075000', '153116.078000', '153116.081000', '153116.084000', '153116.087000', '153116.090000', '153116.092000', '153116.095000', '153116.098000', '153116.100000', '153116.103000', '153116.106000', '153116.108000', '153116.111000', '153116.113000', '153116.116000', '153116.119000', '153116.121000', '153116.124000', '153116.127000', '153116.129000', '153116.132000', '153136.019000', '153136.022000', '153136.024000', '153136.027000', '153136.030000', '153136.032000', '153136.035000', '153136.038000', '153136.040000', '153136.043000', '153136.045000', '153136.048000', '153136.051000', '153136.053000', '153136.056000', '153136.059000', '153136.061000', '153136.064000', '153136.067000', '153136.069000', '153136.072000', '153136.074000', '153136.077000', '153136.080000', '153136.082000', '153136.085000', '153136.087000', '153136.090000', '153136.093000', '153136.095000', '153136.098000', '153136.101000', '153136.103000', '153136.106000', '153136.109000', '153136.111000', '153136.114000', '153136.117000', '153136.119000', '153136.122000', '153136.124000', '153136.127000', '153136.130000', '153136.132000', '153143.708000', '153143.711000', '153143.714000', '153143.717000', '153143.719000', '153143.722000', '153143.724000', '153143.727000', '153143.730000', '153143.732000', '153143.735000', '153143.737000', '153143.740000', '153143.743000', '153143.745000', '153143.748000', '153143.750000'], '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': [12645, 12682, 12200, 11093, 12361, 14560, 12380, 12587, 12150, 12403, 12860, 11969, 13611, 12609, 12944, 12430, 12497, 13292, 12026, 10906, 12437, 14322, 12549, 15833, 12423, 12159, 12567, 12322, 10562, 12508, 12445, 12774, 11865, 13719, 12219, 12480, 12435, 16580, 12699, 13624, 13423, 12154, 14151, 12572, 12336, 13054, 12059, 10929, 12436, 12706, 13219, 12749, 13012, 11968, 10900, 12485, 12741, 12827, 13458, 12963, 12021, 12731, 12460, 12757, 13977, 12272, 12424, 12076, 12510, 12693, 13199, 12327, 12553, 12528, 12257, 12958, 12739, 12616, 12516, 12702, 13376, 12748, 12025, 12051, 12532, 14042, 12600, 14415, 12874, 12797, 12823, 13843, 12789, 11878, 11496, 12282, 13990, 12116, 13008, 13275, 13499, 13114, 12078, 12258, 12424, 12528, 12723, 12239, 13061, 12276, 12532, 12895, 11396, 12811, 13076, 12487, 12121, 12666, 12823, 13440, 12603, 13512, 12691, 15759, 12306, 12491, 13113, 13013, 13428, 12516, 13190, 12656, 15699, 12437, 12514, 12953, 12293, 12494, 12391, 13110, 13842, 12483, 11480, 12298, 12742, 13380, 12299, 12080, 12612, 13141, 13157, 12605, 12830, 12232, 13091, 12849, 12242, 13076, 12529, 14576, 12437, 13350, 12417, 12070, 12922, 12833, 12930, 12518, 13261, 12173, 11389, 12404, 13118, 12608, 12818, 13670, 12131, 10186, 12526, 13057, 12760, 12962, 12345, 12021, 12720, 12622, 10654, 12678, 12205, 12395, 13549, 12651, 12197, 12676, 12620, 14043, 12481, 13016, 12708, 12864, 12324, 12461, 12777, 14745, 12820, 16218, 13072, 12397, 13019, 12811, 12750, 12405, 10461, 12351, 12359, 12376, 12618, 12433, 12783, 14369, 13509, 12931, 12203, 11810, 12744, 14149, 12818, 14468, 12930, 12522, 12836, 12448, 11729, 12503, 11248, 12324, 15993, 12341, 12853, 13507, 13703, 12992, 12002, 11406, 12374, 11905, 12710, 13525, 12744, 15477, 12618, 12571, 13082, 13259, 12394, 13553, 12660, 12221, 12668, 12813, 13695, 12462, 12522, 12905, 12979, 13401, 12318, 11962, 12344, 10016, 12023, 12514, 12729, 13323, 13238, 12847, 12684, 12302, 13876, 12514, 12011, 11765, 12121, 12119, 14243, 12285, 13121, 12317, 12658, 12652, 12532, 12529, 11955, 11429, 12174, 11207, 11929, 11761, 12521, 16295, 11903, 12695, 13058, 12514, 12558, 12040, 14296, 13186, 12564, 12115, 12448, 12018, 12663, 12644, 12766, 13313, 13382, 12299, 11681, 11403, 12650, 12656, 12961, 12589, 12410, 12930, 12906, 12245, 11032, 12365, 12822, 12859, 12765, 13491, 12048, 11157, 12210, 12657, 11156, 12239, 10221, 12441, 9295, 12207, 13629, 12752, 12251, 13206, 12667, 13767, 12235, 13380, 12287, 10685, 12319, 12442, 13021, 12317, 13788, 11959, 12102, 12312, 12790, 14101, 12434, 10693, 11922, 12910, 13473, 12399, 12644, 12422, 12516, 13052, 12047, 11949, 12523, 14550, 12192, 12144, 12690, 12371, 12779, 12595, 11690, 12616, 12427, 13332, 12742, 12966, 12262, 9707, 12649, 14417, 12335, 12843, 13318, 12220, 14031, 12542, 11015, 12572, 12433, 12368, 13359, 12719, 12442, 12824, 12306, 12703, 12087, 13839, 12565, 10431, 12476, 11856, 12418, 12823, 12426, 12651, 12594, 12688, 13267, 12238, 13938, 12604, 12063, 12406, 12755, 12386, 12674, 12044, 12940, 12245, 10692, 12365, 10568, 12271, 11809, 12319, 12559, 12535, 13674, 12648, 13140, 12794, 17582, 12168, 12867, 12793, 12461, 12960, 13140, 13195, 11814, 13817, 12728, 17241, 12041, 12437, 12714, 12683, 13022, 12555, 12275, 12385, 13604, 12795, 12220, 11212, 12210, 13004, 13730, 12496, 12512, 12269, 16418, 12477, 12238, 10704, 12506, 12696, 12459, 12097, 12340, 12299, 10839, 12476, 12561, 12998, 12906, 12460, 12567, 11936, 12742, 12499, 13681, 12908, 12898, 12362, 13995, 12558, 12954, 12415, 12035, 11976, 12393, 10702, 12164, 11982, 12556, 11904, 14140, 12733, 12349, 12328, 16083, 12430, 12188, 14074, 11436, 12758, 12176, 12977, 12706, 11919, 14126, 11711, 12194, 12152, 12611, 12976, 12253, 13030, 11889, 10669, 12281, 12142, 12559, 12563, 12913, 12246, 12546, 12573, 12138, 13298, 11941, 14883, 12592, 14021, 12786, 11717, 13079, 11988, 12485, 12097, 11965, 12231, 15015, 12915, 13802, 12362, 11760, 10593, 11774, 13534, 13144, 12813, 11235, 11991, 12719, 12140, 9119, 12280, 10609, 12560, 12553, 13054, 12399, 12560, 11767, 12201, 12941, 14118, 11963, 16053, 12368, 16062, 13175, 11722, 12698, 13702, 12047, 13525, 11672, 11918, 12125, 11843, 13214, 12537, 13063, 12770, 12633, 13612, 11388, 11514, 11774, 12733, 11929, 13610, 11974, 17612, 12209, 12001, 12761, 12003, 13950, 13374, 11954, 11346, 12034, 11584, 15415, 11792, 17001, 12413, 11661, 13295, 11775, 13837, 11373, 12364, 11329, 11037, 11494, 12876, 11463, 10837, 11925, 16087, 12951, 11587, 13965, 11920, 13594, 11577, 11964, 11647, 11996, 11330, 10714, 11342, 13279, 12411, 12096, 13547, 11499, 13628, 11024, 13619, 11565, 12683, 11612, 12174, 12479, 11956, 11480, 11732, 11446, 12733, 11385, 11265, 11108, 13585, 11386, 13452, 13256, 13035, 13724, 11953, 12944, 10997, 12446, 11163, 16298, 11685, 13818, 13767, 11412, 14603, 11556, 13585, 11450, 10554, 14424, 11818, 12137, 12600, 10957, 10165, 11434, 11690, 13277, 11089, 11131, 11679, 12050, 13780, 11178, 10821, 11250, 12366, 13001, 11382, 11270, 11823, 12287, 12410, 11046, 15636, 13864, 11537, 10189, 11799, 15827, 13817, 11131, 13394, 11613, 10135, 12420, 12825, 13051, 15318, 13367, 11648, 12630, 11366, 13438, 14473, 11421, 12346, 11088, 13028, 11221, 11003, 14562, 13762, 14296, 12182, 10781, 16874, 13271, 11298, 11856, 11250, 10314, 11305, 11703, 13787, 11247, 11542, 10948, 10469, 11848, 12121, 12957, 11394, 11968, 11121, 11482, 12336, 12269, 12752, 11274, 11817, 11445, 14034, 12287, 12579, 13694, 11431, 12070, 11325, 14291, 12199, 12477, 12765, 11383, 12718, 11426, 17828, 13669, 12331, 11927, 11144, 13680, 11591, 19119, 13562, 11498, 11745, 11157, 11637, 11161, 16000, 13156, 12064, 11401, 11349, 11935, 11417, 16985, 12531, 13040, 11902, 11058, 15083, 11986, 12350, 13532, 11284, 10356, 11638, 12687, 12397, 11577, 12052, 11282, 12075, 13963, 11669, 10359, 11645, 15580, 13662, 11743, 9898, 11827, 11978, 13637, 12478, 12181, 11575, 9533, 12226, 13398, 14583, 11823, 11335, 12202, 14875, 12939, 12287, 13104, 11745, 15302, 12357, 12185, 12733, 11431, 14538, 12476, 12907, 12821, 11207, 14755, 12415, 12355, 11718, 11419, 14222, 12360, 11975, 12470, 11477, 12749, 12259, 11952, 13029, 11721, 13988, 13020, 11542, 12051, 11422, 13779, 13115, 11655, 10763, 11149, 8673, 12122, 14312, 13439, 11851, 14349, 11373, 14157, 11497, 12214, 11555, 12221, 11355, 10929, 11299, 9385, 13290, 16994, 14419, 13067, 14601, 12099, 12552, 12905, 12827, 11611, 11787, 11385, 9254, 12565, 12692, 14373, 11821, 12529, 12523, 12395, 11741, 10675, 12375, 12676, 14077, 11906, 14114, 11688, 13145, 11684, 12068, 11662, 10857, 11890, 13436, 12738, 12459, 12870, 12380, 12571, 11493, 9701, 11875, 12411, 12923, 11400, 10429, 12281, 16501, 13989, 11399, 11979, 11640, 9413, 13518, 12661, 13048, 11653, 14083, 11622, 11033, 11851, 11877, 13176, 12179, 14552, 11577, 10961, 12113, 14841, 13364, 13420, 14137, 11605, 12734, 11776, 11033, 12265, 14513, 13152, 12473, 14054, 11954, 12886, 11560, 11293, 11624, 17619, 13800, 12206, 12452, 11339, 11173, 11964, 12812, 12456, 11135, 10980, 12178, 12132, 13656, 11249, 12641, 11521, 10146, 12164, 11566, 13464, 11608, 12791, 11562, 10824, 11738, 17856, 13280, 11814, 12505, 11850, 13182, 11298, 11792, 11865, 13032, 12089, 11482, 11430, 10399, 12077, 13508, 12335, 18276, 12878, 16957, 12629, 17101, 12754, 11503, 14512, 11729, 14240, 12481, 13915, 11793, 13207, 12256, 10726, 11858, 12759, 11863, 11845, 13649, 11495, 10951, 11382, 12625, 11476, 10815, 11302], 'WindowCenter': [4603.0, 4587.0, 4577.0, 4561.0, 4575.0, 4581.0, 4573.0, 4561.0, 4561.0, 4560.0, 4557.0, 4560.0, 4568.0, 4572.0, 4557.0, 4559.0, 4558.0, 4568.0, 4559.0, 4559.0, 4572.0, 4568.0, 4560.0, 4579.0, 4569.0, 4560.0, 4571.0, 4573.0, 4551.0, 4573.0, 4570.0, 4582.0, 4573.0, 4583.0, 4575.0, 4571.0, 4573.0, 4589.0, 4570.0, 4570.0, 4569.0, 4572.0, 4570.0, 4560.0, 4557.0, 4569.0, 4559.0, 4548.0, 4570.0, 4558.0, 4558.0, 4558.0, 4556.0, 4559.0, 4549.0, 4571.0, 4558.0, 4559.0, 4568.0, 4566.0, 4561.0, 4569.0, 4572.0, 4570.0, 4567.0, 4561.0, 4558.0, 4570.0, 4558.0, 4570.0, 4569.0, 4568.0, 4560.0, 4571.0, 4557.0, 4572.0, 4573.0, 4570.0, 4570.0, 4569.0, 4580.0, 4570.0, 4572.0, 4571.0, 4573.0, 4567.0, 4570.0, 4566.0, 4569.0, 4557.0, 4570.0, 4572.0, 4559.0, 4559.0, 4545.0, 4559.0, 4565.0, 4560.0, 4568.0, 4556.0, 4557.0, 4554.0, 4557.0, 4556.0, 4568.0, 4570.0, 4570.0, 4559.0, 4567.0, 4560.0, 4568.0, 4574.0, 4572.0, 4584.0, 4583.0, 4572.0, 4572.0, 4583.0, 4582.0, 4580.0, 4583.0, 4582.0, 4583.0, 4591.0, 4572.0, 4569.0, 4580.0, 4572.0, 4580.0, 4572.0, 4580.0, 4572.0, 4580.0, 4571.0, 4558.0, 4570.0, 4570.0, 4557.0, 4571.0, 4568.0, 4566.0, 4559.0, 4544.0, 4557.0, 4557.0, 4555.0, 4558.0, 4556.0, 4569.0, 4566.0, 4569.0, 4558.0, 4568.0, 4569.0, 4570.0, 4582.0, 4570.0, 4585.0, 4582.0, 4592.0, 4570.0, 4580.0, 4584.0, 4569.0, 4583.0, 4583.0, 4572.0, 4572.0, 4569.0, 4571.0, 4558.0, 4573.0, 4581.0, 4570.0, 4569.0, 4569.0, 4560.0, 4537.0, 4570.0, 4571.0, 4570.0, 4569.0, 4568.0, 4570.0, 4569.0, 4583.0, 4562.0, 4584.0, 4570.0, 4584.0, 4582.0, 4585.0, 4585.0, 4597.0, 4587.0, 4595.0, 4584.0, 4583.0, 4584.0, 4582.0, 4586.0, 4583.0, 4585.0, 4581.0, 4583.0, 4592.0, 4583.0, 4572.0, 4582.0, 4585.0, 4581.0, 4571.0, 4549.0, 4572.0, 4556.0, 4572.0, 4573.0, 4571.0, 4570.0, 4580.0, 4570.0, 4567.0, 4572.0, 4569.0, 4572.0, 4570.0, 4570.0, 4569.0, 4569.0, 4570.0, 4572.0, 4572.0, 4559.0, 4570.0, 4557.0, 4572.0, 4590.0, 4570.0, 4571.0, 4581.0, 4580.0, 4567.0, 4561.0, 4557.0, 4571.0, 4570.0, 4583.0, 4568.0, 4571.0, 4578.0, 4570.0, 4571.0, 4581.0, 4570.0, 4569.0, 4571.0, 4568.0, 4573.0, 4569.0, 4570.0, 4569.0, 4571.0, 4559.0, 4568.0, 4571.0, 4580.0, 4571.0, 4560.0, 4570.0, 4549.0, 4572.0, 4570.0, 4584.0, 4569.0, 4571.0, 4569.0, 4570.0, 4560.0, 4581.0, 4572.0, 4558.0, 4559.0, 4556.0, 4559.0, 4566.0, 4558.0, 4558.0, 4557.0, 4556.0, 4556.0, 4555.0, 4557.0, 4559.0, 4557.0, 4557.0, 4546.0, 4558.0, 4555.0, 4568.0, 4591.0, 4559.0, 4559.0, 4569.0, 4557.0, 4568.0, 4569.0, 4590.0, 4570.0, 4557.0, 4560.0, 4558.0, 4570.0, 4556.0, 4569.0, 4569.0, 4569.0, 4556.0, 4555.0, 4559.0, 4543.0, 4556.0, 4558.0, 4568.0, 4558.0, 4558.0, 4568.0, 4568.0, 4572.0, 4549.0, 4573.0, 4572.0, 4570.0, 4571.0, 4570.0, 4572.0, 4559.0, 4570.0, 4570.0, 4562.0, 4572.0, 4547.0, 4571.0, 4539.0, 4572.0, 4581.0, 4582.0, 4584.0, 4585.0, 4583.0, 4584.0, 4574.0, 4584.0, 4587.0, 4561.0, 4585.0, 4576.0, 4574.0, 4561.0, 4571.0, 4562.0, 4557.0, 4572.0, 4561.0, 4567.0, 4559.0, 4535.0, 4547.0, 4557.0, 4556.0, 4560.0, 4556.0, 4557.0, 4544.0, 4557.0, 4558.0, 4556.0, 4571.0, 4580.0, 4572.0, 4571.0, 4571.0, 4572.0, 4582.0, 4584.0, 4572.0, 4584.0, 4573.0, 4582.0, 4571.0, 4572.0, 4574.0, 4552.0, 4584.0, 4593.0, 4584.0, 4571.0, 4584.0, 4572.0, 4592.0, 4585.0, 4575.0, 4584.0, 4571.0, 4585.0, 4580.0, 4584.0, 4585.0, 4583.0, 4572.0, 4582.0, 4573.0, 4581.0, 4573.0, 4562.0, 4572.0, 4560.0, 4572.0, 4569.0, 4570.0, 4571.0, 4572.0, 4570.0, 4569.0, 4559.0, 4568.0, 4571.0, 4572.0, 4571.0, 4570.0, 4571.0, 4569.0, 4571.0, 4571.0, 4574.0, 4562.0, 4573.0, 4551.0, 4571.0, 4559.0, 4574.0, 4570.0, 4571.0, 4568.0, 4571.0, 4568.0, 4570.0, 4591.0, 4571.0, 4569.0, 4560.0, 4559.0, 4569.0, 4569.0, 4557.0, 4562.0, 4568.0, 4557.0, 4577.0, 4546.0, 4557.0, 4556.0, 4557.0, 4569.0, 4571.0, 4558.0, 4570.0, 4569.0, 4571.0, 4561.0, 4548.0, 4561.0, 4560.0, 4569.0, 4558.0, 4554.0, 4557.0, 4577.0, 4557.0, 4559.0, 4547.0, 4570.0, 4568.0, 4568.0, 4559.0, 4568.0, 4571.0, 4560.0, 4583.0, 4572.0, 4570.0, 4571.0, 4571.0, 4583.0, 4571.0, 4583.0, 4572.0, 4582.0, 4571.0, 4571.0, 4583.0, 4580.0, 4573.0, 4582.0, 4571.0, 4571.0, 4559.0, 4572.0, 4559.0, 4584.0, 4575.0, 4583.0, 4571.0, 4582.0, 4583.0, 4572.0, 4585.0, 4593.0, 4572.0, 4562.0, 4569.0, 4562.0, 4557.0, 4570.0, 4569.0, 4557.0, 4548.0, 4566.0, 4560.0, 4555.0, 4559.0, 4571.0, 4569.0, 4557.0, 4556.0, 4558.0, 4546.0, 4570.0, 4560.0, 4569.0, 4570.0, 4568.0, 4571.0, 4569.0, 4569.0, 4560.0, 4568.0, 4570.0, 4577.0, 4558.0, 4568.0, 4568.0, 4558.0, 4570.0, 4572.0, 4570.0, 4572.0, 4556.0, 4569.0, 4578.0, 4570.0, 4580.0, 4568.0, 4559.0, 4535.0, 4558.0, 4557.0, 4557.0, 4558.0, 4544.0, 4558.0, 4554.0, 4546.0, 4524.0, 4557.0, 4559.0, 4583.0, 4595.0, 4594.0, 4584.0, 4588.0, 4584.0, 4588.0, 4586.0, 4594.0, 4576.0, 4579.0, 4572.0, 4580.0, 4571.0, 4559.0, 4572.0, 4581.0, 4560.0, 4569.0, 4558.0, 4560.0, 4556.0, 4559.0, 4570.0, 4556.0, 4556.0, 4556.0, 4557.0, 4556.0, 4548.0, 4558.0, 4560.0, 4556.0, 4547.0, 4564.0, 4557.0, 4577.0, 4557.0, 4558.0, 4558.0, 4547.0, 4555.0, 4556.0, 4545.0, 4547.0, 4559.0, 4560.0, 4565.0, 4559.0, 4575.0, 4558.0, 4547.0, 4570.0, 4559.0, 4567.0, 4548.0, 4557.0, 4549.0, 4550.0, 4561.0, 4556.0, 4559.0, 4547.0, 4560.0, 4577.0, 4571.0, 4561.0, 4579.0, 4559.0, 4570.0, 4559.0, 4559.0, 4562.0, 4560.0, 4551.0, 4548.0, 4560.0, 4568.0, 4571.0, 4572.0, 4570.0, 4549.0, 4570.0, 4550.0, 4582.0, 4573.0, 4583.0, 4563.0, 4572.0, 4573.0, 4561.0, 4562.0, 4574.0, 4573.0, 4570.0, 4562.0, 4550.0, 4561.0, 4569.0, 4561.0, 4571.0, 4558.0, 4558.0, 4569.0, 4548.0, 4556.0, 4551.0, 4557.0, 4548.0, 4564.0, 4548.0, 4554.0, 4556.0, 4547.0, 4552.0, 4535.0, 4545.0, 4535.0, 4524.0, 4541.0, 4532.0, 4533.0, 4543.0, 4535.0, 4523.0, 4547.0, 4546.0, 4557.0, 4550.0, 4548.0, 4549.0, 4547.0, 4558.0, 4548.0, 4534.0, 4548.0, 4557.0, 4559.0, 4561.0, 4547.0, 4548.0, 4546.0, 4557.0, 4549.0, 4566.0, 4567.0, 4550.0, 4538.0, 4558.0, 4576.0, 4568.0, 4549.0, 4569.0, 4562.0, 4565.0, 4587.0, 4584.0, 4597.0, 4594.0, 4596.0, 4575.0, 4574.0, 4577.0, 4585.0, 4584.0, 4562.0, 4557.0, 4552.0, 4559.0, 4550.0, 4552.0, 4568.0, 4559.0, 4568.0, 4547.0, 4549.0, 4588.0, 4570.0, 4550.0, 4559.0, 4551.0, 4549.0, 4562.0, 4562.0, 4582.0, 4563.0, 4560.0, 4564.0, 4549.0, 4561.0, 4573.0, 4573.0, 4562.0, 4560.0, 4563.0, 4559.0, 4572.0, 4573.0, 4573.0, 4551.0, 4557.0, 4561.0, 4569.0, 4560.0, 4571.0, 4580.0, 4561.0, 4557.0, 4548.0, 4567.0, 4559.0, 4558.0, 4559.0, 4550.0, 4544.0, 4548.0, 4576.0, 4554.0, 4546.0, 4547.0, 4548.0, 4554.0, 4548.0, 4585.0, 4556.0, 4546.0, 4559.0, 4550.0, 4546.0, 4549.0, 4564.0, 4558.0, 4548.0, 4548.0, 4550.0, 4546.0, 4549.0, 4575.0, 4556.0, 4556.0, 4547.0, 4548.0, 4566.0, 4546.0, 4546.0, 4555.0, 4548.0, 4536.0, 4549.0, 4557.0, 4557.0, 4548.0, 4546.0, 4549.0, 4557.0, 4569.0, 4559.0, 4548.0, 4561.0, 4578.0, 4580.0, 4561.0, 4539.0, 4571.0, 4572.0, 4581.0, 4572.0, 4561.0, 4563.0, 4549.0, 4574.0, 4582.0, 4594.0, 4576.0, 4562.0, 4574.0, 4580.0, 4573.0, 4562.0, 4571.0, 4574.0, 4581.0, 4560.0, 4560.0, 4559.0, 4561.0, 4566.0, 4557.0, 4558.0, 4558.0, 4548.0, 4555.0, 4548.0, 4547.0, 4547.0, 4550.0, 4556.0, 4556.0, 4547.0, 4556.0, 4550.0, 4554.0, 4557.0, 4559.0, 4569.0, 4558.0, 4566.0, 4569.0, 4559.0, 4559.0, 4561.0, 4579.0, 4570.0, 4560.0, 4549.0, 4549.0, 4528.0, 4570.0, 4581.0, 4582.0, 4560.0, 4582.0, 4560.0, 4582.0, 4562.0, 4574.0, 4574.0, 4573.0, 4564.0, 4561.0, 4564.0, 4540.0, 4584.0, 4592.0, 4582.0, 4570.0, 4580.0, 4560.0, 4570.0, 4571.0, 4571.0, 4562.0, 4560.0, 4563.0, 4541.0, 4573.0, 4582.0, 4592.0, 4561.0, 4570.0, 4560.0, 4570.0, 4571.0, 4549.0, 4583.0, 4572.0, 4583.0, 4562.0, 4583.0, 4572.0, 4582.0, 4572.0, 4585.0, 4573.0, 4552.0, 4575.0, 4570.0, 4573.0, 4573.0, 4573.0, 4571.0, 4569.0, 4563.0, 4539.0, 4562.0, 4560.0, 4570.0, 4563.0, 4550.0, 4560.0, 4588.0, 4581.0, 4560.0, 4569.0, 4574.0, 4540.0, 4582.0, 4571.0, 4584.0, 4571.0, 4594.0, 4576.0, 4564.0, 4575.0, 4561.0, 4584.0, 4570.0, 4580.0, 4563.0, 4561.0, 4572.0, 4579.0, 4571.0, 4570.0, 4581.0, 4561.0, 4570.0, 4575.0, 4561.0, 4574.0, 4580.0, 4583.0, 4570.0, 4582.0, 4573.0, 4570.0, 4562.0, 4548.0, 4563.0, 4590.0, 4571.0, 4563.0, 4571.0, 4561.0, 4547.0, 4560.0, 4559.0, 4558.0, 4550.0, 4548.0, 4559.0, 4557.0, 4569.0, 4547.0, 4569.0, 4562.0, 4549.0, 4573.0, 4572.0, 4583.0, 4562.0, 4571.0, 4573.0, 4561.0, 4575.0, 4604.0, 4584.0, 4562.0, 4571.0, 4561.0, 4570.0, 4562.0, 4560.0, 4573.0, 4570.0, 4561.0, 4560.0, 4562.0, 4549.0, 4572.0, 4581.0, 4572.0, 4601.0, 4572.0, 4589.0, 4572.0, 4590.0, 4571.0, 4562.0, 4582.0, 4559.0, 4570.0, 4558.0, 4568.0, 4547.0, 4559.0, 4560.0, 4549.0, 4549.0, 4557.0, 4548.0, 4547.0, 4569.0, 4549.0, 4537.0, 4535.0, 4546.0, 4535.0, 4534.0, 4534.0], 'WindowWidth': [10094.0, 10059.0, 10044.0, 10014.0, 10036.0, 10042.0, 10029.0, 10009.0, 10009.0, 10007.0, 10000.0, 10011.0, 10019.0, 10025.0, 10002.0, 10005.0, 10002.0, 10015.0, 10006.0, 10005.0, 10028.0, 10017.0, 10007.0, 10032.0, 10020.0, 10008.0, 10027.0, 10032.0, 9998.0, 10030.0, 10022.0, 10043.0, 10031.0, 10045.0, 10038.0, 10025.0, 10029.0, 10049.0, 10023.0, 10024.0, 10018.0, 10030.0, 10021.0, 10008.0, 10002.0, 10017.0, 10007.0, 9991.0, 10024.0, 10003.0, 10002.0, 10000.0, 9996.0, 10007.0, 9991.0, 10024.0, 10004.0, 10004.0, 10017.0, 10010.0, 10011.0, 10018.0, 10028.0, 10023.0, 10016.0, 10012.0, 10001.0, 10024.0, 10004.0, 10025.0, 10023.0, 10018.0, 10008.0, 10025.0, 10004.0, 10029.0, 10032.0, 10025.0, 10026.0, 10020.0, 10039.0, 10022.0, 10029.0, 10026.0, 10030.0, 10015.0, 10024.0, 10011.0, 10019.0, 10003.0, 10020.0, 10028.0, 10005.0, 10005.0, 9979.0, 10005.0, 10007.0, 10007.0, 10016.0, 9997.0, 9999.0, 9992.0, 10001.0, 9995.0, 10019.0, 10023.0, 10021.0, 10005.0, 10016.0, 10010.0, 10018.0, 10035.0, 10028.0, 10051.0, 10047.0, 10030.0, 10030.0, 10044.0, 10044.0, 10037.0, 10048.0, 10043.0, 10045.0, 10054.0, 10027.0, 10021.0, 10037.0, 10029.0, 10037.0, 10031.0, 10038.0, 10028.0, 10038.0, 10024.0, 10005.0, 10020.0, 10024.0, 10000.0, 10025.0, 10017.0, 10010.0, 10004.0, 9977.0, 9999.0, 9998.0, 9995.0, 10003.0, 9999.0, 10019.0, 10012.0, 10017.0, 10002.0, 10018.0, 10022.0, 10021.0, 10042.0, 10023.0, 10049.0, 10045.0, 10056.0, 10027.0, 10035.0, 10047.0, 10020.0, 10045.0, 10045.0, 10028.0, 10027.0, 10020.0, 10027.0, 10004.0, 10031.0, 10042.0, 10022.0, 10018.0, 10018.0, 10011.0, 9971.0, 10023.0, 10025.0, 10023.0, 10021.0, 10016.0, 10023.0, 10019.0, 10047.0, 10020.0, 10051.0, 10026.0, 10051.0, 10045.0, 10053.0, 10054.0, 10073.0, 10059.0, 10065.0, 10050.0, 10047.0, 10052.0, 10041.0, 10055.0, 10047.0, 10052.0, 10042.0, 10047.0, 10057.0, 10046.0, 10029.0, 10044.0, 10052.0, 10041.0, 10027.0, 9992.0, 10029.0, 9999.0, 10028.0, 10032.0, 10027.0, 10023.0, 10036.0, 10023.0, 10014.0, 10029.0, 10022.0, 10026.0, 10019.0, 10022.0, 10019.0, 10020.0, 10024.0, 10026.0, 10030.0, 10006.0, 10023.0, 10000.0, 10027.0, 10051.0, 10023.0, 10027.0, 10040.0, 10037.0, 10016.0, 10013.0, 10001.0, 10027.0, 10025.0, 10044.0, 10018.0, 10027.0, 10031.0, 10023.0, 10027.0, 10042.0, 10023.0, 10019.0, 10027.0, 10015.0, 10030.0, 10022.0, 10025.0, 10021.0, 10024.0, 10005.0, 10016.0, 10025.0, 10038.0, 10026.0, 10007.0, 10025.0, 9992.0, 10030.0, 10024.0, 10048.0, 10023.0, 10026.0, 10021.0, 10021.0, 10009.0, 10038.0, 10028.0, 10001.0, 10005.0, 9995.0, 10004.0, 10009.0, 10003.0, 10005.0, 10000.0, 9995.0, 9996.0, 9995.0, 9999.0, 10007.0, 10001.0, 10000.0, 9983.0, 10004.0, 9994.0, 10018.0, 10054.0, 10007.0, 10005.0, 10019.0, 10001.0, 10018.0, 10019.0, 10052.0, 10024.0, 10001.0, 10009.0, 10000.0, 10023.0, 9997.0, 10018.0, 10021.0, 10019.0, 9999.0, 9993.0, 10003.0, 9974.0, 9997.0, 10004.0, 10019.0, 10004.0, 10000.0, 10016.0, 10015.0, 10028.0, 9992.0, 10032.0, 10029.0, 10022.0, 10024.0, 10019.0, 10028.0, 10004.0, 10023.0, 10023.0, 10013.0, 10028.0, 9986.0, 10024.0, 9976.0, 10029.0, 10039.0, 10044.0, 10048.0, 10052.0, 10046.0, 10047.0, 10036.0, 10046.0, 10056.0, 10012.0, 10052.0, 10040.0, 10032.0, 10012.0, 10024.0, 10017.0, 10000.0, 10028.0, 10012.0, 10013.0, 10004.0, 9964.0, 9986.0, 9998.0, 9996.0, 10006.0, 9994.0, 9996.0, 9978.0, 9998.0, 10003.0, 9997.0, 10027.0, 10039.0, 10026.0, 10024.0, 10027.0, 10029.0, 10041.0, 10050.0, 10028.0, 10050.0, 10033.0, 10042.0, 10027.0, 10025.0, 10033.0, 10000.0, 10051.0, 10061.0, 10046.0, 10027.0, 10047.0, 10031.0, 10057.0, 10054.0, 10037.0, 10048.0, 10025.0, 10052.0, 10038.0, 10049.0, 10052.0, 10047.0, 10030.0, 10044.0, 10030.0, 10039.0, 10033.0, 10015.0, 10030.0, 10007.0, 10029.0, 10017.0, 10022.0, 10026.0, 10029.0, 10022.0, 10021.0, 10004.0, 10017.0, 10024.0, 10030.0, 10029.0, 10022.0, 10025.0, 10020.0, 10026.0, 10024.0, 10035.0, 10017.0, 10030.0, 9997.0, 10027.0, 10004.0, 10033.0, 10025.0, 10028.0, 10016.0, 10026.0, 10015.0, 10023.0, 10053.0, 10027.0, 10021.0, 10008.0, 10004.0, 10018.0, 10020.0, 9999.0, 10014.0, 10016.0, 10000.0, 10026.0, 9983.0, 9998.0, 9997.0, 10002.0, 10020.0, 10025.0, 10002.0, 10023.0, 10017.0, 10024.0, 10014.0, 9987.0, 10009.0, 10006.0, 10017.0, 10001.0, 9990.0, 10000.0, 10026.0, 9999.0, 10006.0, 9988.0, 10025.0, 10018.0, 10017.0, 10007.0, 10017.0, 10027.0, 10009.0, 10045.0, 10030.0, 10024.0, 10027.0, 10024.0, 10045.0, 10024.0, 10047.0, 10030.0, 10042.0, 10028.0, 10022.0, 10044.0, 10036.0, 10031.0, 10045.0, 10025.0, 10025.0, 10005.0, 10029.0, 10007.0, 10048.0, 10039.0, 10046.0, 10027.0, 10042.0, 10046.0, 10026.0, 10051.0, 10062.0, 10029.0, 10013.0, 10019.0, 10015.0, 10000.0, 10021.0, 10021.0, 10001.0, 9987.0, 10011.0, 10006.0, 9993.0, 10005.0, 10024.0, 10018.0, 9999.0, 9995.0, 10002.0, 9981.0, 10021.0, 10010.0, 10020.0, 10020.0, 10015.0, 10025.0, 10018.0, 10020.0, 10010.0, 10017.0, 10024.0, 10027.0, 10002.0, 10017.0, 10017.0, 10004.0, 10022.0, 10030.0, 10022.0, 10026.0, 9997.0, 10021.0, 10031.0, 10023.0, 10037.0, 10017.0, 10004.0, 9967.0, 10002.0, 9999.0, 9998.0, 10001.0, 9980.0, 10003.0, 9989.0, 9980.0, 9949.0, 10001.0, 10006.0, 10048.0, 10068.0, 10066.0, 10050.0, 10061.0, 10049.0, 10062.0, 10056.0, 10062.0, 10038.0, 10033.0, 10026.0, 10036.0, 10023.0, 10007.0, 10029.0, 10041.0, 10007.0, 10021.0, 10001.0, 10008.0, 9995.0, 10006.0, 10023.0, 10000.0, 9996.0, 9995.0, 9997.0, 9996.0, 9989.0, 10002.0, 10008.0, 9996.0, 9986.0, 10004.0, 10000.0, 10028.0, 10000.0, 10002.0, 10000.0, 9984.0, 9994.0, 9996.0, 9978.0, 9987.0, 10005.0, 10006.0, 10005.0, 10002.0, 10021.0, 10001.0, 9988.0, 10022.0, 10004.0, 10012.0, 9989.0, 9999.0, 9990.0, 9993.0, 10012.0, 9997.0, 10005.0, 9983.0, 10006.0, 10030.0, 10026.0, 10012.0, 10033.0, 10006.0, 10020.0, 10005.0, 10007.0, 10015.0, 10007.0, 9995.0, 9987.0, 10007.0, 10014.0, 10025.0, 10027.0, 10021.0, 9990.0, 10019.0, 9993.0, 10039.0, 10032.0, 10045.0, 10017.0, 10027.0, 10029.0, 10011.0, 10015.0, 10032.0, 10030.0, 10021.0, 10013.0, 9991.0, 10010.0, 10015.0, 10011.0, 10024.0, 10002.0, 9998.0, 10014.0, 9986.0, 9994.0, 9995.0, 9997.0, 9986.0, 10000.0, 9984.0, 9991.0, 9993.0, 9986.0, 9981.0, 9961.0, 9978.0, 9962.0, 9946.0, 9962.0, 9955.0, 9956.0, 9971.0, 9966.0, 9944.0, 9981.0, 9980.0, 9995.0, 9993.0, 9988.0, 9988.0, 9983.0, 9998.0, 9987.0, 9963.0, 9987.0, 9997.0, 10002.0, 10008.0, 9981.0, 9985.0, 9982.0, 9995.0, 9990.0, 10008.0, 10011.0, 9992.0, 9972.0, 10001.0, 10022.0, 10015.0, 9991.0, 10020.0, 10015.0, 10022.0, 10055.0, 10045.0, 10067.0, 10060.0, 10067.0, 10039.0, 10032.0, 10042.0, 10050.0, 10045.0, 10014.0, 9998.0, 9997.0, 10005.0, 9991.0, 9997.0, 10013.0, 10001.0, 10015.0, 9982.0, 9990.0, 10042.0, 10021.0, 9993.0, 10003.0, 9997.0, 9990.0, 10013.0, 10014.0, 10042.0, 10018.0, 10006.0, 10018.0, 9989.0, 10012.0, 10031.0, 10032.0, 10015.0, 10007.0, 10016.0, 10002.0, 10027.0, 10030.0, 10028.0, 9999.0, 9999.0, 10011.0, 10016.0, 10007.0, 10025.0, 10036.0, 10010.0, 9998.0, 9991.0, 10009.0, 10003.0, 10001.0, 10003.0, 9994.0, 9976.0, 9987.0, 10022.0, 9990.0, 9981.0, 9982.0, 9987.0, 9988.0, 9985.0, 10034.0, 9995.0, 9984.0, 10005.0, 9992.0, 9980.0, 9991.0, 10004.0, 9999.0, 9987.0, 9987.0, 9993.0, 9978.0, 9988.0, 10018.0, 9994.0, 9996.0, 9983.0, 9990.0, 10008.0, 9982.0, 9982.0, 9993.0, 9989.0, 9966.0, 9991.0, 9999.0, 9999.0, 9988.0, 9981.0, 9992.0, 9998.0, 10018.0, 10007.0, 9990.0, 10010.0, 10030.0, 10035.0, 10011.0, 9977.0, 10025.0, 10029.0, 10042.0, 10027.0, 10009.0, 10015.0, 9992.0, 10035.0, 10041.0, 10060.0, 10040.0, 10014.0, 10031.0, 10033.0, 10028.0, 10013.0, 10023.0, 10033.0, 10038.0, 10007.0, 10006.0, 10001.0, 10011.0, 10006.0, 9999.0, 10004.0, 10001.0, 9987.0, 9989.0, 9985.0, 9983.0, 9982.0, 9993.0, 9995.0, 9995.0, 9983.0, 9996.0, 9994.0, 9988.0, 9998.0, 10006.0, 10017.0, 10003.0, 10008.0, 10017.0, 10004.0, 10003.0, 10013.0, 10033.0, 10022.0, 10008.0, 9991.0, 9992.0, 9962.0, 10023.0, 10038.0, 10043.0, 10009.0, 10042.0, 10008.0, 10042.0, 10014.0, 10033.0, 10035.0, 10029.0, 10021.0, 10011.0, 10021.0, 9982.0, 10048.0, 10058.0, 10041.0, 10022.0, 10036.0, 10007.0, 10024.0, 10028.0, 10024.0, 10014.0, 10007.0, 10017.0, 9982.0, 10032.0, 10045.0, 10057.0, 10011.0, 10020.0, 10010.0, 10021.0, 10027.0, 9994.0, 10046.0, 10031.0, 10044.0, 10015.0, 10043.0, 10029.0, 10042.0, 10032.0, 10050.0, 10034.0, 9998.0, 10035.0, 10020.0, 10031.0, 10030.0, 10032.0, 10028.0, 10018.0, 10015.0, 9977.0, 10015.0, 10010.0, 10023.0, 10018.0, 9994.0, 10009.0, 10044.0, 10036.0, 10009.0, 10021.0, 10034.0, 9983.0, 10042.0, 10024.0, 10047.0, 10027.0, 10061.0, 10040.0, 10022.0, 10037.0, 10010.0, 10046.0, 10024.0, 10038.0, 10018.0, 10012.0, 10029.0, 10034.0, 10025.0, 10022.0, 10038.0, 10013.0, 10024.0, 10038.0, 10013.0, 10033.0, 10035.0, 10044.0, 10023.0, 10042.0, 10033.0, 10023.0, 10014.0, 9990.0, 10016.0, 10050.0, 10023.0, 10016.0, 10024.0, 10010.0, 9983.0, 10007.0, 10003.0, 10001.0, 9995.0, 9987.0, 10005.0, 9999.0, 10016.0, 9987.0, 10016.0, 10014.0, 9991.0, 10030.0, 10029.0, 10044.0, 10014.0, 10025.0, 10031.0, 10011.0, 10036.0, 10075.0, 10045.0, 10014.0, 10023.0, 10010.0, 10019.0, 10013.0, 10008.0, 10028.0, 10021.0, 10010.0, 10005.0, 10013.0, 9991.0, 10029.0, 10039.0, 10030.0, 10067.0, 10028.0, 10045.0, 10026.0, 10047.0, 10024.0, 10013.0, 10040.0, 10005.0, 10020.0, 10002.0, 10014.0, 9985.0, 10003.0, 10008.0, 9988.0, 9988.0, 9997.0, 9986.0, 9984.0, 10016.0, 9988.0, 9971.0, 9963.0, 9980.0, 9960.0, 9962.0, 9959.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.00017140977443609023</td></tr>
<tr><td colspan=3>aqi</td><td>0.028277465789473686</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.525691167826835</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2372130257949214</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.952208971843838</td></tr>
<tr><td colspan=3>efc</td><td>0.489</td></tr>
<tr><td colspan=3>fber</td><td>6153.541</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07685137787111719</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.37593984962406013</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6269745652446033</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5644381206772127</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.877659476845797</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.438826098210801</td></tr>
<tr><td colspan=3>gcor</td><td>0.00768986</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01317177526652813</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034215234220027924</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.000815242980865</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.4881</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9003</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.342</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293390.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>871.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.9907</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6393</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.893</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3702.1382</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3926.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83154.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>981.2941</td></tr>
<tr><td colspan=3>tsnr</td><td>39.84634448331781</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>