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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:30:35.532500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999429, 0.0324004, -0.00956632, -0.0268692, 0.934001, 0.35626]</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.103041</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>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7840, -7230, 632, -39, -297, 90, 113]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.492</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>21094d7b-b53d-4bdb-a463-1a8a6be8e623||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6813955307006836, -0.0720880925655365, -0.05529031157493591, 116.42589569091797], [-0.08692780137062073, 2.505855083465576, 0.9606584906578064, -109.20549774169922], [-0.025665728375315666, -0.9558190703392029, 2.522712469100952, -7.983942985534668], [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': ['153035.532500', '153035.992500', '153036.452500', '153036.912500', '153037.372500', '153037.832500', '153038.292500', '153038.752500', '153039.212500', '153039.672500', '153040.132500', '153040.592500', '153041.052500', '153041.512500', '153041.972500', '153042.432500', '153042.892500', '153043.352500', '153043.812500', '153044.272500', '153044.732500', '153045.192500', '153045.652500', '153046.112500', '153046.572500', '153047.032500', '153047.492500', '153047.952500', '153048.412500', '153048.872500', '153049.332500', '153049.792500', '153050.252500', '153050.712500', '153051.172500', '153051.632500', '153052.092500', '153052.552500', '153053.012500', '153053.472500', '153053.932500', '153054.392500', '153054.852500', '153055.312500', '153055.772500', '153056.232500', '153056.692500', '153057.152500', '153057.612500', '153058.072500', '153058.532500', '153058.992500', '153059.452500', '153059.912500', '153100.372500', '153100.832500', '153101.292500', '153101.752500', '153102.212500', '153102.672500', '153103.132500', '153103.592500', '153104.052500', '153104.512500', '153104.972500', '153105.432500', '153105.892500', '153106.352500', '153106.812500', '153107.272500', '153107.732500', '153108.192500', '153108.652500', '153109.112500', '153109.572500', '153110.032500', '153110.492500', '153110.952500', '153111.412500', '153111.872500', '153112.332500', '153112.792500', '153113.252500', '153113.712500', '153114.172500', '153114.632500', '153115.092500', '153115.552500', '153116.012500', '153116.472500', '153116.932500', '153117.392500', '153117.852500', '153118.312500', '153118.772500', '153119.232500', '153119.692500', '153120.152500', '153120.612500', '153121.072500', '153121.532500', '153121.992500', '153122.452500', '153122.912500', '153123.372500', '153123.832500', '153124.292500', '153124.752500', '153125.212500', '153125.672500', '153126.132500', '153126.592500', '153127.052500', '153127.512500', '153127.972500', '153128.432500', '153128.892500', '153129.352500', '153129.812500', '153130.272500', '153130.732500', '153131.192500', '153131.652500', '153132.112500', '153132.572500', '153133.032500', '153133.492500', '153133.952500', '153134.412500', '153134.872500', '153135.332500', '153135.792500', '153136.252500', '153136.712500', '153137.172500', '153137.632500', '153138.092500', '153138.552500', '153139.012500', '153139.472500', '153139.932500', '153140.392500', '153140.852500', '153141.312500', '153141.772500', '153142.232500', '153142.692500', '153143.152500', '153143.612500', '153144.072500', '153144.532500', '153144.992500', '153145.452500', '153145.912500', '153146.372500', '153146.832500', '153147.292500', '153147.752500', '153148.212500', '153148.672500', '153149.132500', '153149.592500', '153150.052500', '153150.512500', '153150.972500', '153151.432500', '153151.892500', '153152.352500', '153152.812500', '153153.272500', '153153.732500', '153154.192500', '153154.652500', '153155.112500', '153155.572500', '153156.032500', '153156.492500', '153156.952500', '153157.412500', '153157.872500', '153158.332500', '153158.792500', '153159.252500', '153159.712500', '153200.172500', '153200.632500', '153201.092500', '153201.552500', '153202.012500', '153202.472500', '153202.932500', '153203.392500', '153203.852500', '153204.312500', '153204.772500', '153205.232500', '153205.692500', '153206.152500', '153206.612500', '153207.072500', '153207.532500', '153207.992500', '153208.452500', '153208.912500', '153209.372500', '153209.832500', '153210.292500', '153210.752500', '153211.212500', '153211.672500', '153212.132500', '153212.592500', '153213.052500', '153213.512500', '153213.972500', '153214.432500', '153214.892500', '153215.352500', '153215.812500', '153216.272500', '153216.732500', '153217.192500', '153217.652500', '153218.112500', '153218.572500', '153219.032500', '153219.492500', '153219.952500', '153220.412500', '153220.872500', '153221.332500', '153221.792500', '153222.252500', '153222.712500', '153223.172500', '153223.632500', '153224.092500', '153224.552500', '153225.012500', '153225.472500', '153225.932500', '153226.392500', '153226.852500', '153227.312500', '153227.772500', '153228.232500', '153228.692500', '153229.152500', '153229.612500', '153230.072500', '153230.532500', '153230.992500', '153231.452500', '153231.912500', '153232.372500', '153232.832500', '153233.292500', '153233.752500', '153234.212500', '153234.672500', '153235.132500', '153235.592500', '153236.052500', '153236.512500', '153236.972500', '153237.432500', '153237.892500', '153238.352500', '153238.812500', '153239.272500', '153239.732500', '153240.192500', '153240.652500', '153241.112500', '153241.572500', '153242.032500', '153242.492500', '153242.952500', '153243.412500', '153243.872500', '153244.332500', '153244.792500', '153245.252500', '153245.712500', '153246.172500', '153246.632500', '153247.092500', '153247.552500', '153248.012500', '153248.472500', '153248.932500', '153249.392500', '153249.852500', '153250.312500', '153250.772500', '153251.232500', '153251.692500', '153252.152500', '153252.612500', '153253.072500', '153253.532500', '153253.992500', '153254.452500', '153254.912500', '153255.372500', '153255.832500', '153256.292500', '153256.752500', '153257.212500', '153257.672500', '153258.132500', '153258.592500', '153259.052500', '153259.512500', '153259.972500', '153300.432500', '153300.892500', '153301.352500', '153301.812500', '153302.272500', '153302.732500', '153303.192500', '153303.652500', '153304.112500', '153304.572500', '153305.032500', '153305.492500', '153305.952500', '153306.412500', '153306.872500', '153307.332500', '153307.792500', '153308.252500', '153308.712500', '153309.172500', '153309.632500', '153310.092500', '153310.552500', '153311.012500', '153311.472500', '153311.932500', '153312.392500', '153312.852500', '153313.312500', '153313.772500', '153314.232500', '153314.692500', '153315.152500', '153315.612500', '153316.072500', '153316.532500', '153316.992500', '153317.452500', '153317.912500', '153318.372500', '153318.832500', '153319.292500', '153319.752500', '153320.212500', '153320.672500', '153321.132500', '153321.592500', '153322.052500', '153322.512500', '153322.972500', '153323.432500', '153323.892500', '153324.352500', '153324.812500', '153325.272500', '153325.732500', '153326.192500', '153326.652500', '153327.112500', '153327.572500', '153328.032500', '153328.492500', '153328.952500', '153329.412500', '153329.872500', '153330.332500', '153330.792500', '153331.252500', '153331.712500', '153332.172500', '153332.632500', '153333.092500', '153333.552500', '153334.012500', '153334.472500', '153334.932500', '153335.392500', '153335.852500', '153336.312500', '153336.772500', '153337.232500', '153337.692500', '153338.152500', '153338.612500', '153339.072500', '153339.532500', '153339.992500', '153340.452500', '153340.912500', '153341.372500', '153341.832500', '153342.292500', '153342.752500', '153343.212500', '153343.672500', '153344.132500', '153344.592500', '153345.052500', '153345.512500', '153345.972500', '153346.432500', '153346.892500', '153347.352500', '153347.812500', '153348.272500', '153348.732500', '153349.192500', '153349.652500', '153350.112500', '153350.572500', '153351.032500', '153351.492500', '153351.952500', '153352.412500', '153352.872500', '153353.332500', '153353.792500', '153354.252500', '153354.712500', '153355.172500', '153355.632500', '153356.092500', '153356.552500', '153357.012500', '153357.472500', '153357.932500', '153358.392500', '153358.852500', '153359.312500', '153359.772500', '153400.232500', '153400.692500', '153401.152500', '153401.612500', '153402.072500', '153402.532500', '153402.992500', '153403.452500', '153403.912500', '153404.372500', '153404.832500', '153405.292500', '153405.752500', '153406.212500', '153406.672500', '153407.132500', '153407.592500', '153408.052500', '153408.512500', '153408.972500', '153409.432500', '153409.892500', '153410.352500', '153410.812500', '153411.272500', '153411.732500', '153412.192500', '153412.652500', '153413.112500', '153413.572500', '153414.032500', '153414.492500', '153414.952500', '153415.412500', '153415.872500', '153416.332500', '153416.792500', '153417.252500', '153417.712500', '153418.172500', '153418.632500', '153419.092500', '153419.552500', '153420.012500', '153420.472500', '153420.932500', '153421.392500', '153421.852500', '153422.312500', '153422.772500', '153423.232500', '153423.692500', '153424.152500', '153424.612500', '153425.072500', '153425.532500', '153425.992500', '153426.452500', '153426.912500', '153427.372500', '153427.832500', '153428.292500', '153428.752500', '153429.212500', '153429.672500', '153430.132500', '153430.592500', '153431.052500', '153431.512500', '153431.972500', '153432.432500', '153432.892500', '153433.352500', '153433.812500', '153434.272500', '153434.732500', '153435.192500', '153435.652500', '153436.112500', '153436.572500', '153437.032500', '153437.492500', '153437.952500', '153438.412500', '153438.872500', '153439.332500', '153439.792500', '153440.252500', '153440.712500', '153441.172500', '153441.632500', '153442.092500', '153442.552500', '153443.012500', '153443.472500', '153443.932500', '153444.392500', '153444.852500', '153445.312500', '153445.772500', '153446.232500', '153446.692500', '153447.152500', '153447.612500', '153448.072500', '153448.532500', '153448.992500', '153449.452500', '153449.912500', '153450.372500', '153450.832500', '153451.292500', '153451.752500', '153452.212500', '153452.672500', '153453.132500', '153453.592500', '153454.052500', '153454.512500', '153454.972500', '153455.432500', '153455.892500', '153456.352500', '153456.812500', '153457.272500', '153457.732500', '153458.192500', '153458.652500', '153459.112500', '153459.572500', '153500.032500', '153500.492500', '153500.952500', '153501.412500', '153501.872500', '153502.332500', '153502.792500', '153503.252500', '153503.712500', '153504.172500', '153504.632500', '153505.092500', '153505.552500', '153506.012500', '153506.472500', '153506.932500', '153507.392500', '153507.852500', '153508.312500', '153508.772500', '153509.232500', '153509.692500', '153510.152500', '153510.612500', '153511.072500', '153511.532500', '153511.992500', '153512.452500', '153512.912500', '153513.372500', '153513.832500', '153514.292500', '153514.752500', '153515.212500', '153515.672500', '153516.132500', '153516.592500', '153517.052500', '153517.512500', '153517.972500', '153518.432500', '153518.892500', '153519.352500', '153519.812500', '153520.272500', '153520.732500', '153521.192500', '153521.652500', '153522.112500', '153522.572500', '153523.032500', '153523.492500', '153523.952500', '153524.412500', '153524.872500', '153525.332500', '153525.792500', '153526.252500', '153526.712500', '153527.172500', '153527.632500', '153528.092500', '153528.552500', '153529.012500', '153529.472500', '153529.932500', '153530.392500', '153530.852500', '153531.312500', '153531.772500', '153532.232500', '153532.692500', '153533.152500', '153533.612500', '153534.072500', '153534.532500', '153534.992500', '153535.452500', '153535.912500', '153536.372500', '153536.832500', '153537.292500', '153537.752500', '153538.212500', '153538.672500', '153539.132500', '153539.592500', '153540.052500', '153540.512500', '153540.972500', '153541.432500', '153541.892500', '153542.352500', '153542.812500', '153543.272500', '153543.732500', '153544.192500', '153544.652500', '153545.112500', '153545.572500', '153546.032500', '153546.492500', '153546.952500', '153547.412500', '153547.872500', '153548.332500', '153548.792500', '153549.252500', '153549.712500', '153550.172500', '153550.632500', '153551.092500', '153551.552500', '153552.012500', '153552.472500', '153552.932500', '153553.392500', '153553.852500', '153554.312500', '153554.772500', '153555.232500', '153555.692500', '153556.152500', '153556.612500', '153557.072500', '153557.532500', '153557.992500', '153558.452500', '153558.912500', '153559.372500', '153559.832500', '153600.292500', '153600.752500', '153601.212500', '153601.672500', '153602.132500', '153602.592500', '153603.052500', '153603.512500', '153603.972500', '153604.432500', '153604.892500', '153605.352500', '153605.812500', '153606.272500', '153606.732500', '153607.192500', '153607.652500', '153608.112500', '153608.572500', '153609.032500', '153609.492500', '153609.952500', '153610.412500', '153610.872500', '153611.332500', '153611.792500', '153612.252500', '153612.712500', '153613.172500', '153613.632500', '153614.092500', '153614.552500', '153615.012500', '153615.472500', '153615.932500', '153616.392500', '153616.852500', '153617.312500', '153617.772500', '153618.232500', '153618.692500', '153619.152500', '153619.612500', '153620.072500', '153620.532500', '153620.992500', '153621.452500', '153621.912500', '153622.372500', '153622.832500', '153623.292500', '153623.752500', '153624.212500', '153624.672500', '153625.132500', '153625.592500', '153626.052500', '153626.512500', '153626.972500', '153627.432500', '153627.892500', '153628.352500', '153628.812500', '153629.272500', '153629.732500', '153630.192500', '153630.652500', '153631.112500', '153631.572500', '153632.032500', '153632.492500', '153632.952500', '153633.412500', '153633.872500', '153634.332500', '153634.792500', '153635.252500', '153635.712500', '153636.172500', '153636.632500', '153637.092500', '153637.552500', '153638.012500', '153638.472500', '153638.932500', '153639.392500', '153639.852500', '153640.312500', '153640.772500', '153641.232500', '153641.692500', '153642.152500', '153642.612500', '153643.072500', '153643.532500', '153643.992500', '153644.452500', '153644.912500', '153645.372500', '153645.832500', '153646.292500', '153646.752500', '153647.212500', '153647.672500', '153648.132500', '153648.592500', '153649.052500', '153649.512500', '153649.972500', '153650.432500', '153650.892500', '153651.352500', '153651.812500', '153652.272500', '153652.732500', '153653.192500', '153653.652500', '153654.112500', '153654.572500', '153655.032500', '153655.492500', '153655.952500', '153656.412500', '153656.872500', '153657.332500', '153657.792500', '153658.252500', '153658.712500', '153659.172500', '153659.632500', '153700.092500', '153700.552500', '153701.012500', '153701.472500', '153701.932500', '153702.392500', '153702.852500', '153703.312500', '153703.772500', '153704.232500', '153704.692500', '153705.152500', '153705.612500', '153706.072500', '153706.532500', '153706.992500', '153707.452500', '153707.912500', '153708.372500', '153708.832500', '153709.292500', '153709.752500', '153710.212500', '153710.672500', '153711.132500', '153711.592500', '153712.052500', '153712.512500', '153712.972500', '153713.432500', '153713.892500', '153714.352500', '153714.812500', '153715.272500', '153715.732500', '153716.192500', '153716.652500', '153717.112500', '153717.572500', '153718.032500', '153718.492500', '153718.952500', '153719.412500', '153719.872500', '153720.332500', '153720.792500', '153721.252500', '153721.712500', '153722.172500', '153722.632500', '153723.092500', '153723.552500', '153724.012500', '153724.472500', '153724.932500', '153725.392500', '153725.852500', '153726.312500', '153726.772500', '153727.232500', '153727.692500', '153728.152500', '153728.612500', '153729.072500', '153729.532500', '153729.992500', '153730.452500', '153730.912500', '153731.372500', '153731.832500', '153732.292500', '153732.752500', '153733.212500', '153733.672500', '153734.132500', '153734.592500', '153735.052500', '153735.512500', '153735.972500', '153736.432500', '153736.892500', '153737.352500', '153737.812500', '153738.272500', '153738.732500', '153739.192500', '153739.652500', '153740.112500', '153740.572500', '153741.032500', '153741.492500', '153741.952500', '153742.412500', '153742.872500', '153743.332500', '153743.792500', '153744.252500', '153744.712500', '153745.172500', '153745.632500', '153746.092500', '153746.552500', '153747.012500', '153747.472500', '153747.932500', '153748.392500', '153748.852500', '153749.312500', '153749.772500', '153750.232500', '153750.692500', '153751.152500', '153751.612500', '153752.072500', '153752.532500', '153752.992500', '153753.452500', '153753.912500', '153754.372500', '153754.832500', '153755.292500', '153755.752500', '153756.212500', '153756.672500', '153757.132500', '153757.592500', '153758.052500', '153758.512500', '153758.972500', '153759.432500', '153759.892500', '153800.352500', '153800.812500', '153801.272500', '153801.732500', '153802.192500', '153802.652500', '153803.112500', '153803.572500', '153804.032500', '153804.492500', '153804.952500', '153805.412500', '153805.872500', '153806.332500', '153806.792500', '153807.252500', '153807.712500', '153808.172500', '153808.632500', '153809.092500', '153809.552500', '153810.012500', '153810.472500', '153810.932500', '153811.392500', '153811.852500', '153812.312500', '153812.772500', '153813.232500', '153813.692500', '153814.152500', '153814.612500', '153815.072500', '153815.532500', '153815.992500', '153816.452500', '153816.912500', '153817.372500', '153817.832500', '153818.292500', '153818.752500', '153819.212500', '153819.672500', '153820.132500', '153820.592500', '153821.052500', '153821.512500', '153821.972500', '153822.432500', '153822.892500', '153823.352500', '153823.812500', '153824.272500', '153824.732500', '153825.192500', '153825.652500', '153826.112500', '153826.572500', '153827.032500', '153827.492500', '153827.952500', '153828.412500', '153828.872500', '153829.332500', '153829.792500', '153830.252500', '153830.712500', '153831.172500', '153831.632500', '153832.092500', '153832.552500', '153833.012500', '153833.472500', '153833.932500', '153834.392500', '153834.852500', '153835.312500', '153835.772500', '153836.232500', '153836.692500', '153837.152500', '153837.612500', '153838.072500', '153838.532500', '153838.992500', '153839.452500', '153839.912500', '153840.372500', '153840.832500', '153841.292500', '153841.752500', '153842.212500', '153842.672500', '153843.132500', '153843.592500', '153844.052500', '153844.512500', '153844.972500'], 'ContentTime': ['153048.582000', '153048.585000', '153048.588000', '153048.591000', '153048.594000', '153048.597000', '153048.599000', '153048.602000', '153048.605000', '153048.608000', '153048.610000', '153048.613000', '153048.616000', '153048.680000', '153048.683000', '153048.685000', '153048.688000', '153048.690000', '153048.693000', '153048.696000', '153048.698000', '153048.701000', '153048.703000', '153048.706000', '153048.709000', '153048.711000', '153108.532000', '153108.534000', '153108.537000', '153108.540000', '153108.542000', '153108.545000', '153108.548000', '153108.554000', '153108.557000', '153108.560000', '153108.562000', '153108.565000', '153108.567000', '153108.570000', '153108.573000', '153108.575000', '153108.578000', '153108.580000', '153108.583000', '153108.586000', '153108.588000', '153108.591000', '153108.594000', '153108.596000', '153108.599000', '153108.602000', '153108.604000', '153108.607000', '153108.609000', '153108.612000', '153108.614000', '153108.617000', '153108.620000', '153108.622000', '153108.625000', '153108.627000', '153108.630000', '153108.632000', '153108.635000', '153108.638000', '153108.640000', '153108.643000', '153108.645000', '153108.648000', '153128.532000', '153128.534000', '153128.537000', '153128.540000', '153128.542000', '153128.545000', '153128.547000', '153128.550000', '153128.553000', '153128.555000', '153128.558000', '153128.560000', '153128.563000', '153128.565000', '153128.568000', '153128.571000', '153128.573000', '153128.576000', '153128.578000', '153128.581000', '153128.584000', '153128.586000', '153128.589000', '153128.591000', '153128.594000', '153128.596000', '153128.599000', '153128.602000', '153128.604000', '153128.617000', '153128.620000', '153128.622000', '153128.625000', '153128.628000', '153128.630000', '153128.633000', '153128.635000', '153128.638000', '153128.640000', '153128.643000', '153128.645000', '153128.648000', '153128.651000', '153148.532000', '153148.534000', '153148.537000', '153148.540000', '153148.542000', '153148.545000', '153148.547000', '153148.550000', '153148.552000', '153148.555000', '153148.558000', '153148.560000', '153148.563000', '153148.565000', '153148.568000', '153148.571000', '153148.573000', '153148.576000', '153148.579000', '153148.581000', '153148.584000', '153148.586000', '153148.589000', '153148.592000', '153148.595000', '153148.597000', '153148.600000', '153148.602000', '153148.605000', '153148.608000', '153148.610000', '153148.613000', '153148.615000', '153148.618000', '153148.621000', '153148.623000', '153148.626000', '153148.628000', '153148.631000', '153148.633000', '153148.636000', '153148.639000', '153148.641000', '153148.644000', '153208.531000', '153208.533000', '153208.536000', '153208.539000', '153208.541000', '153208.544000', '153208.547000', '153208.549000', '153208.552000', '153208.554000', '153208.557000', '153208.560000', '153208.562000', '153208.565000', '153208.568000', '153208.570000', '153208.573000', '153208.575000', '153208.578000', '153208.581000', '153208.583000', '153208.586000', '153208.589000', '153208.591000', '153208.594000', '153208.597000', '153208.599000', '153208.602000', '153208.605000', '153208.607000', '153208.610000', '153208.612000', '153208.615000', '153208.618000', '153208.620000', '153208.623000', '153208.625000', '153208.628000', '153208.631000', '153208.633000', '153208.636000', '153208.639000', '153208.641000', '153228.532000', '153228.535000', '153228.538000', '153228.540000', '153228.543000', '153228.546000', '153228.548000', '153228.551000', '153228.553000', '153228.556000', '153228.559000', '153228.561000', '153228.564000', '153228.567000', '153228.569000', '153228.572000', '153228.574000', '153228.577000', '153228.580000', '153228.583000', '153228.585000', '153228.588000', '153228.591000', '153228.593000', '153228.596000', '153228.599000', '153228.639000', '153228.641000', '153228.644000', '153228.646000', '153228.649000', '153228.652000', '153228.654000', '153228.657000', '153228.659000', '153228.662000', '153228.665000', '153228.667000', '153228.670000', '153228.672000', '153228.675000', '153228.678000', '153228.680000', '153228.683000', '153248.532000', '153248.534000', '153248.537000', '153248.540000', '153248.542000', '153248.545000', '153248.547000', '153248.550000', '153248.553000', '153248.555000', '153248.558000', '153248.561000', '153248.563000', '153248.566000', '153248.568000', '153248.571000', '153248.574000', '153248.576000', '153248.579000', '153248.582000', '153248.584000', '153248.587000', '153248.590000', '153248.592000', '153248.595000', '153248.598000', '153248.600000', '153248.603000', '153248.605000', '153248.608000', '153248.611000', '153248.613000', '153248.616000', '153248.619000', '153248.621000', '153248.624000', '153248.626000', '153248.629000', '153248.631000', '153248.634000', '153248.637000', '153248.639000', '153248.642000', '153308.531000', '153308.534000', '153308.537000', '153308.540000', '153308.542000', '153308.545000', '153308.547000', '153308.550000', '153308.552000', '153308.555000', '153308.558000', '153308.560000', '153308.563000', '153308.566000', '153308.568000', '153308.571000', '153308.574000', '153308.576000', '153308.579000', '153308.581000', '153308.584000', '153308.587000', '153308.589000', '153308.592000', '153308.595000', '153308.597000', '153308.600000', '153308.602000', '153308.605000', '153308.608000', '153308.610000', '153308.613000', '153308.615000', '153308.618000', '153308.621000', '153308.623000', '153308.626000', '153308.628000', '153308.631000', '153308.634000', '153308.636000', '153308.639000', '153308.641000', '153308.644000', '153328.532000', '153328.535000', '153328.537000', '153328.540000', '153328.548000', '153328.551000', '153328.553000', '153328.556000', '153328.558000', '153328.561000', '153328.564000', '153328.566000', '153328.569000', '153328.571000', '153328.574000', '153328.577000', '153328.579000', '153328.582000', '153328.585000', '153328.587000', '153328.590000', '153328.592000', '153328.595000', '153328.598000', '153328.600000', '153328.603000', '153328.606000', '153328.608000', '153328.611000', '153328.613000', '153328.616000', '153328.619000', '153328.621000', '153328.624000', '153328.626000', '153328.629000', '153328.631000', '153328.634000', '153328.637000', '153328.639000', '153328.642000', '153328.645000', '153328.647000', '153348.531000', '153348.534000', '153348.537000', '153348.540000', '153348.542000', '153348.545000', '153348.547000', '153348.551000', '153348.554000', '153348.557000', '153348.560000', '153348.562000', '153348.565000', '153348.569000', '153348.571000', '153348.574000', '153348.577000', '153348.579000', '153348.582000', '153348.584000', '153348.587000', '153348.590000', '153348.592000', '153348.595000', '153348.598000', '153348.600000', '153348.603000', '153348.605000', '153348.608000', '153348.611000', '153348.613000', '153348.616000', '153348.618000', '153348.621000', '153348.624000', '153348.626000', '153348.629000', '153348.632000', '153348.634000', '153348.637000', '153348.640000', '153348.642000', '153348.645000', '153408.531000', '153408.534000', '153408.537000', '153408.540000', '153408.542000', '153408.545000', '153408.548000', '153408.551000', '153408.553000', '153408.556000', '153408.558000', '153408.561000', '153408.564000', '153408.566000', '153408.569000', '153408.571000', '153408.574000', '153408.577000', '153408.579000', '153408.582000', '153408.585000', '153408.587000', '153408.604000', '153408.607000', '153408.609000', '153408.612000', '153408.615000', '153408.617000', '153408.620000', '153408.622000', '153408.625000', '153408.628000', '153408.630000', '153408.633000', '153408.635000', '153408.638000', '153408.641000', '153408.643000', '153408.646000', '153408.654000', '153408.657000', '153408.659000', '153408.662000', '153408.664000', '153428.531000', '153428.533000', '153428.536000', '153428.539000', '153428.541000', '153428.544000', '153428.547000', '153428.549000', '153428.552000', '153428.555000', '153428.557000', '153428.560000', '153428.562000', '153428.565000', '153428.568000', '153428.570000', '153428.573000', '153428.575000', '153428.578000', '153428.581000', '153428.584000', '153428.587000', '153428.589000', '153428.592000', '153428.595000', '153428.597000', '153428.600000', '153428.603000', '153428.605000', '153428.608000', '153428.611000', '153428.613000', '153428.616000', '153428.618000', '153428.621000', '153428.624000', '153428.626000', '153428.629000', '153428.631000', '153428.634000', '153428.637000', '153428.639000', '153428.642000', '153448.531000', '153448.534000', '153448.537000', '153448.540000', '153448.542000', '153448.545000', '153448.548000', '153448.550000', '153448.553000', '153448.555000', '153448.558000', '153448.561000', '153448.563000', '153448.566000', '153448.568000', '153448.571000', '153448.574000', '153448.576000', '153448.579000', '153448.582000', '153448.584000', '153448.587000', '153448.590000', '153448.592000', '153448.595000', '153448.598000', '153448.600000', '153448.603000', '153448.605000', '153448.608000', '153448.611000', '153448.613000', '153448.616000', '153448.618000', '153448.621000', '153448.624000', '153448.626000', '153448.629000', '153448.631000', '153448.634000', '153448.637000', '153448.639000', '153448.642000', '153448.644000', '153508.532000', '153508.534000', '153508.537000', '153508.540000', '153508.542000', '153508.545000', '153508.548000', '153508.550000', '153508.553000', '153508.556000', '153508.559000', '153508.562000', '153508.565000', '153508.568000', '153508.570000', '153508.573000', '153508.575000', '153508.578000', '153508.581000', '153508.583000', '153508.586000', '153508.589000', '153508.591000', '153508.594000', '153508.597000', '153508.599000', '153508.602000', '153508.604000', '153508.608000', '153508.612000', '153508.614000', '153508.617000', '153508.620000', '153508.622000', '153508.625000', '153508.628000', '153508.630000', '153508.633000', '153508.635000', '153508.638000', '153508.641000', '153508.643000', '153508.646000', '153528.532000', '153528.535000', '153528.537000', '153528.540000', '153528.542000', '153528.545000', '153528.548000', '153528.550000', '153528.553000', '153528.556000', '153528.558000', '153528.561000', '153528.563000', '153528.566000', '153528.569000', '153528.571000', '153528.574000', '153528.577000', '153528.580000', '153528.582000', '153528.585000', '153528.588000', '153528.590000', '153528.593000', '153528.595000', '153528.598000', '153528.601000', '153528.603000', '153528.606000', '153528.609000', '153528.611000', '153528.614000', '153528.617000', '153528.619000', '153528.622000', '153528.625000', '153528.627000', '153528.630000', '153528.632000', '153528.635000', '153528.638000', '153528.640000', '153528.643000', '153528.645000', '153548.531000', '153548.534000', '153548.537000', '153548.540000', '153548.542000', '153548.545000', '153548.548000', '153548.550000', '153548.553000', '153548.555000', '153548.558000', '153548.561000', '153548.563000', '153548.566000', '153548.568000', '153548.571000', '153548.574000', '153548.576000', '153548.579000', '153548.582000', '153548.584000', '153548.587000', '153548.590000', '153548.592000', '153548.595000', '153548.598000', '153548.600000', '153548.603000', '153548.606000', '153548.608000', '153548.611000', '153548.613000', '153548.616000', '153548.619000', '153548.622000', '153548.625000', '153548.628000', '153548.631000', '153548.633000', '153548.636000', '153548.639000', '153548.641000', '153548.644000', '153608.532000', '153608.535000', '153608.537000', '153608.540000', '153608.543000', '153608.545000', '153608.548000', '153608.550000', '153608.553000', '153608.556000', '153608.558000', '153608.561000', '153608.563000', '153608.566000', '153608.569000', '153608.571000', '153608.574000', '153608.577000', '153608.579000', '153608.582000', '153608.584000', '153608.587000', '153608.590000', '153608.592000', '153608.595000', '153608.598000', '153608.600000', '153608.603000', '153608.606000', '153608.608000', '153608.611000', '153608.614000', '153608.616000', '153608.619000', '153608.621000', '153608.624000', '153608.627000', '153608.629000', '153608.632000', '153608.634000', '153608.637000', '153608.640000', '153608.642000', '153608.645000', '153628.531000', '153628.534000', '153628.537000', '153628.540000', '153628.542000', '153628.545000', '153628.547000', '153628.550000', '153628.553000', '153628.555000', '153628.558000', '153628.560000', '153628.563000', '153628.566000', '153628.568000', '153628.571000', '153628.574000', '153628.576000', '153628.579000', '153628.581000', '153628.584000', '153628.587000', '153628.590000', '153628.593000', '153628.596000', '153628.599000', '153628.601000', '153628.604000', '153628.607000', '153628.609000', '153628.612000', '153628.615000', '153628.617000', '153628.620000', '153628.622000', '153628.625000', '153628.628000', '153628.630000', '153628.633000', '153628.635000', '153628.638000', '153628.641000', '153628.643000', '153648.531000', '153648.534000', '153648.536000', '153648.539000', '153648.542000', '153648.544000', '153648.547000', '153648.549000', '153648.552000', '153648.555000', '153648.557000', '153648.560000', '153648.562000', '153648.565000', '153648.568000', '153648.570000', '153648.573000', '153648.576000', '153648.578000', '153648.581000', '153648.583000', '153648.586000', '153648.589000', '153648.591000', '153648.594000', '153648.596000', '153648.599000', '153648.602000', '153648.604000', '153648.607000', '153648.610000', '153648.612000', '153648.616000', '153648.618000', '153648.621000', '153648.624000', '153648.626000', '153648.629000', '153648.632000', '153648.634000', '153648.637000', '153648.640000', '153648.642000', '153648.645000', '153708.533000', '153708.536000', '153708.538000', '153708.541000', '153708.544000', '153708.546000', '153708.549000', '153708.551000', '153708.554000', '153708.557000', '153708.559000', '153708.562000', '153708.564000', '153708.567000', '153708.570000', '153708.572000', '153708.575000', '153708.578000', '153708.580000', '153708.583000', '153708.585000', '153708.588000', '153708.591000', '153708.593000', '153708.597000', '153708.600000', '153708.603000', '153708.605000', '153708.608000', '153708.611000', '153708.613000', '153708.616000', '153708.618000', '153708.621000', '153708.624000', '153708.626000', '153708.629000', '153708.631000', '153708.634000', '153708.636000', '153708.639000', '153708.642000', '153708.644000', '153728.532000', '153728.534000', '153728.537000', '153728.540000', '153728.542000', '153728.545000', '153728.547000', '153728.550000', '153728.553000', '153728.555000', '153728.558000', '153728.560000', '153728.563000', '153728.566000', '153728.568000', '153728.571000', '153728.574000', '153728.576000', '153728.579000', '153728.582000', '153728.584000', '153728.587000', '153728.590000', '153728.592000', '153728.595000', '153728.598000', '153728.600000', '153728.603000', '153728.606000', '153728.608000', '153728.611000', '153728.613000', '153728.616000', '153728.619000', '153728.621000', '153728.624000', '153728.626000', '153728.629000', '153728.632000', '153728.634000', '153728.637000', '153728.640000', '153728.642000', '153728.645000', '153748.531000', '153748.534000', '153748.537000', '153748.540000', '153748.542000', '153748.545000', '153748.547000', '153748.550000', '153748.553000', '153748.555000', '153748.558000', '153748.560000', '153748.564000', '153748.566000', '153748.569000', '153748.571000', '153748.574000', '153748.577000', '153748.579000', '153748.582000', '153748.584000', '153748.587000', '153748.590000', '153748.592000', '153748.595000', '153748.597000', '153748.600000', '153748.603000', '153748.606000', '153748.608000', '153748.611000', '153748.613000', '153748.616000', '153748.619000', '153748.621000', '153748.624000', '153748.626000', '153748.629000', '153748.632000', '153748.634000', '153748.637000', '153748.640000', '153748.642000', '153808.532000', '153808.535000', '153808.537000', '153808.540000', '153808.542000', '153808.545000', '153808.548000', '153808.550000', '153808.553000', '153808.555000', '153808.558000', '153808.561000', '153808.563000', '153808.566000', '153808.569000', '153808.571000', '153808.574000', '153808.577000', '153808.579000', '153808.582000', '153808.584000', '153808.587000', '153808.590000', '153808.592000', '153808.595000', '153808.598000', '153808.600000', '153808.603000', '153808.606000', '153808.608000', '153808.611000', '153808.613000', '153808.616000', '153808.619000', '153808.621000', '153808.624000', '153808.627000', '153808.629000', '153808.632000', '153808.634000', '153808.637000', '153808.640000', '153808.642000', '153808.645000', '153828.532000', '153828.534000', '153828.537000', '153828.540000', '153828.542000', '153828.545000', '153828.548000', '153828.550000', '153828.553000', '153828.555000', '153828.569000', '153828.572000', '153828.574000', '153828.577000', '153828.580000', '153828.582000', '153828.585000', '153828.588000', '153828.590000', '153828.593000', '153828.596000', '153828.598000', '153828.601000', '153828.604000', '153828.606000', '153828.609000', '153828.612000', '153828.614000', '153828.617000', '153828.619000', '153828.622000', '153828.625000', '153828.627000', '153828.630000', '153828.632000', '153828.635000', '153828.638000', '153828.640000', '153828.643000', '153828.646000', '153828.648000', '153828.651000', '153828.653000', '153846.126000', '153846.129000', '153846.132000', '153846.134000', '153846.137000', '153846.140000', '153846.142000', '153846.145000', '153846.148000', '153846.150000', '153846.153000', '153846.156000', '153846.158000', '153846.161000', '153846.163000', '153846.166000', '153846.169000', '153846.171000', '153846.174000', '153846.177000', '153846.179000', '153846.182000', '153846.185000', '153846.187000', '153846.280000', '153846.282000', '153846.285000', '153846.287000', '153846.290000', '153846.293000', '153846.295000', '153846.298000', '153846.300000', '153846.303000', '153846.306000', '153846.308000', '153846.311000', '153846.314000', '153846.316000'], 'InstanceCreationTime': ['153048.582000', '153048.585000', '153048.588000', '153048.591000', '153048.594000', '153048.597000', '153048.599000', '153048.602000', '153048.605000', '153048.608000', '153048.610000', '153048.613000', '153048.616000', '153048.680000', '153048.683000', '153048.685000', '153048.688000', '153048.690000', '153048.693000', '153048.696000', '153048.698000', '153048.701000', '153048.703000', '153048.706000', '153048.709000', '153048.711000', '153108.532000', '153108.534000', '153108.537000', '153108.540000', '153108.542000', '153108.545000', '153108.548000', '153108.554000', '153108.557000', '153108.560000', '153108.562000', '153108.565000', '153108.567000', '153108.570000', '153108.573000', '153108.575000', '153108.578000', '153108.580000', '153108.583000', '153108.586000', '153108.588000', '153108.591000', '153108.594000', '153108.596000', '153108.599000', '153108.602000', '153108.604000', '153108.607000', '153108.609000', '153108.612000', '153108.614000', '153108.617000', '153108.620000', '153108.622000', '153108.625000', '153108.627000', '153108.630000', '153108.632000', '153108.635000', '153108.638000', '153108.640000', '153108.643000', '153108.645000', '153108.648000', '153128.532000', '153128.534000', '153128.537000', '153128.540000', '153128.542000', '153128.545000', '153128.547000', '153128.550000', '153128.553000', '153128.555000', '153128.558000', '153128.560000', '153128.563000', '153128.565000', '153128.568000', '153128.571000', '153128.573000', '153128.576000', '153128.578000', '153128.581000', '153128.584000', '153128.586000', '153128.589000', '153128.591000', '153128.594000', '153128.596000', '153128.599000', '153128.602000', '153128.604000', '153128.617000', '153128.620000', '153128.622000', '153128.625000', '153128.628000', '153128.630000', '153128.633000', '153128.635000', '153128.638000', '153128.640000', '153128.643000', '153128.645000', '153128.648000', '153128.651000', '153148.532000', '153148.534000', '153148.537000', '153148.540000', '153148.542000', '153148.545000', '153148.547000', '153148.550000', '153148.552000', '153148.555000', '153148.558000', '153148.560000', '153148.563000', '153148.565000', '153148.568000', '153148.571000', '153148.573000', '153148.576000', '153148.579000', '153148.581000', '153148.584000', '153148.586000', '153148.589000', '153148.592000', '153148.595000', '153148.597000', '153148.600000', '153148.602000', '153148.605000', '153148.608000', '153148.610000', '153148.613000', '153148.615000', '153148.618000', '153148.621000', '153148.623000', '153148.626000', '153148.628000', '153148.631000', '153148.633000', '153148.636000', '153148.639000', '153148.641000', '153148.644000', '153208.531000', '153208.533000', '153208.536000', '153208.539000', '153208.541000', '153208.544000', '153208.547000', '153208.549000', '153208.552000', '153208.554000', '153208.557000', '153208.560000', '153208.562000', '153208.565000', '153208.568000', '153208.570000', '153208.573000', '153208.575000', '153208.578000', '153208.581000', '153208.583000', '153208.586000', '153208.589000', '153208.591000', '153208.594000', '153208.597000', '153208.599000', '153208.602000', '153208.605000', '153208.607000', '153208.610000', '153208.612000', '153208.615000', '153208.618000', '153208.620000', '153208.623000', '153208.625000', '153208.628000', '153208.631000', '153208.633000', '153208.636000', '153208.639000', '153208.641000', '153228.532000', '153228.535000', '153228.538000', '153228.540000', '153228.543000', '153228.546000', '153228.548000', '153228.551000', '153228.553000', '153228.556000', '153228.559000', '153228.561000', '153228.564000', '153228.567000', '153228.569000', '153228.572000', '153228.574000', '153228.577000', '153228.580000', '153228.583000', '153228.585000', '153228.588000', '153228.591000', '153228.593000', '153228.596000', '153228.599000', '153228.639000', '153228.641000', '153228.644000', '153228.646000', '153228.649000', '153228.652000', '153228.654000', '153228.657000', '153228.659000', '153228.662000', '153228.665000', '153228.667000', '153228.670000', '153228.672000', '153228.675000', '153228.678000', '153228.680000', '153228.683000', '153248.532000', '153248.534000', '153248.537000', '153248.540000', '153248.542000', '153248.545000', '153248.547000', '153248.550000', '153248.553000', '153248.555000', '153248.558000', '153248.561000', '153248.563000', '153248.566000', '153248.568000', '153248.571000', '153248.574000', '153248.576000', '153248.579000', '153248.582000', '153248.584000', '153248.587000', '153248.590000', '153248.592000', '153248.595000', '153248.598000', '153248.600000', '153248.603000', '153248.605000', '153248.608000', '153248.611000', '153248.613000', '153248.616000', '153248.619000', '153248.621000', '153248.624000', '153248.626000', '153248.629000', '153248.631000', '153248.634000', '153248.637000', '153248.639000', '153248.642000', '153308.531000', '153308.534000', '153308.537000', '153308.540000', '153308.542000', '153308.545000', '153308.547000', '153308.550000', '153308.552000', '153308.555000', '153308.558000', '153308.560000', '153308.563000', '153308.566000', '153308.568000', '153308.571000', '153308.574000', '153308.576000', '153308.579000', '153308.581000', '153308.584000', '153308.587000', '153308.589000', '153308.592000', '153308.595000', '153308.597000', '153308.600000', '153308.602000', '153308.605000', '153308.608000', '153308.610000', '153308.613000', '153308.615000', '153308.618000', '153308.621000', '153308.623000', '153308.626000', '153308.628000', '153308.631000', '153308.634000', '153308.636000', '153308.639000', '153308.641000', '153308.644000', '153328.532000', '153328.535000', '153328.537000', '153328.540000', '153328.548000', '153328.551000', '153328.553000', '153328.556000', '153328.558000', '153328.561000', '153328.564000', '153328.566000', '153328.569000', '153328.571000', '153328.574000', '153328.577000', '153328.579000', '153328.582000', '153328.585000', '153328.587000', '153328.590000', '153328.592000', '153328.595000', '153328.598000', '153328.600000', '153328.603000', '153328.606000', '153328.608000', '153328.611000', '153328.613000', '153328.616000', '153328.619000', '153328.621000', '153328.624000', '153328.626000', '153328.629000', '153328.631000', '153328.634000', '153328.637000', '153328.639000', '153328.642000', '153328.645000', '153328.647000', '153348.531000', '153348.534000', '153348.537000', '153348.540000', '153348.542000', '153348.545000', '153348.547000', '153348.551000', '153348.554000', '153348.557000', '153348.560000', '153348.562000', '153348.565000', '153348.569000', '153348.571000', '153348.574000', '153348.577000', '153348.579000', '153348.582000', '153348.584000', '153348.587000', '153348.590000', '153348.592000', '153348.595000', '153348.598000', '153348.600000', '153348.603000', '153348.605000', '153348.608000', '153348.611000', '153348.613000', '153348.616000', '153348.618000', '153348.621000', '153348.624000', '153348.626000', '153348.629000', '153348.632000', '153348.634000', '153348.637000', '153348.640000', '153348.642000', '153348.645000', '153408.531000', '153408.534000', '153408.537000', '153408.540000', '153408.542000', '153408.545000', '153408.548000', '153408.551000', '153408.553000', '153408.556000', '153408.558000', '153408.561000', '153408.564000', '153408.566000', '153408.569000', '153408.571000', '153408.574000', '153408.577000', '153408.579000', '153408.582000', '153408.585000', '153408.587000', '153408.604000', '153408.607000', '153408.609000', '153408.612000', '153408.615000', '153408.617000', '153408.620000', '153408.622000', '153408.625000', '153408.628000', '153408.630000', '153408.633000', '153408.635000', '153408.638000', '153408.641000', '153408.643000', '153408.646000', '153408.654000', '153408.657000', '153408.659000', '153408.662000', '153408.664000', '153428.531000', '153428.533000', '153428.536000', '153428.539000', '153428.541000', '153428.544000', '153428.547000', '153428.549000', '153428.552000', '153428.555000', '153428.557000', '153428.560000', '153428.562000', '153428.565000', '153428.568000', '153428.570000', '153428.573000', '153428.575000', '153428.578000', '153428.581000', '153428.584000', '153428.587000', '153428.589000', '153428.592000', '153428.595000', '153428.597000', '153428.600000', '153428.603000', '153428.605000', '153428.608000', '153428.611000', '153428.613000', '153428.616000', '153428.618000', '153428.621000', '153428.624000', '153428.626000', '153428.629000', '153428.631000', '153428.634000', '153428.637000', '153428.639000', '153428.642000', '153448.531000', '153448.534000', '153448.537000', '153448.540000', '153448.542000', '153448.545000', '153448.548000', '153448.550000', '153448.553000', '153448.555000', '153448.558000', '153448.561000', '153448.563000', '153448.566000', '153448.568000', '153448.571000', '153448.574000', '153448.576000', '153448.579000', '153448.582000', '153448.584000', '153448.587000', '153448.590000', '153448.592000', '153448.595000', '153448.598000', '153448.600000', '153448.603000', '153448.605000', '153448.608000', '153448.611000', '153448.613000', '153448.616000', '153448.618000', '153448.621000', '153448.624000', '153448.626000', '153448.629000', '153448.631000', '153448.634000', '153448.637000', '153448.639000', '153448.642000', '153448.644000', '153508.532000', '153508.534000', '153508.537000', '153508.540000', '153508.542000', '153508.545000', '153508.548000', '153508.550000', '153508.553000', '153508.556000', '153508.559000', '153508.562000', '153508.565000', '153508.568000', '153508.570000', '153508.573000', '153508.575000', '153508.578000', '153508.581000', '153508.583000', '153508.586000', '153508.589000', '153508.591000', '153508.594000', '153508.597000', '153508.599000', '153508.602000', '153508.604000', '153508.608000', '153508.612000', '153508.614000', '153508.617000', '153508.620000', '153508.622000', '153508.625000', '153508.628000', '153508.630000', '153508.633000', '153508.635000', '153508.638000', '153508.641000', '153508.643000', '153508.646000', '153528.532000', '153528.535000', '153528.537000', '153528.540000', '153528.542000', '153528.545000', '153528.548000', '153528.550000', '153528.553000', '153528.556000', '153528.558000', '153528.561000', '153528.563000', '153528.566000', '153528.569000', '153528.571000', '153528.574000', '153528.577000', '153528.580000', '153528.582000', '153528.585000', '153528.588000', '153528.590000', '153528.593000', '153528.595000', '153528.598000', '153528.601000', '153528.603000', '153528.606000', '153528.609000', '153528.611000', '153528.614000', '153528.617000', '153528.619000', '153528.622000', '153528.625000', '153528.627000', '153528.630000', '153528.632000', '153528.635000', '153528.638000', '153528.640000', '153528.643000', '153528.645000', '153548.531000', '153548.534000', '153548.537000', '153548.540000', '153548.542000', '153548.545000', '153548.548000', '153548.550000', '153548.553000', '153548.555000', '153548.558000', '153548.561000', '153548.563000', '153548.566000', '153548.568000', '153548.571000', '153548.574000', '153548.576000', '153548.579000', '153548.582000', '153548.584000', '153548.587000', '153548.590000', '153548.592000', '153548.595000', '153548.598000', '153548.600000', '153548.603000', '153548.606000', '153548.608000', '153548.611000', '153548.613000', '153548.616000', '153548.619000', '153548.622000', '153548.625000', '153548.628000', '153548.631000', '153548.633000', '153548.636000', '153548.639000', '153548.641000', '153548.644000', '153608.532000', '153608.535000', '153608.537000', '153608.540000', '153608.543000', '153608.545000', '153608.548000', '153608.550000', '153608.553000', '153608.556000', '153608.558000', '153608.561000', '153608.563000', '153608.566000', '153608.569000', '153608.571000', '153608.574000', '153608.577000', '153608.579000', '153608.582000', '153608.584000', '153608.587000', '153608.590000', '153608.592000', '153608.595000', '153608.598000', '153608.600000', '153608.603000', '153608.606000', '153608.608000', '153608.611000', '153608.614000', '153608.616000', '153608.619000', '153608.621000', '153608.624000', '153608.627000', '153608.629000', '153608.632000', '153608.634000', '153608.637000', '153608.640000', '153608.642000', '153608.645000', '153628.531000', '153628.534000', '153628.537000', '153628.540000', '153628.542000', '153628.545000', '153628.547000', '153628.550000', '153628.553000', '153628.555000', '153628.558000', '153628.560000', '153628.563000', '153628.566000', '153628.568000', '153628.571000', '153628.574000', '153628.576000', '153628.579000', '153628.581000', '153628.584000', '153628.587000', '153628.590000', '153628.593000', '153628.596000', '153628.599000', '153628.601000', '153628.604000', '153628.607000', '153628.609000', '153628.612000', '153628.615000', '153628.617000', '153628.620000', '153628.622000', '153628.625000', '153628.628000', '153628.630000', '153628.633000', '153628.635000', '153628.638000', '153628.641000', '153628.643000', '153648.531000', '153648.534000', '153648.536000', '153648.539000', '153648.542000', '153648.544000', '153648.547000', '153648.549000', '153648.552000', '153648.555000', '153648.557000', '153648.560000', '153648.562000', '153648.565000', '153648.568000', '153648.570000', '153648.573000', '153648.576000', '153648.578000', '153648.581000', '153648.583000', '153648.586000', '153648.589000', '153648.591000', '153648.594000', '153648.596000', '153648.599000', '153648.602000', '153648.604000', '153648.607000', '153648.610000', '153648.612000', '153648.616000', '153648.618000', '153648.621000', '153648.624000', '153648.626000', '153648.629000', '153648.632000', '153648.634000', '153648.637000', '153648.640000', '153648.642000', '153648.645000', '153708.533000', '153708.536000', '153708.538000', '153708.541000', '153708.544000', '153708.546000', '153708.549000', '153708.551000', '153708.554000', '153708.557000', '153708.559000', '153708.562000', '153708.564000', '153708.567000', '153708.570000', '153708.572000', '153708.575000', '153708.578000', '153708.580000', '153708.583000', '153708.585000', '153708.588000', '153708.591000', '153708.593000', '153708.597000', '153708.600000', '153708.603000', '153708.605000', '153708.608000', '153708.611000', '153708.613000', '153708.616000', '153708.618000', '153708.621000', '153708.624000', '153708.626000', '153708.629000', '153708.631000', '153708.634000', '153708.636000', '153708.639000', '153708.642000', '153708.644000', '153728.532000', '153728.534000', '153728.537000', '153728.540000', '153728.542000', '153728.545000', '153728.547000', '153728.550000', '153728.553000', '153728.555000', '153728.558000', '153728.560000', '153728.563000', '153728.566000', '153728.568000', '153728.571000', '153728.574000', '153728.576000', '153728.579000', '153728.582000', '153728.584000', '153728.587000', '153728.590000', '153728.592000', '153728.595000', '153728.598000', '153728.600000', '153728.603000', '153728.606000', '153728.608000', '153728.611000', '153728.613000', '153728.616000', '153728.619000', '153728.621000', '153728.624000', '153728.626000', '153728.629000', '153728.632000', '153728.634000', '153728.637000', '153728.640000', '153728.642000', '153728.645000', '153748.531000', '153748.534000', '153748.537000', '153748.540000', '153748.542000', '153748.545000', '153748.547000', '153748.550000', '153748.553000', '153748.555000', '153748.558000', '153748.560000', '153748.564000', '153748.566000', '153748.569000', '153748.571000', '153748.574000', '153748.577000', '153748.579000', '153748.582000', '153748.584000', '153748.587000', '153748.590000', '153748.592000', '153748.595000', '153748.597000', '153748.600000', '153748.603000', '153748.606000', '153748.608000', '153748.611000', '153748.613000', '153748.616000', '153748.619000', '153748.621000', '153748.624000', '153748.626000', '153748.629000', '153748.632000', '153748.634000', '153748.637000', '153748.640000', '153748.642000', '153808.532000', '153808.535000', '153808.537000', '153808.540000', '153808.542000', '153808.545000', '153808.548000', '153808.550000', '153808.553000', '153808.555000', '153808.558000', '153808.561000', '153808.563000', '153808.566000', '153808.569000', '153808.571000', '153808.574000', '153808.577000', '153808.579000', '153808.582000', '153808.584000', '153808.587000', '153808.590000', '153808.592000', '153808.595000', '153808.598000', '153808.600000', '153808.603000', '153808.606000', '153808.608000', '153808.611000', '153808.613000', '153808.616000', '153808.619000', '153808.621000', '153808.624000', '153808.627000', '153808.629000', '153808.632000', '153808.634000', '153808.637000', '153808.640000', '153808.642000', '153808.645000', '153828.532000', '153828.534000', '153828.537000', '153828.540000', '153828.542000', '153828.545000', '153828.548000', '153828.550000', '153828.553000', '153828.555000', '153828.569000', '153828.572000', '153828.574000', '153828.577000', '153828.580000', '153828.582000', '153828.585000', '153828.588000', '153828.590000', '153828.593000', '153828.596000', '153828.598000', '153828.601000', '153828.604000', '153828.606000', '153828.609000', '153828.612000', '153828.614000', '153828.617000', '153828.619000', '153828.622000', '153828.625000', '153828.627000', '153828.630000', '153828.632000', '153828.635000', '153828.638000', '153828.640000', '153828.643000', '153828.646000', '153828.648000', '153828.651000', '153828.653000', '153846.126000', '153846.129000', '153846.132000', '153846.134000', '153846.137000', '153846.140000', '153846.142000', '153846.145000', '153846.148000', '153846.150000', '153846.153000', '153846.156000', '153846.158000', '153846.161000', '153846.163000', '153846.166000', '153846.169000', '153846.171000', '153846.174000', '153846.177000', '153846.179000', '153846.182000', '153846.185000', '153846.187000', '153846.280000', '153846.282000', '153846.285000', '153846.287000', '153846.290000', '153846.293000', '153846.295000', '153846.298000', '153846.300000', '153846.303000', '153846.306000', '153846.308000', '153846.311000', '153846.314000', '153846.316000'], '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': [10647, 10015, 12384, 9777, 9935, 11794, 10040, 10234, 9820, 12753, 9625, 10564, 10135, 16695, 9588, 14199, 9414, 13155, 9264, 12726, 9357, 12209, 9688, 12910, 9402, 10224, 9726, 9031, 9892, 12050, 10373, 10290, 15065, 10199, 14018, 10413, 11512, 10753, 10887, 10479, 11287, 10742, 14089, 11602, 10500, 16909, 10349, 14485, 10745, 12107, 10990, 11001, 11095, 10074, 13809, 10082, 13919, 10612, 13515, 10842, 9960, 11155, 10184, 11277, 9779, 11254, 10052, 14819, 9933, 14326, 10377, 12188, 10362, 10987, 10454, 11541, 10292, 12406, 10299, 13001, 10295, 14676, 11195, 10181, 11280, 9786, 13775, 10080, 13606, 10262, 13334, 10558, 12850, 10776, 11885, 11030, 9979, 11183, 10115, 11532, 9925, 13379, 10551, 14039, 11469, 10123, 12964, 10499, 12817, 11060, 12698, 11081, 10362, 11382, 10332, 11955, 10699, 14131, 11228, 10434, 13317, 10581, 12346, 11180, 14090, 12027, 10930, 13234, 11174, 12899, 11458, 13108, 11308, 10477, 11562, 10407, 14483, 10197, 14066, 10376, 13282, 10506, 12493, 10371, 12643, 10337, 13724, 17904, 9990, 15013, 9699, 13402, 9909, 13845, 9956, 12963, 9906, 10203, 9578, 10355, 9521, 10222, 9536, 10997, 9799, 10155, 9966, 10176, 11720, 10175, 10308, 10037, 11256, 10717, 11191, 10183, 9912, 10469, 12286, 9882, 9108, 9964, 9300, 10134, 9574, 11027, 10183, 12666, 10303, 13042, 10150, 11485, 9909, 10186, 9943, 9068, 11494, 9245, 13212, 9738, 13891, 10012, 11847, 9462, 10680, 9495, 10642, 9622, 13100, 9715, 13196, 9898, 13680, 10372, 12707, 10156, 9603, 10993, 9813, 10673, 10512, 10112, 10250, 13773, 10267, 13216, 9853, 12026, 10053, 9809, 9888, 9246, 10398, 9298, 11933, 9596, 13867, 10202, 14293, 10256, 10902, 12288, 10310, 9923, 9715, 9732, 10549, 11600, 14030, 9698, 13565, 11171, 10305, 14085, 9855, 13137, 9803, 12054, 10096, 11440, 10177, 9630, 11571, 9481, 12657, 9845, 12394, 10123, 11357, 9819, 10308, 10803, 9261, 11110, 9949, 12239, 10768, 12290, 10034, 11725, 9810, 9856, 10123, 9398, 11545, 9859, 13612, 9821, 11311, 9869, 11690, 10165, 11872, 10409, 11322, 11728, 9693, 10938, 10312, 12612, 10872, 13122, 10734, 12652, 10630, 12579, 10739, 11582, 10537, 9329, 10778, 10423, 11130, 10851, 11024, 11568, 10783, 11627, 11055, 13613, 11075, 11387, 11731, 10666, 12934, 10570, 10309, 9692, 11209, 10469, 10916, 10091, 10256, 9840, 9486, 11162, 10691, 16315, 12124, 13041, 12979, 14124, 12807, 19422, 13499, 13200, 12013, 9852, 15700, 16369, 14933, 16740, 12121, 16420, 9080, 14677, 9939, 12352, 9581, 10057, 13659, 9190, 13124, 10043, 11445, 9716, 9643, 9960, 9070, 11370, 9937, 12094, 9779, 11046, 9815, 9446, 11159, 9067, 13128, 10051, 12899, 10249, 9506, 10620, 9033, 13767, 10045, 14111, 9456, 12658, 9788, 11137, 9831, 10102, 11277, 9130, 14311, 10137, 12955, 9369, 11815, 9680, 11653, 9550, 10520, 9884, 12752, 11107, 10307, 16157, 9244, 14782, 9500, 13694, 10334, 13655, 10248, 12776, 10373, 10212, 11041, 9351, 10099, 8927, 13319, 9672, 12489, 9769, 9307, 10160, 9084, 10039, 9068, 12177, 10139, 12800, 10080, 12540, 10779, 13594, 14628, 9406, 14033, 10602, 11136, 18127, 9671, 12892, 10855, 11123, 10820, 9680, 10760, 10090, 11637, 10396, 11888, 9918, 9147, 9369, 9386, 9961, 9947, 9671, 9916, 9589, 9813, 9399, 9428, 14995, 10599, 14459, 10597, 13967, 10124, 11843, 10117, 9358, 11508, 9998, 10429, 11036, 9763, 9495, 10614, 10504, 11058, 10987, 11534, 11526, 14360, 11164, 11150, 14221, 10921, 10619, 15538, 12029, 16739, 15559, 16342, 14713, 13056, 17263, 11861, 16803, 14669, 14313, 11791, 10809, 11989, 10731, 13940, 9259, 16868, 9094, 12845, 10323, 10626, 9906, 10241, 9369, 10083, 10613, 9339, 11020, 9853, 10738, 9626, 10384, 10010, 11875, 9476, 10717, 10467, 11267, 10189, 10543, 12435, 10549, 10086, 10404, 11520, 10222, 10607, 9354, 9534, 10142, 10757, 9785, 9475, 10013, 9341, 12394, 9116, 9755, 10594, 9389, 9239, 10309, 10850, 10198, 9829, 9913, 11680, 10215, 14916, 9108, 9149, 13603, 10042, 14801, 9037, 11343, 9070, 10806, 9686, 12365, 9481, 10345, 11003, 9741, 10495, 9963, 10234, 10328, 11047, 15263, 11420, 10738, 13782, 9546, 12293, 9598, 11089, 10615, 9895, 16093, 13164, 10255, 15543, 14945, 9137, 13693, 13491, 14801, 13455, 10233, 16235, 13150, 9477, 16638, 12413, 9360, 13342, 11179, 12148, 10927, 8885, 10923, 9186, 11504, 10349, 11924, 10534, 9358, 10793, 8828, 10494, 11369, 9402, 10689, 10004, 10952, 8947, 11024, 10227, 9559, 10463, 8850, 11821, 10236, 9435, 11969, 9533, 12625, 9550, 11042, 9225, 10340, 9292, 11142, 8957, 10901, 9429, 10821, 9988, 10898, 11117, 14802, 10327, 10086, 10881, 8777, 10459, 10056, 9995, 10390, 8947, 10944, 9798, 8692, 12239, 8936, 13764, 9440, 12184, 9326, 11757, 9254, 11085, 8803, 11146, 10780, 8858, 9262, 9066, 12167, 8987, 11581, 9331, 11069, 9950, 10038, 11031, 12677, 9415, 10429, 9416, 9616, 9191, 10608, 11186, 8860, 9922, 9284, 10142, 12985, 9470, 14610, 9957, 15666, 8640, 14225, 8919, 12488, 8945, 12480, 9115, 10387, 9183, 9674, 10187, 8958, 11069, 9633, 12936, 9546, 13362, 9778, 12876, 9158, 12611, 9453, 12478, 8869, 13859, 10370, 14788, 10810, 15561, 8917, 14505, 9755, 12940, 9802, 10628, 8464, 9655, 10239, 9137, 12182, 9799, 9370, 10342, 9417, 10158, 10090, 9769, 9024, 9875, 8881, 10362, 9541, 9516, 10260, 9557, 9421, 10270, 11670, 16838, 11959, 15593, 11081, 12408, 9312, 11440, 9058, 11210, 8792, 9887, 8650, 9699, 9032, 10023, 9520, 9605, 9368, 9446, 9958, 9841, 10473, 9362, 12709, 9990, 10001, 10252, 9515, 9967, 9596, 10127, 9699, 9446, 10161, 12017, 9810, 12027, 9339, 12404, 11256, 10159, 11335, 16188, 9715, 16591, 9520, 13706, 9419, 10081, 8959, 10105, 9834, 9993, 12283, 9716, 13558, 11145, 11674, 10077, 10411, 11929, 10271, 10603, 9771, 14091, 10413, 12424, 10239, 11295, 9836, 11451, 10055, 11818, 9722, 11091, 8929, 10508, 9769, 10280, 10946, 10289, 10815, 9696, 10203, 10185, 11434, 10338, 11238, 10033, 11991, 9521, 12977, 9764, 11475, 10237, 12579, 10338, 12858, 9922, 10188, 11275, 9827, 11370, 9777, 9691, 9396, 9932, 9993, 12061, 10523, 9643, 14105, 9061, 14493, 9184, 12988, 9986, 11833, 9728, 9887, 10019, 9864, 10138, 10084, 10056, 11382, 9922, 9814, 9852, 10365, 9888, 10164, 9719, 10603, 9831, 10268, 9994, 11898, 9879, 11318, 10000, 10969, 9955, 11514, 9983, 10090, 10397, 11086, 10226, 11359, 9892, 11909, 9706, 11971, 9413, 9954, 11725, 9981, 9889, 9721, 10507, 11459, 9871, 10142, 9600, 11183, 10198, 12856, 9773, 9743, 10099, 9808, 11831, 10114, 12345, 10334, 10607, 15015, 10509, 13034, 10213, 11123, 11829, 10201, 13815, 11374, 10042, 15290, 11902, 11838, 15488, 9809, 16949, 15964, 16714, 15182, 12633, 16799, 10296, 16147, 9011, 14644, 9234, 14827, 9276, 12375, 9731, 12405, 9199, 10981, 10980, 9872, 16525, 9284, 12483, 9238, 11129, 9183, 9675, 9274, 11272, 8909, 11488, 8987, 11440, 8835, 10389, 10498, 9626, 13546, 8866, 9946, 9021, 11726, 9080, 11923, 8898, 11434, 9293, 10681, 9057, 12354, 9789, 12061, 9674, 10430, 9535, 10148, 14469, 9247, 13952, 9043, 12354, 9073, 10372, 9813, 13646, 9607, 15687, 9051, 13608, 9198, 10251, 10718, 9919, 10156, 9259, 10024, 9801, 9481, 11430, 9760, 13039, 9372, 10961, 9910, 9608, 12288, 9048, 12378, 10341, 11414, 10125, 9247, 10854, 11156, 10494, 11536, 10443, 10626, 16636, 9418, 14453, 9930, 12925], 'WindowCenter': [4444.0, 4419.0, 4434.0, 4403.0, 4390.0, 4421.0, 4378.0, 4389.0, 4378.0, 4417.0, 4378.0, 4385.0, 4387.0, 4436.0, 4366.0, 4414.0, 4366.0, 4404.0, 4366.0, 4405.0, 4366.0, 4395.0, 4365.0, 4416.0, 4354.0, 4387.0, 4364.0, 4355.0, 4387.0, 4419.0, 4400.0, 4412.0, 4448.0, 4399.0, 4427.0, 4387.0, 4406.0, 4408.0, 4397.0, 4411.0, 4419.0, 4421.0, 4453.0, 4409.0, 4411.0, 4458.0, 4388.0, 4437.0, 4398.0, 4419.0, 4408.0, 4411.0, 4407.0, 4399.0, 4427.0, 4399.0, 4439.0, 4398.0, 4440.0, 4408.0, 4399.0, 4408.0, 4400.0, 4409.0, 4401.0, 4409.0, 4401.0, 4449.0, 4400.0, 4439.0, 4399.0, 4430.0, 4399.0, 4409.0, 4411.0, 4421.0, 4424.0, 4441.0, 4423.0, 4441.0, 4412.0, 4462.0, 4421.0, 4412.0, 4419.0, 4402.0, 4439.0, 4412.0, 4450.0, 4412.0, 4450.0, 4412.0, 4443.0, 4421.0, 4432.0, 4420.0, 4412.0, 4420.0, 4413.0, 4419.0, 4412.0, 4441.0, 4422.0, 4462.0, 4419.0, 4411.0, 4439.0, 4421.0, 4439.0, 4420.0, 4442.0, 4419.0, 4413.0, 4431.0, 4424.0, 4442.0, 4425.0, 4475.0, 4422.0, 4425.0, 4453.0, 4437.0, 4454.0, 4447.0, 4477.0, 4444.0, 4436.0, 4453.0, 4434.0, 4453.0, 4444.0, 4465.0, 4434.0, 4437.0, 4444.0, 4437.0, 4464.0, 4424.0, 4464.0, 4425.0, 4454.0, 4425.0, 4443.0, 4425.0, 4444.0, 4412.0, 4455.0, 4471.0, 4401.0, 4449.0, 4391.0, 4439.0, 4401.0, 4439.0, 4401.0, 4440.0, 4412.0, 4411.0, 4403.0, 4411.0, 4413.0, 4411.0, 4414.0, 4422.0, 4413.0, 4410.0, 4414.0, 4410.0, 4433.0, 4413.0, 4414.0, 4412.0, 4423.0, 4422.0, 4423.0, 4410.0, 4412.0, 4422.0, 4444.0, 4412.0, 4393.0, 4400.0, 4392.0, 4400.0, 4402.0, 4410.0, 4412.0, 4440.0, 4413.0, 4442.0, 4412.0, 4422.0, 4401.0, 4412.0, 4400.0, 4393.0, 4420.0, 4392.0, 4440.0, 4402.0, 4440.0, 4402.0, 4430.0, 4403.0, 4411.0, 4404.0, 4423.0, 4414.0, 4440.0, 4403.0, 4442.0, 4413.0, 4453.0, 4412.0, 4444.0, 4400.0, 4402.0, 4420.0, 4412.0, 4411.0, 4424.0, 4413.0, 4425.0, 4452.0, 4424.0, 4453.0, 4412.0, 4433.0, 4400.0, 4412.0, 4400.0, 4402.0, 4411.0, 4404.0, 4431.0, 4403.0, 4451.0, 4412.0, 4462.0, 4400.0, 4422.0, 4418.0, 4400.0, 4400.0, 4399.0, 4413.0, 4435.0, 4458.0, 4465.0, 4404.0, 4455.0, 4411.0, 4412.0, 4439.0, 4401.0, 4440.0, 4400.0, 4430.0, 4399.0, 4420.0, 4398.0, 4401.0, 4417.0, 4401.0, 4429.0, 4401.0, 4429.0, 4400.0, 4410.0, 4399.0, 4411.0, 4410.0, 4402.0, 4419.0, 4412.0, 4431.0, 4422.0, 4433.0, 4402.0, 4433.0, 4411.0, 4412.0, 4410.0, 4403.0, 4420.0, 4414.0, 4453.0, 4400.0, 4422.0, 4400.0, 4431.0, 4412.0, 4443.0, 4422.0, 4435.0, 4431.0, 4414.0, 4422.0, 4424.0, 4442.0, 4424.0, 4453.0, 4423.0, 4442.0, 4423.0, 4443.0, 4421.0, 4432.0, 4422.0, 4403.0, 4434.0, 4424.0, 4436.0, 4434.0, 4435.0, 4435.0, 4435.0, 4433.0, 4435.0, 4453.0, 4435.0, 4434.0, 4448.0, 4436.0, 4455.0, 4437.0, 4426.0, 4416.0, 4437.0, 4425.0, 4438.0, 4439.0, 4451.0, 4440.0, 4418.0, 4437.0, 4437.0, 4485.0, 4471.0, 4468.0, 4458.0, 4465.0, 4446.0, 4471.0, 4432.0, 4430.0, 4421.0, 4389.0, 4453.0, 4438.0, 4440.0, 4435.0, 4395.0, 4423.0, 4344.0, 4413.0, 4361.0, 4392.0, 4351.0, 4363.0, 4400.0, 4352.0, 4401.0, 4362.0, 4382.0, 4352.0, 4365.0, 4361.0, 4354.0, 4394.0, 4376.0, 4404.0, 4376.0, 4396.0, 4376.0, 4378.0, 4394.0, 4368.0, 4416.0, 4377.0, 4418.0, 4386.0, 4389.0, 4384.0, 4379.0, 4427.0, 4389.0, 4438.0, 4378.0, 4418.0, 4390.0, 4411.0, 4389.0, 4400.0, 4395.0, 4379.0, 4438.0, 4389.0, 4430.0, 4378.0, 4419.0, 4379.0, 4411.0, 4378.0, 4400.0, 4388.0, 4429.0, 4396.0, 4389.0, 4447.0, 4378.0, 4427.0, 4378.0, 4426.0, 4387.0, 4417.0, 4376.0, 4417.0, 4375.0, 4387.0, 4384.0, 4367.0, 4386.0, 4380.0, 4427.0, 4377.0, 4418.0, 4376.0, 4367.0, 4385.0, 4368.0, 4386.0, 4380.0, 4418.0, 4400.0, 4428.0, 4400.0, 4429.0, 4410.0, 4443.0, 4437.0, 4379.0, 4429.0, 4387.0, 4409.0, 4456.0, 4378.0, 4415.0, 4398.0, 4407.0, 4398.0, 4390.0, 4397.0, 4401.0, 4420.0, 4401.0, 4421.0, 4389.0, 4390.0, 4378.0, 4391.0, 4390.0, 4402.0, 4400.0, 4414.0, 4402.0, 4415.0, 4403.0, 4406.0, 4463.0, 4414.0, 4452.0, 4414.0, 4452.0, 4414.0, 4433.0, 4413.0, 4403.0, 4435.0, 4426.0, 4426.0, 4449.0, 4429.0, 4417.0, 4438.0, 4436.0, 4449.0, 4437.0, 4449.0, 4448.0, 4466.0, 4439.0, 4437.0, 4466.0, 4427.0, 4426.0, 4477.0, 4448.0, 4474.0, 4466.0, 4462.0, 4443.0, 4419.0, 4451.0, 4399.0, 4438.0, 4429.0, 4416.0, 4398.0, 4386.0, 4396.0, 4388.0, 4416.0, 4368.0, 4437.0, 4357.0, 4407.0, 4377.0, 4388.0, 4389.0, 4388.0, 4368.0, 4389.0, 4388.0, 4380.0, 4387.0, 4391.0, 4388.0, 4381.0, 4389.0, 4382.0, 4409.0, 4380.0, 4389.0, 4401.0, 4399.0, 4390.0, 4388.0, 4409.0, 4388.0, 4389.0, 4387.0, 4410.0, 4390.0, 4390.0, 4367.0, 4367.0, 4388.0, 4387.0, 4376.0, 4378.0, 4365.0, 4367.0, 4395.0, 4358.0, 4366.0, 4387.0, 4367.0, 4368.0, 4389.0, 4400.0, 4377.0, 4377.0, 4378.0, 4409.0, 4389.0, 4438.0, 4369.0, 4369.0, 4430.0, 4392.0, 4441.0, 4357.0, 4386.0, 4343.0, 4373.0, 4365.0, 4395.0, 4367.0, 4376.0, 4400.0, 4380.0, 4399.0, 4377.0, 4375.0, 4376.0, 4397.0, 4437.0, 4399.0, 4386.0, 4427.0, 4377.0, 4406.0, 4368.0, 4373.0, 4376.0, 4366.0, 4426.0, 4407.0, 4379.0, 4439.0, 4441.0, 4367.0, 4404.0, 4406.0, 4403.0, 4393.0, 4363.0, 4412.0, 4394.0, 4355.0, 4425.0, 4385.0, 4343.0, 4393.0, 4363.0, 4370.0, 4350.0, 4318.0, 4349.0, 4330.0, 4358.0, 4352.0, 4371.0, 4361.0, 4341.0, 4359.0, 4342.0, 4363.0, 4384.0, 4353.0, 4362.0, 4363.0, 4373.0, 4355.0, 4373.0, 4363.0, 4354.0, 4373.0, 4355.0, 4384.0, 4377.0, 4356.0, 4396.0, 4378.0, 4396.0, 4354.0, 4385.0, 4353.0, 4363.0, 4354.0, 4374.0, 4343.0, 4362.0, 4353.0, 4361.0, 4364.0, 4360.0, 4374.0, 4399.0, 4351.0, 4349.0, 4359.0, 4328.0, 4359.0, 4350.0, 4349.0, 4361.0, 4342.0, 4371.0, 4362.0, 4331.0, 4383.0, 4340.0, 4403.0, 4339.0, 4369.0, 4341.0, 4369.0, 4339.0, 4359.0, 4342.0, 4370.0, 4371.0, 4341.0, 4341.0, 4342.0, 4381.0, 4342.0, 4370.0, 4353.0, 4371.0, 4363.0, 4352.0, 4374.0, 4391.0, 4343.0, 4360.0, 4351.0, 4361.0, 4353.0, 4384.0, 4384.0, 4367.0, 4376.0, 4367.0, 4386.0, 4417.0, 4377.0, 4425.0, 4376.0, 4423.0, 4345.0, 4403.0, 4344.0, 4392.0, 4343.0, 4393.0, 4354.0, 4373.0, 4365.0, 4365.0, 4386.0, 4366.0, 4396.0, 4377.0, 4406.0, 4377.0, 4416.0, 4376.0, 4405.0, 4355.0, 4394.0, 4365.0, 4393.0, 4356.0, 4413.0, 4376.0, 4424.0, 4386.0, 4423.0, 4354.0, 4412.0, 4364.0, 4392.0, 4363.0, 4372.0, 4334.0, 4363.0, 4375.0, 4354.0, 4394.0, 4362.0, 4352.0, 4361.0, 4352.0, 4373.0, 4373.0, 4363.0, 4354.0, 4363.0, 4355.0, 4375.0, 4374.0, 4377.0, 4387.0, 4388.0, 4391.0, 4387.0, 4410.0, 4445.0, 4407.0, 4434.0, 4396.0, 4404.0, 4365.0, 4394.0, 4366.0, 4394.0, 4355.0, 4374.0, 4356.0, 4375.0, 4366.0, 4376.0, 4378.0, 4376.0, 4377.0, 4388.0, 4386.0, 4388.0, 4397.0, 4390.0, 4428.0, 4400.0, 4388.0, 4400.0, 4388.0, 4399.0, 4378.0, 4399.0, 4388.0, 4390.0, 4400.0, 4419.0, 4401.0, 4418.0, 4390.0, 4429.0, 4410.0, 4399.0, 4412.0, 4447.0, 4378.0, 4446.0, 4377.0, 4426.0, 4378.0, 4385.0, 4367.0, 4388.0, 4387.0, 4399.0, 4418.0, 4390.0, 4427.0, 4409.0, 4405.0, 4388.0, 4386.0, 4408.0, 4387.0, 4387.0, 4377.0, 4426.0, 4386.0, 4405.0, 4375.0, 4386.0, 4375.0, 4394.0, 4376.0, 4395.0, 4377.0, 4395.0, 4368.0, 4397.0, 4387.0, 4386.0, 4398.0, 4384.0, 4397.0, 4377.0, 4386.0, 4386.0, 4394.0, 4386.0, 4395.0, 4376.0, 4395.0, 4377.0, 4415.0, 4377.0, 4395.0, 4388.0, 4404.0, 4386.0, 4404.0, 4375.0, 4374.0, 4396.0, 4374.0, 4396.0, 4375.0, 4376.0, 4366.0, 4375.0, 4386.0, 4417.0, 4385.0, 4376.0, 4424.0, 4365.0, 4423.0, 4365.0, 4413.0, 4375.0, 4394.0, 4375.0, 4375.0, 4386.0, 4385.0, 4398.0, 4397.0, 4398.0, 4418.0, 4389.0, 4390.0, 4389.0, 4398.0, 4388.0, 4398.0, 4388.0, 4399.0, 4389.0, 4400.0, 4388.0, 4420.0, 4388.0, 4408.0, 4386.0, 4398.0, 4386.0, 4407.0, 4387.0, 4398.0, 4398.0, 4407.0, 4399.0, 4408.0, 4389.0, 4418.0, 4390.0, 4417.0, 4389.0, 4387.0, 4419.0, 4389.0, 4399.0, 4402.0, 4411.0, 4421.0, 4401.0, 4412.0, 4390.0, 4411.0, 4401.0, 4430.0, 4400.0, 4390.0, 4401.0, 4399.0, 4433.0, 4424.0, 4458.0, 4427.0, 4435.0, 4488.0, 4438.0, 4453.0, 4414.0, 4420.0, 4433.0, 4413.0, 4452.0, 4434.0, 4405.0, 4474.0, 4434.0, 4423.0, 4453.0, 4391.0, 4462.0, 4452.0, 4438.0, 4429.0, 4396.0, 4437.0, 4364.0, 4425.0, 4343.0, 4402.0, 4342.0, 4402.0, 4342.0, 4369.0, 4340.0, 4370.0, 4328.0, 4359.0, 4345.0, 4337.0, 4396.0, 4327.0, 4378.0, 4340.0, 4358.0, 4339.0, 4338.0, 4351.0, 4359.0, 4341.0, 4370.0, 4330.0, 4372.0, 4340.0, 4362.0, 4359.0, 4351.0, 4390.0, 4343.0, 4348.0, 4341.0, 4369.0, 4340.0, 4381.0, 4341.0, 4371.0, 4339.0, 4360.0, 4341.0, 4403.0, 4360.0, 4393.0, 4351.0, 4373.0, 4352.0, 4362.0, 4399.0, 4341.0, 4399.0, 4341.0, 4390.0, 4342.0, 4360.0, 4363.0, 4400.0, 4352.0, 4411.0, 4330.0, 4390.0, 4328.0, 4350.0, 4347.0, 4349.0, 4348.0, 4338.0, 4362.0, 4361.0, 4364.0, 4386.0, 4363.0, 4402.0, 4352.0, 4372.0, 4351.0, 4353.0, 4380.0, 4342.0, 4390.0, 4361.0, 4382.0, 4361.0, 4352.0, 4382.0, 4384.0, 4384.0, 4395.0, 4386.0, 4397.0, 4433.0, 4365.0, 4412.0, 4363.0, 4403.0], 'WindowWidth': [9789.0, 9742.0, 9751.0, 9704.0, 9680.0, 9721.0, 9658.0, 9673.0, 9659.0, 9708.0, 9658.0, 9660.0, 9668.0, 9732.0, 9636.0, 9696.0, 9635.0, 9684.0, 9636.0, 9686.0, 9636.0, 9672.0, 9635.0, 9705.0, 9616.0, 9665.0, 9629.0, 9620.0, 9666.0, 9715.0, 9692.0, 9715.0, 9754.0, 9690.0, 9721.0, 9667.0, 9692.0, 9699.0, 9684.0, 9708.0, 9718.0, 9724.0, 9770.0, 9702.0, 9708.0, 9770.0, 9672.0, 9735.0, 9686.0, 9716.0, 9698.0, 9707.0, 9695.0, 9690.0, 9724.0, 9688.0, 9741.0, 9688.0, 9745.0, 9698.0, 9690.0, 9699.0, 9692.0, 9702.0, 9695.0, 9702.0, 9698.0, 9758.0, 9693.0, 9744.0, 9689.0, 9731.0, 9690.0, 9703.0, 9712.0, 9725.0, 9733.0, 9751.0, 9732.0, 9750.0, 9713.0, 9784.0, 9723.0, 9712.0, 9718.0, 9700.0, 9746.0, 9712.0, 9762.0, 9713.0, 9761.0, 9714.0, 9755.0, 9724.0, 9743.0, 9723.0, 9715.0, 9721.0, 9716.0, 9719.0, 9716.0, 9753.0, 9728.0, 9783.0, 9717.0, 9712.0, 9744.0, 9724.0, 9744.0, 9722.0, 9757.0, 9720.0, 9717.0, 9737.0, 9735.0, 9756.0, 9738.0, 9808.0, 9727.0, 9739.0, 9773.0, 9759.0, 9776.0, 9772.0, 9814.0, 9762.0, 9754.0, 9772.0, 9749.0, 9772.0, 9763.0, 9796.0, 9749.0, 9758.0, 9763.0, 9759.0, 9792.0, 9738.0, 9791.0, 9740.0, 9778.0, 9737.0, 9759.0, 9737.0, 9764.0, 9716.0, 9778.0, 9793.0, 9698.0, 9759.0, 9683.0, 9746.0, 9696.0, 9746.0, 9697.0, 9749.0, 9715.0, 9711.0, 9704.0, 9710.0, 9718.0, 9713.0, 9720.0, 9727.0, 9718.0, 9710.0, 9720.0, 9710.0, 9744.0, 9718.0, 9721.0, 9715.0, 9730.0, 9728.0, 9732.0, 9711.0, 9715.0, 9728.0, 9761.0, 9715.0, 9690.0, 9695.0, 9687.0, 9694.0, 9701.0, 9710.0, 9716.0, 9751.0, 9718.0, 9756.0, 9714.0, 9727.0, 9698.0, 9716.0, 9694.0, 9691.0, 9720.0, 9688.0, 9748.0, 9700.0, 9747.0, 9700.0, 9735.0, 9705.0, 9713.0, 9707.0, 9731.0, 9723.0, 9752.0, 9705.0, 9754.0, 9719.0, 9770.0, 9717.0, 9760.0, 9695.0, 9703.0, 9723.0, 9717.0, 9713.0, 9737.0, 9718.0, 9740.0, 9771.0, 9734.0, 9774.0, 9716.0, 9745.0, 9695.0, 9713.0, 9694.0, 9703.0, 9714.0, 9707.0, 9740.0, 9705.0, 9766.0, 9714.0, 9785.0, 9695.0, 9727.0, 9717.0, 9693.0, 9694.0, 9692.0, 9719.0, 9752.0, 9789.0, 9796.0, 9708.0, 9778.0, 9710.0, 9712.0, 9746.0, 9697.0, 9750.0, 9695.0, 9735.0, 9690.0, 9719.0, 9688.0, 9699.0, 9714.0, 9696.0, 9732.0, 9697.0, 9732.0, 9695.0, 9707.0, 9691.0, 9713.0, 9708.0, 9701.0, 9719.0, 9716.0, 9737.0, 9726.0, 9742.0, 9700.0, 9746.0, 9711.0, 9714.0, 9710.0, 9705.0, 9723.0, 9719.0, 9773.0, 9695.0, 9727.0, 9694.0, 9739.0, 9714.0, 9758.0, 9729.0, 9751.0, 9741.0, 9722.0, 9729.0, 9735.0, 9756.0, 9735.0, 9774.0, 9732.0, 9756.0, 9731.0, 9759.0, 9723.0, 9741.0, 9730.0, 9706.0, 9749.0, 9735.0, 9755.0, 9750.0, 9755.0, 9753.0, 9755.0, 9747.0, 9752.0, 9774.0, 9752.0, 9749.0, 9774.0, 9754.0, 9781.0, 9758.0, 9741.0, 9728.0, 9757.0, 9738.0, 9760.0, 9765.0, 9786.0, 9768.0, 9733.0, 9758.0, 9758.0, 9821.0, 9815.0, 9803.0, 9789.0, 9791.0, 9765.0, 9793.0, 9737.0, 9734.0, 9723.0, 9676.0, 9772.0, 9741.0, 9743.0, 9731.0, 9673.0, 9710.0, 9602.0, 9695.0, 9621.0, 9664.0, 9605.0, 9625.0, 9670.0, 9608.0, 9675.0, 9622.0, 9649.0, 9610.0, 9633.0, 9621.0, 9617.0, 9673.0, 9651.0, 9683.0, 9651.0, 9679.0, 9650.0, 9659.0, 9673.0, 9644.0, 9705.0, 9653.0, 9709.0, 9662.0, 9675.0, 9661.0, 9661.0, 9722.0, 9673.0, 9737.0, 9657.0, 9712.0, 9677.0, 9706.0, 9675.0, 9692.0, 9677.0, 9661.0, 9738.0, 9673.0, 9729.0, 9659.0, 9716.0, 9660.0, 9706.0, 9659.0, 9688.0, 9671.0, 9729.0, 9677.0, 9673.0, 9750.0, 9655.0, 9720.0, 9656.0, 9716.0, 9665.0, 9704.0, 9649.0, 9706.0, 9645.0, 9665.0, 9658.0, 9638.0, 9665.0, 9664.0, 9721.0, 9656.0, 9711.0, 9652.0, 9639.0, 9662.0, 9644.0, 9666.0, 9664.0, 9712.0, 9692.0, 9727.0, 9693.0, 9730.0, 9708.0, 9756.0, 9736.0, 9661.0, 9728.0, 9668.0, 9701.0, 9761.0, 9656.0, 9703.0, 9684.0, 9696.0, 9684.0, 9679.0, 9682.0, 9693.0, 9720.0, 9695.0, 9722.0, 9676.0, 9679.0, 9660.0, 9683.0, 9677.0, 9700.0, 9693.0, 9717.0, 9701.0, 9722.0, 9703.0, 9712.0, 9783.0, 9717.0, 9767.0, 9718.0, 9765.0, 9717.0, 9742.0, 9717.0, 9703.0, 9750.0, 9740.0, 9740.0, 9778.0, 9750.0, 9730.0, 9762.0, 9755.0, 9778.0, 9757.0, 9776.0, 9774.0, 9797.0, 9761.0, 9757.0, 9794.0, 9741.0, 9738.0, 9810.0, 9770.0, 9802.0, 9792.0, 9781.0, 9755.0, 9711.0, 9764.0, 9686.0, 9738.0, 9725.0, 9702.0, 9681.0, 9659.0, 9675.0, 9666.0, 9703.0, 9639.0, 9735.0, 9626.0, 9692.0, 9652.0, 9670.0, 9673.0, 9670.0, 9643.0, 9672.0, 9668.0, 9662.0, 9667.0, 9677.0, 9669.0, 9663.0, 9669.0, 9664.0, 9698.0, 9663.0, 9672.0, 9691.0, 9687.0, 9675.0, 9670.0, 9700.0, 9666.0, 9670.0, 9663.0, 9700.0, 9674.0, 9673.0, 9639.0, 9637.0, 9669.0, 9665.0, 9650.0, 9653.0, 9630.0, 9638.0, 9671.0, 9627.0, 9634.0, 9664.0, 9638.0, 9641.0, 9671.0, 9688.0, 9651.0, 9653.0, 9657.0, 9699.0, 9671.0, 9738.0, 9646.0, 9644.0, 9729.0, 9679.0, 9746.0, 9624.0, 9659.0, 9598.0, 9639.0, 9631.0, 9672.0, 9638.0, 9649.0, 9686.0, 9660.0, 9689.0, 9652.0, 9643.0, 9647.0, 9679.0, 9736.0, 9685.0, 9665.0, 9721.0, 9655.0, 9692.0, 9639.0, 9637.0, 9647.0, 9630.0, 9717.0, 9693.0, 9655.0, 9740.0, 9747.0, 9636.0, 9682.0, 9687.0, 9677.0, 9665.0, 9622.0, 9690.0, 9667.0, 9617.0, 9711.0, 9655.0, 9595.0, 9663.0, 9620.0, 9621.0, 9596.0, 9549.0, 9593.0, 9570.0, 9605.0, 9603.0, 9629.0, 9616.0, 9589.0, 9610.0, 9594.0, 9622.0, 9652.0, 9610.0, 9620.0, 9624.0, 9638.0, 9615.0, 9636.0, 9622.0, 9612.0, 9637.0, 9618.0, 9653.0, 9652.0, 9619.0, 9675.0, 9654.0, 9671.0, 9611.0, 9656.0, 9610.0, 9622.0, 9612.0, 9638.0, 9597.0, 9619.0, 9610.0, 9616.0, 9624.0, 9613.0, 9637.0, 9664.0, 9600.0, 9596.0, 9609.0, 9567.0, 9609.0, 9599.0, 9596.0, 9617.0, 9591.0, 9629.0, 9622.0, 9577.0, 9650.0, 9587.0, 9675.0, 9583.0, 9621.0, 9586.0, 9623.0, 9584.0, 9611.0, 9592.0, 9627.0, 9630.0, 9589.0, 9590.0, 9592.0, 9643.0, 9593.0, 9629.0, 9609.0, 9631.0, 9622.0, 9606.0, 9641.0, 9656.0, 9595.0, 9613.0, 9606.0, 9620.0, 9611.0, 9655.0, 9656.0, 9638.0, 9650.0, 9638.0, 9663.0, 9703.0, 9651.0, 9712.0, 9647.0, 9706.0, 9604.0, 9678.0, 9600.0, 9661.0, 9596.0, 9664.0, 9614.0, 9638.0, 9632.0, 9631.0, 9664.0, 9636.0, 9675.0, 9653.0, 9687.0, 9652.0, 9701.0, 9649.0, 9684.0, 9616.0, 9668.0, 9630.0, 9666.0, 9621.0, 9694.0, 9649.0, 9708.0, 9660.0, 9704.0, 9615.0, 9689.0, 9629.0, 9662.0, 9625.0, 9635.0, 9586.0, 9627.0, 9646.0, 9615.0, 9668.0, 9621.0, 9609.0, 9619.0, 9610.0, 9638.0, 9638.0, 9625.0, 9616.0, 9627.0, 9617.0, 9646.0, 9644.0, 9654.0, 9667.0, 9670.0, 9680.0, 9668.0, 9703.0, 9743.0, 9691.0, 9725.0, 9674.0, 9682.0, 9633.0, 9669.0, 9637.0, 9671.0, 9620.0, 9643.0, 9623.0, 9645.0, 9639.0, 9649.0, 9655.0, 9652.0, 9653.0, 9671.0, 9665.0, 9672.0, 9684.0, 9678.0, 9726.0, 9691.0, 9672.0, 9690.0, 9671.0, 9688.0, 9656.0, 9688.0, 9672.0, 9677.0, 9691.0, 9715.0, 9694.0, 9712.0, 9678.0, 9728.0, 9704.0, 9688.0, 9709.0, 9750.0, 9658.0, 9744.0, 9654.0, 9719.0, 9657.0, 9661.0, 9640.0, 9670.0, 9669.0, 9689.0, 9712.0, 9679.0, 9721.0, 9701.0, 9690.0, 9671.0, 9665.0, 9697.0, 9666.0, 9668.0, 9653.0, 9717.0, 9665.0, 9686.0, 9647.0, 9662.0, 9649.0, 9669.0, 9649.0, 9673.0, 9653.0, 9674.0, 9644.0, 9681.0, 9668.0, 9662.0, 9683.0, 9659.0, 9680.0, 9654.0, 9664.0, 9664.0, 9672.0, 9663.0, 9672.0, 9650.0, 9673.0, 9654.0, 9701.0, 9653.0, 9673.0, 9669.0, 9685.0, 9664.0, 9683.0, 9648.0, 9645.0, 9675.0, 9645.0, 9677.0, 9648.0, 9651.0, 9637.0, 9649.0, 9664.0, 9710.0, 9660.0, 9652.0, 9711.0, 9635.0, 9708.0, 9634.0, 9697.0, 9647.0, 9671.0, 9647.0, 9646.0, 9667.0, 9663.0, 9687.0, 9682.0, 9688.0, 9715.0, 9675.0, 9676.0, 9674.0, 9687.0, 9673.0, 9687.0, 9673.0, 9690.0, 9675.0, 9690.0, 9672.0, 9717.0, 9670.0, 9699.0, 9666.0, 9685.0, 9665.0, 9695.0, 9670.0, 9685.0, 9686.0, 9696.0, 9689.0, 9698.0, 9676.0, 9712.0, 9680.0, 9710.0, 9677.0, 9671.0, 9715.0, 9676.0, 9690.0, 9698.0, 9708.0, 9723.0, 9696.0, 9713.0, 9680.0, 9709.0, 9696.0, 9735.0, 9694.0, 9681.0, 9697.0, 9691.0, 9741.0, 9736.0, 9789.0, 9744.0, 9754.0, 9833.0, 9764.0, 9773.0, 9718.0, 9721.0, 9743.0, 9717.0, 9769.0, 9747.0, 9710.0, 9804.0, 9749.0, 9729.0, 9770.0, 9682.0, 9783.0, 9766.0, 9739.0, 9726.0, 9672.0, 9735.0, 9626.0, 9713.0, 9597.0, 9676.0, 9593.0, 9674.0, 9593.0, 9623.0, 9586.0, 9626.0, 9567.0, 9611.0, 9584.0, 9578.0, 9654.0, 9565.0, 9634.0, 9587.0, 9607.0, 9583.0, 9581.0, 9603.0, 9610.0, 9590.0, 9628.0, 9574.0, 9634.0, 9588.0, 9619.0, 9609.0, 9605.0, 9655.0, 9596.0, 9596.0, 9592.0, 9625.0, 9589.0, 9643.0, 9591.0, 9629.0, 9585.0, 9612.0, 9592.0, 9682.0, 9616.0, 9663.0, 9604.0, 9639.0, 9608.0, 9623.0, 9666.0, 9590.0, 9666.0, 9592.0, 9657.0, 9596.0, 9617.0, 9625.0, 9669.0, 9607.0, 9688.0, 9573.0, 9657.0, 9567.0, 9599.0, 9590.0, 9598.0, 9595.0, 9583.0, 9623.0, 9620.0, 9628.0, 9660.0, 9625.0, 9677.0, 9607.0, 9636.0, 9604.0, 9609.0, 9641.0, 9594.0, 9656.0, 9619.0, 9649.0, 9617.0, 9610.0, 9647.0, 9654.0, 9656.0, 9674.0, 9663.0, 9682.0, 9723.0, 9632.0, 9691.0, 9627.0, 9681.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.00030835371589840076</td></tr>
<tr><td colspan=3>aqi</td><td>0.017099628410159922</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.49777813632771</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2501657082956676</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9950441549058382</td></tr>
<tr><td colspan=3>efc</td><td>0.4483</td></tr>
<tr><td colspan=3>fber</td><td>6441.396</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0729661100201134</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6933207902163687</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5349574471193765</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5129011219059505</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.785808297217518</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3061629222346602</td></tr>
<tr><td colspan=3>gcor</td><td>0.0428596</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02173427864909172</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020580491051077843</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</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.391699777134286</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.3522</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.3915</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.5584</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311165.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>938.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.2859</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.576</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>678.431</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3613.1985</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3865.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65379.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>831.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1139.5379</td></tr>
<tr><td colspan=3>tsnr</td><td>40.84075719350949</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>