<?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-0024_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-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_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-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024/ses-03/func/sub-0024_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>890b21176e11b8d65bd37581807fbea1</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>12:54:19.952500</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_VE11C_LATEST_20160120</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.99762, -0.0630611, 0.0278853, 0.0597938, 0.992613, 0.105568]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0842859</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7792, -7252, 591, -71, -291, 73, 96]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.281</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c4ee3e47-70b6-45a8-b465-f6be7c2e4091||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676541566848755, 0.16042236983776093, 0.09270868450403214, 101.87405395507812], [0.16918842494487762, 2.663107395172119, 0.279854416847229, -104.54061889648438], [0.07481417804956436, -0.28323230147361755, 2.683856725692749, -58.34901428222656], [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': ['125419.952500', '125420.412500', '125420.872500', '125421.332500', '125421.792500', '125422.252500', '125422.712500', '125423.172500', '125423.632500', '125424.092500', '125424.552500', '125425.012500', '125425.472500', '125425.932500', '125426.392500', '125426.852500', '125427.312500', '125427.772500', '125428.232500', '125428.692500', '125429.152500', '125429.612500', '125430.072500', '125430.532500', '125430.992500', '125431.452500', '125431.912500', '125432.372500', '125432.832500', '125433.292500', '125433.752500', '125434.212500', '125434.672500', '125435.132500', '125435.592500', '125436.052500', '125436.512500', '125436.972500', '125437.432500', '125437.892500', '125438.352500', '125438.812500', '125439.272500', '125439.732500', '125440.192500', '125440.652500', '125441.112500', '125441.572500', '125442.032500', '125442.492500', '125442.952500', '125443.412500', '125443.872500', '125444.332500', '125444.792500', '125445.252500', '125445.712500', '125446.172500', '125446.632500', '125447.092500', '125447.552500', '125448.012500', '125448.472500', '125448.932500', '125449.392500', '125449.852500', '125450.312500', '125450.772500', '125451.232500', '125451.692500', '125452.152500', '125452.612500', '125453.072500', '125453.532500', '125453.992500', '125454.452500', '125454.912500', '125455.372500', '125455.832500', '125456.292500', '125456.752500', '125457.212500', '125457.672500', '125458.132500', '125458.592500', '125459.052500', '125459.512500', '125459.972500', '125500.432500', '125500.892500', '125501.352500', '125501.812500', '125502.272500', '125502.732500', '125503.192500', '125503.652500', '125504.112500', '125504.572500', '125505.032500', '125505.492500', '125505.952500', '125506.412500', '125506.872500', '125507.332500', '125507.792500', '125508.252500', '125508.712500', '125509.172500', '125509.632500', '125510.092500', '125510.552500', '125511.012500', '125511.472500', '125511.932500', '125512.392500', '125512.852500', '125513.312500', '125513.772500', '125514.232500', '125514.692500', '125515.152500', '125515.612500', '125516.072500', '125516.532500', '125516.992500', '125517.452500', '125517.912500', '125518.372500', '125518.832500', '125519.292500', '125519.752500', '125520.212500', '125520.672500', '125521.132500', '125521.592500', '125522.052500', '125522.512500', '125522.972500', '125523.432500', '125523.892500', '125524.352500', '125524.812500', '125525.272500', '125525.732500', '125526.192500', '125526.652500', '125527.112500', '125527.572500', '125528.032500', '125528.492500', '125528.952500', '125529.412500', '125529.872500', '125530.332500', '125530.792500', '125531.252500', '125531.712500', '125532.172500', '125532.632500', '125533.092500', '125533.552500', '125534.012500', '125534.472500', '125534.932500', '125535.392500', '125535.852500', '125536.312500', '125536.772500', '125537.232500', '125537.692500', '125538.152500', '125538.612500', '125539.072500', '125539.532500', '125539.992500', '125540.452500', '125540.912500', '125541.372500', '125541.832500', '125542.292500', '125542.752500', '125543.212500', '125543.672500', '125544.132500', '125544.592500', '125545.052500', '125545.512500', '125545.972500', '125546.432500', '125546.892500', '125547.352500', '125547.812500', '125548.272500', '125548.732500', '125549.192500', '125549.652500', '125550.112500', '125550.572500', '125551.032500', '125551.492500', '125551.952500', '125552.412500', '125552.872500', '125553.332500', '125553.792500', '125554.252500', '125554.712500', '125555.172500', '125555.632500', '125556.092500', '125556.552500', '125557.012500', '125557.472500', '125557.932500', '125558.392500', '125558.852500', '125559.312500', '125559.772500', '125600.232500', '125600.692500', '125601.152500', '125601.612500', '125602.072500', '125602.532500', '125602.992500', '125603.452500', '125603.912500', '125604.372500', '125604.832500', '125605.292500', '125605.752500', '125606.212500', '125606.672500', '125607.132500', '125607.592500', '125608.052500', '125608.512500', '125608.972500', '125609.432500', '125609.892500', '125610.352500', '125610.812500', '125611.272500', '125611.732500', '125612.192500', '125612.652500', '125613.112500', '125613.572500', '125614.032500', '125614.492500', '125614.952500', '125615.412500', '125615.872500', '125616.332500', '125616.792500', '125617.252500', '125617.712500', '125618.172500', '125618.632500', '125619.092500', '125619.552500', '125620.012500', '125620.472500', '125620.932500', '125621.392500', '125621.852500', '125622.312500', '125622.772500', '125623.232500', '125623.692500', '125624.152500', '125624.612500', '125625.072500', '125625.532500', '125625.992500', '125626.452500', '125626.912500', '125627.372500', '125627.832500', '125628.292500', '125628.752500', '125629.212500', '125629.672500', '125630.132500', '125630.592500', '125631.052500', '125631.512500', '125631.972500', '125632.432500', '125632.892500', '125633.352500', '125633.812500', '125634.272500', '125634.732500', '125635.192500', '125635.652500', '125636.112500', '125636.572500', '125637.032500', '125637.492500', '125637.952500', '125638.412500', '125638.872500', '125639.332500', '125639.792500', '125640.252500', '125640.712500', '125641.172500', '125641.632500', '125642.092500', '125642.552500', '125643.012500', '125643.472500', '125643.932500', '125644.392500', '125644.852500', '125645.312500', '125645.772500', '125646.232500', '125646.692500', '125647.152500', '125647.612500', '125648.072500', '125648.532500', '125648.992500', '125649.452500', '125649.912500', '125650.372500', '125650.832500', '125651.292500', '125651.752500', '125652.212500', '125652.672500', '125653.132500', '125653.592500', '125654.052500', '125654.512500', '125654.972500', '125655.432500', '125655.892500', '125656.352500', '125656.812500', '125657.272500', '125657.732500', '125658.192500', '125658.652500', '125659.112500', '125659.572500', '125700.032500', '125700.492500', '125700.952500', '125701.412500', '125701.872500', '125702.332500', '125702.792500', '125703.252500', '125703.712500', '125704.172500', '125704.632500', '125705.092500', '125705.552500', '125706.012500', '125706.472500', '125706.932500', '125707.392500', '125707.852500', '125708.312500', '125708.772500', '125709.232500', '125709.692500', '125710.152500', '125710.612500', '125711.072500', '125711.532500', '125711.992500', '125712.452500', '125712.912500', '125713.372500', '125713.832500', '125714.292500', '125714.752500', '125715.212500', '125715.672500', '125716.132500', '125716.592500', '125717.052500', '125717.512500', '125717.972500', '125718.432500', '125718.892500', '125719.352500', '125719.812500', '125720.272500', '125720.732500', '125721.192500', '125721.652500', '125722.112500', '125722.572500', '125723.032500', '125723.492500', '125723.952500', '125724.412500', '125724.872500', '125725.332500', '125725.792500', '125726.252500', '125726.712500', '125727.172500', '125727.632500', '125728.092500', '125728.552500', '125729.012500', '125729.472500', '125729.932500', '125730.392500', '125730.852500', '125731.312500', '125731.772500', '125732.232500', '125732.692500', '125733.152500', '125733.612500', '125734.072500', '125734.532500', '125734.992500', '125735.452500', '125735.912500', '125736.372500', '125736.832500', '125737.292500', '125737.752500', '125738.212500', '125738.672500', '125739.132500', '125739.592500', '125740.052500', '125740.512500', '125740.972500', '125741.432500', '125741.892500', '125742.352500', '125742.812500', '125743.272500', '125743.732500', '125744.192500', '125744.652500', '125745.112500', '125745.572500', '125746.032500', '125746.492500', '125746.952500', '125747.412500', '125747.872500', '125748.332500', '125748.792500', '125749.252500', '125749.712500', '125750.172500', '125750.632500', '125751.092500', '125751.552500', '125752.012500', '125752.472500', '125752.932500', '125753.392500', '125753.852500', '125754.312500', '125754.772500', '125755.232500', '125755.692500', '125756.152500', '125756.612500', '125757.072500', '125757.532500', '125757.992500', '125758.452500', '125758.912500', '125759.372500', '125759.832500', '125800.292500', '125800.752500', '125801.212500', '125801.672500', '125802.132500', '125802.592500', '125803.052500', '125803.512500', '125803.972500', '125804.432500', '125804.892500', '125805.352500', '125805.812500', '125806.272500', '125806.732500', '125807.192500', '125807.652500', '125808.112500', '125808.572500', '125809.032500', '125809.492500', '125809.952500', '125810.412500', '125810.872500', '125811.332500', '125811.792500', '125812.252500', '125812.712500', '125813.172500', '125813.632500', '125814.092500', '125814.552500', '125815.012500', '125815.472500', '125815.932500', '125816.392500', '125816.852500', '125817.312500', '125817.772500', '125818.232500', '125818.692500', '125819.152500', '125819.612500', '125820.072500', '125820.532500', '125820.992500', '125821.452500', '125821.912500', '125822.372500', '125822.832500', '125823.292500', '125823.752500', '125824.212500', '125824.672500', '125825.132500', '125825.592500', '125826.052500', '125826.512500', '125826.972500', '125827.432500', '125827.892500', '125828.352500', '125828.812500', '125829.272500', '125829.732500', '125830.192500', '125830.652500', '125831.112500', '125831.572500', '125832.032500', '125832.492500', '125832.952500', '125833.412500', '125833.872500', '125834.332500', '125834.792500', '125835.252500', '125835.712500', '125836.172500', '125836.632500', '125837.092500', '125837.552500', '125838.012500', '125838.472500', '125838.932500', '125839.392500', '125839.852500', '125840.312500', '125840.772500', '125841.232500', '125841.692500', '125842.152500', '125842.612500', '125843.072500', '125843.532500', '125843.992500', '125844.452500', '125844.912500', '125845.372500', '125845.832500', '125846.292500', '125846.752500', '125847.212500', '125847.672500', '125848.132500', '125848.592500', '125849.052500', '125849.512500', '125849.972500', '125850.432500', '125850.892500', '125851.352500', '125851.812500', '125852.272500', '125852.732500', '125853.192500', '125853.652500', '125854.112500', '125854.572500', '125855.032500', '125855.492500', '125855.952500', '125856.412500', '125856.872500', '125857.332500', '125857.792500', '125858.252500', '125858.712500', '125859.172500', '125859.632500', '125900.092500', '125900.552500', '125901.012500', '125901.472500', '125901.932500', '125902.392500', '125902.852500', '125903.312500', '125903.772500', '125904.232500', '125904.692500', '125905.152500', '125905.612500', '125906.072500', '125906.532500', '125906.992500', '125907.452500', '125907.912500', '125908.372500', '125908.832500', '125909.292500', '125909.752500', '125910.212500', '125910.672500', '125911.132500', '125911.592500', '125912.052500', '125912.512500', '125912.972500', '125913.432500', '125913.892500', '125914.352500', '125914.812500', '125915.272500', '125915.732500', '125916.192500', '125916.652500', '125917.112500', '125917.572500', '125918.032500', '125918.492500', '125918.952500', '125919.412500', '125919.872500', '125920.332500', '125920.792500', '125921.252500', '125921.712500', '125922.172500', '125922.632500', '125923.092500', '125923.552500', '125924.012500', '125924.472500', '125924.932500', '125925.392500', '125925.852500', '125926.312500', '125926.772500', '125927.232500', '125927.692500', '125928.152500', '125928.612500', '125929.072500', '125929.532500', '125929.992500', '125930.452500', '125930.912500', '125931.372500', '125931.832500', '125932.292500', '125932.752500', '125933.212500', '125933.672500', '125934.132500', '125934.592500', '125935.052500', '125935.512500', '125935.972500', '125936.432500', '125936.892500', '125937.352500', '125937.812500', '125938.272500', '125938.732500', '125939.192500', '125939.652500', '125940.112500', '125940.572500', '125941.032500', '125941.492500', '125941.952500', '125942.412500', '125942.872500', '125943.332500', '125943.792500', '125944.252500', '125944.712500', '125945.172500', '125945.632500', '125946.092500', '125946.552500', '125947.012500', '125947.472500', '125947.932500', '125948.392500', '125948.852500', '125949.312500', '125949.772500', '125950.232500', '125950.692500', '125951.152500', '125951.612500', '125952.072500', '125952.532500', '125952.992500', '125953.452500', '125953.912500', '125954.372500', '125954.832500', '125955.292500', '125955.752500', '125956.212500', '125956.672500', '125957.132500', '125957.592500', '125958.052500', '125958.512500', '125958.972500', '125959.432500', '125959.892500', '130000.352500', '130000.812500', '130001.272500', '130001.732500', '130002.192500', '130002.652500', '130003.112500', '130003.572500', '130004.032500', '130004.492500', '130004.952500', '130005.412500', '130005.872500', '130006.332500', '130006.792500', '130007.252500', '130007.712500', '130008.172500', '130008.632500', '130009.092500', '130009.552500', '130010.012500', '130010.472500', '130010.932500', '130011.392500', '130011.852500', '130012.312500', '130012.772500', '130013.232500', '130013.692500', '130014.152500', '130014.612500', '130015.072500', '130015.532500', '130015.992500', '130016.452500', '130016.912500', '130017.372500', '130017.832500', '130018.292500', '130018.752500', '130019.212500', '130019.672500', '130020.132500', '130020.592500', '130021.052500', '130021.512500', '130021.972500', '130022.432500', '130022.892500', '130023.352500', '130023.812500', '130024.272500', '130024.732500', '130025.192500', '130025.652500', '130026.112500', '130026.572500', '130027.032500', '130027.492500', '130027.952500', '130028.412500', '130028.872500', '130029.332500', '130029.792500', '130030.252500', '130030.712500', '130031.172500', '130031.632500', '130032.092500', '130032.552500', '130033.012500', '130033.472500', '130033.932500', '130034.392500', '130034.852500', '130035.312500', '130035.772500', '130036.232500', '130036.692500', '130037.152500', '130037.612500', '130038.072500', '130038.532500', '130038.992500', '130039.452500', '130039.912500', '130040.372500', '130040.832500', '130041.292500', '130041.752500', '130042.212500', '130042.672500', '130043.132500', '130043.592500', '130044.052500', '130044.512500', '130044.972500', '130045.432500', '130045.892500', '130046.352500', '130046.812500', '130047.272500', '130047.732500', '130048.192500', '130048.652500', '130049.112500', '130049.572500', '130050.032500', '130050.492500', '130050.952500', '130051.412500', '130051.872500', '130052.332500', '130052.792500', '130053.252500', '130053.712500', '130054.172500', '130054.632500', '130055.092500', '130055.552500', '130056.012500', '130056.472500', '130056.932500', '130057.392500', '130057.852500', '130058.312500', '130058.772500', '130059.232500', '130059.692500', '130100.152500', '130100.612500', '130101.072500', '130101.532500', '130101.992500', '130102.452500', '130102.912500', '130103.372500', '130103.832500', '130104.292500', '130104.752500', '130105.212500', '130105.672500', '130106.132500', '130106.592500', '130107.052500', '130107.512500', '130107.972500', '130108.432500', '130108.892500', '130109.352500', '130109.812500', '130110.272500', '130110.732500', '130111.192500', '130111.652500', '130112.112500', '130112.572500', '130113.032500', '130113.492500', '130113.952500', '130114.412500', '130114.872500', '130115.332500', '130115.792500', '130116.252500', '130116.712500', '130117.172500', '130117.632500', '130118.092500', '130118.552500', '130119.012500', '130119.472500', '130119.932500', '130120.392500', '130120.852500', '130121.312500', '130121.772500', '130122.232500', '130122.692500', '130123.152500', '130123.612500', '130124.072500', '130124.532500', '130124.992500', '130125.452500', '130125.912500', '130126.372500', '130126.832500', '130127.292500', '130127.752500', '130128.212500', '130128.672500', '130129.132500', '130129.592500', '130130.052500', '130130.512500', '130130.972500', '130131.432500', '130131.892500', '130132.352500', '130132.812500', '130133.272500', '130133.732500', '130134.192500', '130134.652500', '130135.112500', '130135.572500', '130136.032500', '130136.492500', '130136.952500', '130137.412500', '130137.872500', '130138.332500', '130138.792500', '130139.252500', '130139.712500', '130140.172500', '130140.632500', '130141.092500', '130141.552500', '130142.012500', '130142.472500', '130142.932500', '130143.392500', '130143.852500', '130144.312500', '130144.772500', '130145.232500', '130145.692500', '130146.152500', '130146.612500', '130147.072500', '130147.532500', '130147.992500', '130148.452500', '130148.912500', '130149.372500', '130149.832500', '130150.292500', '130150.752500', '130151.212500', '130151.672500', '130152.132500', '130152.592500', '130153.052500', '130153.512500', '130153.972500', '130154.432500', '130154.892500', '130155.352500', '130155.812500', '130156.272500', '130156.732500', '130157.192500', '130157.652500', '130158.112500', '130158.572500', '130159.032500', '130159.492500', '130159.952500', '130200.412500', '130200.872500', '130201.332500', '130201.792500', '130202.252500', '130202.712500', '130203.172500', '130203.632500', '130204.092500', '130204.552500', '130205.012500', '130205.472500', '130205.932500', '130206.392500', '130206.852500', '130207.312500', '130207.772500', '130208.232500', '130208.692500', '130209.152500', '130209.612500', '130210.072500', '130210.532500', '130210.992500', '130211.452500', '130211.912500', '130212.372500', '130212.832500', '130213.292500', '130213.752500', '130214.212500', '130214.672500', '130215.132500', '130215.592500', '130216.052500', '130216.512500', '130216.972500', '130217.432500', '130217.892500', '130218.352500', '130218.812500', '130219.272500', '130219.732500', '130220.192500', '130220.652500', '130221.112500', '130221.572500', '130222.032500', '130222.492500', '130222.952500', '130223.412500', '130223.872500', '130224.332500', '130224.792500', '130225.252500', '130225.712500', '130226.172500', '130226.632500', '130227.092500', '130227.552500', '130228.012500', '130228.472500', '130228.932500', '130229.392500'], 'ContentTime': ['125443.362000', '125443.365000', '125443.368000', '125443.371000', '125443.374000', '125443.377000', '125443.380000', '125443.383000', '125443.386000', '125443.389000', '125443.392000', '125443.394000', '125443.397000', '125443.400000', '125443.403000', '125443.406000', '125443.409000', '125443.411000', '125443.414000', '125443.418000', '125443.421000', '125443.423000', '125443.426000', '125443.429000', '125443.432000', '125443.435000', '125443.438000', '125443.441000', '125443.444000', '125443.446000', '125443.449000', '125443.452000', '125443.455000', '125443.458000', '125443.461000', '125443.464000', '125443.467000', '125443.469000', '125443.472000', '125443.475000', '125443.486000', '125443.489000', '125443.492000', '125443.494000', '125443.497000', '125443.500000', '125443.503000', '125443.506000', '125503.317000', '125503.320000', '125503.323000', '125503.325000', '125503.328000', '125503.331000', '125503.334000', '125503.354000', '125503.356000', '125503.359000', '125503.362000', '125503.365000', '125503.368000', '125503.370000', '125503.373000', '125503.376000', '125503.379000', '125503.382000', '125503.384000', '125503.387000', '125503.390000', '125503.393000', '125503.396000', '125503.398000', '125503.401000', '125503.415000', '125503.418000', '125503.420000', '125503.423000', '125503.426000', '125503.429000', '125503.432000', '125503.435000', '125503.437000', '125503.440000', '125503.443000', '125503.446000', '125503.449000', '125503.452000', '125503.454000', '125503.457000', '125503.460000', '125503.463000', '125503.466000', '125523.317000', '125523.320000', '125523.323000', '125523.326000', '125523.329000', '125523.332000', '125523.335000', '125523.337000', '125523.340000', '125523.343000', '125523.346000', '125523.349000', '125523.351000', '125523.354000', '125523.357000', '125523.360000', '125523.363000', '125523.365000', '125523.368000', '125523.371000', '125523.374000', '125523.377000', '125523.379000', '125523.382000', '125523.385000', '125523.388000', '125523.391000', '125523.405000', '125523.408000', '125523.411000', '125523.414000', '125523.417000', '125523.420000', '125523.422000', '125523.425000', '125523.428000', '125523.431000', '125523.434000', '125523.437000', '125523.439000', '125523.442000', '125523.445000', '125523.448000', '125543.318000', '125543.321000', '125543.324000', '125543.326000', '125543.329000', '125543.332000', '125543.335000', '125543.338000', '125543.341000', '125543.343000', '125543.346000', '125543.349000', '125543.352000', '125543.355000', '125543.357000', '125543.360000', '125543.363000', '125543.366000', '125543.369000', '125543.371000', '125543.374000', '125543.377000', '125543.380000', '125543.383000', '125543.386000', '125543.388000', '125543.391000', '125543.394000', '125543.397000', '125543.404000', '125543.407000', '125543.410000', '125543.413000', '125543.416000', '125543.418000', '125543.421000', '125543.424000', '125543.427000', '125543.430000', '125543.433000', '125543.435000', '125543.438000', '125543.441000', '125543.444000', '125603.317000', '125603.320000', '125603.323000', '125603.326000', '125603.328000', '125603.331000', '125603.334000', '125603.337000', '125603.340000', '125603.343000', '125603.346000', '125603.349000', '125603.352000', '125603.355000', '125603.357000', '125603.360000', '125603.363000', '125603.366000', '125603.369000', '125603.372000', '125603.374000', '125603.377000', '125603.380000', '125603.383000', '125603.385000', '125603.388000', '125603.391000', '125603.394000', '125603.397000', '125603.406000', '125603.409000', '125603.412000', '125603.415000', '125603.417000', '125603.420000', '125603.423000', '125603.426000', '125603.429000', '125603.431000', '125603.434000', '125603.437000', '125603.440000', '125603.443000', '125623.317000', '125623.320000', '125623.323000', '125623.326000', '125623.328000', '125623.331000', '125623.334000', '125623.337000', '125623.340000', '125623.342000', '125623.345000', '125623.348000', '125623.351000', '125623.354000', '125623.357000', '125623.359000', '125623.362000', '125623.365000', '125623.368000', '125623.371000', '125623.373000', '125623.376000', '125623.379000', '125623.382000', '125623.385000', '125623.387000', '125623.390000', '125623.393000', '125623.396000', '125623.399000', '125623.401000', '125623.404000', '125623.407000', '125623.410000', '125623.413000', '125623.416000', '125623.418000', '125623.421000', '125623.424000', '125623.427000', '125623.430000', '125623.432000', '125623.435000', '125623.438000', '125643.317000', '125643.320000', '125643.333000', '125643.336000', '125643.338000', '125643.341000', '125643.344000', '125643.347000', '125643.350000', '125643.353000', '125643.355000', '125643.358000', '125643.361000', '125643.364000', '125643.367000', '125643.370000', '125643.373000', '125643.376000', '125643.379000', '125643.381000', '125643.384000', '125643.387000', '125643.390000', '125643.393000', '125643.395000', '125643.398000', '125643.401000', '125643.404000', '125643.407000', '125643.409000', '125643.412000', '125643.415000', '125643.418000', '125643.421000', '125643.424000', '125643.426000', '125643.429000', '125643.432000', '125643.435000', '125643.438000', '125643.440000', '125643.443000', '125643.446000', '125703.317000', '125703.320000', '125703.323000', '125703.326000', '125703.328000', '125703.331000', '125703.334000', '125703.337000', '125703.340000', '125703.343000', '125703.345000', '125703.352000', '125703.354000', '125703.357000', '125703.360000', '125703.363000', '125703.366000', '125703.368000', '125703.371000', '125703.374000', '125703.377000', '125703.380000', '125703.382000', '125703.385000', '125703.388000', '125703.391000', '125703.394000', '125703.396000', '125703.399000', '125703.402000', '125703.405000', '125703.408000', '125703.411000', '125703.413000', '125703.416000', '125703.419000', '125703.422000', '125703.425000', '125703.427000', '125703.430000', '125703.433000', '125703.436000', '125703.439000', '125703.442000', '125723.318000', '125723.321000', '125723.340000', '125723.343000', '125723.346000', '125723.348000', '125723.351000', '125723.354000', '125723.357000', '125723.359000', '125723.362000', '125723.365000', '125723.368000', '125723.371000', '125723.374000', '125723.377000', '125723.380000', '125723.383000', '125723.386000', '125723.388000', '125723.391000', '125723.394000', '125723.397000', '125723.400000', '125723.403000', '125723.405000', '125723.408000', '125723.411000', '125723.414000', '125723.417000', '125723.420000', '125723.422000', '125723.425000', '125723.428000', '125723.431000', '125723.434000', '125723.436000', '125723.439000', '125723.442000', '125723.445000', '125723.448000', '125723.450000', '125723.453000', '125743.317000', '125743.320000', '125743.323000', '125743.326000', '125743.328000', '125743.331000', '125743.334000', '125743.337000', '125743.340000', '125743.342000', '125743.345000', '125743.348000', '125743.351000', '125743.354000', '125743.357000', '125743.359000', '125743.362000', '125743.365000', '125743.368000', '125743.371000', '125743.373000', '125743.376000', '125743.379000', '125743.382000', '125743.385000', '125743.387000', '125743.390000', '125743.393000', '125743.396000', '125743.399000', '125743.402000', '125743.404000', '125743.407000', '125743.410000', '125743.413000', '125743.416000', '125743.418000', '125743.421000', '125743.424000', '125743.427000', '125743.430000', '125743.432000', '125743.435000', '125743.438000', '125803.318000', '125803.321000', '125803.324000', '125803.327000', '125803.329000', '125803.332000', '125803.335000', '125803.338000', '125803.341000', '125803.343000', '125803.346000', '125803.349000', '125803.352000', '125803.355000', '125803.357000', '125803.360000', '125803.363000', '125803.366000', '125803.369000', '125803.371000', '125803.374000', '125803.377000', '125803.380000', '125803.383000', '125803.386000', '125803.388000', '125803.391000', '125803.394000', '125803.397000', '125803.400000', '125803.402000', '125803.405000', '125803.408000', '125803.411000', '125803.414000', '125803.417000', '125803.420000', '125803.423000', '125803.425000', '125803.428000', '125803.431000', '125803.444000', '125803.447000', '125823.317000', '125823.320000', '125823.323000', '125823.326000', '125823.328000', '125823.331000', '125823.334000', '125823.337000', '125823.340000', '125823.342000', '125823.345000', '125823.348000', '125823.351000', '125823.354000', '125823.357000', '125823.360000', '125823.362000', '125823.365000', '125823.368000', '125823.371000', '125823.373000', '125823.376000', '125823.379000', '125823.382000', '125823.385000', '125823.387000', '125823.390000', '125823.393000', '125823.396000', '125823.399000', '125823.402000', '125823.404000', '125823.407000', '125823.410000', '125823.413000', '125823.416000', '125823.418000', '125823.421000', '125823.424000', '125823.427000', '125823.430000', '125823.433000', '125823.435000', '125823.438000', '125843.317000', '125843.320000', '125843.323000', '125843.326000', '125843.329000', '125843.331000', '125843.334000', '125843.337000', '125843.340000', '125843.343000', '125843.345000', '125843.348000', '125843.351000', '125843.354000', '125843.358000', '125843.361000', '125843.364000', '125843.367000', '125843.370000', '125843.373000', '125843.375000', '125843.378000', '125843.381000', '125843.384000', '125843.387000', '125843.389000', '125843.392000', '125843.395000', '125843.398000', '125843.401000', '125843.404000', '125843.406000', '125843.409000', '125843.414000', '125843.417000', '125843.420000', '125843.423000', '125843.426000', '125843.428000', '125843.431000', '125843.434000', '125843.437000', '125843.440000', '125903.317000', '125903.320000', '125903.323000', '125903.326000', '125903.328000', '125903.331000', '125903.334000', '125903.337000', '125903.340000', '125903.343000', '125903.345000', '125903.348000', '125903.351000', '125903.354000', '125903.357000', '125903.360000', '125903.362000', '125903.365000', '125903.368000', '125903.371000', '125903.374000', '125903.376000', '125903.379000', '125903.382000', '125903.385000', '125903.388000', '125903.390000', '125903.393000', '125903.396000', '125903.399000', '125903.402000', '125903.404000', '125903.407000', '125903.410000', '125903.413000', '125903.416000', '125903.419000', '125903.421000', '125903.424000', '125903.427000', '125903.430000', '125903.433000', '125903.436000', '125903.438000', '125923.317000', '125923.320000', '125923.323000', '125923.326000', '125923.328000', '125923.331000', '125923.334000', '125923.337000', '125923.340000', '125923.342000', '125923.345000', '125923.348000', '125923.351000', '125923.354000', '125923.357000', '125923.359000', '125923.362000', '125923.365000', '125923.368000', '125923.371000', '125923.373000', '125923.376000', '125923.379000', '125923.382000', '125923.385000', '125923.387000', '125923.390000', '125923.393000', '125923.396000', '125923.399000', '125923.401000', '125923.404000', '125923.407000', '125923.410000', '125923.413000', '125923.416000', '125923.418000', '125923.421000', '125923.424000', '125923.427000', '125923.430000', '125923.433000', '125923.435000', '125943.317000', '125943.320000', '125943.323000', '125943.326000', '125943.329000', '125943.331000', '125943.334000', '125943.337000', '125943.340000', '125943.354000', '125943.357000', '125943.360000', '125943.363000', '125943.365000', '125943.368000', '125943.371000', '125943.374000', '125943.377000', '125943.379000', '125943.382000', '125943.385000', '125943.388000', '125943.391000', '125943.394000', '125943.396000', '125943.399000', '125943.402000', '125943.405000', '125943.408000', '125943.411000', '125943.413000', '125943.416000', '125943.421000', '125943.424000', '125943.427000', '125943.430000', '125943.432000', '125943.435000', '125943.438000', '125943.441000', '125943.444000', '125943.447000', '125943.450000', '125943.453000', '130003.317000', '130003.320000', '130003.323000', '130003.326000', '130003.328000', '130003.331000', '130003.334000', '130003.337000', '130003.340000', '130003.343000', '130003.345000', '130003.348000', '130003.351000', '130003.354000', '130003.357000', '130003.359000', '130003.362000', '130003.365000', '130003.368000', '130003.371000', '130003.373000', '130003.376000', '130003.379000', '130003.382000', '130003.385000', '130003.388000', '130003.390000', '130003.394000', '130003.397000', '130003.400000', '130003.403000', '130003.406000', '130003.409000', '130003.411000', '130003.414000', '130003.417000', '130003.420000', '130003.423000', '130003.426000', '130003.429000', '130003.431000', '130003.434000', '130003.437000', '130023.318000', '130023.321000', '130023.324000', '130023.327000', '130023.329000', '130023.332000', '130023.335000', '130023.338000', '130023.341000', '130023.343000', '130023.346000', '130023.349000', '130023.352000', '130023.355000', '130023.358000', '130023.361000', '130023.364000', '130023.366000', '130023.369000', '130023.372000', '130023.375000', '130023.378000', '130023.381000', '130023.383000', '130023.386000', '130023.389000', '130023.392000', '130023.395000', '130023.398000', '130023.400000', '130023.403000', '130023.406000', '130023.409000', '130023.412000', '130023.414000', '130023.417000', '130023.420000', '130023.423000', '130023.426000', '130023.429000', '130023.431000', '130023.434000', '130023.437000', '130023.440000', '130043.317000', '130043.320000', '130043.323000', '130043.326000', '130043.328000', '130043.331000', '130043.334000', '130043.337000', '130043.340000', '130043.342000', '130043.345000', '130043.348000', '130043.351000', '130043.354000', '130043.357000', '130043.360000', '130043.362000', '130043.365000', '130043.368000', '130043.371000', '130043.374000', '130043.376000', '130043.379000', '130043.382000', '130043.385000', '130043.388000', '130043.390000', '130043.393000', '130043.396000', '130043.399000', '130043.402000', '130043.404000', '130043.407000', '130043.410000', '130043.413000', '130043.416000', '130043.419000', '130043.421000', '130043.424000', '130043.427000', '130043.430000', '130043.433000', '130043.435000', '130103.317000', '130103.320000', '130103.323000', '130103.326000', '130103.328000', '130103.331000', '130103.334000', '130103.337000', '130103.340000', '130103.343000', '130103.345000', '130103.348000', '130103.351000', '130103.354000', '130103.357000', '130103.360000', '130103.363000', '130103.365000', '130103.368000', '130103.371000', '130103.385000', '130103.388000', '130103.391000', '130103.394000', '130103.397000', '130103.400000', '130103.402000', '130103.405000', '130103.408000', '130103.411000', '130103.413000', '130103.416000', '130103.419000', '130103.422000', '130103.425000', '130103.428000', '130103.430000', '130103.433000', '130103.436000', '130103.439000', '130103.442000', '130103.445000', '130103.447000', '130103.450000', '130123.317000', '130123.320000', '130123.323000', '130123.325000', '130123.328000', '130123.331000', '130123.334000', '130123.337000', '130123.340000', '130123.343000', '130123.345000', '130123.348000', '130123.351000', '130123.354000', '130123.357000', '130123.360000', '130123.363000', '130123.365000', '130123.368000', '130123.371000', '130123.374000', '130123.377000', '130123.380000', '130123.382000', '130123.385000', '130123.388000', '130123.391000', '130123.394000', '130123.396000', '130123.399000', '130123.402000', '130123.405000', '130123.408000', '130123.411000', '130123.413000', '130123.416000', '130123.419000', '130123.422000', '130123.425000', '130123.427000', '130123.430000', '130123.434000', '130123.437000', '130143.317000', '130143.320000', '130143.323000', '130143.326000', '130143.328000', '130143.331000', '130143.334000', '130143.337000', '130143.340000', '130143.342000', '130143.345000', '130143.348000', '130143.351000', '130143.354000', '130143.357000', '130143.359000', '130143.362000', '130143.365000', '130143.368000', '130143.371000', '130143.374000', '130143.376000', '130143.379000', '130143.382000', '130143.385000', '130143.387000', '130143.390000', '130143.393000', '130143.396000', '130143.399000', '130143.402000', '130143.404000', '130143.407000', '130143.410000', '130143.413000', '130143.416000', '130143.418000', '130143.421000', '130143.424000', '130143.427000', '130143.430000', '130143.433000', '130143.436000', '130143.438000', '130203.317000', '130203.320000', '130203.323000', '130203.326000', '130203.329000', '130203.331000', '130203.334000', '130203.337000', '130203.340000', '130203.343000', '130203.346000', '130203.348000', '130203.351000', '130203.354000', '130203.357000', '130203.360000', '130203.363000', '130203.366000', '130203.368000', '130203.371000', '130203.374000', '130203.377000', '130203.380000', '130203.382000', '130203.385000', '130203.388000', '130203.391000', '130203.393000', '130203.396000', '130203.399000', '130203.402000', '130203.405000', '130203.408000', '130203.410000', '130203.413000', '130203.416000', '130203.419000', '130203.422000', '130203.424000', '130203.427000', '130203.430000', '130203.433000', '130203.436000', '130223.317000', '130223.320000', '130223.323000', '130223.326000', '130223.328000', '130223.331000', '130223.334000', '130223.337000', '130223.340000', '130223.343000', '130223.345000', '130223.348000', '130223.351000', '130223.354000', '130223.357000', '130223.360000', '130223.376000', '130223.379000', '130223.382000', '130223.384000', '130223.387000', '130223.390000', '130223.393000', '130223.396000', '130223.398000', '130223.401000', '130223.404000', '130223.407000', '130223.410000', '130223.413000', '130223.416000', '130223.419000', '130223.421000', '130223.424000', '130223.427000', '130223.430000', '130223.433000', '130223.435000', '130223.438000', '130223.441000', '130223.444000', '130223.447000', '130223.450000', '130223.452000', '130230.734000', '130230.737000', '130230.740000', '130230.743000', '130230.746000', '130230.749000', '130230.752000', '130230.755000', '130230.757000', '130230.760000', '130230.763000', '130230.766000', '130230.769000', '130230.772000', '130230.774000', '130230.777000'], 'InstanceCreationTime': ['125443.362000', '125443.365000', '125443.368000', '125443.371000', '125443.374000', '125443.377000', '125443.380000', '125443.383000', '125443.386000', '125443.389000', '125443.392000', '125443.394000', '125443.397000', '125443.400000', '125443.403000', '125443.406000', '125443.409000', '125443.411000', '125443.414000', '125443.418000', '125443.421000', '125443.423000', '125443.426000', '125443.429000', '125443.432000', '125443.435000', '125443.438000', '125443.441000', '125443.444000', '125443.446000', '125443.449000', '125443.452000', '125443.455000', '125443.458000', '125443.461000', '125443.464000', '125443.467000', '125443.469000', '125443.472000', '125443.475000', '125443.486000', '125443.489000', '125443.492000', '125443.494000', '125443.497000', '125443.500000', '125443.503000', '125443.506000', '125503.317000', '125503.320000', '125503.323000', '125503.325000', '125503.328000', '125503.331000', '125503.334000', '125503.354000', '125503.356000', '125503.359000', '125503.362000', '125503.365000', '125503.368000', '125503.370000', '125503.373000', '125503.376000', '125503.379000', '125503.382000', '125503.384000', '125503.387000', '125503.390000', '125503.393000', '125503.396000', '125503.398000', '125503.401000', '125503.415000', '125503.418000', '125503.420000', '125503.423000', '125503.426000', '125503.429000', '125503.432000', '125503.435000', '125503.437000', '125503.440000', '125503.443000', '125503.446000', '125503.449000', '125503.452000', '125503.454000', '125503.457000', '125503.460000', '125503.463000', '125503.466000', '125523.317000', '125523.320000', '125523.323000', '125523.326000', '125523.329000', '125523.332000', '125523.335000', '125523.337000', '125523.340000', '125523.343000', '125523.346000', '125523.349000', '125523.351000', '125523.354000', '125523.357000', '125523.360000', '125523.363000', '125523.365000', '125523.368000', '125523.371000', '125523.374000', '125523.377000', '125523.379000', '125523.382000', '125523.385000', '125523.388000', '125523.391000', '125523.405000', '125523.408000', '125523.411000', '125523.414000', '125523.417000', '125523.420000', '125523.422000', '125523.425000', '125523.428000', '125523.431000', '125523.434000', '125523.437000', '125523.439000', '125523.442000', '125523.445000', '125523.448000', '125543.318000', '125543.321000', '125543.324000', '125543.326000', '125543.329000', '125543.332000', '125543.335000', '125543.338000', '125543.341000', '125543.343000', '125543.346000', '125543.349000', '125543.352000', '125543.355000', '125543.357000', '125543.360000', '125543.363000', '125543.366000', '125543.369000', '125543.371000', '125543.374000', '125543.377000', '125543.380000', '125543.383000', '125543.386000', '125543.388000', '125543.391000', '125543.394000', '125543.397000', '125543.404000', '125543.407000', '125543.410000', '125543.413000', '125543.416000', '125543.418000', '125543.421000', '125543.424000', '125543.427000', '125543.430000', '125543.433000', '125543.435000', '125543.438000', '125543.441000', '125543.444000', '125603.317000', '125603.320000', '125603.323000', '125603.326000', '125603.328000', '125603.331000', '125603.334000', '125603.337000', '125603.340000', '125603.343000', '125603.346000', '125603.349000', '125603.352000', '125603.355000', '125603.357000', '125603.360000', '125603.363000', '125603.366000', '125603.369000', '125603.372000', '125603.374000', '125603.377000', '125603.380000', '125603.383000', '125603.385000', '125603.388000', '125603.391000', '125603.394000', '125603.397000', '125603.406000', '125603.409000', '125603.412000', '125603.415000', '125603.417000', '125603.420000', '125603.423000', '125603.426000', '125603.429000', '125603.431000', '125603.434000', '125603.437000', '125603.440000', '125603.443000', '125623.317000', '125623.320000', '125623.323000', '125623.326000', '125623.328000', '125623.331000', '125623.334000', '125623.337000', '125623.340000', '125623.342000', '125623.345000', '125623.348000', '125623.351000', '125623.354000', '125623.357000', '125623.359000', '125623.362000', '125623.365000', '125623.368000', '125623.371000', '125623.373000', '125623.376000', '125623.379000', '125623.382000', '125623.385000', '125623.387000', '125623.390000', '125623.393000', '125623.396000', '125623.399000', '125623.401000', '125623.404000', '125623.407000', '125623.410000', '125623.413000', '125623.416000', '125623.418000', '125623.421000', '125623.424000', '125623.427000', '125623.430000', '125623.432000', '125623.435000', '125623.438000', '125643.317000', '125643.320000', '125643.333000', '125643.336000', '125643.338000', '125643.341000', '125643.344000', '125643.347000', '125643.350000', '125643.353000', '125643.355000', '125643.358000', '125643.361000', '125643.364000', '125643.367000', '125643.370000', '125643.373000', '125643.376000', '125643.379000', '125643.381000', '125643.384000', '125643.387000', '125643.390000', '125643.393000', '125643.395000', '125643.398000', '125643.401000', '125643.404000', '125643.407000', '125643.409000', '125643.412000', '125643.415000', '125643.418000', '125643.421000', '125643.424000', '125643.426000', '125643.429000', '125643.432000', '125643.435000', '125643.438000', '125643.440000', '125643.443000', '125643.446000', '125703.317000', '125703.320000', '125703.323000', '125703.326000', '125703.328000', '125703.331000', '125703.334000', '125703.337000', '125703.340000', '125703.343000', '125703.345000', '125703.352000', '125703.354000', '125703.357000', '125703.360000', '125703.363000', '125703.366000', '125703.368000', '125703.371000', '125703.374000', '125703.377000', '125703.380000', '125703.382000', '125703.385000', '125703.388000', '125703.391000', '125703.394000', '125703.396000', '125703.399000', '125703.402000', '125703.405000', '125703.408000', '125703.411000', '125703.413000', '125703.416000', '125703.419000', '125703.422000', '125703.425000', '125703.427000', '125703.430000', '125703.433000', '125703.436000', '125703.439000', '125703.442000', '125723.318000', '125723.321000', '125723.340000', '125723.343000', '125723.346000', '125723.348000', '125723.351000', '125723.354000', '125723.357000', '125723.359000', '125723.362000', '125723.365000', '125723.368000', '125723.371000', '125723.374000', '125723.377000', '125723.380000', '125723.383000', '125723.386000', '125723.388000', '125723.391000', '125723.394000', '125723.397000', '125723.400000', '125723.403000', '125723.405000', '125723.408000', '125723.411000', '125723.414000', '125723.417000', '125723.420000', '125723.422000', '125723.425000', '125723.428000', '125723.431000', '125723.434000', '125723.436000', '125723.439000', '125723.442000', '125723.445000', '125723.448000', '125723.450000', '125723.453000', '125743.317000', '125743.320000', '125743.323000', '125743.326000', '125743.328000', '125743.331000', '125743.334000', '125743.337000', '125743.340000', '125743.342000', '125743.345000', '125743.348000', '125743.351000', '125743.354000', '125743.357000', '125743.359000', '125743.362000', '125743.365000', '125743.368000', '125743.371000', '125743.373000', '125743.376000', '125743.379000', '125743.382000', '125743.385000', '125743.387000', '125743.390000', '125743.393000', '125743.396000', '125743.399000', '125743.402000', '125743.404000', '125743.407000', '125743.410000', '125743.413000', '125743.416000', '125743.418000', '125743.421000', '125743.424000', '125743.427000', '125743.430000', '125743.432000', '125743.435000', '125743.438000', '125803.318000', '125803.321000', '125803.324000', '125803.327000', '125803.329000', '125803.332000', '125803.335000', '125803.338000', '125803.341000', '125803.343000', '125803.346000', '125803.349000', '125803.352000', '125803.355000', '125803.357000', '125803.360000', '125803.363000', '125803.366000', '125803.369000', '125803.371000', '125803.374000', '125803.377000', '125803.380000', '125803.383000', '125803.386000', '125803.388000', '125803.391000', '125803.394000', '125803.397000', '125803.400000', '125803.402000', '125803.405000', '125803.408000', '125803.411000', '125803.414000', '125803.417000', '125803.420000', '125803.423000', '125803.425000', '125803.428000', '125803.431000', '125803.444000', '125803.447000', '125823.317000', '125823.320000', '125823.323000', '125823.326000', '125823.328000', '125823.331000', '125823.334000', '125823.337000', '125823.340000', '125823.342000', '125823.345000', '125823.348000', '125823.351000', '125823.354000', '125823.357000', '125823.360000', '125823.362000', '125823.365000', '125823.368000', '125823.371000', '125823.373000', '125823.376000', '125823.379000', '125823.382000', '125823.385000', '125823.387000', '125823.390000', '125823.393000', '125823.396000', '125823.399000', '125823.402000', '125823.404000', '125823.407000', '125823.410000', '125823.413000', '125823.416000', '125823.418000', '125823.421000', '125823.424000', '125823.427000', '125823.430000', '125823.433000', '125823.435000', '125823.438000', '125843.317000', '125843.320000', '125843.323000', '125843.326000', '125843.329000', '125843.331000', '125843.334000', '125843.337000', '125843.340000', '125843.343000', '125843.345000', '125843.348000', '125843.351000', '125843.354000', '125843.358000', '125843.361000', '125843.364000', '125843.367000', '125843.370000', '125843.373000', '125843.375000', '125843.378000', '125843.381000', '125843.384000', '125843.387000', '125843.389000', '125843.392000', '125843.395000', '125843.398000', '125843.401000', '125843.404000', '125843.406000', '125843.409000', '125843.414000', '125843.417000', '125843.420000', '125843.423000', '125843.426000', '125843.428000', '125843.431000', '125843.434000', '125843.437000', '125843.440000', '125903.317000', '125903.320000', '125903.323000', '125903.326000', '125903.328000', '125903.331000', '125903.334000', '125903.337000', '125903.340000', '125903.343000', '125903.345000', '125903.348000', '125903.351000', '125903.354000', '125903.357000', '125903.360000', '125903.362000', '125903.365000', '125903.368000', '125903.371000', '125903.374000', '125903.376000', '125903.379000', '125903.382000', '125903.385000', '125903.388000', '125903.390000', '125903.393000', '125903.396000', '125903.399000', '125903.402000', '125903.404000', '125903.407000', '125903.410000', '125903.413000', '125903.416000', '125903.419000', '125903.421000', '125903.424000', '125903.427000', '125903.430000', '125903.433000', '125903.436000', '125903.438000', '125923.317000', '125923.320000', '125923.323000', '125923.326000', '125923.328000', '125923.331000', '125923.334000', '125923.337000', '125923.340000', '125923.342000', '125923.345000', '125923.348000', '125923.351000', '125923.354000', '125923.357000', '125923.359000', '125923.362000', '125923.365000', '125923.368000', '125923.371000', '125923.373000', '125923.376000', '125923.379000', '125923.382000', '125923.385000', '125923.387000', '125923.390000', '125923.393000', '125923.396000', '125923.399000', '125923.401000', '125923.404000', '125923.407000', '125923.410000', '125923.413000', '125923.416000', '125923.418000', '125923.421000', '125923.424000', '125923.427000', '125923.430000', '125923.433000', '125923.435000', '125943.317000', '125943.320000', '125943.323000', '125943.326000', '125943.329000', '125943.331000', '125943.334000', '125943.337000', '125943.340000', '125943.354000', '125943.357000', '125943.360000', '125943.363000', '125943.365000', '125943.368000', '125943.371000', '125943.374000', '125943.377000', '125943.379000', '125943.382000', '125943.385000', '125943.388000', '125943.391000', '125943.394000', '125943.396000', '125943.399000', '125943.402000', '125943.405000', '125943.408000', '125943.411000', '125943.413000', '125943.416000', '125943.421000', '125943.424000', '125943.427000', '125943.430000', '125943.432000', '125943.435000', '125943.438000', '125943.441000', '125943.444000', '125943.447000', '125943.450000', '125943.453000', '130003.317000', '130003.320000', '130003.323000', '130003.326000', '130003.328000', '130003.331000', '130003.334000', '130003.337000', '130003.340000', '130003.343000', '130003.345000', '130003.348000', '130003.351000', '130003.354000', '130003.357000', '130003.359000', '130003.362000', '130003.365000', '130003.368000', '130003.371000', '130003.373000', '130003.376000', '130003.379000', '130003.382000', '130003.385000', '130003.388000', '130003.390000', '130003.394000', '130003.397000', '130003.400000', '130003.403000', '130003.406000', '130003.409000', '130003.411000', '130003.414000', '130003.417000', '130003.420000', '130003.423000', '130003.426000', '130003.429000', '130003.431000', '130003.434000', '130003.437000', '130023.318000', '130023.321000', '130023.324000', '130023.327000', '130023.329000', '130023.332000', '130023.335000', '130023.338000', '130023.341000', '130023.343000', '130023.346000', '130023.349000', '130023.352000', '130023.355000', '130023.358000', '130023.361000', '130023.364000', '130023.366000', '130023.369000', '130023.372000', '130023.375000', '130023.378000', '130023.381000', '130023.383000', '130023.386000', '130023.389000', '130023.392000', '130023.395000', '130023.398000', '130023.400000', '130023.403000', '130023.406000', '130023.409000', '130023.412000', '130023.414000', '130023.417000', '130023.420000', '130023.423000', '130023.426000', '130023.429000', '130023.431000', '130023.434000', '130023.437000', '130023.440000', '130043.317000', '130043.320000', '130043.323000', '130043.326000', '130043.328000', '130043.331000', '130043.334000', '130043.337000', '130043.340000', '130043.342000', '130043.345000', '130043.348000', '130043.351000', '130043.354000', '130043.357000', '130043.360000', '130043.362000', '130043.365000', '130043.368000', '130043.371000', '130043.374000', '130043.376000', '130043.379000', '130043.382000', '130043.385000', '130043.388000', '130043.390000', '130043.393000', '130043.396000', '130043.399000', '130043.402000', '130043.404000', '130043.407000', '130043.410000', '130043.413000', '130043.416000', '130043.419000', '130043.421000', '130043.424000', '130043.427000', '130043.430000', '130043.433000', '130043.435000', '130103.317000', '130103.320000', '130103.323000', '130103.326000', '130103.328000', '130103.331000', '130103.334000', '130103.337000', '130103.340000', '130103.343000', '130103.345000', '130103.348000', '130103.351000', '130103.354000', '130103.357000', '130103.360000', '130103.363000', '130103.365000', '130103.368000', '130103.371000', '130103.385000', '130103.388000', '130103.391000', '130103.394000', '130103.397000', '130103.400000', '130103.402000', '130103.405000', '130103.408000', '130103.411000', '130103.413000', '130103.416000', '130103.419000', '130103.422000', '130103.425000', '130103.428000', '130103.430000', '130103.433000', '130103.436000', '130103.439000', '130103.442000', '130103.445000', '130103.447000', '130103.450000', '130123.317000', '130123.320000', '130123.323000', '130123.325000', '130123.328000', '130123.331000', '130123.334000', '130123.337000', '130123.340000', '130123.343000', '130123.345000', '130123.348000', '130123.351000', '130123.354000', '130123.357000', '130123.360000', '130123.363000', '130123.365000', '130123.368000', '130123.371000', '130123.374000', '130123.377000', '130123.380000', '130123.382000', '130123.385000', '130123.388000', '130123.391000', '130123.394000', '130123.396000', '130123.399000', '130123.402000', '130123.405000', '130123.408000', '130123.411000', '130123.413000', '130123.416000', '130123.419000', '130123.422000', '130123.425000', '130123.427000', '130123.430000', '130123.434000', '130123.437000', '130143.317000', '130143.320000', '130143.323000', '130143.326000', '130143.328000', '130143.331000', '130143.334000', '130143.337000', '130143.340000', '130143.342000', '130143.345000', '130143.348000', '130143.351000', '130143.354000', '130143.357000', '130143.359000', '130143.362000', '130143.365000', '130143.368000', '130143.371000', '130143.374000', '130143.376000', '130143.379000', '130143.382000', '130143.385000', '130143.387000', '130143.390000', '130143.393000', '130143.396000', '130143.399000', '130143.402000', '130143.404000', '130143.407000', '130143.410000', '130143.413000', '130143.416000', '130143.418000', '130143.421000', '130143.424000', '130143.427000', '130143.430000', '130143.433000', '130143.436000', '130143.438000', '130203.317000', '130203.320000', '130203.323000', '130203.326000', '130203.329000', '130203.331000', '130203.334000', '130203.337000', '130203.340000', '130203.343000', '130203.346000', '130203.348000', '130203.351000', '130203.354000', '130203.357000', '130203.360000', '130203.363000', '130203.366000', '130203.368000', '130203.371000', '130203.374000', '130203.377000', '130203.380000', '130203.382000', '130203.385000', '130203.388000', '130203.391000', '130203.393000', '130203.396000', '130203.399000', '130203.402000', '130203.405000', '130203.408000', '130203.410000', '130203.413000', '130203.416000', '130203.419000', '130203.422000', '130203.424000', '130203.427000', '130203.430000', '130203.433000', '130203.436000', '130223.317000', '130223.320000', '130223.323000', '130223.326000', '130223.328000', '130223.331000', '130223.334000', '130223.337000', '130223.340000', '130223.343000', '130223.345000', '130223.348000', '130223.351000', '130223.354000', '130223.357000', '130223.360000', '130223.376000', '130223.379000', '130223.382000', '130223.384000', '130223.387000', '130223.390000', '130223.393000', '130223.396000', '130223.398000', '130223.401000', '130223.404000', '130223.407000', '130223.410000', '130223.413000', '130223.416000', '130223.419000', '130223.421000', '130223.424000', '130223.427000', '130223.430000', '130223.433000', '130223.435000', '130223.438000', '130223.441000', '130223.444000', '130223.447000', '130223.450000', '130223.452000', '130230.734000', '130230.737000', '130230.740000', '130230.743000', '130230.746000', '130230.749000', '130230.752000', '130230.755000', '130230.757000', '130230.760000', '130230.763000', '130230.766000', '130230.769000', '130230.772000', '130230.774000', '130230.777000'], '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': [15075, 12636, 11737, 11430, 11090, 12812, 10294, 12743, 11065, 12617, 10876, 10765, 10695, 10060, 14299, 10577, 14192, 11278, 11016, 11465, 10140, 14286, 11133, 13593, 11733, 10497, 13506, 10728, 12700, 11631, 12342, 11470, 10051, 11243, 10095, 13891, 11079, 14149, 11613, 11559, 12904, 10366, 13198, 11566, 13805, 11938, 12108, 11136, 10389, 13394, 11935, 13802, 11777, 10890, 10702, 10356, 14021, 11480, 14598, 11719, 12324, 11709, 10156, 14098, 11743, 14032, 12384, 11687, 10175, 11109, 13214, 11666, 12611, 12375, 12119, 12444, 10276, 13366, 11430, 12327, 12286, 12530, 12460, 10470, 11487, 10594, 13530, 12170, 13210, 12182, 12345, 12580, 11042, 11208, 10315, 14230, 11451, 12214, 12151, 11581, 12850, 12218, 12812, 11287, 13715, 11137, 14146, 12120, 13511, 13173, 12081, 11436, 10858, 14065, 12507, 12671, 13016, 11813, 12322, 11024, 14771, 12290, 12727, 13207, 12228, 12987, 10730, 13703, 11706, 14500, 12805, 14347, 13339, 14960, 12995, 12502, 11442, 12131, 12131, 11110, 14571, 12195, 12127, 12360, 12574, 12893, 13289, 13376, 11656, 12337, 12752, 13828, 12491, 14026, 12478, 12653, 12362, 13720, 13037, 11513, 12734, 11060, 14703, 11909, 12278, 12576, 13502, 13179, 11014, 11997, 11262, 14390, 12241, 14661, 12601, 12077, 13094, 12583, 13061, 11226, 12360, 11223, 12802, 11403, 14001, 12863, 13289, 12231, 14068, 12325, 13724, 12619, 15244, 12493, 12741, 12741, 11491, 13091, 11110, 13580, 11798, 13260, 12364, 12781, 12388, 11825, 11486, 10305, 12853, 11489, 14203, 12553, 13797, 10625, 13523, 11376, 14927, 11554, 12481, 12249, 10575, 14107, 10283, 14019, 11239, 12250, 12078, 13018, 11706, 11420, 12338, 10558, 11283, 11028, 12401, 10375, 13939, 11064, 14311, 12016, 11934, 10474, 10949, 10343, 9920, 13008, 9804, 12900, 10369, 10599, 12731, 10692, 11249, 11651, 10569, 13464, 11480, 12760, 11641, 13921, 11211, 12456, 11789, 13717, 11204, 12352, 10569, 11002, 11094, 10313, 12901, 10930, 13788, 13278, 14117, 10677, 12728, 10909, 14622, 11990, 11494, 10401, 10153, 13333, 10421, 12545, 11164, 11215, 11314, 10391, 11798, 10330, 13090, 10206, 12500, 10973, 13189, 10585, 13373, 11013, 12145, 11027, 12020, 11428, 12529, 11578, 13978, 12041, 12547, 9975, 11122, 11223, 10251, 13525, 10516, 12774, 13448, 13142, 10173, 14312, 11497, 12740, 11611, 12525, 11598, 10865, 12046, 10032, 13419, 10994, 11858, 11894, 11633, 13011, 10034, 12798, 11030, 12145, 11891, 12602, 12859, 10262, 13062, 10877, 13428, 11736, 12907, 12356, 13015, 12599, 11268, 10616, 10908, 12567, 10714, 13472, 11470, 11801, 11647, 11561, 12894, 12474, 12849, 11758, 13033, 10949, 13503, 11793, 12877, 12303, 14543, 12065, 11870, 13012, 10482, 14226, 11277, 12330, 12037, 12103, 12387, 13331, 12900, 11371, 11258, 11944, 13322, 10844, 14655, 12567, 14108, 11768, 12264, 11989, 11505, 12101, 10174, 13085, 11362, 11822, 11405, 11723, 12051, 13252, 12527, 11120, 12216, 10736, 13032, 11356, 13492, 11994, 13510, 11362, 11766, 12151, 11857, 12855, 10843, 12304, 10622, 12169, 11421, 11403, 9998, 11260, 12978, 11559, 12545, 10599, 13319, 12227, 12747, 10080, 12126, 10969, 14123, 11410, 10831, 12426, 10002, 10760, 9893, 14140, 11981, 12528, 11800, 10353, 12400, 9822, 13014, 10410, 13599, 11674, 14124, 11720, 13500, 12907, 13146, 12568, 13270, 12292, 12759, 11910, 13352, 12423, 12634, 12375, 13866, 11485, 12553, 12471, 11331, 14157, 11724, 12084, 11656, 10783, 12839, 11702, 12237, 11293, 11722, 11405, 13007, 12410, 13028, 11057, 13858, 11748, 12423, 11565, 13226, 11811, 12553, 12107, 14747, 12009, 13196, 10286, 12343, 11219, 11107, 11544, 9902, 12563, 10637, 13387, 12681, 12396, 10970, 11278, 11375, 11672, 11956, 11690, 9938, 12317, 11155, 10365, 12250, 10657, 12837, 10795, 12591, 12985, 14033, 10521, 12470, 11015, 14497, 11704, 12533, 10733, 10850, 13003, 10336, 11030, 11255, 12563, 10771, 11985, 11365, 10390, 12213, 10276, 10644, 10295, 11458, 11923, 11717, 10115, 11872, 10452, 11019, 12741, 10505, 12900, 10641, 11006, 11405, 10175, 10362, 10374, 11943, 10126, 11064, 13476, 12416, 10193, 13208, 10033, 14234, 10110, 12270, 10454, 11229, 10406, 13986, 10837, 13518, 11286, 13243, 11593, 11359, 11181, 10196, 12215, 9868, 14088, 11102, 11652, 10947, 12708, 11374, 10955, 11862, 10786, 11160, 10096, 12868, 12351, 13614, 11104, 11561, 11990, 12180, 10048, 10685, 12415, 10879, 13225, 11117, 12477, 11493, 14092, 11400, 12031, 11363, 11019, 12490, 10709, 11503, 11561, 12992, 11007, 11417, 11184, 9911, 12387, 9919, 12878, 10368, 13130, 10942, 13079, 10711, 12311, 11669, 14477, 11379, 12668, 10630, 11025, 10989, 10114, 12840, 9893, 11665, 12216, 11817, 10223, 11559, 10985, 13481, 11290, 11458, 11205, 11505, 12571, 10174, 12815, 10543, 14039, 10389, 11139, 10983, 10265, 12865, 9913, 12512, 10884, 11062, 10879, 11605, 11263, 11347, 11610, 10536, 11093, 11278, 11478, 11845, 12747, 10079, 13304, 10277, 11751, 10929, 13830, 11384, 10296, 11474, 10074, 11229, 10127, 13446, 10757, 14007, 11054, 10447, 11848, 10013, 13653, 10607, 11993, 10883, 13486, 10377, 11456, 12547, 10080, 12738, 10340, 11158, 10780, 11502, 11406, 10360, 11193, 9974, 13995, 10977, 11542, 11196, 10801, 11672, 10486, 12404, 10139, 12719, 10119, 11777, 10375, 11958, 11417, 13454, 11735, 11495, 11219, 10767, 13181, 11302, 13226, 11440, 13432, 11349, 12099, 11654, 12166, 10526, 10460, 10988, 10270, 13597, 11208, 12252, 11555, 13324, 11308, 10903, 11802, 10615, 12566, 10241, 10968, 10583, 12649, 10903, 13387, 12087, 12793, 12070, 12592, 11320, 11334, 11764, 10680, 12541, 10546, 12615, 10508, 11019, 11812, 12062, 11456, 12908, 10995, 12264, 10966, 13796, 11157, 12610, 11087, 11956, 11636, 10775, 12761, 10112, 10950, 10152, 12351, 11296, 12781, 11462, 13931, 12039, 11275, 11807, 12116, 11312, 11770, 11832, 14061, 12405, 12648, 12170, 11650, 11991, 11157, 12005, 12065, 12953, 10906, 12120, 11013, 12949, 11657, 12501, 11960, 12569, 11294, 10803, 11639, 13070, 12043, 12786, 12210, 12881, 11541, 11940, 11035, 10629, 11959, 10159, 12662, 11914, 13620, 11912, 11741, 11353, 10172, 12311, 11772, 11647, 12165, 11026, 11656, 10456, 13637, 10889, 14033, 11666, 10930, 12593, 11318, 10926, 11097, 12008, 10835, 12601, 12289, 11728, 12179, 13933, 11586, 11334, 13692, 10826, 13539, 12261, 13994, 12182, 11243, 10108, 11203, 13510, 11574, 12356, 12037, 13807, 11808, 11055, 11403, 10053, 13610, 11697, 11359, 11520, 12352, 11603, 11544, 13324, 11134, 13788, 11398, 14039, 11319, 14224, 12454, 11457, 12765, 12142, 12854, 10965, 11037, 10619, 13661, 12479, 12137, 12287, 13377, 11927, 10868, 12715, 10174, 12545, 11009, 13278, 11894, 12283, 12203, 11898, 12827, 12592, 12784, 10953, 10566, 11216, 11723, 11460, 12072, 11477, 13635, 12727, 13991, 12108, 12228, 12200, 11279, 12697, 11073, 11827, 11471, 13977, 12259, 14014, 12759, 12360, 12488, 13757, 12841, 12266, 10425, 12022, 13758, 12193, 13290, 11984, 12159, 10669, 10865, 11008, 10578, 14248, 11881, 14237, 11866, 11720, 10421, 10765, 11356, 10438, 14007, 11754, 11621, 11667, 11201, 12021, 13419, 12108, 12451, 11025, 13043, 11863, 13611, 11891, 11491, 10987, 10589, 12540, 10323, 12820, 12077, 12035, 11180, 12017, 10903, 12675, 10986, 11218, 11517, 14182, 11967, 11775, 12093, 13411, 12717, 11632, 10597, 11108, 12349, 10455, 12647, 10338, 12945, 11413, 13448, 11260, 11885, 11618, 11469, 12039, 10532, 11716, 13926, 12331, 13550, 11766, 13382, 12534, 13521, 12153, 11792, 12053, 11154, 13150, 10675, 12404, 11537, 11607, 12130, 11397, 9833, 10447, 10642, 13578, 9811, 11806, 11050, 10070, 9914, 11490, 9924, 11950], 'WindowCenter': [4633.0, 4587.0, 4571.0, 4558.0, 4546.0, 4553.0, 4534.0, 4542.0, 4533.0, 4541.0, 4520.0, 4517.0, 4518.0, 4509.0, 4547.0, 4520.0, 4538.0, 4519.0, 4518.0, 4518.0, 4519.0, 4548.0, 4529.0, 4538.0, 4528.0, 4517.0, 4537.0, 4519.0, 4527.0, 4529.0, 4528.0, 4528.0, 4508.0, 4529.0, 4520.0, 4549.0, 4531.0, 4549.0, 4529.0, 4528.0, 4539.0, 4520.0, 4539.0, 4531.0, 4539.0, 4530.0, 4529.0, 4529.0, 4521.0, 4539.0, 4530.0, 4539.0, 4530.0, 4518.0, 4518.0, 4519.0, 4548.0, 4530.0, 4549.0, 4530.0, 4530.0, 4528.0, 4519.0, 4537.0, 4530.0, 4538.0, 4539.0, 4530.0, 4519.0, 4530.0, 4538.0, 4531.0, 4538.0, 4539.0, 4539.0, 4540.0, 4521.0, 4539.0, 4541.0, 4539.0, 4542.0, 4541.0, 4541.0, 4520.0, 4530.0, 4532.0, 4550.0, 4543.0, 4552.0, 4543.0, 4541.0, 4542.0, 4530.0, 4531.0, 4521.0, 4550.0, 4542.0, 4540.0, 4541.0, 4530.0, 4552.0, 4541.0, 4551.0, 4533.0, 4552.0, 4532.0, 4551.0, 4542.0, 4551.0, 4551.0, 4541.0, 4542.0, 4532.0, 4550.0, 4553.0, 4541.0, 4552.0, 4541.0, 4552.0, 4533.0, 4561.0, 4543.0, 4551.0, 4553.0, 4542.0, 4553.0, 4544.0, 4563.0, 4544.0, 4562.0, 4554.0, 4562.0, 4564.0, 4563.0, 4564.0, 4554.0, 4544.0, 4553.0, 4553.0, 4545.0, 4563.0, 4556.0, 4554.0, 4555.0, 4553.0, 4554.0, 4553.0, 4563.0, 4543.0, 4554.0, 4554.0, 4553.0, 4554.0, 4551.0, 4553.0, 4552.0, 4553.0, 4552.0, 4552.0, 4531.0, 4541.0, 4543.0, 4563.0, 4543.0, 4542.0, 4552.0, 4551.0, 4552.0, 4532.0, 4543.0, 4544.0, 4561.0, 4543.0, 4561.0, 4554.0, 4542.0, 4564.0, 4554.0, 4564.0, 4544.0, 4554.0, 4544.0, 4554.0, 4556.0, 4576.0, 4567.0, 4564.0, 4556.0, 4575.0, 4567.0, 4564.0, 4566.0, 4576.0, 4557.0, 4554.0, 4554.0, 4545.0, 4554.0, 4544.0, 4552.0, 4544.0, 4551.0, 4543.0, 4542.0, 4553.0, 4542.0, 4531.0, 4520.0, 4541.0, 4532.0, 4550.0, 4540.0, 4549.0, 4521.0, 4539.0, 4530.0, 4550.0, 4530.0, 4530.0, 4529.0, 4519.0, 4538.0, 4519.0, 4549.0, 4531.0, 4540.0, 4541.0, 4539.0, 4531.0, 4529.0, 4541.0, 4519.0, 4531.0, 4531.0, 4539.0, 4521.0, 4549.0, 4531.0, 4549.0, 4541.0, 4542.0, 4520.0, 4519.0, 4520.0, 4520.0, 4552.0, 4521.0, 4553.0, 4534.0, 4533.0, 4553.0, 4533.0, 4543.0, 4543.0, 4534.0, 4552.0, 4544.0, 4552.0, 4543.0, 4551.0, 4542.0, 4540.0, 4541.0, 4551.0, 4530.0, 4540.0, 4519.0, 4519.0, 4529.0, 4519.0, 4539.0, 4531.0, 4538.0, 4540.0, 4538.0, 4519.0, 4537.0, 4519.0, 4549.0, 4529.0, 4518.0, 4518.0, 4508.0, 4535.0, 4518.0, 4527.0, 4518.0, 4518.0, 4518.0, 4517.0, 4527.0, 4518.0, 4538.0, 4519.0, 4537.0, 4519.0, 4538.0, 4520.0, 4538.0, 4531.0, 4540.0, 4530.0, 4528.0, 4530.0, 4540.0, 4541.0, 4550.0, 4541.0, 4541.0, 4522.0, 4530.0, 4529.0, 4519.0, 4539.0, 4530.0, 4539.0, 4540.0, 4539.0, 4520.0, 4548.0, 4530.0, 4539.0, 4530.0, 4539.0, 4530.0, 4519.0, 4529.0, 4520.0, 4539.0, 4530.0, 4528.0, 4529.0, 4518.0, 4538.0, 4509.0, 4538.0, 4519.0, 4527.0, 4529.0, 4528.0, 4539.0, 4519.0, 4539.0, 4520.0, 4538.0, 4540.0, 4537.0, 4540.0, 4540.0, 4541.0, 4530.0, 4520.0, 4520.0, 4540.0, 4521.0, 4550.0, 4542.0, 4529.0, 4531.0, 4530.0, 4551.0, 4541.0, 4552.0, 4540.0, 4540.0, 4531.0, 4549.0, 4541.0, 4540.0, 4542.0, 4550.0, 4541.0, 4540.0, 4551.0, 4531.0, 4551.0, 4542.0, 4540.0, 4541.0, 4540.0, 4542.0, 4550.0, 4551.0, 4542.0, 4531.0, 4542.0, 4550.0, 4532.0, 4560.0, 4542.0, 4551.0, 4542.0, 4541.0, 4541.0, 4531.0, 4541.0, 4520.0, 4551.0, 4543.0, 4540.0, 4531.0, 4528.0, 4541.0, 4540.0, 4540.0, 4531.0, 4539.0, 4530.0, 4539.0, 4531.0, 4549.0, 4541.0, 4550.0, 4531.0, 4529.0, 4542.0, 4530.0, 4541.0, 4531.0, 4541.0, 4520.0, 4543.0, 4542.0, 4543.0, 4510.0, 4520.0, 4538.0, 4531.0, 4554.0, 4546.0, 4552.0, 4531.0, 4539.0, 4522.0, 4529.0, 4519.0, 4539.0, 4530.0, 4518.0, 4529.0, 4508.0, 4519.0, 4520.0, 4548.0, 4541.0, 4540.0, 4541.0, 4518.0, 4541.0, 4521.0, 4552.0, 4533.0, 4553.0, 4555.0, 4563.0, 4554.0, 4564.0, 4565.0, 4564.0, 4566.0, 4566.0, 4557.0, 4567.0, 4558.0, 4566.0, 4556.0, 4554.0, 4567.0, 4567.0, 4545.0, 4556.0, 4543.0, 4534.0, 4552.0, 4544.0, 4544.0, 4542.0, 4533.0, 4552.0, 4544.0, 4541.0, 4533.0, 4542.0, 4543.0, 4553.0, 4565.0, 4565.0, 4556.0, 4564.0, 4556.0, 4554.0, 4544.0, 4553.0, 4554.0, 4553.0, 4555.0, 4564.0, 4555.0, 4554.0, 4533.0, 4541.0, 4532.0, 4531.0, 4541.0, 4523.0, 4541.0, 4533.0, 4541.0, 4541.0, 4539.0, 4530.0, 4529.0, 4541.0, 4529.0, 4541.0, 4530.0, 4521.0, 4540.0, 4530.0, 4519.0, 4541.0, 4521.0, 4540.0, 4532.0, 4541.0, 4540.0, 4550.0, 4531.0, 4539.0, 4520.0, 4549.0, 4530.0, 4529.0, 4517.0, 4518.0, 4527.0, 4508.0, 4516.0, 4528.0, 4528.0, 4520.0, 4527.0, 4528.0, 4517.0, 4528.0, 4508.0, 4520.0, 4521.0, 4529.0, 4529.0, 4540.0, 4531.0, 4554.0, 4532.0, 4533.0, 4541.0, 4521.0, 4540.0, 4531.0, 4530.0, 4542.0, 4520.0, 4532.0, 4521.0, 4529.0, 4520.0, 4529.0, 4540.0, 4528.0, 4509.0, 4538.0, 4509.0, 4537.0, 4519.0, 4527.0, 4518.0, 4516.0, 4507.0, 4537.0, 4530.0, 4539.0, 4530.0, 4539.0, 4531.0, 4519.0, 4529.0, 4519.0, 4540.0, 4521.0, 4549.0, 4532.0, 4530.0, 4531.0, 4538.0, 4530.0, 4519.0, 4530.0, 4519.0, 4530.0, 4521.0, 4539.0, 4540.0, 4538.0, 4530.0, 4528.0, 4529.0, 4529.0, 4510.0, 4519.0, 4528.0, 4519.0, 4538.0, 4531.0, 4538.0, 4530.0, 4550.0, 4530.0, 4541.0, 4531.0, 4520.0, 4527.0, 4519.0, 4528.0, 4529.0, 4538.0, 4519.0, 4528.0, 4519.0, 4508.0, 4538.0, 4519.0, 4539.0, 4521.0, 4539.0, 4530.0, 4539.0, 4531.0, 4539.0, 4531.0, 4550.0, 4531.0, 4540.0, 4520.0, 4519.0, 4518.0, 4519.0, 4538.0, 4519.0, 4528.0, 4529.0, 4527.0, 4519.0, 4517.0, 4518.0, 4537.0, 4518.0, 4518.0, 4516.0, 4518.0, 4527.0, 4518.0, 4527.0, 4518.0, 4537.0, 4507.0, 4516.0, 4516.0, 4506.0, 4526.0, 4507.0, 4527.0, 4518.0, 4517.0, 4518.0, 4527.0, 4529.0, 4528.0, 4530.0, 4519.0, 4530.0, 4530.0, 4528.0, 4528.0, 4538.0, 4519.0, 4539.0, 4520.0, 4528.0, 4519.0, 4538.0, 4529.0, 4507.0, 4528.0, 4509.0, 4530.0, 4519.0, 4537.0, 4519.0, 4538.0, 4518.0, 4517.0, 4529.0, 4509.0, 4538.0, 4519.0, 4528.0, 4529.0, 4538.0, 4519.0, 4528.0, 4528.0, 4508.0, 4537.0, 4520.0, 4518.0, 4518.0, 4517.0, 4528.0, 4507.0, 4517.0, 4509.0, 4547.0, 4530.0, 4528.0, 4529.0, 4518.0, 4530.0, 4518.0, 4540.0, 4520.0, 4540.0, 4521.0, 4528.0, 4520.0, 4539.0, 4542.0, 4551.0, 4542.0, 4544.0, 4543.0, 4546.0, 4551.0, 4543.0, 4553.0, 4542.0, 4551.0, 4543.0, 4541.0, 4531.0, 4529.0, 4508.0, 4507.0, 4517.0, 4508.0, 4537.0, 4529.0, 4538.0, 4530.0, 4538.0, 4529.0, 4517.0, 4529.0, 4518.0, 4540.0, 4519.0, 4531.0, 4521.0, 4539.0, 4531.0, 4539.0, 4541.0, 4540.0, 4553.0, 4552.0, 4532.0, 4530.0, 4541.0, 4530.0, 4542.0, 4530.0, 4542.0, 4531.0, 4530.0, 4541.0, 4540.0, 4530.0, 4540.0, 4530.0, 4540.0, 4531.0, 4550.0, 4532.0, 4542.0, 4531.0, 4530.0, 4531.0, 4519.0, 4540.0, 4519.0, 4531.0, 4521.0, 4540.0, 4531.0, 4539.0, 4531.0, 4550.0, 4541.0, 4530.0, 4542.0, 4541.0, 4532.0, 4540.0, 4543.0, 4561.0, 4553.0, 4552.0, 4555.0, 4543.0, 4554.0, 4542.0, 4554.0, 4543.0, 4554.0, 4533.0, 4554.0, 4534.0, 4552.0, 4544.0, 4542.0, 4544.0, 4553.0, 4544.0, 4543.0, 4544.0, 4552.0, 4553.0, 4553.0, 4555.0, 4553.0, 4544.0, 4544.0, 4533.0, 4532.0, 4543.0, 4533.0, 4551.0, 4543.0, 4551.0, 4542.0, 4531.0, 4530.0, 4521.0, 4529.0, 4541.0, 4530.0, 4540.0, 4530.0, 4530.0, 4531.0, 4549.0, 4520.0, 4550.0, 4542.0, 4530.0, 4542.0, 4532.0, 4532.0, 4532.0, 4540.0, 4532.0, 4540.0, 4543.0, 4540.0, 4542.0, 4552.0, 4542.0, 4532.0, 4550.0, 4532.0, 4540.0, 4541.0, 4551.0, 4542.0, 4531.0, 4520.0, 4531.0, 4539.0, 4541.0, 4538.0, 4542.0, 4551.0, 4541.0, 4530.0, 4530.0, 4521.0, 4549.0, 4541.0, 4531.0, 4531.0, 4540.0, 4542.0, 4531.0, 4551.0, 4531.0, 4552.0, 4542.0, 4550.0, 4531.0, 4550.0, 4542.0, 4530.0, 4552.0, 4542.0, 4552.0, 4532.0, 4532.0, 4534.0, 4552.0, 4553.0, 4542.0, 4554.0, 4552.0, 4542.0, 4532.0, 4553.0, 4532.0, 4553.0, 4544.0, 4553.0, 4544.0, 4542.0, 4554.0, 4542.0, 4554.0, 4553.0, 4565.0, 4557.0, 4546.0, 4545.0, 4554.0, 4555.0, 4554.0, 4556.0, 4565.0, 4567.0, 4565.0, 4556.0, 4555.0, 4556.0, 4545.0, 4566.0, 4546.0, 4556.0, 4557.0, 4565.0, 4556.0, 4564.0, 4566.0, 4555.0, 4556.0, 4566.0, 4556.0, 4555.0, 4534.0, 4556.0, 4553.0, 4544.0, 4553.0, 4544.0, 4543.0, 4522.0, 4532.0, 4531.0, 4532.0, 4551.0, 4542.0, 4551.0, 4542.0, 4531.0, 4521.0, 4520.0, 4530.0, 4521.0, 4550.0, 4542.0, 4531.0, 4543.0, 4531.0, 4543.0, 4552.0, 4555.0, 4567.0, 4547.0, 4565.0, 4558.0, 4566.0, 4546.0, 4544.0, 4534.0, 4532.0, 4544.0, 4523.0, 4553.0, 4545.0, 4543.0, 4545.0, 4542.0, 4533.0, 4542.0, 4532.0, 4518.0, 4530.0, 4550.0, 4543.0, 4542.0, 4544.0, 4553.0, 4553.0, 4543.0, 4522.0, 4531.0, 4543.0, 4531.0, 4554.0, 4533.0, 4553.0, 4545.0, 4552.0, 4533.0, 4544.0, 4533.0, 4532.0, 4543.0, 4532.0, 4542.0, 4551.0, 4553.0, 4563.0, 4556.0, 4564.0, 4555.0, 4554.0, 4556.0, 4544.0, 4545.0, 4533.0, 4555.0, 4533.0, 4556.0, 4545.0, 4545.0, 4556.0, 4570.0, 4535.0, 4534.0, 4534.0, 4564.0, 4536.0, 4555.0, 4557.0, 4535.0, 4538.0, 4545.0, 4538.0, 4557.0], 'WindowWidth': [10143.0, 10065.0, 10028.0, 10003.0, 9985.0, 9986.0, 9963.0, 9972.0, 9958.0, 9966.0, 9936.0, 9928.0, 9930.0, 9918.0, 9968.0, 9935.0, 9959.0, 9933.0, 9930.0, 9931.0, 9933.0, 9968.0, 9946.0, 9957.0, 9943.0, 9927.0, 9953.0, 9932.0, 9939.0, 9948.0, 9944.0, 9944.0, 9915.0, 9945.0, 9936.0, 9972.0, 9951.0, 9973.0, 9947.0, 9944.0, 9960.0, 9936.0, 9958.0, 9953.0, 9960.0, 9948.0, 9947.0, 9945.0, 9941.0, 9961.0, 9949.0, 9961.0, 9948.0, 9930.0, 9931.0, 9935.0, 9970.0, 9949.0, 9974.0, 9950.0, 9950.0, 9944.0, 9934.0, 9954.0, 9948.0, 9958.0, 9961.0, 9949.0, 9933.0, 9949.0, 9957.0, 9951.0, 9957.0, 9961.0, 9962.0, 9964.0, 9939.0, 9959.0, 9967.0, 9962.0, 9970.0, 9967.0, 9966.0, 9937.0, 9951.0, 9956.0, 9976.0, 9972.0, 9985.0, 9972.0, 9967.0, 9969.0, 9951.0, 9953.0, 9941.0, 9978.0, 9971.0, 9966.0, 9968.0, 9949.0, 9982.0, 9968.0, 9982.0, 9960.0, 9983.0, 9958.0, 9978.0, 9970.0, 9981.0, 9980.0, 9968.0, 9972.0, 9958.0, 9977.0, 9985.0, 9967.0, 9982.0, 9967.0, 9982.0, 9962.0, 9995.0, 9972.0, 9979.0, 9987.0, 9970.0, 9987.0, 9979.0, 10001.0, 9976.0, 9997.0, 9989.0, 9997.0, 10003.0, 10002.0, 10005.0, 9991.0, 9976.0, 9988.0, 9987.0, 9980.0, 9999.0, 9996.0, 9991.0, 9993.0, 9988.0, 9992.0, 9987.0, 10002.0, 9974.0, 9992.0, 9992.0, 9985.0, 9991.0, 9980.0, 9986.0, 9983.0, 9987.0, 9983.0, 9984.0, 9954.0, 9967.0, 9975.0, 9999.0, 9974.0, 9970.0, 9984.0, 9981.0, 9984.0, 9957.0, 9975.0, 9976.0, 9993.0, 9973.0, 9995.0, 9989.0, 9971.0, 10005.0, 9991.0, 10005.0, 9976.0, 9992.0, 9978.0, 9990.0, 9999.0, 10024.0, 10013.0, 10003.0, 9996.0, 10019.0, 10013.0, 10005.0, 10011.0, 10027.0, 10000.0, 9991.0, 9993.0, 9979.0, 9990.0, 9976.0, 9982.0, 9978.0, 9984.0, 9973.0, 9971.0, 9987.0, 9968.0, 9951.0, 9938.0, 9965.0, 9958.0, 9976.0, 9965.0, 9973.0, 9939.0, 9961.0, 9950.0, 9978.0, 9951.0, 9952.0, 9945.0, 9932.0, 9955.0, 9935.0, 9973.0, 9952.0, 9964.0, 9967.0, 9961.0, 9952.0, 9947.0, 9965.0, 9934.0, 9953.0, 9954.0, 9960.0, 9941.0, 9972.0, 9951.0, 9977.0, 9966.0, 9971.0, 9938.0, 9934.0, 9936.0, 9938.0, 9985.0, 9942.0, 9988.0, 9964.0, 9961.0, 9986.0, 9960.0, 9972.0, 9974.0, 9964.0, 9984.0, 9978.0, 9983.0, 9972.0, 9979.0, 9970.0, 9965.0, 9966.0, 9981.0, 9952.0, 9963.0, 9935.0, 9932.0, 9946.0, 9934.0, 9961.0, 9955.0, 9958.0, 9964.0, 9956.0, 9934.0, 9955.0, 9934.0, 9975.0, 9948.0, 9928.0, 9928.0, 9916.0, 9948.0, 9929.0, 9942.0, 9929.0, 9930.0, 9930.0, 9925.0, 9942.0, 9929.0, 9958.0, 9935.0, 9954.0, 9934.0, 9958.0, 9936.0, 9957.0, 9951.0, 9964.0, 9950.0, 9944.0, 9951.0, 9962.0, 9966.0, 9979.0, 9967.0, 9966.0, 9941.0, 9950.0, 9947.0, 9934.0, 9959.0, 9952.0, 9959.0, 9966.0, 9958.0, 9937.0, 9971.0, 9950.0, 9964.0, 9951.0, 9960.0, 9950.0, 9933.0, 9946.0, 9936.0, 9959.0, 9948.0, 9943.0, 9945.0, 9930.0, 9956.0, 9921.0, 9957.0, 9934.0, 9940.0, 9946.0, 9946.0, 9959.0, 9936.0, 9961.0, 9937.0, 9958.0, 9964.0, 9956.0, 9963.0, 9963.0, 9967.0, 9949.0, 9936.0, 9937.0, 9963.0, 9940.0, 9978.0, 9970.0, 9949.0, 9955.0, 9951.0, 9981.0, 9967.0, 9983.0, 9967.0, 9963.0, 9954.0, 9974.0, 9968.0, 9964.0, 9969.0, 9980.0, 9967.0, 9964.0, 9981.0, 9955.0, 9980.0, 9972.0, 9965.0, 9968.0, 9963.0, 9969.0, 9980.0, 9982.0, 9971.0, 9955.0, 9970.0, 9977.0, 9957.0, 9990.0, 9969.0, 9984.0, 9971.0, 9967.0, 9967.0, 9952.0, 9966.0, 9940.0, 9979.0, 9972.0, 9964.0, 9953.0, 9945.0, 9966.0, 9964.0, 9965.0, 9954.0, 9961.0, 9951.0, 9960.0, 9954.0, 9974.0, 9967.0, 9980.0, 9953.0, 9950.0, 9969.0, 9951.0, 9964.0, 9953.0, 9966.0, 9937.0, 9973.0, 9969.0, 9973.0, 9922.0, 9934.0, 9957.0, 9953.0, 9992.0, 9984.0, 9981.0, 9955.0, 9958.0, 9941.0, 9945.0, 9932.0, 9962.0, 9949.0, 9929.0, 9945.0, 9915.0, 9932.0, 9937.0, 9971.0, 9966.0, 9965.0, 9965.0, 9933.0, 9967.0, 9940.0, 9984.0, 9959.0, 9986.0, 9994.0, 10001.0, 9991.0, 10002.0, 10007.0, 10004.0, 10011.0, 10011.0, 9999.0, 10012.0, 10003.0, 10009.0, 9997.0, 9992.0, 10012.0, 10014.0, 9978.0, 9997.0, 9972.0, 9961.0, 9985.0, 9976.0, 9976.0, 9968.0, 9959.0, 9984.0, 9977.0, 9969.0, 9960.0, 9970.0, 9974.0, 9986.0, 10008.0, 10008.0, 9999.0, 10004.0, 9996.0, 9990.0, 9978.0, 9985.0, 9991.0, 9988.0, 9992.0, 10004.0, 9993.0, 9993.0, 9960.0, 9968.0, 9956.0, 9955.0, 9968.0, 9946.0, 9967.0, 9958.0, 9967.0, 9968.0, 9960.0, 9951.0, 9947.0, 9967.0, 9948.0, 9966.0, 9951.0, 9939.0, 9964.0, 9950.0, 9934.0, 9966.0, 9940.0, 9964.0, 9957.0, 9965.0, 9965.0, 9975.0, 9953.0, 9961.0, 9935.0, 9976.0, 9951.0, 9950.0, 9927.0, 9931.0, 9938.0, 9916.0, 9924.0, 9945.0, 9943.0, 9935.0, 9941.0, 9944.0, 9928.0, 9944.0, 9916.0, 9937.0, 9940.0, 9947.0, 9946.0, 9962.0, 9955.0, 9991.0, 9958.0, 9959.0, 9967.0, 9940.0, 9963.0, 9955.0, 9950.0, 9970.0, 9937.0, 9958.0, 9941.0, 9945.0, 9937.0, 9946.0, 9966.0, 9941.0, 9919.0, 9955.0, 9919.0, 9953.0, 9931.0, 9940.0, 9929.0, 9923.0, 9914.0, 9954.0, 9949.0, 9959.0, 9950.0, 9962.0, 9952.0, 9934.0, 9947.0, 9933.0, 9963.0, 9938.0, 9973.0, 9957.0, 9951.0, 9952.0, 9959.0, 9951.0, 9933.0, 9950.0, 9934.0, 9950.0, 9940.0, 9960.0, 9963.0, 9956.0, 9949.0, 9943.0, 9947.0, 9946.0, 9921.0, 9935.0, 9943.0, 9934.0, 9956.0, 9951.0, 9957.0, 9949.0, 9977.0, 9950.0, 9970.0, 9952.0, 9936.0, 9941.0, 9934.0, 9943.0, 9948.0, 9960.0, 9934.0, 9942.0, 9932.0, 9917.0, 9958.0, 9933.0, 9961.0, 9940.0, 9960.0, 9950.0, 9960.0, 9953.0, 9961.0, 9952.0, 9980.0, 9953.0, 9963.0, 9936.0, 9932.0, 9931.0, 9934.0, 9956.0, 9935.0, 9943.0, 9946.0, 9940.0, 9931.0, 9926.0, 9930.0, 9956.0, 9931.0, 9930.0, 9924.0, 9930.0, 9940.0, 9932.0, 9939.0, 9931.0, 9955.0, 9915.0, 9924.0, 9924.0, 9911.0, 9938.0, 9915.0, 9940.0, 9931.0, 9927.0, 9929.0, 9939.0, 9948.0, 9945.0, 9949.0, 9934.0, 9949.0, 9951.0, 9944.0, 9945.0, 9957.0, 9933.0, 9959.0, 9937.0, 9945.0, 9934.0, 9960.0, 9946.0, 9914.0, 9942.0, 9920.0, 9950.0, 9934.0, 9954.0, 9933.0, 9957.0, 9931.0, 9928.0, 9946.0, 9919.0, 9955.0, 9935.0, 9943.0, 9947.0, 9957.0, 9933.0, 9944.0, 9943.0, 9919.0, 9954.0, 9936.0, 9930.0, 9930.0, 9927.0, 9943.0, 9915.0, 9928.0, 9919.0, 9969.0, 9949.0, 9946.0, 9946.0, 9929.0, 9949.0, 9932.0, 9963.0, 9937.0, 9963.0, 9939.0, 9944.0, 9937.0, 9960.0, 9968.0, 9983.0, 9970.0, 9979.0, 9973.0, 9984.0, 9980.0, 9975.0, 9986.0, 9970.0, 9981.0, 9973.0, 9968.0, 9952.0, 9948.0, 9917.0, 9914.0, 9928.0, 9918.0, 9953.0, 9946.0, 9957.0, 9950.0, 9959.0, 9945.0, 9928.0, 9947.0, 9930.0, 9962.0, 9935.0, 9954.0, 9941.0, 9961.0, 9952.0, 9961.0, 9967.0, 9963.0, 9987.0, 9987.0, 9956.0, 9951.0, 9967.0, 9951.0, 9969.0, 9952.0, 9969.0, 9954.0, 9951.0, 9969.0, 9961.0, 9952.0, 9962.0, 9951.0, 9963.0, 9955.0, 9976.0, 9958.0, 9973.0, 9954.0, 9951.0, 9952.0, 9934.0, 9964.0, 9934.0, 9953.0, 9943.0, 9962.0, 9953.0, 9960.0, 9953.0, 9975.0, 9968.0, 9952.0, 9971.0, 9969.0, 9957.0, 9965.0, 9972.0, 9995.0, 9988.0, 9984.0, 9992.0, 9976.0, 9992.0, 9971.0, 9991.0, 9973.0, 9991.0, 9962.0, 9990.0, 9965.0, 9983.0, 9975.0, 9968.0, 9975.0, 9990.0, 9978.0, 9976.0, 9977.0, 9984.0, 9988.0, 9988.0, 9994.0, 9989.0, 9978.0, 9976.0, 9961.0, 9957.0, 9971.0, 9961.0, 9979.0, 9972.0, 9983.0, 9970.0, 9955.0, 9950.0, 9939.0, 9946.0, 9967.0, 9950.0, 9964.0, 9951.0, 9950.0, 9953.0, 9973.0, 9937.0, 9975.0, 9969.0, 9951.0, 9969.0, 9956.0, 9957.0, 9958.0, 9964.0, 9955.0, 9964.0, 9972.0, 9965.0, 9970.0, 9985.0, 9970.0, 9955.0, 9977.0, 9957.0, 9962.0, 9965.0, 9981.0, 9969.0, 9953.0, 9937.0, 9953.0, 9960.0, 9967.0, 9958.0, 9969.0, 9981.0, 9967.0, 9950.0, 9951.0, 9940.0, 9974.0, 9967.0, 9953.0, 9954.0, 9964.0, 9968.0, 9953.0, 9979.0, 9953.0, 9982.0, 9972.0, 9977.0, 9954.0, 9977.0, 9969.0, 9951.0, 9984.0, 9972.0, 9986.0, 9957.0, 9956.0, 9962.0, 9981.0, 9987.0, 9970.0, 9990.0, 9985.0, 9972.0, 9955.0, 9987.0, 9957.0, 9985.0, 9978.0, 9987.0, 9977.0, 9969.0, 9989.0, 9970.0, 9991.0, 9989.0, 10009.0, 10002.0, 9985.0, 9982.0, 9989.0, 9992.0, 9991.0, 9997.0, 10005.0, 10012.0, 10009.0, 9996.0, 9993.0, 9997.0, 9981.0, 10009.0, 9984.0, 9997.0, 10001.0, 10005.0, 9996.0, 10004.0, 10010.0, 9992.0, 9997.0, 10010.0, 9998.0, 9994.0, 9963.0, 9996.0, 9984.0, 9976.0, 9988.0, 9977.0, 9973.0, 9944.0, 9955.0, 9951.0, 9956.0, 9977.0, 9968.0, 9982.0, 9970.0, 9953.0, 9939.0, 9937.0, 9949.0, 9941.0, 9976.0, 9969.0, 9954.0, 9973.0, 9954.0, 9973.0, 9984.0, 9995.0, 10014.0, 9987.0, 10007.0, 10001.0, 10010.0, 9982.0, 9977.0, 9963.0, 9956.0, 9973.0, 9943.0, 9986.0, 9978.0, 9973.0, 9980.0, 9971.0, 9959.0, 9970.0, 9954.0, 9929.0, 9948.0, 9975.0, 9971.0, 9968.0, 9975.0, 9988.0, 9987.0, 9972.0, 9943.0, 9952.0, 9972.0, 9953.0, 9988.0, 9957.0, 9987.0, 9979.0, 9981.0, 9958.0, 9976.0, 9957.0, 9957.0, 9972.0, 9955.0, 9970.0, 9980.0, 9985.0, 9999.0, 9996.0, 10001.0, 9991.0, 9991.0, 9994.0, 9975.0, 9977.0, 9960.0, 9991.0, 9961.0, 9995.0, 9979.0, 9978.0, 9997.0, 10024.0, 9967.0, 9963.0, 9960.0, 10006.0, 9969.0, 9993.0, 10000.0, 9966.0, 9975.0, 9977.0, 9975.0, 9999.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.0007722358490566037</td></tr>
<tr><td colspan=3>aqi</td><td>0.018864542452830188</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.655624753644936</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3097578769499525</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.005366073739376</td></tr>
<tr><td colspan=3>efc</td><td>0.4804</td></tr>
<tr><td colspan=3>fber</td><td>5731.0596</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0805306336465331</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9433962264150944</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3921003426974345</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.363918307276159</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5468975756408665</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.265485145175278</td></tr>
<tr><td colspan=3>gcor</td><td>0.00784173</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015155786648392677</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021846644580364227</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1060</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.192738942182669</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.6573</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1033</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.0655</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297785.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>896.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.8456</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2169</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.2704</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3743.9294</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3910.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78759.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>932.5587</td></tr>
<tr><td colspan=3>tsnr</td><td>45.23602255387232</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>