<?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-0006_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-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_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-0006/figures/sub-0006_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006/ses-03/func/sub-0006_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>cf4f10a637bf40c714739724e061ae27</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>11:26:41.705000</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.992456, -0.105567, 0.0623372, 0.115358, 0.976267, -0.183293]</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.0882411</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7699, -7353, 580, -71, -66, -42, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>37b4d0e0-dfc1-4b2f-8e1f-46505a982644||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.6626880168914795, 0.30949652194976807, 0.11207158863544464, 98.20816802978516], [0.2832287847995758, 2.6192517280578613, -0.5105735659599304, -106.0328598022461], [0.16724608838558197, 0.49176153540611267, 2.6489157676696777, -118.85113525390625], [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': ['112641.705000', '112642.165000', '112642.625000', '112643.085000', '112643.545000', '112644.005000', '112644.465000', '112644.925000', '112645.385000', '112645.845000', '112646.305000', '112646.765000', '112647.225000', '112647.685000', '112648.145000', '112648.605000', '112649.065000', '112649.525000', '112649.985000', '112650.445000', '112650.905000', '112651.365000', '112651.825000', '112652.285000', '112652.745000', '112653.205000', '112653.665000', '112654.125000', '112654.585000', '112655.045000', '112655.505000', '112655.965000', '112656.425000', '112656.885000', '112657.345000', '112657.805000', '112658.265000', '112658.725000', '112659.185000', '112659.645000', '112700.105000', '112700.565000', '112701.025000', '112701.485000', '112701.945000', '112702.405000', '112702.865000', '112703.325000', '112703.785000', '112704.245000', '112704.705000', '112705.165000', '112705.625000', '112706.085000', '112706.545000', '112707.005000', '112707.465000', '112707.925000', '112708.385000', '112708.845000', '112709.305000', '112709.765000', '112710.225000', '112710.685000', '112711.145000', '112711.605000', '112712.065000', '112712.525000', '112712.985000', '112713.445000', '112713.905000', '112714.365000', '112714.825000', '112715.285000', '112715.745000', '112716.205000', '112716.665000', '112717.125000', '112717.585000', '112718.045000', '112718.505000', '112718.965000', '112719.425000', '112719.885000', '112720.345000', '112720.805000', '112721.265000', '112721.725000', '112722.185000', '112722.645000', '112723.105000', '112723.565000', '112724.025000', '112724.485000', '112724.945000', '112725.405000', '112725.865000', '112726.325000', '112726.785000', '112727.245000', '112727.705000', '112728.165000', '112728.625000', '112729.085000', '112729.545000', '112730.005000', '112730.465000', '112730.925000', '112731.385000', '112731.845000', '112732.305000', '112732.765000', '112733.225000', '112733.685000', '112734.145000', '112734.605000', '112735.065000', '112735.525000', '112735.985000', '112736.445000', '112736.905000', '112737.365000', '112737.825000', '112738.285000', '112738.745000', '112739.205000', '112739.665000', '112740.125000', '112740.585000', '112741.045000', '112741.505000', '112741.965000', '112742.425000', '112742.885000', '112743.345000', '112743.805000', '112744.265000', '112744.725000', '112745.185000', '112745.645000', '112746.105000', '112746.565000', '112747.025000', '112747.485000', '112747.945000', '112748.405000', '112748.865000', '112749.325000', '112749.785000', '112750.245000', '112750.705000', '112751.165000', '112751.625000', '112752.085000', '112752.545000', '112753.005000', '112753.465000', '112753.925000', '112754.385000', '112754.845000', '112755.305000', '112755.765000', '112756.225000', '112756.685000', '112757.145000', '112757.605000', '112758.065000', '112758.525000', '112758.985000', '112759.445000', '112759.905000', '112800.365000', '112800.825000', '112801.285000', '112801.745000', '112802.205000', '112802.665000', '112803.125000', '112803.585000', '112804.045000', '112804.505000', '112804.965000', '112805.425000', '112805.885000', '112806.345000', '112806.805000', '112807.265000', '112807.725000', '112808.185000', '112808.645000', '112809.105000', '112809.565000', '112810.025000', '112810.485000', '112810.945000', '112811.405000', '112811.865000', '112812.325000', '112812.785000', '112813.245000', '112813.705000', '112814.165000', '112814.625000', '112815.085000', '112815.545000', '112816.005000', '112816.465000', '112816.925000', '112817.385000', '112817.845000', '112818.305000', '112818.765000', '112819.225000', '112819.685000', '112820.145000', '112820.605000', '112821.065000', '112821.525000', '112821.985000', '112822.445000', '112822.905000', '112823.365000', '112823.825000', '112824.285000', '112824.745000', '112825.205000', '112825.665000', '112826.125000', '112826.585000', '112827.045000', '112827.505000', '112827.965000', '112828.425000', '112828.885000', '112829.345000', '112829.805000', '112830.265000', '112830.725000', '112831.185000', '112831.645000', '112832.105000', '112832.565000', '112833.025000', '112833.485000', '112833.945000', '112834.405000', '112834.865000', '112835.325000', '112835.785000', '112836.245000', '112836.705000', '112837.165000', '112837.625000', '112838.085000', '112838.545000', '112839.005000', '112839.465000', '112839.925000', '112840.385000', '112840.845000', '112841.305000', '112841.765000', '112842.225000', '112842.685000', '112843.145000', '112843.605000', '112844.065000', '112844.525000', '112844.985000', '112845.445000', '112845.905000', '112846.365000', '112846.825000', '112847.285000', '112847.745000', '112848.205000', '112848.665000', '112849.125000', '112849.585000', '112850.045000', '112850.505000', '112850.965000', '112851.425000', '112851.885000', '112852.345000', '112852.805000', '112853.265000', '112853.725000', '112854.185000', '112854.645000', '112855.105000', '112855.565000', '112856.025000', '112856.485000', '112856.945000', '112857.405000', '112857.865000', '112858.325000', '112858.785000', '112859.245000', '112859.705000', '112900.165000', '112900.625000', '112901.085000', '112901.545000', '112902.005000', '112902.465000', '112902.925000', '112903.385000', '112903.845000', '112904.305000', '112904.765000', '112905.225000', '112905.685000', '112906.145000', '112906.605000', '112907.065000', '112907.525000', '112907.985000', '112908.445000', '112908.905000', '112909.365000', '112909.825000', '112910.285000', '112910.745000', '112911.205000', '112911.665000', '112912.125000', '112912.585000', '112913.045000', '112913.505000', '112913.965000', '112914.425000', '112914.885000', '112915.345000', '112915.805000', '112916.265000', '112916.725000', '112917.185000', '112917.645000', '112918.105000', '112918.565000', '112919.025000', '112919.485000', '112919.945000', '112920.405000', '112920.865000', '112921.325000', '112921.785000', '112922.245000', '112922.705000', '112923.165000', '112923.625000', '112924.085000', '112924.545000', '112925.005000', '112925.465000', '112925.925000', '112926.385000', '112926.845000', '112927.305000', '112927.765000', '112928.225000', '112928.685000', '112929.145000', '112929.605000', '112930.065000', '112930.525000', '112930.985000', '112931.445000', '112931.905000', '112932.365000', '112932.825000', '112933.285000', '112933.745000', '112934.205000', '112934.665000', '112935.125000', '112935.585000', '112936.045000', '112936.505000', '112936.965000', '112937.425000', '112937.885000', '112938.345000', '112938.805000', '112939.265000', '112939.725000', '112940.185000', '112940.645000', '112941.105000', '112941.565000', '112942.025000', '112942.485000', '112942.945000', '112943.405000', '112943.865000', '112944.325000', '112944.785000', '112945.245000', '112945.705000', '112946.165000', '112946.625000', '112947.085000', '112947.545000', '112948.005000', '112948.465000', '112948.925000', '112949.385000', '112949.845000', '112950.305000', '112950.765000', '112951.225000', '112951.685000', '112952.145000', '112952.605000', '112953.065000', '112953.525000', '112953.985000', '112954.445000', '112954.905000', '112955.365000', '112955.825000', '112956.285000', '112956.745000', '112957.205000', '112957.665000', '112958.125000', '112958.585000', '112959.045000', '112959.505000', '112959.965000', '113000.425000', '113000.885000', '113001.345000', '113001.805000', '113002.265000', '113002.725000', '113003.185000', '113003.645000', '113004.105000', '113004.565000', '113005.025000', '113005.485000', '113005.945000', '113006.405000', '113006.865000', '113007.325000', '113007.785000', '113008.245000', '113008.705000', '113009.165000', '113009.625000', '113010.085000', '113010.545000', '113011.005000', '113011.465000', '113011.925000', '113012.385000', '113012.845000', '113013.305000', '113013.765000', '113014.225000', '113014.685000', '113015.145000', '113015.605000', '113016.065000', '113016.525000', '113016.985000', '113017.445000', '113017.905000', '113018.365000', '113018.825000', '113019.285000', '113019.745000', '113020.205000', '113020.665000', '113021.125000', '113021.585000', '113022.045000', '113022.505000', '113022.965000', '113023.425000', '113023.885000', '113024.345000', '113024.805000', '113025.265000', '113025.725000', '113026.185000', '113026.645000', '113027.105000', '113027.565000', '113028.025000', '113028.485000', '113028.945000', '113029.405000', '113029.865000', '113030.325000', '113030.785000', '113031.245000', '113031.705000', '113032.165000', '113032.625000', '113033.085000', '113033.545000', '113034.005000', '113034.465000', '113034.925000', '113035.385000', '113035.845000', '113036.305000', '113036.765000', '113037.225000', '113037.685000', '113038.145000', '113038.605000', '113039.065000', '113039.525000', '113039.985000', '113040.445000', '113040.905000', '113041.365000', '113041.825000', '113042.285000', '113042.745000', '113043.205000', '113043.665000', '113044.125000', '113044.585000', '113045.045000', '113045.505000', '113045.965000', '113046.425000', '113046.885000', '113047.345000', '113047.805000', '113048.265000', '113048.725000', '113049.185000', '113049.645000', '113050.105000', '113050.565000', '113051.025000', '113051.485000', '113051.945000', '113052.405000', '113052.865000', '113053.325000', '113053.785000', '113054.245000', '113054.705000', '113055.165000', '113055.625000', '113056.085000', '113056.545000', '113057.005000', '113057.465000', '113057.925000', '113058.385000', '113058.845000', '113059.305000', '113059.765000', '113100.225000', '113100.685000', '113101.145000', '113101.605000', '113102.065000', '113102.525000', '113102.985000', '113103.445000', '113103.905000', '113104.365000', '113104.825000', '113105.285000', '113105.745000', '113106.205000', '113106.665000', '113107.125000', '113107.585000', '113108.045000', '113108.505000', '113108.965000', '113109.425000', '113109.885000', '113110.345000', '113110.805000', '113111.265000', '113111.725000', '113112.185000', '113112.645000', '113113.105000', '113113.565000', '113114.025000', '113114.485000', '113114.945000', '113115.405000', '113115.865000', '113116.325000', '113116.785000', '113117.245000', '113117.705000', '113118.165000', '113118.625000', '113119.085000', '113119.545000', '113120.005000', '113120.465000', '113120.925000', '113121.385000', '113121.845000', '113122.305000', '113122.765000', '113123.225000', '113123.685000', '113124.145000', '113124.605000', '113125.065000', '113125.525000', '113125.985000', '113126.445000', '113126.905000', '113127.365000', '113127.825000', '113128.285000', '113128.745000', '113129.205000', '113129.665000', '113130.125000', '113130.585000', '113131.045000', '113131.505000', '113131.965000', '113132.425000', '113132.885000', '113133.345000', '113133.805000', '113134.265000', '113134.725000', '113135.185000', '113135.645000', '113136.105000', '113136.565000', '113137.025000', '113137.485000', '113137.945000', '113138.405000', '113138.865000', '113139.325000', '113139.785000', '113140.245000', '113140.705000', '113141.165000', '113141.625000', '113142.085000', '113142.545000', '113143.005000', '113143.465000', '113143.925000', '113144.385000', '113144.845000', '113145.305000', '113145.765000', '113146.225000', '113146.685000', '113147.145000', '113147.605000', '113148.065000', '113148.525000', '113148.985000', '113149.445000', '113149.905000', '113150.365000', '113150.825000', '113151.285000', '113151.745000', '113152.205000', '113152.665000', '113153.125000', '113153.585000', '113154.045000', '113154.505000', '113154.965000', '113155.425000', '113155.885000', '113156.345000', '113156.805000', '113157.265000', '113157.725000', '113158.185000', '113158.645000', '113159.105000', '113159.565000', '113200.025000', '113200.485000', '113200.945000', '113201.405000', '113201.865000', '113202.325000', '113202.785000', '113203.245000', '113203.705000', '113204.165000', '113204.625000', '113205.085000', '113205.545000', '113206.005000', '113206.465000', '113206.925000', '113207.385000', '113207.845000', '113208.305000', '113208.765000', '113209.225000', '113209.685000', '113210.145000', '113210.605000', '113211.065000', '113211.525000', '113211.985000', '113212.445000', '113212.905000', '113213.365000', '113213.825000', '113214.285000', '113214.745000', '113215.205000', '113215.665000', '113216.125000', '113216.585000', '113217.045000', '113217.505000', '113217.965000', '113218.425000', '113218.885000', '113219.345000', '113219.805000', '113220.265000', '113220.725000', '113221.185000', '113221.645000', '113222.105000', '113222.565000', '113223.025000', '113223.485000', '113223.945000', '113224.405000', '113224.865000', '113225.325000', '113225.785000', '113226.245000', '113226.705000', '113227.165000', '113227.625000', '113228.085000', '113228.545000', '113229.005000', '113229.465000', '113229.925000', '113230.385000', '113230.845000', '113231.305000', '113231.765000', '113232.225000', '113232.685000', '113233.145000', '113233.605000', '113234.065000', '113234.525000', '113234.985000', '113235.445000', '113235.905000', '113236.365000', '113236.825000', '113237.285000', '113237.745000', '113238.205000', '113238.665000', '113239.125000', '113239.585000', '113240.045000', '113240.505000', '113240.965000', '113241.425000', '113241.885000', '113242.345000', '113242.805000', '113243.265000', '113243.725000', '113244.185000', '113244.645000', '113245.105000', '113245.565000', '113246.025000', '113246.485000', '113246.945000', '113247.405000', '113247.865000', '113248.325000', '113248.785000', '113249.245000', '113249.705000', '113250.165000', '113250.625000', '113251.085000', '113251.545000', '113252.005000', '113252.465000', '113252.925000', '113253.385000', '113253.845000', '113254.305000', '113254.765000', '113255.225000', '113255.685000', '113256.145000', '113256.605000', '113257.065000', '113257.525000', '113257.985000', '113258.445000', '113258.905000', '113259.365000', '113259.825000', '113300.285000', '113300.745000', '113301.205000', '113301.665000', '113302.125000', '113302.585000', '113303.045000', '113303.505000', '113303.965000', '113304.425000', '113304.885000', '113305.345000', '113305.805000', '113306.265000', '113306.725000', '113307.185000', '113307.645000', '113308.105000', '113308.565000', '113309.025000', '113309.485000', '113309.945000', '113310.405000', '113310.865000', '113311.325000', '113311.785000', '113312.245000', '113312.705000', '113313.165000', '113313.625000', '113314.085000', '113314.545000', '113315.005000', '113315.465000', '113315.925000', '113316.385000', '113316.845000', '113317.305000', '113317.765000', '113318.225000', '113318.685000', '113319.145000', '113319.605000', '113320.065000', '113320.525000', '113320.985000', '113321.445000', '113321.905000', '113322.365000', '113322.825000', '113323.285000', '113323.745000', '113324.205000', '113324.665000', '113325.125000', '113325.585000', '113326.045000', '113326.505000', '113326.965000', '113327.425000', '113327.885000', '113328.345000', '113328.805000', '113329.265000', '113329.725000', '113330.185000', '113330.645000', '113331.105000', '113331.565000', '113332.025000', '113332.485000', '113332.945000', '113333.405000', '113333.865000', '113334.325000', '113334.785000', '113335.245000', '113335.705000', '113336.165000', '113336.625000', '113337.085000', '113337.545000', '113338.005000', '113338.465000', '113338.925000', '113339.385000', '113339.845000', '113340.305000', '113340.765000', '113341.225000', '113341.685000', '113342.145000', '113342.605000', '113343.065000', '113343.525000', '113343.985000', '113344.445000', '113344.905000', '113345.365000', '113345.825000', '113346.285000', '113346.745000', '113347.205000', '113347.665000', '113348.125000', '113348.585000', '113349.045000', '113349.505000', '113349.965000', '113350.425000', '113350.885000', '113351.345000', '113351.805000', '113352.265000', '113352.725000', '113353.185000', '113353.645000', '113354.105000', '113354.565000', '113355.025000', '113355.485000', '113355.945000', '113356.405000', '113356.865000', '113357.325000', '113357.785000', '113358.245000', '113358.705000', '113359.165000', '113359.625000', '113400.085000', '113400.545000', '113401.005000', '113401.465000', '113401.925000', '113402.385000', '113402.845000', '113403.305000', '113403.765000', '113404.225000', '113404.685000', '113405.145000', '113405.605000', '113406.065000', '113406.525000', '113406.985000', '113407.445000', '113407.905000', '113408.365000', '113408.825000', '113409.285000', '113409.745000', '113410.205000', '113410.665000', '113411.125000', '113411.585000', '113412.045000', '113412.505000', '113412.965000', '113413.425000', '113413.885000', '113414.345000', '113414.805000', '113415.265000', '113415.725000', '113416.185000', '113416.645000', '113417.105000', '113417.565000', '113418.025000', '113418.485000', '113418.945000', '113419.405000', '113419.865000', '113420.325000', '113420.785000', '113421.245000', '113421.705000', '113422.165000', '113422.625000', '113423.085000', '113423.545000', '113424.005000', '113424.465000', '113424.925000', '113425.385000', '113425.845000', '113426.305000', '113426.765000', '113427.225000', '113427.685000', '113428.145000', '113428.605000', '113429.065000', '113429.525000', '113429.985000', '113430.445000', '113430.905000', '113431.365000', '113431.825000', '113432.285000', '113432.745000', '113433.205000', '113433.665000', '113434.125000', '113434.585000', '113435.045000', '113435.505000', '113435.965000', '113436.425000', '113436.885000', '113437.345000', '113437.805000', '113438.265000', '113438.725000', '113439.185000', '113439.645000', '113440.105000', '113440.565000', '113441.025000', '113441.485000', '113441.945000', '113442.405000', '113442.865000', '113443.325000', '113443.785000', '113444.245000', '113444.705000', '113445.165000', '113445.625000', '113446.085000', '113446.545000', '113447.005000', '113447.465000', '113447.925000', '113448.385000', '113448.845000', '113449.305000', '113449.765000', '113450.225000', '113450.685000', '113451.145000'], 'ContentTime': ['112705.420000', '112705.424000', '112705.427000', '112705.430000', '112705.433000', '112705.436000', '112705.439000', '112705.442000', '112705.445000', '112705.448000', '112705.451000', '112705.454000', '112705.457000', '112705.460000', '112705.463000', '112705.466000', '112705.469000', '112705.474000', '112705.479000', '112705.482000', '112705.485000', '112705.488000', '112705.491000', '112705.494000', '112705.496000', '112705.499000', '112705.502000', '112705.505000', '112705.508000', '112705.511000', '112705.514000', '112705.517000', '112705.520000', '112705.523000', '112705.526000', '112705.529000', '112705.532000', '112705.535000', '112705.538000', '112705.541000', '112705.544000', '112705.547000', '112705.563000', '112705.566000', '112705.569000', '112705.572000', '112705.575000', '112705.578000', '112705.581000', '112705.584000', '112725.381000', '112725.384000', '112725.387000', '112725.389000', '112725.392000', '112725.395000', '112725.398000', '112725.401000', '112725.404000', '112725.406000', '112725.409000', '112725.412000', '112725.415000', '112725.418000', '112725.420000', '112725.423000', '112725.426000', '112725.429000', '112725.431000', '112725.434000', '112725.437000', '112725.440000', '112725.443000', '112725.446000', '112725.448000', '112725.451000', '112725.454000', '112725.457000', '112725.460000', '112725.462000', '112725.465000', '112725.468000', '112725.478000', '112725.481000', '112725.484000', '112725.486000', '112725.489000', '112725.492000', '112725.495000', '112725.498000', '112725.500000', '112725.503000', '112725.506000', '112725.509000', '112745.381000', '112745.384000', '112745.387000', '112745.389000', '112745.403000', '112745.406000', '112745.408000', '112745.411000', '112745.414000', '112745.417000', '112745.420000', '112745.422000', '112745.425000', '112745.428000', '112745.431000', '112745.434000', '112745.436000', '112745.439000', '112745.442000', '112745.445000', '112745.448000', '112745.450000', '112745.453000', '112745.456000', '112745.459000', '112745.462000', '112745.464000', '112745.467000', '112745.470000', '112745.473000', '112745.476000', '112745.482000', '112745.485000', '112745.488000', '112745.491000', '112745.494000', '112745.497000', '112745.500000', '112745.502000', '112745.505000', '112745.508000', '112745.511000', '112745.514000', '112805.381000', '112805.384000', '112805.387000', '112805.389000', '112805.392000', '112805.395000', '112805.398000', '112805.401000', '112805.404000', '112805.406000', '112805.409000', '112805.412000', '112805.415000', '112805.417000', '112805.420000', '112805.423000', '112805.426000', '112805.429000', '112805.431000', '112805.434000', '112805.437000', '112805.449000', '112805.452000', '112805.455000', '112805.457000', '112805.460000', '112805.463000', '112805.466000', '112805.469000', '112805.472000', '112805.474000', '112805.477000', '112805.480000', '112805.483000', '112805.486000', '112805.489000', '112805.491000', '112805.494000', '112805.497000', '112805.500000', '112805.503000', '112805.506000', '112805.508000', '112805.511000', '112825.382000', '112825.385000', '112825.388000', '112825.390000', '112825.393000', '112825.396000', '112825.399000', '112825.402000', '112825.404000', '112825.407000', '112825.410000', '112825.413000', '112825.416000', '112825.418000', '112825.428000', '112825.431000', '112825.434000', '112825.436000', '112825.440000', '112825.443000', '112825.446000', '112825.449000', '112825.452000', '112825.455000', '112825.457000', '112825.460000', '112825.463000', '112825.466000', '112825.477000', '112825.480000', '112825.483000', '112825.486000', '112825.489000', '112825.491000', '112825.494000', '112825.497000', '112825.500000', '112825.503000', '112825.506000', '112825.508000', '112825.512000', '112825.518000', '112825.521000', '112845.381000', '112845.384000', '112845.387000', '112845.390000', '112845.392000', '112845.395000', '112845.398000', '112845.401000', '112845.405000', '112845.408000', '112845.411000', '112845.414000', '112845.417000', '112845.419000', '112845.422000', '112845.425000', '112845.428000', '112845.431000', '112845.434000', '112845.436000', '112845.439000', '112845.442000', '112845.445000', '112845.448000', '112845.451000', '112845.453000', '112845.456000', '112845.459000', '112845.462000', '112845.465000', '112845.467000', '112845.470000', '112845.473000', '112845.476000', '112845.479000', '112845.482000', '112845.484000', '112845.487000', '112845.490000', '112845.493000', '112845.495000', '112845.498000', '112845.501000', '112845.504000', '112905.381000', '112905.384000', '112905.387000', '112905.389000', '112905.392000', '112905.395000', '112905.398000', '112905.401000', '112905.404000', '112905.406000', '112905.409000', '112905.412000', '112905.415000', '112905.418000', '112905.420000', '112905.423000', '112905.426000', '112905.429000', '112905.432000', '112905.435000', '112905.437000', '112905.440000', '112905.443000', '112905.446000', '112905.449000', '112905.451000', '112905.454000', '112905.457000', '112905.460000', '112905.463000', '112905.466000', '112905.468000', '112905.471000', '112905.474000', '112905.477000', '112905.480000', '112905.482000', '112905.485000', '112905.488000', '112905.491000', '112905.493000', '112905.496000', '112905.499000', '112925.396000', '112925.399000', '112925.402000', '112925.404000', '112925.407000', '112925.410000', '112925.431000', '112925.434000', '112925.437000', '112925.440000', '112925.443000', '112925.446000', '112925.448000', '112925.451000', '112925.454000', '112925.457000', '112925.460000', '112925.463000', '112925.466000', '112925.468000', '112925.471000', '112925.474000', '112925.477000', '112925.480000', '112925.482000', '112925.485000', '112925.488000', '112925.491000', '112925.494000', '112925.496000', '112925.499000', '112925.502000', '112925.505000', '112925.508000', '112925.511000', '112925.513000', '112925.516000', '112925.519000', '112925.522000', '112925.525000', '112925.528000', '112925.530000', '112925.533000', '112925.536000', '112945.381000', '112945.384000', '112945.387000', '112945.390000', '112945.392000', '112945.395000', '112945.398000', '112945.401000', '112945.404000', '112945.407000', '112945.409000', '112945.412000', '112945.415000', '112945.418000', '112945.421000', '112945.424000', '112945.426000', '112945.429000', '112945.432000', '112945.435000', '112945.438000', '112945.440000', '112945.443000', '112945.446000', '112945.449000', '112945.452000', '112945.454000', '112945.457000', '112945.460000', '112945.463000', '112945.466000', '112945.468000', '112945.471000', '112945.474000', '112945.478000', '112945.481000', '112945.484000', '112945.487000', '112945.489000', '112945.492000', '112945.495000', '112945.498000', '112945.501000', '113005.381000', '113005.384000', '113005.387000', '113005.389000', '113005.392000', '113005.395000', '113005.398000', '113005.401000', '113005.404000', '113005.406000', '113005.409000', '113005.412000', '113005.415000', '113005.418000', '113005.421000', '113005.423000', '113005.426000', '113005.437000', '113005.440000', '113005.443000', '113005.446000', '113005.449000', '113005.452000', '113005.455000', '113005.457000', '113005.460000', '113005.463000', '113005.466000', '113005.469000', '113005.472000', '113005.475000', '113005.477000', '113005.480000', '113005.483000', '113005.486000', '113005.489000', '113005.492000', '113005.495000', '113005.497000', '113005.500000', '113005.503000', '113005.506000', '113005.509000', '113005.512000', '113025.381000', '113025.384000', '113025.387000', '113025.390000', '113025.393000', '113025.395000', '113025.398000', '113025.401000', '113025.404000', '113025.407000', '113025.409000', '113025.412000', '113025.415000', '113025.418000', '113025.421000', '113025.424000', '113025.426000', '113025.429000', '113025.432000', '113025.435000', '113025.438000', '113025.440000', '113025.443000', '113025.446000', '113025.449000', '113025.452000', '113025.454000', '113025.457000', '113025.460000', '113025.463000', '113025.466000', '113025.468000', '113025.471000', '113025.474000', '113025.477000', '113025.480000', '113025.482000', '113025.485000', '113025.488000', '113025.491000', '113025.494000', '113025.497000', '113025.499000', '113045.382000', '113045.385000', '113045.388000', '113045.390000', '113045.393000', '113045.396000', '113045.399000', '113045.402000', '113045.405000', '113045.408000', '113045.410000', '113045.418000', '113045.421000', '113045.424000', '113045.427000', '113045.429000', '113045.432000', '113045.435000', '113045.438000', '113045.441000', '113045.444000', '113045.447000', '113045.449000', '113045.452000', '113045.455000', '113045.473000', '113045.476000', '113045.479000', '113045.482000', '113045.484000', '113045.487000', '113045.490000', '113045.493000', '113045.495000', '113045.498000', '113045.501000', '113045.504000', '113045.507000', '113045.509000', '113045.512000', '113045.515000', '113045.518000', '113045.521000', '113045.524000', '113105.381000', '113105.384000', '113105.387000', '113105.390000', '113105.393000', '113105.395000', '113105.398000', '113105.401000', '113105.404000', '113105.407000', '113105.410000', '113105.413000', '113105.416000', '113105.418000', '113105.421000', '113105.424000', '113105.427000', '113105.429000', '113105.432000', '113105.435000', '113105.438000', '113105.441000', '113105.444000', '113105.447000', '113105.449000', '113105.452000', '113105.455000', '113105.458000', '113105.461000', '113105.463000', '113105.466000', '113105.469000', '113105.472000', '113105.475000', '113105.477000', '113105.480000', '113105.483000', '113105.486000', '113105.489000', '113105.492000', '113105.494000', '113105.497000', '113105.500000', '113125.381000', '113125.384000', '113125.387000', '113125.390000', '113125.392000', '113125.395000', '113125.398000', '113125.401000', '113125.404000', '113125.407000', '113125.410000', '113125.413000', '113125.415000', '113125.418000', '113125.421000', '113125.424000', '113125.427000', '113125.429000', '113125.432000', '113125.435000', '113125.438000', '113125.441000', '113125.444000', '113125.447000', '113125.449000', '113125.452000', '113125.455000', '113125.458000', '113125.461000', '113125.464000', '113125.466000', '113125.469000', '113125.472000', '113125.475000', '113125.478000', '113125.481000', '113125.484000', '113125.487000', '113125.489000', '113125.492000', '113125.495000', '113125.498000', '113125.501000', '113125.503000', '113145.381000', '113145.384000', '113145.387000', '113145.390000', '113145.393000', '113145.396000', '113145.399000', '113145.402000', '113145.404000', '113145.407000', '113145.410000', '113145.413000', '113145.416000', '113145.419000', '113145.421000', '113145.424000', '113145.427000', '113145.430000', '113145.433000', '113145.436000', '113145.439000', '113145.442000', '113145.444000', '113145.447000', '113145.450000', '113145.453000', '113145.456000', '113145.459000', '113145.462000', '113145.465000', '113145.467000', '113145.470000', '113145.473000', '113145.476000', '113145.479000', '113145.482000', '113145.484000', '113145.487000', '113145.490000', '113145.493000', '113145.496000', '113145.499000', '113145.502000', '113205.382000', '113205.385000', '113205.389000', '113205.391000', '113205.394000', '113205.397000', '113205.400000', '113205.403000', '113205.406000', '113205.409000', '113205.412000', '113205.414000', '113205.417000', '113205.420000', '113205.423000', '113205.426000', '113205.429000', '113205.431000', '113205.434000', '113205.437000', '113205.440000', '113205.443000', '113205.448000', '113205.451000', '113205.454000', '113205.457000', '113205.460000', '113205.462000', '113205.465000', '113205.468000', '113205.471000', '113205.474000', '113205.477000', '113205.480000', '113205.482000', '113205.485000', '113205.488000', '113205.491000', '113205.494000', '113205.496000', '113205.499000', '113205.502000', '113205.505000', '113225.381000', '113225.384000', '113225.387000', '113225.390000', '113225.393000', '113225.396000', '113225.398000', '113225.401000', '113225.404000', '113225.407000', '113225.410000', '113225.413000', '113225.415000', '113225.418000', '113225.421000', '113225.424000', '113225.427000', '113225.430000', '113225.433000', '113225.435000', '113225.438000', '113225.441000', '113225.444000', '113225.447000', '113225.450000', '113225.453000', '113225.455000', '113225.458000', '113225.461000', '113225.464000', '113225.467000', '113225.469000', '113225.472000', '113225.475000', '113225.478000', '113225.481000', '113225.484000', '113225.487000', '113225.489000', '113225.492000', '113225.495000', '113225.498000', '113225.501000', '113225.504000', '113245.381000', '113245.384000', '113245.387000', '113245.390000', '113245.393000', '113245.396000', '113245.399000', '113245.403000', '113245.406000', '113245.410000', '113245.412000', '113245.415000', '113245.418000', '113245.421000', '113245.424000', '113245.427000', '113245.429000', '113245.432000', '113245.435000', '113245.438000', '113245.441000', '113245.444000', '113245.447000', '113245.449000', '113245.452000', '113245.455000', '113245.458000', '113245.461000', '113245.463000', '113245.466000', '113245.469000', '113245.472000', '113245.475000', '113245.478000', '113245.481000', '113245.483000', '113245.486000', '113245.489000', '113245.492000', '113245.495000', '113245.497000', '113245.500000', '113245.503000', '113305.382000', '113305.385000', '113305.388000', '113305.391000', '113305.394000', '113305.397000', '113305.399000', '113305.402000', '113305.405000', '113305.408000', '113305.411000', '113305.413000', '113305.416000', '113305.419000', '113305.422000', '113305.425000', '113305.428000', '113305.431000', '113305.433000', '113305.436000', '113305.439000', '113305.442000', '113305.445000', '113305.448000', '113305.450000', '113305.453000', '113305.456000', '113305.459000', '113305.462000', '113305.465000', '113305.467000', '113305.470000', '113305.473000', '113305.476000', '113305.479000', '113305.482000', '113305.485000', '113305.487000', '113305.490000', '113305.493000', '113305.496000', '113305.499000', '113305.502000', '113305.504000', '113325.381000', '113325.384000', '113325.387000', '113325.390000', '113325.393000', '113325.395000', '113325.398000', '113325.401000', '113325.404000', '113325.407000', '113325.410000', '113325.413000', '113325.416000', '113325.419000', '113325.421000', '113325.424000', '113325.427000', '113325.430000', '113325.433000', '113325.435000', '113325.438000', '113325.441000', '113325.444000', '113325.447000', '113325.449000', '113325.452000', '113325.455000', '113325.458000', '113325.461000', '113325.463000', '113325.466000', '113325.469000', '113325.472000', '113325.474000', '113325.477000', '113325.480000', '113325.483000', '113325.486000', '113325.488000', '113325.491000', '113325.494000', '113325.497000', '113325.500000', '113345.381000', '113345.384000', '113345.387000', '113345.403000', '113345.405000', '113345.408000', '113345.411000', '113345.414000', '113345.417000', '113345.419000', '113345.422000', '113345.425000', '113345.428000', '113345.431000', '113345.433000', '113345.436000', '113345.439000', '113345.442000', '113345.445000', '113345.447000', '113345.450000', '113345.453000', '113345.456000', '113345.459000', '113345.461000', '113345.464000', '113345.467000', '113345.470000', '113345.473000', '113345.475000', '113345.478000', '113345.481000', '113345.484000', '113345.487000', '113345.489000', '113345.492000', '113345.495000', '113345.498000', '113345.501000', '113345.503000', '113345.506000', '113345.509000', '113345.512000', '113345.515000', '113405.381000', '113405.384000', '113405.387000', '113405.390000', '113405.393000', '113405.395000', '113405.398000', '113405.401000', '113405.404000', '113405.407000', '113405.409000', '113405.412000', '113405.415000', '113405.418000', '113405.421000', '113405.424000', '113405.426000', '113405.429000', '113405.432000', '113405.435000', '113405.438000', '113405.441000', '113405.444000', '113405.446000', '113405.449000', '113405.452000', '113405.455000', '113405.458000', '113405.461000', '113405.463000', '113405.466000', '113405.469000', '113405.472000', '113405.475000', '113405.478000', '113405.480000', '113405.483000', '113405.486000', '113405.489000', '113405.492000', '113405.494000', '113405.497000', '113405.500000', '113425.381000', '113425.384000', '113425.387000', '113425.390000', '113425.392000', '113425.395000', '113425.398000', '113425.401000', '113425.404000', '113425.406000', '113425.409000', '113425.412000', '113425.415000', '113425.418000', '113425.421000', '113425.423000', '113425.426000', '113425.429000', '113425.432000', '113425.435000', '113425.438000', '113425.440000', '113425.443000', '113425.446000', '113425.449000', '113425.452000', '113425.454000', '113425.457000', '113425.460000', '113425.463000', '113425.466000', '113425.469000', '113425.472000', '113425.474000', '113425.477000', '113425.480000', '113425.483000', '113425.486000', '113425.488000', '113425.491000', '113425.494000', '113425.497000', '113425.500000', '113425.502000', '113445.381000', '113445.384000', '113445.387000', '113445.391000', '113445.394000', '113445.397000', '113445.399000', '113445.402000', '113445.405000', '113445.408000', '113445.411000', '113445.413000', '113445.416000', '113445.419000', '113445.422000', '113445.425000', '113445.428000', '113445.431000', '113445.433000', '113445.436000', '113445.439000', '113445.442000', '113445.445000', '113445.448000', '113445.450000', '113445.453000', '113445.456000', '113445.459000', '113445.462000', '113445.465000', '113445.468000', '113445.470000', '113445.473000', '113445.476000', '113445.479000', '113445.482000', '113445.485000', '113445.487000', '113445.490000', '113445.493000', '113445.496000', '113445.498000', '113445.501000', '113451.958000', '113451.962000', '113451.964000', '113451.967000', '113451.970000', '113451.973000', '113451.976000', '113451.979000', '113451.982000', '113451.984000', '113451.987000', '113451.990000', '113451.993000', '113451.995000', '113452.012000'], 'InstanceCreationTime': ['112705.420000', '112705.424000', '112705.427000', '112705.430000', '112705.433000', '112705.436000', '112705.439000', '112705.442000', '112705.445000', '112705.448000', '112705.451000', '112705.454000', '112705.457000', '112705.460000', '112705.463000', '112705.466000', '112705.469000', '112705.474000', '112705.479000', '112705.482000', '112705.485000', '112705.488000', '112705.491000', '112705.494000', '112705.496000', '112705.499000', '112705.502000', '112705.505000', '112705.508000', '112705.511000', '112705.514000', '112705.517000', '112705.520000', '112705.523000', '112705.526000', '112705.529000', '112705.532000', '112705.535000', '112705.538000', '112705.541000', '112705.544000', '112705.547000', '112705.563000', '112705.566000', '112705.569000', '112705.572000', '112705.575000', '112705.578000', '112705.581000', '112705.584000', '112725.381000', '112725.384000', '112725.387000', '112725.389000', '112725.392000', '112725.395000', '112725.398000', '112725.401000', '112725.404000', '112725.406000', '112725.409000', '112725.412000', '112725.415000', '112725.418000', '112725.420000', '112725.423000', '112725.426000', '112725.429000', '112725.431000', '112725.434000', '112725.437000', '112725.440000', '112725.443000', '112725.446000', '112725.448000', '112725.451000', '112725.454000', '112725.457000', '112725.460000', '112725.462000', '112725.465000', '112725.468000', '112725.478000', '112725.481000', '112725.484000', '112725.486000', '112725.489000', '112725.492000', '112725.495000', '112725.498000', '112725.500000', '112725.503000', '112725.506000', '112725.509000', '112745.381000', '112745.384000', '112745.387000', '112745.389000', '112745.403000', '112745.406000', '112745.408000', '112745.411000', '112745.414000', '112745.417000', '112745.420000', '112745.422000', '112745.425000', '112745.428000', '112745.431000', '112745.434000', '112745.436000', '112745.439000', '112745.442000', '112745.445000', '112745.448000', '112745.450000', '112745.453000', '112745.456000', '112745.459000', '112745.462000', '112745.464000', '112745.467000', '112745.470000', '112745.473000', '112745.476000', '112745.482000', '112745.485000', '112745.488000', '112745.491000', '112745.494000', '112745.497000', '112745.500000', '112745.502000', '112745.505000', '112745.508000', '112745.511000', '112745.514000', '112805.381000', '112805.384000', '112805.387000', '112805.389000', '112805.392000', '112805.395000', '112805.398000', '112805.401000', '112805.404000', '112805.406000', '112805.409000', '112805.412000', '112805.415000', '112805.417000', '112805.420000', '112805.423000', '112805.426000', '112805.429000', '112805.431000', '112805.434000', '112805.437000', '112805.449000', '112805.452000', '112805.455000', '112805.457000', '112805.460000', '112805.463000', '112805.466000', '112805.469000', '112805.472000', '112805.474000', '112805.477000', '112805.480000', '112805.483000', '112805.486000', '112805.489000', '112805.491000', '112805.494000', '112805.497000', '112805.500000', '112805.503000', '112805.506000', '112805.508000', '112805.511000', '112825.382000', '112825.385000', '112825.388000', '112825.390000', '112825.393000', '112825.396000', '112825.399000', '112825.402000', '112825.404000', '112825.407000', '112825.410000', '112825.413000', '112825.416000', '112825.418000', '112825.428000', '112825.431000', '112825.434000', '112825.436000', '112825.440000', '112825.443000', '112825.446000', '112825.449000', '112825.452000', '112825.455000', '112825.457000', '112825.460000', '112825.463000', '112825.466000', '112825.477000', '112825.480000', '112825.483000', '112825.486000', '112825.489000', '112825.491000', '112825.494000', '112825.497000', '112825.500000', '112825.503000', '112825.506000', '112825.508000', '112825.512000', '112825.518000', '112825.521000', '112845.381000', '112845.384000', '112845.387000', '112845.390000', '112845.392000', '112845.395000', '112845.398000', '112845.401000', '112845.405000', '112845.408000', '112845.411000', '112845.414000', '112845.417000', '112845.419000', '112845.422000', '112845.425000', '112845.428000', '112845.431000', '112845.434000', '112845.436000', '112845.439000', '112845.442000', '112845.445000', '112845.448000', '112845.451000', '112845.453000', '112845.456000', '112845.459000', '112845.462000', '112845.465000', '112845.467000', '112845.470000', '112845.473000', '112845.476000', '112845.479000', '112845.482000', '112845.484000', '112845.487000', '112845.490000', '112845.493000', '112845.495000', '112845.498000', '112845.501000', '112845.504000', '112905.381000', '112905.384000', '112905.387000', '112905.389000', '112905.392000', '112905.395000', '112905.398000', '112905.401000', '112905.404000', '112905.406000', '112905.409000', '112905.412000', '112905.415000', '112905.418000', '112905.420000', '112905.423000', '112905.426000', '112905.429000', '112905.432000', '112905.435000', '112905.437000', '112905.440000', '112905.443000', '112905.446000', '112905.449000', '112905.451000', '112905.454000', '112905.457000', '112905.460000', '112905.463000', '112905.466000', '112905.468000', '112905.471000', '112905.474000', '112905.477000', '112905.480000', '112905.482000', '112905.485000', '112905.488000', '112905.491000', '112905.493000', '112905.496000', '112905.499000', '112925.396000', '112925.399000', '112925.402000', '112925.404000', '112925.407000', '112925.410000', '112925.431000', '112925.434000', '112925.437000', '112925.440000', '112925.443000', '112925.446000', '112925.448000', '112925.451000', '112925.454000', '112925.457000', '112925.460000', '112925.463000', '112925.466000', '112925.468000', '112925.471000', '112925.474000', '112925.477000', '112925.480000', '112925.482000', '112925.485000', '112925.488000', '112925.491000', '112925.494000', '112925.496000', '112925.499000', '112925.502000', '112925.505000', '112925.508000', '112925.511000', '112925.513000', '112925.516000', '112925.519000', '112925.522000', '112925.525000', '112925.528000', '112925.530000', '112925.533000', '112925.536000', '112945.381000', '112945.384000', '112945.387000', '112945.390000', '112945.392000', '112945.395000', '112945.398000', '112945.401000', '112945.404000', '112945.407000', '112945.409000', '112945.412000', '112945.415000', '112945.418000', '112945.421000', '112945.424000', '112945.426000', '112945.429000', '112945.432000', '112945.435000', '112945.438000', '112945.440000', '112945.443000', '112945.446000', '112945.449000', '112945.452000', '112945.454000', '112945.457000', '112945.460000', '112945.463000', '112945.466000', '112945.468000', '112945.471000', '112945.474000', '112945.478000', '112945.481000', '112945.484000', '112945.487000', '112945.489000', '112945.492000', '112945.495000', '112945.498000', '112945.501000', '113005.381000', '113005.384000', '113005.387000', '113005.389000', '113005.392000', '113005.395000', '113005.398000', '113005.401000', '113005.404000', '113005.406000', '113005.409000', '113005.412000', '113005.415000', '113005.418000', '113005.421000', '113005.423000', '113005.426000', '113005.437000', '113005.440000', '113005.443000', '113005.446000', '113005.449000', '113005.452000', '113005.455000', '113005.457000', '113005.460000', '113005.463000', '113005.466000', '113005.469000', '113005.472000', '113005.475000', '113005.477000', '113005.480000', '113005.483000', '113005.486000', '113005.489000', '113005.492000', '113005.495000', '113005.497000', '113005.500000', '113005.503000', '113005.506000', '113005.509000', '113005.512000', '113025.381000', '113025.384000', '113025.387000', '113025.390000', '113025.393000', '113025.395000', '113025.398000', '113025.401000', '113025.404000', '113025.407000', '113025.409000', '113025.412000', '113025.415000', '113025.418000', '113025.421000', '113025.424000', '113025.426000', '113025.429000', '113025.432000', '113025.435000', '113025.438000', '113025.440000', '113025.443000', '113025.446000', '113025.449000', '113025.452000', '113025.454000', '113025.457000', '113025.460000', '113025.463000', '113025.466000', '113025.468000', '113025.471000', '113025.474000', '113025.477000', '113025.480000', '113025.482000', '113025.485000', '113025.488000', '113025.491000', '113025.494000', '113025.497000', '113025.499000', '113045.382000', '113045.385000', '113045.388000', '113045.390000', '113045.393000', '113045.396000', '113045.399000', '113045.402000', '113045.405000', '113045.408000', '113045.410000', '113045.418000', '113045.421000', '113045.424000', '113045.427000', '113045.429000', '113045.432000', '113045.435000', '113045.438000', '113045.441000', '113045.444000', '113045.447000', '113045.449000', '113045.452000', '113045.455000', '113045.473000', '113045.476000', '113045.479000', '113045.482000', '113045.484000', '113045.487000', '113045.490000', '113045.493000', '113045.495000', '113045.498000', '113045.501000', '113045.504000', '113045.507000', '113045.509000', '113045.512000', '113045.515000', '113045.518000', '113045.521000', '113045.524000', '113105.381000', '113105.384000', '113105.387000', '113105.390000', '113105.393000', '113105.395000', '113105.398000', '113105.401000', '113105.404000', '113105.407000', '113105.410000', '113105.413000', '113105.416000', '113105.418000', '113105.421000', '113105.424000', '113105.427000', '113105.429000', '113105.432000', '113105.435000', '113105.438000', '113105.441000', '113105.444000', '113105.447000', '113105.449000', '113105.452000', '113105.455000', '113105.458000', '113105.461000', '113105.463000', '113105.466000', '113105.469000', '113105.472000', '113105.475000', '113105.477000', '113105.480000', '113105.483000', '113105.486000', '113105.489000', '113105.492000', '113105.494000', '113105.497000', '113105.500000', '113125.381000', '113125.384000', '113125.387000', '113125.390000', '113125.392000', '113125.395000', '113125.398000', '113125.401000', '113125.404000', '113125.407000', '113125.410000', '113125.413000', '113125.415000', '113125.418000', '113125.421000', '113125.424000', '113125.427000', '113125.429000', '113125.432000', '113125.435000', '113125.438000', '113125.441000', '113125.444000', '113125.447000', '113125.449000', '113125.452000', '113125.455000', '113125.458000', '113125.461000', '113125.464000', '113125.466000', '113125.469000', '113125.472000', '113125.475000', '113125.478000', '113125.481000', '113125.484000', '113125.487000', '113125.489000', '113125.492000', '113125.495000', '113125.498000', '113125.501000', '113125.503000', '113145.381000', '113145.384000', '113145.387000', '113145.390000', '113145.393000', '113145.396000', '113145.399000', '113145.402000', '113145.404000', '113145.407000', '113145.410000', '113145.413000', '113145.416000', '113145.419000', '113145.421000', '113145.424000', '113145.427000', '113145.430000', '113145.433000', '113145.436000', '113145.439000', '113145.442000', '113145.444000', '113145.447000', '113145.450000', '113145.453000', '113145.456000', '113145.459000', '113145.462000', '113145.465000', '113145.467000', '113145.470000', '113145.473000', '113145.476000', '113145.479000', '113145.482000', '113145.484000', '113145.487000', '113145.490000', '113145.493000', '113145.496000', '113145.499000', '113145.502000', '113205.382000', '113205.385000', '113205.389000', '113205.391000', '113205.394000', '113205.397000', '113205.400000', '113205.403000', '113205.406000', '113205.409000', '113205.412000', '113205.414000', '113205.417000', '113205.420000', '113205.423000', '113205.426000', '113205.429000', '113205.431000', '113205.434000', '113205.437000', '113205.440000', '113205.443000', '113205.448000', '113205.451000', '113205.454000', '113205.457000', '113205.460000', '113205.462000', '113205.465000', '113205.468000', '113205.471000', '113205.474000', '113205.477000', '113205.480000', '113205.482000', '113205.485000', '113205.488000', '113205.491000', '113205.494000', '113205.496000', '113205.499000', '113205.502000', '113205.505000', '113225.381000', '113225.384000', '113225.387000', '113225.390000', '113225.393000', '113225.396000', '113225.398000', '113225.401000', '113225.404000', '113225.407000', '113225.410000', '113225.413000', '113225.415000', '113225.418000', '113225.421000', '113225.424000', '113225.427000', '113225.430000', '113225.433000', '113225.435000', '113225.438000', '113225.441000', '113225.444000', '113225.447000', '113225.450000', '113225.453000', '113225.455000', '113225.458000', '113225.461000', '113225.464000', '113225.467000', '113225.469000', '113225.472000', '113225.475000', '113225.478000', '113225.481000', '113225.484000', '113225.487000', '113225.489000', '113225.492000', '113225.495000', '113225.498000', '113225.501000', '113225.504000', '113245.381000', '113245.384000', '113245.387000', '113245.390000', '113245.393000', '113245.396000', '113245.399000', '113245.403000', '113245.406000', '113245.410000', '113245.412000', '113245.415000', '113245.418000', '113245.421000', '113245.424000', '113245.427000', '113245.429000', '113245.432000', '113245.435000', '113245.438000', '113245.441000', '113245.444000', '113245.447000', '113245.449000', '113245.452000', '113245.455000', '113245.458000', '113245.461000', '113245.463000', '113245.466000', '113245.469000', '113245.472000', '113245.475000', '113245.478000', '113245.481000', '113245.483000', '113245.486000', '113245.489000', '113245.492000', '113245.495000', '113245.497000', '113245.500000', '113245.503000', '113305.382000', '113305.385000', '113305.388000', '113305.391000', '113305.394000', '113305.397000', '113305.399000', '113305.402000', '113305.405000', '113305.408000', '113305.411000', '113305.413000', '113305.416000', '113305.419000', '113305.422000', '113305.425000', '113305.428000', '113305.431000', '113305.433000', '113305.436000', '113305.439000', '113305.442000', '113305.445000', '113305.448000', '113305.450000', '113305.453000', '113305.456000', '113305.459000', '113305.462000', '113305.465000', '113305.467000', '113305.470000', '113305.473000', '113305.476000', '113305.479000', '113305.482000', '113305.485000', '113305.487000', '113305.490000', '113305.493000', '113305.496000', '113305.499000', '113305.502000', '113305.504000', '113325.381000', '113325.384000', '113325.387000', '113325.390000', '113325.393000', '113325.395000', '113325.398000', '113325.401000', '113325.404000', '113325.407000', '113325.410000', '113325.413000', '113325.416000', '113325.419000', '113325.421000', '113325.424000', '113325.427000', '113325.430000', '113325.433000', '113325.435000', '113325.438000', '113325.441000', '113325.444000', '113325.447000', '113325.449000', '113325.452000', '113325.455000', '113325.458000', '113325.461000', '113325.463000', '113325.466000', '113325.469000', '113325.472000', '113325.474000', '113325.477000', '113325.480000', '113325.483000', '113325.486000', '113325.488000', '113325.491000', '113325.494000', '113325.497000', '113325.500000', '113345.381000', '113345.384000', '113345.387000', '113345.403000', '113345.405000', '113345.408000', '113345.411000', '113345.414000', '113345.417000', '113345.419000', '113345.422000', '113345.425000', '113345.428000', '113345.431000', '113345.433000', '113345.436000', '113345.439000', '113345.442000', '113345.445000', '113345.447000', '113345.450000', '113345.453000', '113345.456000', '113345.459000', '113345.461000', '113345.464000', '113345.467000', '113345.470000', '113345.473000', '113345.475000', '113345.478000', '113345.481000', '113345.484000', '113345.487000', '113345.489000', '113345.492000', '113345.495000', '113345.498000', '113345.501000', '113345.503000', '113345.506000', '113345.509000', '113345.512000', '113345.515000', '113405.381000', '113405.384000', '113405.387000', '113405.390000', '113405.393000', '113405.395000', '113405.398000', '113405.401000', '113405.404000', '113405.407000', '113405.409000', '113405.412000', '113405.415000', '113405.418000', '113405.421000', '113405.424000', '113405.426000', '113405.429000', '113405.432000', '113405.435000', '113405.438000', '113405.441000', '113405.444000', '113405.446000', '113405.449000', '113405.452000', '113405.455000', '113405.458000', '113405.461000', '113405.463000', '113405.466000', '113405.469000', '113405.472000', '113405.475000', '113405.478000', '113405.480000', '113405.483000', '113405.486000', '113405.489000', '113405.492000', '113405.494000', '113405.497000', '113405.500000', '113425.381000', '113425.384000', '113425.387000', '113425.390000', '113425.392000', '113425.395000', '113425.398000', '113425.401000', '113425.404000', '113425.406000', '113425.409000', '113425.412000', '113425.415000', '113425.418000', '113425.421000', '113425.423000', '113425.426000', '113425.429000', '113425.432000', '113425.435000', '113425.438000', '113425.440000', '113425.443000', '113425.446000', '113425.449000', '113425.452000', '113425.454000', '113425.457000', '113425.460000', '113425.463000', '113425.466000', '113425.469000', '113425.472000', '113425.474000', '113425.477000', '113425.480000', '113425.483000', '113425.486000', '113425.488000', '113425.491000', '113425.494000', '113425.497000', '113425.500000', '113425.502000', '113445.381000', '113445.384000', '113445.387000', '113445.391000', '113445.394000', '113445.397000', '113445.399000', '113445.402000', '113445.405000', '113445.408000', '113445.411000', '113445.413000', '113445.416000', '113445.419000', '113445.422000', '113445.425000', '113445.428000', '113445.431000', '113445.433000', '113445.436000', '113445.439000', '113445.442000', '113445.445000', '113445.448000', '113445.450000', '113445.453000', '113445.456000', '113445.459000', '113445.462000', '113445.465000', '113445.468000', '113445.470000', '113445.473000', '113445.476000', '113445.479000', '113445.482000', '113445.485000', '113445.487000', '113445.490000', '113445.493000', '113445.496000', '113445.498000', '113445.501000', '113451.958000', '113451.962000', '113451.964000', '113451.967000', '113451.970000', '113451.973000', '113451.976000', '113451.979000', '113451.982000', '113451.984000', '113451.987000', '113451.990000', '113451.993000', '113451.995000', '113452.012000'], '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': [8860, 10383, 8578, 12029, 8787, 12194, 8502, 10131, 8541, 11029, 8665, 10790, 8127, 10726, 8508, 11537, 8527, 7760, 8028, 7708, 8092, 8412, 9919, 8643, 10965, 8450, 11811, 8532, 11382, 8798, 12210, 8746, 13054, 9717, 11085, 11578, 11969, 9539, 11582, 8656, 9282, 8538, 8021, 9797, 8120, 10176, 7922, 10668, 8143, 10828, 8055, 10588, 8448, 11566, 8093, 11909, 7823, 9882, 7692, 9699, 7735, 9079, 7641, 10101, 7768, 8472, 7856, 7686, 8074, 7859, 9128, 7766, 9464, 7811, 10342, 7973, 10626, 7948, 12132, 9199, 11314, 8404, 9171, 9220, 7780, 10839, 7862, 12362, 8981, 12461, 8297, 11699, 8906, 11502, 8419, 10770, 8720, 7704, 8806, 7587, 9458, 7922, 10833, 8353, 10794, 8777, 9686, 9381, 7795, 9565, 7728, 10842, 7990, 11112, 8408, 8982, 9527, 7988, 9845, 7805, 9557, 7930, 7827, 8583, 7726, 11641, 8612, 7729, 8218, 7641, 10522, 7966, 9496, 8612, 7897, 12610, 9516, 10839, 7919, 7523, 9481, 7782, 12021, 10345, 9509, 12751, 7639, 7930, 8236, 7855, 9887, 8343, 7888, 12036, 11038, 12276, 9945, 8894, 12380, 9550, 12486, 9596, 7542, 12689, 10325, 9281, 7808, 7798, 7906, 8242, 7908, 9261, 7870, 10134, 9771, 8280, 12417, 9749, 12643, 8915, 9926, 10767, 10144, 14122, 10557, 9102, 8875, 7646, 8358, 7618, 9139, 7739, 8898, 7962, 7501, 8399, 7556, 9363, 7725, 7668, 7728, 7502, 8920, 8015, 10480, 8503, 7758, 8678, 7438, 10414, 7963, 12063, 9364, 12362, 9217, 10259, 8564, 7963, 8715, 7695, 9839, 7888, 9291, 8227, 7605, 10289, 7710, 10695, 7979, 8907, 8035, 8059, 10034, 8193, 12297, 7952, 9465, 8148, 7568, 10711, 8686, 9868, 8080, 8079, 10471, 7918, 7852, 9121, 8111, 12089, 8579, 8424, 8049, 8115, 9456, 8040, 11076, 9316, 7506, 11073, 7718, 7621, 8287, 7683, 11701, 9204, 7780, 10199, 7762, 10136, 8644, 7961, 11675, 8874, 13080, 10612, 9665, 13882, 10648, 8571, 9493, 7961, 7687, 9211, 9869, 13117, 11127, 10870, 8328, 7838, 13600, 10858, 9712, 8284, 7555, 12109, 8631, 10730, 8613, 10502, 13427, 11414, 7762, 8963, 7953, 7771, 8558, 7867, 10914, 8265, 9309, 10357, 8101, 7912, 8726, 7917, 9951, 7940, 12134, 9275, 8295, 11909, 8056, 8531, 8339, 7894, 8271, 7667, 9670, 8160, 7843, 8531, 7902, 9598, 8172, 7768, 8384, 7830, 9202, 7933, 11398, 8296, 10510, 7987, 7632, 8364, 7812, 8451, 7487, 9357, 7897, 9958, 8057, 7610, 8061, 7941, 8908, 7864, 9736, 7795, 9292, 8080, 7787, 10351, 8375, 8828, 8014, 7811, 9265, 7953, 10264, 8490, 12090, 8665, 9798, 7931, 8296, 9805, 8949, 14535, 10725, 9648, 8439, 7765, 10755, 8444, 13021, 10258, 10247, 12218, 7924, 13225, 7955, 11050, 8590, 12553, 9049, 10113, 8493, 7622, 12065, 8147, 11304, 7878, 8594, 7972, 8174, 9022, 8265, 11194, 7993, 9039, 7959, 7835, 8668, 7756, 10218, 8022, 12825, 10332, 9713, 8184, 7858, 8945, 7823, 10491, 8325, 10745, 8293, 7782, 8415, 7759, 11620, 8107, 12837, 10283, 11975, 11256, 7645, 8866, 7678, 8992, 7854, 9070, 7753, 9337, 7947, 8957, 7750, 8726, 7912, 8847, 7638, 10101, 8062, 7632, 7911, 7729, 8668, 7847, 10021, 8118, 9979, 8515, 8042, 10069, 7655, 11604, 8446, 13940, 9442, 13232, 10034, 10460, 9874, 7868, 10064, 7885, 11347, 8070, 11501, 8866, 8688, 9244, 7807, 9450, 8059, 7860, 9840, 8135, 11869, 9035, 12278, 9221, 10288, 10179, 9462, 14750, 11379, 8327, 9370, 7759, 7535, 11147, 9839, 9754, 10254, 9048, 8174, 15145, 13791, 14059, 15724, 12078, 11690, 12754, 11580, 9516, 7778, 11094, 9278, 8927, 13082, 10253, 9404, 9560, 8130, 8618, 8909, 8266, 9708, 8347, 8562, 10705, 8543, 11846, 9392, 9458, 9629, 8462, 10961, 8565, 12627, 9391, 11423, 9175, 8740, 9290, 8304, 8616, 8489, 8013, 8352, 8745, 9036, 8679, 14035, 10090, 10966, 8464, 8831, 10094, 10207, 11140, 9201, 8842, 12983, 13369, 13237, 11484, 13041, 12560, 9407, 13972, 10502, 13522, 9828, 11408, 9392, 10703, 10338, 9993, 10802, 8263, 9795, 7691, 9304, 7624, 8791, 8037, 8669, 8358, 7651, 8191, 7916, 8145, 7563, 8363, 8014, 8734, 7649, 8733, 7624, 8543, 7695, 8606, 7633, 9025, 7781, 9291, 7981, 9373, 8033, 7963, 9568, 7916, 7483, 7876, 7789, 9614, 7810, 10032, 7964, 10751, 7892, 10909, 10033, 10992, 12170, 9349, 11994, 9789, 8996, 8993, 7693, 9010, 8019, 9834, 8171, 10834, 7982, 9057, 7909, 7556, 8174, 7926, 9045, 7543, 10602, 8412, 9637, 7800, 8207, 8436, 8079, 9599, 7844, 10734, 7850, 11001, 8114, 12855, 9856, 11486, 9055, 7971, 9427, 8147, 8907, 8145, 7871, 9081, 7820, 10727, 7773, 12343, 8209, 9697, 8188, 7751, 9307, 7830, 10368, 8211, 12538, 9513, 12962, 10544, 13427, 9562, 11179, 9227, 8285, 12933, 7997, 7588, 8163, 7697, 8900, 7983, 10101, 8178, 8960, 7935, 7847, 9599, 9331, 12656, 9194, 12541, 9485, 13015, 9309, 11652, 8815, 8559, 12282, 8908, 10321, 7932, 7859, 8375, 7663, 10541, 8483, 9556, 9282, 9284, 12565, 8847, 12214, 8087, 10371, 8699, 8153, 12043, 11912, 14509, 11795, 7681, 8561, 7707, 9618, 7969, 7980, 8083, 8165, 11650, 7865, 7828, 8479, 7823, 8589, 7957, 12301, 9274, 10632, 8610, 7788, 9156, 7650, 8273, 8638, 8086, 12686, 10295, 13630, 8325, 7653, 8528, 7719, 10605, 8005, 7766, 7936, 7706, 8855, 7883, 7624, 8000, 7778, 8880, 7946, 10054, 8054, 8045, 9084, 7948, 7958, 7526, 7788, 8620, 7951, 8776, 8717, 7941, 8629, 9912, 9248, 12324, 10164, 12926, 12052, 10410, 9848, 8315, 11384, 8152, 8308, 7790, 8358, 9437, 8073, 8237, 8187, 8257, 8380, 8189, 9919, 8090, 10792, 7763, 8542, 8240, 8061, 8083, 8173, 8879, 8002, 7791, 8254, 8080, 7699, 7866, 7944, 8223, 8249, 9814, 8271, 10381, 7904, 11110, 9076, 12313, 9953, 11914, 8467, 10301, 8310, 9001, 8186, 8237, 10831, 8481, 10618, 8169, 9646, 8417, 8441, 8159, 8130, 8203, 8353, 9400, 8314, 12299, 8025, 7739, 8273, 8031, 8314, 8243, 10577, 8218, 10780, 8348, 11047, 8335, 9580, 8375, 8138, 11801, 8480, 8540, 8555, 8009, 8304, 8303, 10560, 8119, 8106, 8253, 8383, 11456, 8510, 9252, 7742, 7625, 8154, 7803, 9728, 8434, 9717, 8189, 8195, 7607, 8383, 9226, 8705, 8005, 11466, 9338, 11905, 10046, 9107, 10187, 8214, 12764, 10323, 13877, 10955, 13462, 12925, 11540, 14142, 7881, 10775, 8264, 7729, 8146, 8096, 8871, 7786, 11138, 8941, 12885, 8521, 8005, 8270, 8003, 10651, 7956, 12319, 8522, 13194, 10112, 12583, 9703, 12971, 9173, 10964, 8149, 10254, 8269, 8197, 8562, 7848, 8386, 8203, 8522, 8151, 9061, 7864, 9017, 7992, 8023, 8687, 8070, 9825, 8076, 10453, 8057, 11400, 8729, 11689, 9274, 9296, 8347, 8283, 9062, 8302, 9854, 7983, 12162, 8380, 7876, 8123, 7931, 9216, 8460, 7914, 8148, 8191, 10528, 8022, 7775, 10382, 7971, 11573, 8768, 11074, 9384, 8067, 13455, 10908, 9437, 12395, 10388, 9301, 8850, 9197, 12235, 11221, 13788, 13600, 10857, 14144, 11242, 10306, 13636, 11288, 11099, 14044, 13339, 11276, 13881, 11262, 11825, 12362, 9184, 9052, 8916, 8186, 10077, 9349, 7524, 9868, 8811, 9148, 7744, 8268, 8448, 10371, 9902, 8299, 9362, 9192, 11132, 11012, 10210, 9233, 11762, 10539, 11313, 12357, 13365, 10154, 12872, 9388, 8267, 11770, 8472, 8793, 8559, 8736], 'WindowCenter': [4543.0, 4541.0, 4514.0, 4542.0, 4498.0, 4526.0, 4486.0, 4505.0, 4486.0, 4503.0, 4483.0, 4501.0, 4472.0, 4502.0, 4484.0, 4503.0, 4470.0, 4462.0, 4472.0, 4464.0, 4474.0, 4483.0, 4504.0, 4485.0, 4505.0, 4474.0, 4517.0, 4484.0, 4504.0, 4475.0, 4503.0, 4474.0, 4526.0, 4499.0, 4518.0, 4515.0, 4515.0, 4500.0, 4518.0, 4500.0, 4512.0, 4513.0, 4492.0, 4513.0, 4492.0, 4510.0, 4490.0, 4519.0, 4491.0, 4519.0, 4492.0, 4522.0, 4501.0, 4517.0, 4479.0, 4517.0, 4477.0, 4498.0, 4468.0, 4494.0, 4482.0, 4487.0, 4477.0, 4494.0, 4467.0, 4474.0, 4475.0, 4476.0, 4476.0, 4475.0, 4497.0, 4478.0, 4497.0, 4478.0, 4510.0, 4479.0, 4508.0, 4477.0, 4517.0, 4499.0, 4506.0, 4473.0, 4486.0, 4486.0, 4465.0, 4507.0, 4476.0, 4515.0, 4486.0, 4514.0, 4474.0, 4504.0, 4472.0, 4502.0, 4474.0, 4491.0, 4474.0, 4462.0, 4484.0, 4463.0, 4494.0, 4478.0, 4506.0, 4489.0, 4519.0, 4487.0, 4495.0, 4498.0, 4473.0, 4496.0, 4466.0, 4505.0, 4476.0, 4515.0, 4488.0, 4486.0, 4499.0, 4478.0, 4496.0, 4476.0, 4496.0, 4476.0, 4480.0, 4488.0, 4478.0, 4519.0, 4489.0, 4478.0, 4487.0, 4479.0, 4507.0, 4479.0, 4499.0, 4485.0, 4479.0, 4528.0, 4499.0, 4507.0, 4477.0, 4468.0, 4493.0, 4466.0, 4516.0, 4507.0, 4497.0, 4527.0, 4466.0, 4478.0, 4487.0, 4477.0, 4496.0, 4484.0, 4477.0, 4518.0, 4508.0, 4516.0, 4494.0, 4484.0, 4514.0, 4484.0, 4502.0, 4482.0, 4453.0, 4511.0, 4481.0, 4470.0, 4451.0, 4461.0, 4464.0, 4472.0, 4464.0, 4485.0, 4474.0, 4493.0, 4493.0, 4501.0, 4530.0, 4500.0, 4526.0, 4485.0, 4494.0, 4503.0, 4492.0, 4526.0, 4491.0, 4474.0, 4471.0, 4453.0, 4459.0, 4450.0, 4469.0, 4455.0, 4468.0, 4464.0, 4451.0, 4462.0, 4452.0, 4480.0, 4466.0, 4463.0, 4467.0, 4470.0, 4499.0, 4488.0, 4508.0, 4488.0, 4479.0, 4489.0, 4470.0, 4509.0, 4477.0, 4518.0, 4487.0, 4515.0, 4485.0, 4494.0, 4473.0, 4475.0, 4485.0, 4465.0, 4494.0, 4477.0, 4495.0, 4486.0, 4477.0, 4509.0, 4479.0, 4507.0, 4489.0, 4498.0, 4490.0, 4489.0, 4509.0, 4486.0, 4529.0, 4489.0, 4499.0, 4488.0, 4480.0, 4521.0, 4501.0, 4512.0, 4489.0, 4491.0, 4520.0, 4490.0, 4490.0, 4510.0, 4492.0, 4542.0, 4500.0, 4490.0, 4490.0, 4490.0, 4512.0, 4501.0, 4518.0, 4508.0, 4480.0, 4518.0, 4490.0, 4493.0, 4500.0, 4492.0, 4543.0, 4511.0, 4491.0, 4523.0, 4493.0, 4522.0, 4501.0, 4492.0, 4519.0, 4503.0, 4540.0, 4520.0, 4509.0, 4536.0, 4522.0, 4502.0, 4500.0, 4478.0, 4479.0, 4499.0, 4499.0, 4527.0, 4507.0, 4506.0, 4474.0, 4464.0, 4527.0, 4508.0, 4483.0, 4473.0, 4465.0, 4515.0, 4474.0, 4491.0, 4473.0, 4494.0, 4514.0, 4495.0, 4453.0, 4472.0, 4460.0, 4452.0, 4473.0, 4475.0, 4493.0, 4464.0, 4484.0, 4495.0, 4464.0, 4463.0, 4472.0, 4464.0, 4485.0, 4463.0, 4503.0, 4473.0, 4461.0, 4500.0, 4461.0, 4471.0, 4462.0, 4461.0, 4463.0, 4451.0, 4481.0, 4463.0, 4462.0, 4473.0, 4465.0, 4483.0, 4474.0, 4454.0, 4464.0, 4454.0, 4472.0, 4460.0, 4492.0, 4461.0, 4480.0, 4462.0, 4452.0, 4462.0, 4464.0, 4464.0, 4451.0, 4485.0, 4474.0, 4486.0, 4475.0, 4468.0, 4473.0, 4477.0, 4486.0, 4478.0, 4498.0, 4481.0, 4498.0, 4490.0, 4480.0, 4509.0, 4492.0, 4496.0, 4491.0, 4493.0, 4515.0, 4505.0, 4525.0, 4506.0, 4544.0, 4504.0, 4515.0, 4494.0, 4501.0, 4513.0, 4515.0, 4554.0, 4522.0, 4513.0, 4492.0, 4479.0, 4522.0, 4491.0, 4541.0, 4510.0, 4509.0, 4519.0, 4479.0, 4529.0, 4479.0, 4503.0, 4488.0, 4517.0, 4487.0, 4498.0, 4487.0, 4468.0, 4515.0, 4476.0, 4507.0, 4476.0, 4477.0, 4479.0, 4476.0, 4488.0, 4485.0, 4520.0, 4479.0, 4491.0, 4478.0, 4480.0, 4487.0, 4479.0, 4499.0, 4477.0, 4526.0, 4497.0, 4498.0, 4479.0, 4479.0, 4487.0, 4476.0, 4510.0, 4490.0, 4510.0, 4479.0, 4469.0, 4479.0, 4481.0, 4518.0, 4478.0, 4528.0, 4506.0, 4516.0, 4507.0, 4467.0, 4487.0, 4467.0, 4485.0, 4462.0, 4476.0, 4465.0, 4484.0, 4465.0, 4474.0, 4465.0, 4474.0, 4466.0, 4485.0, 4465.0, 4496.0, 4477.0, 4477.0, 4477.0, 4479.0, 4491.0, 4494.0, 4507.0, 4492.0, 4513.0, 4505.0, 4493.0, 4513.0, 4483.0, 4522.0, 4490.0, 4543.0, 4514.0, 4542.0, 4511.0, 4510.0, 4511.0, 4480.0, 4500.0, 4480.0, 4516.0, 4480.0, 4521.0, 4500.0, 4500.0, 4513.0, 4480.0, 4511.0, 4504.0, 4496.0, 4520.0, 4506.0, 4533.0, 4515.0, 4545.0, 4514.0, 4525.0, 4539.0, 4524.0, 4550.0, 4533.0, 4503.0, 4511.0, 4500.0, 4501.0, 4527.0, 4521.0, 4519.0, 4530.0, 4508.0, 4499.0, 4569.0, 4561.0, 4575.0, 4561.0, 4527.0, 4525.0, 4513.0, 4511.0, 4484.0, 4463.0, 4494.0, 4470.0, 4470.0, 4512.0, 4481.0, 4469.0, 4469.0, 4460.0, 4468.0, 4471.0, 4460.0, 4481.0, 4472.0, 4487.0, 4503.0, 4485.0, 4516.0, 4498.0, 4495.0, 4484.0, 4471.0, 4502.0, 4477.0, 4514.0, 4495.0, 4527.0, 4496.0, 4486.0, 4480.0, 4470.0, 4467.0, 4465.0, 4460.0, 4480.0, 4494.0, 4511.0, 4502.0, 4535.0, 4508.0, 4503.0, 4473.0, 4487.0, 4497.0, 4496.0, 4506.0, 4500.0, 4476.0, 4481.0, 4505.0, 4501.0, 4479.0, 4488.0, 4477.0, 4458.0, 4486.0, 4468.0, 4477.0, 4446.0, 4467.0, 4446.0, 4454.0, 4443.0, 4444.0, 4451.0, 4424.0, 4440.0, 4412.0, 4433.0, 4411.0, 4418.0, 4424.0, 4430.0, 4432.0, 4426.0, 4436.0, 4448.0, 4450.0, 4450.0, 4462.0, 4463.0, 4473.0, 4466.0, 4475.0, 4464.0, 4472.0, 4464.0, 4473.0, 4465.0, 4474.0, 4464.0, 4481.0, 4463.0, 4484.0, 4473.0, 4479.0, 4494.0, 4490.0, 4480.0, 4493.0, 4490.0, 4511.0, 4492.0, 4524.0, 4494.0, 4522.0, 4491.0, 4521.0, 4510.0, 4521.0, 4528.0, 4499.0, 4517.0, 4497.0, 4489.0, 4489.0, 4466.0, 4489.0, 4478.0, 4497.0, 4478.0, 4505.0, 4477.0, 4489.0, 4479.0, 4481.0, 4490.0, 4479.0, 4501.0, 4480.0, 4510.0, 4490.0, 4511.0, 4479.0, 4489.0, 4490.0, 4480.0, 4498.0, 4478.0, 4506.0, 4480.0, 4506.0, 4476.0, 4517.0, 4496.0, 4515.0, 4488.0, 4477.0, 4497.0, 4478.0, 4499.0, 4490.0, 4489.0, 4500.0, 4481.0, 4520.0, 4478.0, 4528.0, 4488.0, 4497.0, 4488.0, 4479.0, 4500.0, 4482.0, 4509.0, 4489.0, 4529.0, 4498.0, 4527.0, 4509.0, 4525.0, 4497.0, 4506.0, 4487.0, 4476.0, 4526.0, 4477.0, 4476.0, 4487.0, 4481.0, 4500.0, 4490.0, 4521.0, 4492.0, 4500.0, 4493.0, 4490.0, 4511.0, 4501.0, 4531.0, 4500.0, 4526.0, 4497.0, 4527.0, 4487.0, 4506.0, 4485.0, 4486.0, 4515.0, 4486.0, 4494.0, 4474.0, 4478.0, 4487.0, 4479.0, 4507.0, 4502.0, 4509.0, 4498.0, 4498.0, 4527.0, 4488.0, 4515.0, 4476.0, 4498.0, 4474.0, 4464.0, 4513.0, 4505.0, 4523.0, 4502.0, 4460.0, 4472.0, 4453.0, 4481.0, 4467.0, 4468.0, 4472.0, 4477.0, 4505.0, 4476.0, 4464.0, 4476.0, 4466.0, 4486.0, 4476.0, 4515.0, 4483.0, 4495.0, 4473.0, 4463.0, 4483.0, 4464.0, 4461.0, 4470.0, 4465.0, 4514.0, 4491.0, 4510.0, 4461.0, 4462.0, 4484.0, 4477.0, 4504.0, 4462.0, 4463.0, 4473.0, 4463.0, 4474.0, 4477.0, 4463.0, 4475.0, 4465.0, 4485.0, 4475.0, 4493.0, 4474.0, 4488.0, 4498.0, 4478.0, 4492.0, 4473.0, 4488.0, 4497.0, 4485.0, 4484.0, 4484.0, 4473.0, 4483.0, 4491.0, 4485.0, 4515.0, 4502.0, 4512.0, 4499.0, 4478.0, 4478.0, 4459.0, 4485.0, 4448.0, 4456.0, 4449.0, 4446.0, 4464.0, 4449.0, 4457.0, 4458.0, 4458.0, 4457.0, 4456.0, 4480.0, 4461.0, 4489.0, 4463.0, 4469.0, 4472.0, 4460.0, 4460.0, 4468.0, 4484.0, 4471.0, 4463.0, 4473.0, 4476.0, 4475.0, 4486.0, 4488.0, 4490.0, 4489.0, 4511.0, 4490.0, 4510.0, 4487.0, 4518.0, 4497.0, 4514.0, 4507.0, 4516.0, 4485.0, 4505.0, 4471.0, 4485.0, 4475.0, 4473.0, 4503.0, 4486.0, 4501.0, 4476.0, 4493.0, 4478.0, 4478.0, 4473.0, 4471.0, 4475.0, 4485.0, 4495.0, 4474.0, 4513.0, 4476.0, 4474.0, 4483.0, 4477.0, 4485.0, 4499.0, 4521.0, 4498.0, 4517.0, 4488.0, 4518.0, 4488.0, 4495.0, 4488.0, 4474.0, 4525.0, 4498.0, 4498.0, 4490.0, 4480.0, 4489.0, 4484.0, 4506.0, 4476.0, 4488.0, 4483.0, 4486.0, 4516.0, 4486.0, 4494.0, 4476.0, 4474.0, 4476.0, 4476.0, 4510.0, 4505.0, 4521.0, 4498.0, 4499.0, 4489.0, 4484.0, 4496.0, 4488.0, 4478.0, 4517.0, 4511.0, 4532.0, 4522.0, 4498.0, 4509.0, 4489.0, 4528.0, 4522.0, 4536.0, 4508.0, 4513.0, 4512.0, 4503.0, 4511.0, 4462.0, 4493.0, 4463.0, 4452.0, 4460.0, 4462.0, 4469.0, 4464.0, 4492.0, 4475.0, 4513.0, 4471.0, 4466.0, 4467.0, 4463.0, 4491.0, 4477.0, 4516.0, 4487.0, 4514.0, 4492.0, 4513.0, 4483.0, 4512.0, 4485.0, 4490.0, 4459.0, 4481.0, 4461.0, 4464.0, 4460.0, 4448.0, 4458.0, 4465.0, 4462.0, 4462.0, 4484.0, 4475.0, 4485.0, 4476.0, 4475.0, 4484.0, 4477.0, 4494.0, 4474.0, 4505.0, 4476.0, 4506.0, 4488.0, 4513.0, 4484.0, 4484.0, 4473.0, 4465.0, 4473.0, 4471.0, 4494.0, 4464.0, 4499.0, 4472.0, 4462.0, 4466.0, 4473.0, 4498.0, 4499.0, 4500.0, 4490.0, 4498.0, 4520.0, 4493.0, 4492.0, 4521.0, 4501.0, 4539.0, 4515.0, 4544.0, 4510.0, 4491.0, 4541.0, 4505.0, 4494.0, 4512.0, 4503.0, 4491.0, 4495.0, 4495.0, 4536.0, 4524.0, 4534.0, 4536.0, 4502.0, 4521.0, 4498.0, 4483.0, 4509.0, 4486.0, 4476.0, 4494.0, 4483.0, 4465.0, 4471.0, 4454.0, 4461.0, 4460.0, 4425.0, 4418.0, 4428.0, 4431.0, 4452.0, 4446.0, 4417.0, 4448.0, 4439.0, 4450.0, 4442.0, 4455.0, 4455.0, 4477.0, 4489.0, 4470.0, 4485.0, 4481.0, 4499.0, 4501.0, 4492.0, 4481.0, 4500.0, 4483.0, 4481.0, 4487.0, 4485.0, 4455.0, 4472.0, 4433.0, 4419.0, 4449.0, 4423.0, 4429.0, 4433.0, 4444.0], 'WindowWidth': [9997.0, 9979.0, 9935.0, 9964.0, 9901.0, 9933.0, 9878.0, 9902.0, 9878.0, 9895.0, 9869.0, 9891.0, 9854.0, 9892.0, 9871.0, 9893.0, 9849.0, 9837.0, 9852.0, 9842.0, 9857.0, 9868.0, 9899.0, 9873.0, 9900.0, 9857.0, 9916.0, 9868.0, 9896.0, 9856.0, 9894.0, 9855.0, 9932.0, 9895.0, 9922.0, 9916.0, 9915.0, 9896.0, 9918.0, 9900.0, 9919.0, 9924.0, 9894.0, 9919.0, 9893.0, 9913.0, 9886.0, 9924.0, 9891.0, 9923.0, 9893.0, 9934.0, 9905.0, 9922.0, 9869.0, 9917.0, 9861.0, 9888.0, 9850.0, 9881.0, 9877.0, 9877.0, 9865.0, 9883.0, 9849.0, 9857.0, 9858.0, 9860.0, 9861.0, 9860.0, 9891.0, 9868.0, 9892.0, 9867.0, 9911.0, 9868.0, 9907.0, 9864.0, 9918.0, 9894.0, 9900.0, 9854.0, 9874.0, 9874.0, 9845.0, 9904.0, 9860.0, 9912.0, 9873.0, 9908.0, 9854.0, 9892.0, 9850.0, 9889.0, 9854.0, 9875.0, 9855.0, 9836.0, 9867.0, 9842.0, 9883.0, 9866.0, 9902.0, 9883.0, 9922.0, 9878.0, 9886.0, 9893.0, 9856.0, 9887.0, 9847.0, 9898.0, 9862.0, 9913.0, 9879.0, 9876.0, 9895.0, 9866.0, 9888.0, 9862.0, 9888.0, 9862.0, 9871.0, 9881.0, 9868.0, 9923.0, 9883.0, 9868.0, 9879.0, 9870.0, 9905.0, 9870.0, 9896.0, 9876.0, 9868.0, 9936.0, 9895.0, 9905.0, 9863.0, 9852.0, 9882.0, 9850.0, 9916.0, 9905.0, 9891.0, 9932.0, 9849.0, 9866.0, 9878.0, 9867.0, 9890.0, 9874.0, 9867.0, 9922.0, 9905.0, 9914.0, 9884.0, 9868.0, 9907.0, 9866.0, 9889.0, 9861.0, 9822.0, 9900.0, 9860.0, 9843.0, 9818.0, 9834.0, 9839.0, 9848.0, 9840.0, 9869.0, 9856.0, 9880.0, 9881.0, 9907.0, 9941.0, 9896.0, 9926.0, 9870.0, 9880.0, 9893.0, 9876.0, 9926.0, 9875.0, 9852.0, 9844.0, 9822.0, 9826.0, 9815.0, 9837.0, 9824.0, 9838.0, 9835.0, 9818.0, 9834.0, 9822.0, 9858.0, 9844.0, 9840.0, 9850.0, 9856.0, 9895.0, 9884.0, 9907.0, 9881.0, 9869.0, 9881.0, 9857.0, 9906.0, 9863.0, 9918.0, 9876.0, 9911.0, 9872.0, 9881.0, 9854.0, 9857.0, 9870.0, 9843.0, 9880.0, 9863.0, 9887.0, 9875.0, 9864.0, 9909.0, 9870.0, 9905.0, 9884.0, 9895.0, 9886.0, 9883.0, 9912.0, 9879.0, 9937.0, 9885.0, 9897.0, 9881.0, 9874.0, 9927.0, 9902.0, 9919.0, 9886.0, 9889.0, 9925.0, 9888.0, 9888.0, 9915.0, 9892.0, 9958.0, 9901.0, 9887.0, 9887.0, 9887.0, 9920.0, 9906.0, 9923.0, 9911.0, 9873.0, 9922.0, 9887.0, 9895.0, 9902.0, 9895.0, 9962.0, 9919.0, 9893.0, 9937.0, 9897.0, 9934.0, 9903.0, 9890.0, 9925.0, 9906.0, 9954.0, 9929.0, 9912.0, 9945.0, 9934.0, 9903.0, 9897.0, 9867.0, 9867.0, 9894.0, 9893.0, 9931.0, 9902.0, 9901.0, 9855.0, 9841.0, 9929.0, 9902.0, 9866.0, 9851.0, 9841.0, 9911.0, 9853.0, 9872.0, 9848.0, 9876.0, 9906.0, 9879.0, 9822.0, 9847.0, 9831.0, 9820.0, 9849.0, 9857.0, 9878.0, 9838.0, 9866.0, 9880.0, 9839.0, 9837.0, 9848.0, 9838.0, 9865.0, 9835.0, 9890.0, 9848.0, 9830.0, 9883.0, 9831.0, 9846.0, 9832.0, 9829.0, 9834.0, 9817.0, 9857.0, 9833.0, 9833.0, 9848.0, 9841.0, 9862.0, 9852.0, 9824.0, 9837.0, 9822.0, 9846.0, 9828.0, 9872.0, 9831.0, 9853.0, 9832.0, 9818.0, 9834.0, 9837.0, 9839.0, 9821.0, 9867.0, 9853.0, 9870.0, 9856.0, 9847.0, 9853.0, 9861.0, 9873.0, 9866.0, 9891.0, 9873.0, 9894.0, 9886.0, 9873.0, 9911.0, 9890.0, 9891.0, 9890.0, 9894.0, 9924.0, 9913.0, 9939.0, 9915.0, 9965.0, 9912.0, 9926.0, 9898.0, 9904.0, 9922.0, 9925.0, 9977.0, 9932.0, 9920.0, 9891.0, 9871.0, 9928.0, 9887.0, 9956.0, 9912.0, 9909.0, 9923.0, 9867.0, 9935.0, 9867.0, 9895.0, 9880.0, 9916.0, 9876.0, 9889.0, 9874.0, 9848.0, 9910.0, 9859.0, 9901.0, 9858.0, 9859.0, 9864.0, 9859.0, 9877.0, 9872.0, 9922.0, 9867.0, 9884.0, 9865.0, 9870.0, 9878.0, 9866.0, 9894.0, 9863.0, 9928.0, 9889.0, 9890.0, 9865.0, 9867.0, 9877.0, 9862.0, 9909.0, 9883.0, 9910.0, 9867.0, 9852.0, 9867.0, 9870.0, 9918.0, 9865.0, 9932.0, 9901.0, 9913.0, 9903.0, 9848.0, 9874.0, 9848.0, 9868.0, 9835.0, 9856.0, 9840.0, 9864.0, 9840.0, 9850.0, 9839.0, 9851.0, 9843.0, 9868.0, 9846.0, 9885.0, 9862.0, 9863.0, 9864.0, 9870.0, 9886.0, 9894.0, 9908.0, 9892.0, 9918.0, 9910.0, 9892.0, 9919.0, 9880.0, 9929.0, 9887.0, 9960.0, 9922.0, 9956.0, 9915.0, 9911.0, 9913.0, 9870.0, 9895.0, 9869.0, 9914.0, 9873.0, 9927.0, 9899.0, 9901.0, 9919.0, 9873.0, 9919.0, 9913.0, 9902.0, 9929.0, 9916.0, 9950.0, 9927.0, 9966.0, 9923.0, 9939.0, 9966.0, 9941.0, 9969.0, 9947.0, 9913.0, 9924.0, 9911.0, 9911.0, 9942.0, 9941.0, 9939.0, 9951.0, 9918.0, 9903.0, 10004.0, 9993.0, 10020.0, 9996.0, 9939.0, 9933.0, 9910.0, 9907.0, 9868.0, 9837.0, 9877.0, 9843.0, 9841.0, 9900.0, 9858.0, 9838.0, 9839.0, 9827.0, 9839.0, 9846.0, 9831.0, 9862.0, 9852.0, 9875.0, 9895.0, 9874.0, 9916.0, 9894.0, 9886.0, 9868.0, 9849.0, 9892.0, 9861.0, 9909.0, 9888.0, 9936.0, 9892.0, 9876.0, 9859.0, 9845.0, 9838.0, 9835.0, 9831.0, 9862.0, 9887.0, 9918.0, 9905.0, 9939.0, 9904.0, 9891.0, 9851.0, 9871.0, 9886.0, 9884.0, 9897.0, 9897.0, 9854.0, 9847.0, 9895.0, 9881.0, 9845.0, 9854.0, 9840.0, 9815.0, 9850.0, 9827.0, 9837.0, 9792.0, 9819.0, 9792.0, 9799.0, 9787.0, 9786.0, 9794.0, 9759.0, 9777.0, 9741.0, 9769.0, 9740.0, 9746.0, 9760.0, 9766.0, 9772.0, 9768.0, 9784.0, 9802.0, 9809.0, 9811.0, 9828.0, 9834.0, 9847.0, 9840.0, 9851.0, 9839.0, 9846.0, 9839.0, 9849.0, 9840.0, 9851.0, 9839.0, 9859.0, 9837.0, 9868.0, 9855.0, 9868.0, 9884.0, 9884.0, 9875.0, 9895.0, 9889.0, 9917.0, 9895.0, 9937.0, 9897.0, 9932.0, 9888.0, 9929.0, 9911.0, 9927.0, 9933.0, 9895.0, 9919.0, 9891.0, 9879.0, 9879.0, 9848.0, 9882.0, 9865.0, 9891.0, 9867.0, 9898.0, 9865.0, 9882.0, 9870.0, 9873.0, 9884.0, 9870.0, 9902.0, 9876.0, 9913.0, 9887.0, 9914.0, 9871.0, 9882.0, 9884.0, 9871.0, 9894.0, 9867.0, 9903.0, 9868.0, 9902.0, 9862.0, 9915.0, 9888.0, 9911.0, 9877.0, 9863.0, 9890.0, 9867.0, 9896.0, 9885.0, 9883.0, 9899.0, 9874.0, 9925.0, 9868.0, 9934.0, 9881.0, 9893.0, 9881.0, 9871.0, 9901.0, 9877.0, 9912.0, 9885.0, 9939.0, 9895.0, 9932.0, 9907.0, 9926.0, 9889.0, 9901.0, 9876.0, 9861.0, 9929.0, 9861.0, 9863.0, 9878.0, 9876.0, 9900.0, 9889.0, 9929.0, 9893.0, 9901.0, 9894.0, 9888.0, 9917.0, 9901.0, 9942.0, 9899.0, 9930.0, 9891.0, 9930.0, 9877.0, 9900.0, 9871.0, 9874.0, 9910.0, 9873.0, 9882.0, 9857.0, 9865.0, 9877.0, 9871.0, 9908.0, 9905.0, 9912.0, 9895.0, 9893.0, 9933.0, 9879.0, 9911.0, 9860.0, 9888.0, 9855.0, 9842.0, 9906.0, 9897.0, 9921.0, 9890.0, 9831.0, 9847.0, 9823.0, 9859.0, 9847.0, 9848.0, 9851.0, 9860.0, 9896.0, 9859.0, 9843.0, 9859.0, 9847.0, 9873.0, 9861.0, 9913.0, 9866.0, 9883.0, 9852.0, 9839.0, 9864.0, 9841.0, 9834.0, 9847.0, 9841.0, 9906.0, 9874.0, 9899.0, 9831.0, 9835.0, 9872.0, 9864.0, 9899.0, 9836.0, 9838.0, 9853.0, 9839.0, 9852.0, 9860.0, 9839.0, 9857.0, 9843.0, 9871.0, 9859.0, 9882.0, 9859.0, 9885.0, 9898.0, 9866.0, 9894.0, 9858.0, 9889.0, 9894.0, 9879.0, 9873.0, 9870.0, 9854.0, 9868.0, 9879.0, 9871.0, 9912.0, 9893.0, 9905.0, 9884.0, 9853.0, 9851.0, 9824.0, 9854.0, 9809.0, 9817.0, 9810.0, 9804.0, 9827.0, 9811.0, 9821.0, 9823.0, 9824.0, 9823.0, 9820.0, 9856.0, 9832.0, 9867.0, 9838.0, 9841.0, 9846.0, 9831.0, 9831.0, 9842.0, 9866.0, 9848.0, 9839.0, 9854.0, 9861.0, 9860.0, 9877.0, 9884.0, 9888.0, 9886.0, 9916.0, 9888.0, 9913.0, 9882.0, 9923.0, 9893.0, 9913.0, 9904.0, 9915.0, 9872.0, 9898.0, 9851.0, 9872.0, 9858.0, 9854.0, 9895.0, 9873.0, 9889.0, 9860.0, 9880.0, 9863.0, 9865.0, 9856.0, 9851.0, 9859.0, 9872.0, 9885.0, 9857.0, 9910.0, 9862.0, 9858.0, 9870.0, 9864.0, 9876.0, 9900.0, 9931.0, 9899.0, 9921.0, 9884.0, 9921.0, 9881.0, 9889.0, 9883.0, 9859.0, 9927.0, 9895.0, 9895.0, 9884.0, 9871.0, 9882.0, 9872.0, 9901.0, 9862.0, 9879.0, 9870.0, 9876.0, 9915.0, 9873.0, 9884.0, 9862.0, 9858.0, 9862.0, 9865.0, 9915.0, 9916.0, 9935.0, 9901.0, 9904.0, 9888.0, 9871.0, 9891.0, 9880.0, 9867.0, 9917.0, 9916.0, 9947.0, 9934.0, 9895.0, 9911.0, 9885.0, 9935.0, 9931.0, 9944.0, 9903.0, 9905.0, 9902.0, 9889.0, 9899.0, 9832.0, 9874.0, 9834.0, 9820.0, 9830.0, 9834.0, 9842.0, 9839.0, 9874.0, 9854.0, 9902.0, 9845.0, 9842.0, 9844.0, 9839.0, 9876.0, 9862.0, 9911.0, 9873.0, 9907.0, 9876.0, 9905.0, 9865.0, 9902.0, 9866.0, 9868.0, 9825.0, 9859.0, 9831.0, 9835.0, 9829.0, 9811.0, 9824.0, 9838.0, 9831.0, 9835.0, 9865.0, 9858.0, 9870.0, 9860.0, 9859.0, 9870.0, 9864.0, 9882.0, 9856.0, 9898.0, 9862.0, 9900.0, 9880.0, 9908.0, 9869.0, 9868.0, 9851.0, 9841.0, 9850.0, 9849.0, 9881.0, 9840.0, 9884.0, 9850.0, 9838.0, 9844.0, 9854.0, 9893.0, 9906.0, 9907.0, 9889.0, 9902.0, 9931.0, 9895.0, 9894.0, 9936.0, 9906.0, 9959.0, 9932.0, 9969.0, 9918.0, 9890.0, 9955.0, 9900.0, 9883.0, 9905.0, 9898.0, 9882.0, 9891.0, 9888.0, 9951.0, 9930.0, 9946.0, 9946.0, 9893.0, 9920.0, 9883.0, 9863.0, 9896.0, 9859.0, 9845.0, 9870.0, 9850.0, 9824.0, 9829.0, 9804.0, 9808.0, 9805.0, 9753.0, 9745.0, 9762.0, 9774.0, 9800.0, 9791.0, 9754.0, 9796.0, 9787.0, 9805.0, 9800.0, 9823.0, 9822.0, 9853.0, 9872.0, 9847.0, 9870.0, 9860.0, 9883.0, 9889.0, 9876.0, 9858.0, 9882.0, 9860.0, 9851.0, 9853.0, 9847.0, 9803.0, 9822.0, 9771.0, 9750.0, 9788.0, 9757.0, 9763.0, 9772.0, 9791.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.007476287593984963</td></tr>
<tr><td colspan=3>aqi</td><td>0.04210493731203007</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.850280668419565</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2141466747977416</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.055746513311383</td></tr>
<tr><td colspan=3>efc</td><td>0.4998</td></tr>
<tr><td colspan=3>fber</td><td>4414.2925</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12514835904255187</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>136</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.781954887218046</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5962998362692082</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.495397849595988</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7894162971314964</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5040853620801404</td></tr>
<tr><td colspan=3>gcor</td><td>0.012781</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0027675859164446592</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04876243695616722</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.849358485592351</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>11.7296</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.363</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.9021</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297893.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1212.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>439.6357</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1831</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>583.291</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3669.165</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3894.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78651.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1197.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4804.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.5907</td></tr>
<tr><td colspan=3>tsnr</td><td>29.173395244404674</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>