<?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-0073_ses-01_task-alignvideo_acq-mb8_run-01_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-0073_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_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-0073/ses-01/func/sub-0073_ses-01_task-alignvideo_acq-mb8_run-01_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>65bbc463a16b6171ab8a7e3ae58f3d05</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>19:58:57.032500</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.999731, 0.00742467, -0.0219846, -0.0033152, 0.983411, 0.181362]</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-01_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.0956428</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7782, -7280, 616, -93, -326, 75, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a30247ae-865d-4aaf-8ca0-228f0c76baae||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.682204484939575, -0.008894439786672592, -0.06200951710343361, 111.8988265991211], [-0.019919833168387413, 2.6384191513061523, 0.4893498718738556, -98.01946258544922], [-0.05898318812251091, -0.4865821301937103, 2.6545603275299072, -44.15192794799805], [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, 1073]</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, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['195857.032500', '195857.492500', '195857.952500', '195858.412500', '195858.872500', '195859.332500', '195859.792500', '195900.252500', '195900.712500', '195901.172500', '195901.632500', '195902.092500', '195902.552500', '195903.012500', '195903.472500', '195903.932500', '195904.392500', '195904.852500', '195905.312500', '195905.772500', '195906.232500', '195906.692500', '195907.152500', '195907.612500', '195908.072500', '195908.532500', '195908.992500', '195909.452500', '195909.912500', '195910.372500', '195910.832500', '195911.292500', '195911.752500', '195912.212500', '195912.672500', '195913.132500', '195913.592500', '195914.052500', '195914.512500', '195914.972500', '195915.432500', '195915.892500', '195916.352500', '195916.812500', '195917.272500', '195917.732500', '195918.192500', '195918.652500', '195919.112500', '195919.572500', '195920.032500', '195920.492500', '195920.952500', '195921.412500', '195921.872500', '195922.332500', '195922.792500', '195923.252500', '195923.712500', '195924.172500', '195924.632500', '195925.092500', '195925.552500', '195926.012500', '195926.472500', '195926.932500', '195927.392500', '195927.852500', '195928.312500', '195928.772500', '195929.232500', '195929.692500', '195930.152500', '195930.612500', '195931.072500', '195931.532500', '195931.992500', '195932.452500', '195932.912500', '195933.372500', '195933.832500', '195934.292500', '195934.752500', '195935.212500', '195935.672500', '195936.132500', '195936.592500', '195937.052500', '195937.512500', '195937.972500', '195938.432500', '195938.892500', '195939.352500', '195939.812500', '195940.272500', '195940.732500', '195941.192500', '195941.652500', '195942.112500', '195942.572500', '195943.032500', '195943.492500', '195943.952500', '195944.412500', '195944.872500', '195945.332500', '195945.792500', '195946.252500', '195946.712500', '195947.172500', '195947.632500', '195948.092500', '195948.552500', '195949.012500', '195949.472500', '195949.932500', '195950.392500', '195950.852500', '195951.312500', '195951.772500', '195952.232500', '195952.692500', '195953.152500', '195953.612500', '195954.072500', '195954.532500', '195954.992500', '195955.452500', '195955.912500', '195956.372500', '195956.832500', '195957.292500', '195957.752500', '195958.212500', '195958.672500', '195959.132500', '195959.592500', '200000.052500', '200000.512500', '200000.972500', '200001.432500', '200001.892500', '200002.352500', '200002.812500', '200003.272500', '200003.732500', '200004.192500', '200004.652500', '200005.112500', '200005.572500', '200006.032500', '200006.492500', '200006.952500', '200007.412500', '200007.872500', '200008.332500', '200008.792500', '200009.252500', '200009.712500', '200010.172500', '200010.632500', '200011.092500', '200011.552500', '200012.012500', '200012.472500', '200012.932500', '200013.392500', '200013.852500', '200014.312500', '200014.772500', '200015.232500', '200015.692500', '200016.152500', '200016.612500', '200017.072500', '200017.532500', '200017.992500', '200018.452500', '200018.912500', '200019.372500', '200019.832500', '200020.292500', '200020.752500', '200021.212500', '200021.672500', '200022.132500', '200022.592500', '200023.052500', '200023.512500', '200023.972500', '200024.432500', '200024.892500', '200025.352500', '200025.812500', '200026.272500', '200026.732500', '200027.192500', '200027.652500', '200028.112500', '200028.572500', '200029.032500', '200029.492500', '200029.952500', '200030.412500', '200030.872500', '200031.332500', '200031.792500', '200032.252500', '200032.712500', '200033.172500', '200033.632500', '200034.092500', '200034.552500', '200035.012500', '200035.472500', '200035.932500', '200036.392500', '200036.852500', '200037.312500', '200037.772500', '200038.232500', '200038.692500', '200039.152500', '200039.612500', '200040.072500', '200040.532500', '200040.992500', '200041.452500', '200041.912500', '200042.372500', '200042.832500', '200043.292500', '200043.752500', '200044.212500', '200044.672500', '200045.132500', '200045.592500', '200046.052500', '200046.512500', '200046.972500', '200047.432500', '200047.892500', '200048.352500', '200048.812500', '200049.272500', '200049.732500', '200050.192500', '200050.652500', '200051.112500', '200051.572500', '200052.032500', '200052.492500', '200052.952500', '200053.412500', '200053.872500', '200054.332500', '200054.792500', '200055.252500', '200055.712500', '200056.172500', '200056.632500', '200057.092500', '200057.552500', '200058.012500', '200058.472500', '200058.932500', '200059.392500', '200059.852500', '200100.312500', '200100.772500', '200101.232500', '200101.692500', '200102.152500', '200102.612500', '200103.072500', '200103.532500', '200103.992500', '200104.452500', '200104.912500', '200105.372500', '200105.832500', '200106.292500', '200106.752500', '200107.212500', '200107.672500', '200108.132500', '200108.592500', '200109.052500', '200109.512500', '200109.972500', '200110.432500', '200110.892500', '200111.352500', '200111.812500', '200112.272500', '200112.732500', '200113.192500', '200113.652500', '200114.112500', '200114.572500', '200115.032500', '200115.492500', '200115.952500', '200116.412500', '200116.872500', '200117.332500', '200117.792500', '200118.252500', '200118.712500', '200119.172500', '200119.632500', '200120.092500', '200120.552500', '200121.012500', '200121.472500', '200121.932500', '200122.392500', '200122.852500', '200123.312500', '200123.772500', '200124.232500', '200124.692500', '200125.152500', '200125.612500', '200126.072500', '200126.532500', '200126.992500', '200127.452500', '200127.912500', '200128.372500', '200128.832500', '200129.292500', '200129.752500', '200130.212500', '200130.672500', '200131.132500', '200131.592500', '200132.052500', '200132.512500', '200132.972500', '200133.432500', '200133.892500', '200134.352500', '200134.812500', '200135.272500', '200135.732500', '200136.192500', '200136.652500', '200137.112500', '200137.572500', '200138.032500', '200138.492500', '200138.952500', '200139.412500', '200139.872500', '200140.332500', '200140.792500', '200141.252500', '200141.712500', '200142.172500', '200142.632500', '200143.092500', '200143.552500', '200144.012500', '200144.472500', '200144.932500', '200145.392500', '200145.852500', '200146.312500', '200146.772500', '200147.232500', '200147.692500', '200148.152500', '200148.612500', '200149.072500', '200149.532500', '200149.992500', '200150.452500', '200150.912500', '200151.372500', '200151.832500', '200152.292500', '200152.752500', '200153.212500', '200153.672500', '200154.132500', '200154.592500', '200155.052500', '200155.512500', '200155.972500', '200156.432500', '200156.892500', '200157.352500', '200157.812500', '200158.272500', '200158.732500', '200159.192500', '200159.652500', '200200.112500', '200200.572500', '200201.032500', '200201.492500', '200201.952500', '200202.412500', '200202.872500', '200203.332500', '200203.792500', '200204.252500', '200204.712500', '200205.172500', '200205.632500', '200206.092500', '200206.552500', '200207.012500', '200207.472500', '200207.932500', '200208.392500', '200208.852500', '200209.312500', '200209.772500', '200210.232500', '200210.692500', '200211.152500', '200211.612500', '200212.072500', '200212.532500', '200212.992500', '200213.452500', '200213.912500', '200214.372500', '200214.832500', '200215.292500', '200215.752500', '200216.212500', '200216.672500', '200217.132500', '200217.592500', '200218.052500', '200218.512500', '200218.972500', '200219.432500', '200219.892500', '200220.352500', '200220.812500', '200221.272500', '200221.732500', '200222.192500', '200222.652500', '200223.112500', '200223.572500', '200224.032500', '200224.492500', '200224.952500', '200225.412500', '200225.872500', '200226.332500', '200226.792500', '200227.252500', '200227.712500', '200228.172500', '200228.632500', '200229.092500', '200229.552500', '200230.012500', '200230.472500', '200230.932500', '200231.392500', '200231.852500', '200232.312500', '200232.772500', '200233.232500', '200233.692500', '200234.152500', '200234.612500', '200235.072500', '200235.532500', '200235.992500', '200236.452500', '200236.912500', '200237.372500', '200237.832500', '200238.292500', '200238.752500', '200239.212500', '200239.672500', '200240.132500', '200240.592500', '200241.052500', '200241.512500', '200241.972500', '200242.432500', '200242.892500', '200243.352500', '200243.812500', '200244.272500', '200244.732500', '200245.192500', '200245.652500', '200246.112500', '200246.572500', '200247.032500', '200247.492500', '200247.952500', '200248.412500', '200248.872500', '200249.332500', '200249.792500', '200250.252500', '200250.712500', '200251.172500', '200251.632500', '200252.092500', '200252.552500', '200253.012500', '200253.472500', '200253.932500', '200254.392500', '200254.852500', '200255.312500', '200255.772500', '200256.232500', '200256.692500', '200257.152500', '200257.612500', '200258.072500', '200258.532500', '200258.992500', '200259.452500', '200259.912500', '200300.372500', '200300.832500', '200301.292500', '200301.752500', '200302.212500', '200302.672500', '200303.132500', '200303.592500', '200304.052500', '200304.512500', '200304.972500', '200305.432500', '200305.892500', '200306.352500', '200306.812500', '200307.272500', '200307.732500', '200308.192500', '200308.652500', '200309.112500', '200309.572500', '200310.032500', '200310.492500', '200310.952500', '200311.412500', '200311.872500', '200312.332500', '200312.792500', '200313.252500', '200313.712500', '200314.172500', '200314.632500', '200315.092500', '200315.552500', '200316.012500', '200316.472500', '200316.932500', '200317.392500', '200317.852500', '200318.312500', '200318.772500', '200319.232500', '200319.692500', '200320.152500', '200320.612500', '200321.072500', '200321.532500', '200321.992500', '200322.452500', '200322.912500', '200323.372500', '200323.832500', '200324.292500', '200324.752500', '200325.212500', '200325.672500', '200326.132500', '200326.592500', '200327.052500', '200327.512500', '200327.972500', '200328.432500', '200328.892500', '200329.352500', '200329.812500', '200330.272500', '200330.732500', '200331.192500', '200331.652500', '200332.112500', '200332.572500', '200333.032500', '200333.492500', '200333.952500', '200334.412500', '200334.872500', '200335.332500', '200335.792500', '200336.252500', '200336.712500', '200337.172500', '200337.632500', '200338.092500', '200338.552500', '200339.012500', '200339.472500', '200339.932500', '200340.392500', '200340.852500', '200341.312500', '200341.772500', '200342.232500', '200342.692500', '200343.152500', '200343.612500', '200344.072500', '200344.532500', '200344.992500', '200345.452500', '200345.912500', '200346.372500', '200346.832500', '200347.292500', '200347.752500', '200348.212500', '200348.672500', '200349.132500', '200349.592500', '200350.052500', '200350.512500', '200350.972500', '200351.432500', '200351.892500', '200352.352500', '200352.812500', '200353.272500', '200353.732500', '200354.192500', '200354.652500', '200355.112500', '200355.572500', '200356.032500', '200356.492500', '200356.952500', '200357.412500', '200357.872500', '200358.332500', '200358.792500', '200359.252500', '200359.712500', '200400.172500', '200400.632500', '200401.092500', '200401.552500', '200402.012500', '200402.472500', '200402.932500', '200403.392500', '200403.852500', '200404.312500', '200404.772500', '200405.232500', '200405.692500', '200406.152500', '200406.612500', '200407.072500', '200407.532500', '200407.992500', '200408.452500', '200408.912500', '200409.372500', '200409.832500', '200410.292500', '200410.752500', '200411.212500', '200411.672500', '200412.132500', '200412.592500', '200413.052500', '200413.512500', '200413.972500', '200414.432500', '200414.892500', '200415.352500', '200415.812500', '200416.272500', '200416.732500', '200417.192500', '200417.652500', '200418.112500', '200418.572500', '200419.032500', '200419.492500', '200419.952500', '200420.412500', '200420.872500', '200421.332500', '200421.792500', '200422.252500', '200422.712500', '200423.172500', '200423.632500', '200424.092500', '200424.552500', '200425.012500', '200425.472500', '200425.932500', '200426.392500', '200426.852500', '200427.312500', '200427.772500', '200428.232500', '200428.692500', '200429.152500', '200429.612500', '200430.072500', '200430.532500', '200430.992500', '200431.452500', '200431.912500', '200432.372500', '200432.832500', '200433.292500', '200433.752500', '200434.212500', '200434.672500', '200435.132500', '200435.592500', '200436.052500', '200436.512500', '200436.972500', '200437.432500', '200437.892500', '200438.352500', '200438.812500', '200439.272500', '200439.732500', '200440.192500', '200440.652500', '200441.112500', '200441.572500', '200442.032500', '200442.492500', '200442.952500', '200443.412500', '200443.872500', '200444.332500', '200444.792500', '200445.252500', '200445.712500', '200446.172500', '200446.632500', '200447.092500', '200447.552500', '200448.012500', '200448.472500', '200448.932500', '200449.392500', '200449.852500', '200450.312500', '200450.772500', '200451.232500', '200451.692500', '200452.152500', '200452.612500', '200453.072500', '200453.532500', '200453.992500', '200454.452500', '200454.912500', '200455.372500', '200455.832500', '200456.292500', '200456.752500', '200457.212500', '200457.672500', '200458.132500', '200458.592500', '200459.052500', '200459.512500', '200459.972500', '200500.432500', '200500.892500', '200501.352500', '200501.812500', '200502.272500', '200502.732500', '200503.192500', '200503.652500', '200504.112500', '200504.572500', '200505.032500', '200505.492500', '200505.952500', '200506.412500', '200506.872500', '200507.332500', '200507.792500', '200508.252500', '200508.712500', '200509.172500', '200509.632500', '200510.092500', '200510.552500', '200511.012500', '200511.472500', '200511.932500', '200512.392500', '200512.852500', '200513.312500', '200513.772500', '200514.232500', '200514.692500', '200515.152500', '200515.612500', '200516.072500', '200516.532500', '200516.992500', '200517.452500', '200517.912500', '200518.372500', '200518.832500', '200519.292500', '200519.752500', '200520.212500', '200520.672500', '200521.132500', '200521.592500', '200522.052500', '200522.512500', '200522.972500', '200523.432500', '200523.892500', '200524.352500', '200524.812500', '200525.272500', '200525.732500', '200526.192500', '200526.652500', '200527.112500', '200527.572500', '200528.032500', '200528.492500', '200528.952500', '200529.412500', '200529.872500', '200530.332500', '200530.792500', '200531.252500', '200531.712500', '200532.172500', '200532.632500', '200533.092500', '200533.552500', '200534.012500', '200534.472500', '200534.932500', '200535.392500', '200535.852500', '200536.312500', '200536.772500', '200537.232500', '200537.692500', '200538.152500', '200538.612500', '200539.072500', '200539.532500', '200539.992500', '200540.452500', '200540.912500', '200541.372500', '200541.832500', '200542.292500', '200542.752500', '200543.212500', '200543.672500', '200544.132500', '200544.592500', '200545.052500', '200545.512500', '200545.972500', '200546.432500', '200546.892500', '200547.352500', '200547.812500', '200548.272500', '200548.732500', '200549.192500', '200549.652500', '200550.112500', '200550.572500', '200551.032500', '200551.492500', '200551.952500', '200552.412500', '200552.872500', '200553.332500', '200553.792500', '200554.252500', '200554.712500', '200555.172500', '200555.632500', '200556.092500', '200556.552500', '200557.012500', '200557.472500', '200557.932500', '200558.392500', '200558.852500', '200559.312500', '200559.772500', '200600.232500', '200600.692500', '200601.152500', '200601.612500', '200602.072500', '200602.532500', '200602.992500', '200603.452500', '200603.912500', '200604.372500', '200604.832500', '200605.292500', '200605.752500', '200606.212500', '200606.672500', '200607.132500', '200607.592500', '200608.052500', '200608.512500', '200608.972500', '200609.432500', '200609.892500', '200610.352500', '200610.812500', '200611.272500', '200611.732500', '200612.192500', '200612.652500', '200613.112500', '200613.572500', '200614.032500', '200614.492500', '200614.952500', '200615.412500', '200615.872500', '200616.332500', '200616.792500', '200617.252500', '200617.712500', '200618.172500', '200618.632500', '200619.092500', '200619.552500', '200620.012500', '200620.472500', '200620.932500', '200621.392500', '200621.852500', '200622.312500', '200622.772500', '200623.232500', '200623.692500', '200624.152500', '200624.612500', '200625.072500', '200625.532500', '200625.992500', '200626.452500', '200626.912500', '200627.372500', '200627.832500', '200628.292500', '200628.752500', '200629.212500', '200629.672500', '200630.132500', '200630.592500', '200631.052500', '200631.512500', '200631.972500', '200632.432500', '200632.892500', '200633.352500', '200633.812500', '200634.272500', '200634.732500', '200635.192500', '200635.652500', '200636.112500', '200636.572500', '200637.032500', '200637.492500', '200637.952500', '200638.412500', '200638.872500', '200639.332500', '200639.792500', '200640.252500', '200640.712500', '200641.172500', '200641.632500', '200642.092500', '200642.552500', '200643.012500', '200643.472500', '200643.932500', '200644.392500', '200644.852500', '200645.312500', '200645.772500', '200646.232500', '200646.692500', '200647.152500', '200647.612500', '200648.072500', '200648.532500', '200648.992500', '200649.452500', '200649.912500', '200650.372500', '200650.832500', '200651.292500', '200651.752500', '200652.212500', '200652.672500', '200653.132500', '200653.592500', '200654.052500', '200654.512500', '200654.972500', '200655.432500', '200655.892500', '200656.352500', '200656.812500', '200657.272500', '200657.732500', '200658.192500', '200658.652500', '200659.112500', '200659.572500', '200700.032500', '200700.492500', '200700.952500', '200701.412500', '200701.872500', '200702.332500', '200702.792500', '200703.252500', '200703.712500', '200704.172500', '200704.632500', '200705.092500', '200705.552500', '200706.012500', '200706.472500', '200706.932500', '200707.392500', '200707.852500', '200708.312500', '200708.772500', '200709.232500', '200709.692500', '200710.152500'], 'ContentTime': ['195911.832000', '195911.835000', '195911.838000', '195911.841000', '195911.843000', '195911.846000', '195911.849000', '195911.855000', '195911.857000', '195911.860000', '195911.863000', '195911.865000', '195911.868000', '195911.871000', '195911.873000', '195911.876000', '195911.879000', '195911.881000', '195911.884000', '195911.887000', '195911.889000', '195911.892000', '195911.894000', '195911.897000', '195911.900000', '195911.902000', '195911.905000', '195911.908000', '195911.910000', '195911.913000', '195931.791000', '195931.793000', '195931.796000', '195931.807000', '195931.810000', '195931.812000', '195931.815000', '195931.817000', '195931.820000', '195931.830000', '195931.833000', '195931.835000', '195931.838000', '195931.841000', '195931.843000', '195931.846000', '195931.849000', '195931.851000', '195931.854000', '195931.856000', '195931.859000', '195931.862000', '195931.864000', '195931.867000', '195931.870000', '195931.879000', '195931.881000', '195931.884000', '195931.887000', '195931.889000', '195931.892000', '195931.894000', '195931.897000', '195931.900000', '195931.902000', '195931.905000', '195931.907000', '195931.910000', '195931.913000', '195931.915000', '195931.918000', '195931.921000', '195931.923000', '195951.791000', '195951.794000', '195951.796000', '195951.799000', '195951.801000', '195951.804000', '195951.807000', '195951.809000', '195951.812000', '195951.814000', '195951.817000', '195951.820000', '195951.822000', '195951.825000', '195951.828000', '195951.830000', '195951.833000', '195951.835000', '195951.838000', '195951.840000', '195951.843000', '195951.846000', '195951.848000', '195951.851000', '195951.853000', '195951.861000', '195951.864000', '195951.866000', '195951.869000', '195951.872000', '195951.874000', '195951.877000', '195951.879000', '195951.882000', '195951.885000', '195951.887000', '195951.890000', '195951.893000', '195951.895000', '195951.898000', '195951.900000', '195951.903000', '195951.906000', '195951.908000', '200011.790000', '200011.793000', '200011.796000', '200011.799000', '200011.801000', '200011.804000', '200011.806000', '200011.809000', '200011.811000', '200011.814000', '200011.817000', '200011.822000', '200011.825000', '200011.828000', '200011.830000', '200011.833000', '200011.836000', '200011.838000', '200011.841000', '200011.844000', '200011.846000', '200011.849000', '200011.852000', '200011.854000', '200011.857000', '200011.859000', '200011.862000', '200011.865000', '200011.867000', '200011.870000', '200011.872000', '200011.875000', '200011.878000', '200011.880000', '200011.883000', '200011.885000', '200011.888000', '200011.891000', '200011.893000', '200011.896000', '200011.899000', '200011.901000', '200011.904000', '200031.790000', '200031.793000', '200031.796000', '200031.798000', '200031.801000', '200031.804000', '200031.806000', '200031.809000', '200031.812000', '200031.814000', '200031.817000', '200031.820000', '200031.822000', '200031.825000', '200031.827000', '200031.830000', '200031.833000', '200031.836000', '200031.839000', '200031.841000', '200031.844000', '200031.847000', '200031.849000', '200031.852000', '200031.855000', '200031.857000', '200031.860000', '200031.862000', '200031.865000', '200031.868000', '200031.870000', '200031.873000', '200031.876000', '200031.878000', '200031.881000', '200031.883000', '200031.886000', '200031.889000', '200031.891000', '200031.894000', '200031.896000', '200031.899000', '200031.902000', '200031.904000', '200051.789000', '200051.792000', '200051.795000', '200051.798000', '200051.800000', '200051.803000', '200051.806000', '200051.808000', '200051.811000', '200051.813000', '200051.816000', '200051.819000', '200051.821000', '200051.824000', '200051.826000', '200051.829000', '200051.832000', '200051.834000', '200051.837000', '200051.840000', '200051.842000', '200051.845000', '200051.848000', '200051.850000', '200051.853000', '200051.855000', '200051.858000', '200051.861000', '200051.863000', '200051.866000', '200051.868000', '200051.871000', '200051.874000', '200051.876000', '200051.879000', '200051.881000', '200051.884000', '200051.887000', '200051.890000', '200051.892000', '200051.895000', '200051.897000', '200051.900000', '200111.790000', '200111.792000', '200111.795000', '200111.798000', '200111.800000', '200111.803000', '200111.806000', '200111.808000', '200111.811000', '200111.814000', '200111.816000', '200111.819000', '200111.822000', '200111.824000', '200111.827000', '200111.830000', '200111.832000', '200111.835000', '200111.837000', '200111.840000', '200111.843000', '200111.863000', '200111.865000', '200111.868000', '200111.871000', '200111.873000', '200111.876000', '200111.879000', '200111.881000', '200111.884000', '200111.887000', '200111.890000', '200111.892000', '200111.895000', '200111.897000', '200111.900000', '200111.903000', '200111.905000', '200111.908000', '200111.911000', '200111.913000', '200111.916000', '200111.918000', '200111.921000', '200131.791000', '200131.794000', '200131.796000', '200131.799000', '200131.801000', '200131.804000', '200131.807000', '200131.809000', '200131.812000', '200131.815000', '200131.817000', '200131.820000', '200131.822000', '200131.825000', '200131.828000', '200131.830000', '200131.833000', '200131.836000', '200131.838000', '200131.841000', '200131.843000', '200131.846000', '200131.849000', '200131.851000', '200131.854000', '200131.857000', '200131.859000', '200131.862000', '200131.865000', '200131.868000', '200131.870000', '200131.873000', '200131.875000', '200131.878000', '200131.881000', '200131.884000', '200131.886000', '200131.889000', '200131.891000', '200131.894000', '200131.897000', '200131.899000', '200131.902000', '200151.791000', '200151.793000', '200151.796000', '200151.799000', '200151.801000', '200151.804000', '200151.807000', '200151.809000', '200151.812000', '200151.815000', '200151.817000', '200151.821000', '200151.825000', '200151.827000', '200151.830000', '200151.833000', '200151.835000', '200151.838000', '200151.841000', '200151.844000', '200151.846000', '200151.849000', '200151.852000', '200151.854000', '200151.857000', '200151.859000', '200151.862000', '200151.865000', '200151.867000', '200151.870000', '200151.873000', '200151.876000', '200151.878000', '200151.881000', '200151.884000', '200151.886000', '200151.889000', '200151.892000', '200151.894000', '200151.897000', '200151.899000', '200151.902000', '200151.905000', '200151.907000', '200211.791000', '200211.794000', '200211.796000', '200211.799000', '200211.802000', '200211.804000', '200211.807000', '200211.810000', '200211.812000', '200211.815000', '200211.818000', '200211.820000', '200211.823000', '200211.826000', '200211.828000', '200211.831000', '200211.834000', '200211.836000', '200211.839000', '200211.841000', '200211.844000', '200211.847000', '200211.849000', '200211.852000', '200211.855000', '200211.857000', '200211.860000', '200211.862000', '200211.865000', '200211.868000', '200211.870000', '200211.873000', '200211.876000', '200211.878000', '200211.881000', '200211.883000', '200211.886000', '200211.889000', '200211.891000', '200211.894000', '200211.897000', '200211.899000', '200211.902000', '200231.791000', '200231.794000', '200231.797000', '200231.799000', '200231.802000', '200231.804000', '200231.807000', '200231.810000', '200231.812000', '200231.815000', '200231.818000', '200231.820000', '200231.823000', '200231.826000', '200231.828000', '200231.831000', '200231.834000', '200231.836000', '200231.839000', '200231.842000', '200231.844000', '200231.847000', '200231.849000', '200231.852000', '200231.855000', '200231.857000', '200231.860000', '200231.863000', '200231.865000', '200231.868000', '200231.871000', '200231.873000', '200231.876000', '200231.879000', '200231.881000', '200231.884000', '200231.887000', '200231.889000', '200231.892000', '200231.894000', '200231.897000', '200231.900000', '200231.902000', '200231.905000', '200251.791000', '200251.794000', '200251.811000', '200251.813000', '200251.824000', '200251.827000', '200251.829000', '200251.832000', '200251.835000', '200251.837000', '200251.840000', '200251.843000', '200251.845000', '200251.848000', '200251.851000', '200251.853000', '200251.856000', '200251.859000', '200251.862000', '200251.864000', '200251.867000', '200251.869000', '200251.872000', '200251.875000', '200251.877000', '200251.880000', '200251.883000', '200251.885000', '200251.888000', '200251.891000', '200251.893000', '200251.896000', '200251.899000', '200251.902000', '200251.904000', '200251.907000', '200251.909000', '200251.912000', '200251.915000', '200251.917000', '200251.920000', '200251.923000', '200251.925000', '200311.789000', '200311.792000', '200311.795000', '200311.798000', '200311.800000', '200311.803000', '200311.806000', '200311.808000', '200311.811000', '200311.813000', '200311.816000', '200311.819000', '200311.821000', '200311.824000', '200311.827000', '200311.830000', '200311.832000', '200311.835000', '200311.838000', '200311.841000', '200311.844000', '200311.846000', '200311.849000', '200311.852000', '200311.854000', '200311.857000', '200311.861000', '200311.863000', '200311.866000', '200311.869000', '200311.872000', '200311.874000', '200311.877000', '200311.880000', '200311.883000', '200311.885000', '200311.888000', '200311.891000', '200311.893000', '200311.896000', '200311.898000', '200311.901000', '200311.904000', '200331.790000', '200331.792000', '200331.795000', '200331.798000', '200331.801000', '200331.803000', '200331.806000', '200331.808000', '200331.811000', '200331.814000', '200331.816000', '200331.819000', '200331.822000', '200331.824000', '200331.827000', '200331.830000', '200331.832000', '200331.835000', '200331.838000', '200331.840000', '200331.843000', '200331.845000', '200331.848000', '200331.851000', '200331.853000', '200331.856000', '200331.859000', '200331.861000', '200331.864000', '200331.866000', '200331.869000', '200331.872000', '200331.874000', '200331.877000', '200331.879000', '200331.882000', '200331.885000', '200331.887000', '200331.890000', '200331.893000', '200331.895000', '200331.898000', '200331.900000', '200331.903000', '200351.791000', '200351.794000', '200351.796000', '200351.799000', '200351.801000', '200351.804000', '200351.807000', '200351.809000', '200351.812000', '200351.815000', '200351.817000', '200351.820000', '200351.822000', '200351.825000', '200351.828000', '200351.830000', '200351.833000', '200351.836000', '200351.838000', '200351.841000', '200351.844000', '200351.846000', '200351.849000', '200351.852000', '200351.854000', '200351.857000', '200351.860000', '200351.862000', '200351.865000', '200351.868000', '200351.870000', '200351.873000', '200351.875000', '200351.878000', '200351.881000', '200351.884000', '200351.886000', '200351.889000', '200351.892000', '200351.895000', '200351.899000', '200351.902000', '200351.904000', '200411.791000', '200411.793000', '200411.797000', '200411.800000', '200411.802000', '200411.805000', '200411.808000', '200411.810000', '200411.813000', '200411.815000', '200411.818000', '200411.821000', '200411.823000', '200411.826000', '200411.829000', '200411.831000', '200411.834000', '200411.836000', '200411.839000', '200411.842000', '200411.844000', '200411.847000', '200411.850000', '200411.852000', '200411.855000', '200411.857000', '200411.860000', '200411.863000', '200411.872000', '200411.874000', '200411.877000', '200411.880000', '200411.882000', '200411.885000', '200411.888000', '200411.890000', '200411.893000', '200411.895000', '200411.898000', '200411.901000', '200411.904000', '200411.906000', '200411.909000', '200411.912000', '200431.791000', '200431.793000', '200431.796000', '200431.799000', '200431.801000', '200431.804000', '200431.807000', '200431.809000', '200431.812000', '200431.815000', '200431.817000', '200431.820000', '200431.823000', '200431.825000', '200431.828000', '200431.830000', '200431.833000', '200431.836000', '200431.838000', '200431.841000', '200431.844000', '200431.846000', '200431.849000', '200431.852000', '200431.855000', '200431.858000', '200431.861000', '200431.863000', '200431.866000', '200431.880000', '200431.883000', '200431.886000', '200431.889000', '200431.891000', '200431.894000', '200431.897000', '200431.899000', '200431.903000', '200431.906000', '200431.909000', '200431.911000', '200431.914000', '200431.917000', '200451.791000', '200451.794000', '200451.796000', '200451.799000', '200451.802000', '200451.804000', '200451.807000', '200451.810000', '200451.812000', '200451.815000', '200451.817000', '200451.820000', '200451.823000', '200451.825000', '200451.828000', '200451.831000', '200451.833000', '200451.841000', '200451.844000', '200451.846000', '200451.849000', '200451.852000', '200451.855000', '200451.857000', '200451.860000', '200451.863000', '200451.865000', '200451.868000', '200451.871000', '200451.873000', '200451.876000', '200451.879000', '200451.881000', '200451.884000', '200451.886000', '200451.889000', '200451.892000', '200451.894000', '200451.897000', '200451.900000', '200451.902000', '200451.905000', '200451.908000', '200451.910000', '200511.790000', '200511.793000', '200511.796000', '200511.799000', '200511.801000', '200511.804000', '200511.806000', '200511.809000', '200511.812000', '200511.815000', '200511.818000', '200511.821000', '200511.824000', '200511.827000', '200511.829000', '200511.832000', '200511.835000', '200511.837000', '200511.840000', '200511.843000', '200511.845000', '200511.848000', '200511.851000', '200511.853000', '200511.856000', '200511.859000', '200511.861000', '200511.864000', '200511.866000', '200511.869000', '200511.872000', '200511.874000', '200511.877000', '200511.880000', '200511.882000', '200511.885000', '200511.887000', '200511.890000', '200511.893000', '200511.895000', '200511.898000', '200511.901000', '200511.903000', '200531.790000', '200531.793000', '200531.795000', '200531.798000', '200531.801000', '200531.803000', '200531.806000', '200531.808000', '200531.811000', '200531.814000', '200531.817000', '200531.819000', '200531.822000', '200531.825000', '200531.827000', '200531.830000', '200531.833000', '200531.835000', '200531.838000', '200531.840000', '200531.843000', '200531.846000', '200531.848000', '200531.851000', '200531.854000', '200531.856000', '200531.859000', '200531.861000', '200531.864000', '200531.867000', '200531.869000', '200531.872000', '200531.875000', '200531.877000', '200531.880000', '200531.882000', '200531.885000', '200531.888000', '200531.890000', '200531.919000', '200531.922000', '200531.924000', '200531.927000', '200531.929000', '200551.790000', '200551.792000', '200551.795000', '200551.798000', '200551.801000', '200551.803000', '200551.806000', '200551.809000', '200551.811000', '200551.814000', '200551.817000', '200551.819000', '200551.822000', '200551.824000', '200551.827000', '200551.830000', '200551.832000', '200551.835000', '200551.838000', '200551.840000', '200551.843000', '200551.846000', '200551.848000', '200551.851000', '200551.854000', '200551.856000', '200551.859000', '200551.861000', '200551.864000', '200551.867000', '200551.869000', '200551.872000', '200551.875000', '200551.877000', '200551.880000', '200551.883000', '200551.885000', '200551.888000', '200551.891000', '200551.893000', '200551.896000', '200551.898000', '200551.901000', '200611.791000', '200611.793000', '200611.796000', '200611.799000', '200611.801000', '200611.804000', '200611.807000', '200611.809000', '200611.812000', '200611.815000', '200611.817000', '200611.820000', '200611.822000', '200611.825000', '200611.828000', '200611.830000', '200611.833000', '200611.836000', '200611.838000', '200611.841000', '200611.843000', '200611.846000', '200611.849000', '200611.852000', '200611.854000', '200611.857000', '200611.859000', '200611.862000', '200611.865000', '200611.867000', '200611.870000', '200611.873000', '200611.875000', '200611.878000', '200611.880000', '200611.883000', '200611.886000', '200611.888000', '200611.891000', '200611.894000', '200611.896000', '200611.899000', '200611.902000', '200611.905000', '200631.791000', '200631.794000', '200631.796000', '200631.799000', '200631.802000', '200631.805000', '200631.807000', '200631.810000', '200631.812000', '200631.815000', '200631.818000', '200631.820000', '200631.823000', '200631.826000', '200631.828000', '200631.831000', '200631.834000', '200631.836000', '200631.839000', '200631.842000', '200631.844000', '200631.847000', '200631.850000', '200631.852000', '200631.855000', '200631.857000', '200631.860000', '200631.863000', '200631.865000', '200631.868000', '200631.871000', '200631.873000', '200631.876000', '200631.879000', '200631.881000', '200631.884000', '200631.887000', '200631.889000', '200631.892000', '200631.895000', '200631.897000', '200631.900000', '200631.903000', '200651.791000', '200651.794000', '200651.796000', '200651.799000', '200651.802000', '200651.804000', '200651.807000', '200651.810000', '200651.812000', '200651.815000', '200651.818000', '200651.820000', '200651.823000', '200651.826000', '200651.828000', '200651.831000', '200651.833000', '200651.836000', '200651.839000', '200651.841000', '200651.844000', '200651.847000', '200651.849000', '200651.852000', '200651.855000', '200651.857000', '200651.860000', '200651.863000', '200651.865000', '200651.868000', '200651.871000', '200651.873000', '200651.876000', '200651.878000', '200651.881000', '200651.884000', '200651.886000', '200651.889000', '200651.892000', '200651.894000', '200651.897000', '200651.899000', '200651.902000', '200651.905000', '200711.474000', '200711.477000', '200711.479000', '200711.482000', '200711.485000', '200711.489000', '200711.492000', '200711.494000', '200711.497000', '200711.500000', '200711.503000', '200711.507000', '200711.511000', '200711.514000', '200711.517000', '200711.520000', '200711.523000', '200711.527000', '200711.529000', '200711.532000', '200711.536000', '200711.538000', '200711.541000', '200711.544000', '200711.548000', '200711.551000', '200711.554000', '200711.558000', '200711.564000', '200711.567000', '200711.570000', '200711.573000', '200711.576000', '200711.579000', '200711.582000', '200711.585000', '200711.588000', '200711.591000', '200711.594000', '200711.597000', '200711.600000', '200711.602000', '200711.608000'], 'InstanceCreationTime': ['195911.832000', '195911.835000', '195911.838000', '195911.841000', '195911.843000', '195911.846000', '195911.849000', '195911.855000', '195911.857000', '195911.860000', '195911.863000', '195911.865000', '195911.868000', '195911.871000', '195911.873000', '195911.876000', '195911.879000', '195911.881000', '195911.884000', '195911.887000', '195911.889000', '195911.892000', '195911.894000', '195911.897000', '195911.900000', '195911.902000', '195911.905000', '195911.908000', '195911.910000', '195911.913000', '195931.791000', '195931.793000', '195931.796000', '195931.807000', '195931.810000', '195931.812000', '195931.815000', '195931.817000', '195931.820000', '195931.830000', '195931.833000', '195931.835000', '195931.838000', '195931.841000', '195931.843000', '195931.846000', '195931.849000', '195931.851000', '195931.854000', '195931.856000', '195931.859000', '195931.862000', '195931.864000', '195931.867000', '195931.870000', '195931.879000', '195931.881000', '195931.884000', '195931.887000', '195931.889000', '195931.892000', '195931.894000', '195931.897000', '195931.900000', '195931.902000', '195931.905000', '195931.907000', '195931.910000', '195931.913000', '195931.915000', '195931.918000', '195931.921000', '195931.923000', '195951.791000', '195951.794000', '195951.796000', '195951.799000', '195951.801000', '195951.804000', '195951.807000', '195951.809000', '195951.812000', '195951.814000', '195951.817000', '195951.820000', '195951.822000', '195951.825000', '195951.828000', '195951.830000', '195951.833000', '195951.835000', '195951.838000', '195951.840000', '195951.843000', '195951.846000', '195951.848000', '195951.851000', '195951.853000', '195951.861000', '195951.864000', '195951.866000', '195951.869000', '195951.872000', '195951.874000', '195951.877000', '195951.879000', '195951.882000', '195951.885000', '195951.887000', '195951.890000', '195951.893000', '195951.895000', '195951.898000', '195951.900000', '195951.903000', '195951.906000', '195951.908000', '200011.790000', '200011.793000', '200011.796000', '200011.799000', '200011.801000', '200011.804000', '200011.806000', '200011.809000', '200011.811000', '200011.814000', '200011.817000', '200011.822000', '200011.825000', '200011.828000', '200011.830000', '200011.833000', '200011.836000', '200011.838000', '200011.841000', '200011.844000', '200011.846000', '200011.849000', '200011.852000', '200011.854000', '200011.857000', '200011.859000', '200011.862000', '200011.865000', '200011.867000', '200011.870000', '200011.872000', '200011.875000', '200011.878000', '200011.880000', '200011.883000', '200011.885000', '200011.888000', '200011.891000', '200011.893000', '200011.896000', '200011.899000', '200011.901000', '200011.904000', '200031.790000', '200031.793000', '200031.796000', '200031.798000', '200031.801000', '200031.804000', '200031.806000', '200031.809000', '200031.812000', '200031.814000', '200031.817000', '200031.820000', '200031.822000', '200031.825000', '200031.827000', '200031.830000', '200031.833000', '200031.836000', '200031.839000', '200031.841000', '200031.844000', '200031.847000', '200031.849000', '200031.852000', '200031.855000', '200031.857000', '200031.860000', '200031.862000', '200031.865000', '200031.868000', '200031.870000', '200031.873000', '200031.876000', '200031.878000', '200031.881000', '200031.883000', '200031.886000', '200031.889000', '200031.891000', '200031.894000', '200031.896000', '200031.899000', '200031.902000', '200031.904000', '200051.789000', '200051.792000', '200051.795000', '200051.798000', '200051.800000', '200051.803000', '200051.806000', '200051.808000', '200051.811000', '200051.813000', '200051.816000', '200051.819000', '200051.821000', '200051.824000', '200051.826000', '200051.829000', '200051.832000', '200051.834000', '200051.837000', '200051.840000', '200051.842000', '200051.845000', '200051.848000', '200051.850000', '200051.853000', '200051.855000', '200051.858000', '200051.861000', '200051.863000', '200051.866000', '200051.868000', '200051.871000', '200051.874000', '200051.876000', '200051.879000', '200051.881000', '200051.884000', '200051.887000', '200051.890000', '200051.892000', '200051.895000', '200051.897000', '200051.900000', '200111.790000', '200111.792000', '200111.795000', '200111.798000', '200111.800000', '200111.803000', '200111.806000', '200111.808000', '200111.811000', '200111.814000', '200111.816000', '200111.819000', '200111.822000', '200111.824000', '200111.827000', '200111.830000', '200111.832000', '200111.835000', '200111.837000', '200111.840000', '200111.843000', '200111.863000', '200111.865000', '200111.868000', '200111.871000', '200111.873000', '200111.876000', '200111.879000', '200111.881000', '200111.884000', '200111.887000', '200111.890000', '200111.892000', '200111.895000', '200111.897000', '200111.900000', '200111.903000', '200111.905000', '200111.908000', '200111.911000', '200111.913000', '200111.916000', '200111.918000', '200111.921000', '200131.791000', '200131.794000', '200131.796000', '200131.799000', '200131.801000', '200131.804000', '200131.807000', '200131.809000', '200131.812000', '200131.815000', '200131.817000', '200131.820000', '200131.822000', '200131.825000', '200131.828000', '200131.830000', '200131.833000', '200131.836000', '200131.838000', '200131.841000', '200131.843000', '200131.846000', '200131.849000', '200131.851000', '200131.854000', '200131.857000', '200131.859000', '200131.862000', '200131.865000', '200131.868000', '200131.870000', '200131.873000', '200131.875000', '200131.878000', '200131.881000', '200131.884000', '200131.886000', '200131.889000', '200131.891000', '200131.894000', '200131.897000', '200131.899000', '200131.902000', '200151.791000', '200151.793000', '200151.796000', '200151.799000', '200151.801000', '200151.804000', '200151.807000', '200151.809000', '200151.812000', '200151.815000', '200151.817000', '200151.821000', '200151.825000', '200151.827000', '200151.830000', '200151.833000', '200151.835000', '200151.838000', '200151.841000', '200151.844000', '200151.846000', '200151.849000', '200151.852000', '200151.854000', '200151.857000', '200151.859000', '200151.862000', '200151.865000', '200151.867000', '200151.870000', '200151.873000', '200151.876000', '200151.878000', '200151.881000', '200151.884000', '200151.886000', '200151.889000', '200151.892000', '200151.894000', '200151.897000', '200151.899000', '200151.902000', '200151.905000', '200151.907000', '200211.791000', '200211.794000', '200211.796000', '200211.799000', '200211.802000', '200211.804000', '200211.807000', '200211.810000', '200211.812000', '200211.815000', '200211.818000', '200211.820000', '200211.823000', '200211.826000', '200211.828000', '200211.831000', '200211.834000', '200211.836000', '200211.839000', '200211.841000', '200211.844000', '200211.847000', '200211.849000', '200211.852000', '200211.855000', '200211.857000', '200211.860000', '200211.862000', '200211.865000', '200211.868000', '200211.870000', '200211.873000', '200211.876000', '200211.878000', '200211.881000', '200211.883000', '200211.886000', '200211.889000', '200211.891000', '200211.894000', '200211.897000', '200211.899000', '200211.902000', '200231.791000', '200231.794000', '200231.797000', '200231.799000', '200231.802000', '200231.804000', '200231.807000', '200231.810000', '200231.812000', '200231.815000', '200231.818000', '200231.820000', '200231.823000', '200231.826000', '200231.828000', '200231.831000', '200231.834000', '200231.836000', '200231.839000', '200231.842000', '200231.844000', '200231.847000', '200231.849000', '200231.852000', '200231.855000', '200231.857000', '200231.860000', '200231.863000', '200231.865000', '200231.868000', '200231.871000', '200231.873000', '200231.876000', '200231.879000', '200231.881000', '200231.884000', '200231.887000', '200231.889000', '200231.892000', '200231.894000', '200231.897000', '200231.900000', '200231.902000', '200231.905000', '200251.791000', '200251.794000', '200251.811000', '200251.813000', '200251.824000', '200251.827000', '200251.829000', '200251.832000', '200251.835000', '200251.837000', '200251.840000', '200251.843000', '200251.845000', '200251.848000', '200251.851000', '200251.853000', '200251.856000', '200251.859000', '200251.862000', '200251.864000', '200251.867000', '200251.869000', '200251.872000', '200251.875000', '200251.877000', '200251.880000', '200251.883000', '200251.885000', '200251.888000', '200251.891000', '200251.893000', '200251.896000', '200251.899000', '200251.902000', '200251.904000', '200251.907000', '200251.909000', '200251.912000', '200251.915000', '200251.917000', '200251.920000', '200251.923000', '200251.925000', '200311.789000', '200311.792000', '200311.795000', '200311.798000', '200311.800000', '200311.803000', '200311.806000', '200311.808000', '200311.811000', '200311.813000', '200311.816000', '200311.819000', '200311.821000', '200311.824000', '200311.827000', '200311.830000', '200311.832000', '200311.835000', '200311.838000', '200311.841000', '200311.844000', '200311.846000', '200311.849000', '200311.852000', '200311.854000', '200311.857000', '200311.861000', '200311.863000', '200311.866000', '200311.869000', '200311.872000', '200311.874000', '200311.877000', '200311.880000', '200311.883000', '200311.885000', '200311.888000', '200311.891000', '200311.893000', '200311.896000', '200311.898000', '200311.901000', '200311.904000', '200331.790000', '200331.792000', '200331.795000', '200331.798000', '200331.801000', '200331.803000', '200331.806000', '200331.808000', '200331.811000', '200331.814000', '200331.816000', '200331.819000', '200331.822000', '200331.824000', '200331.827000', '200331.830000', '200331.832000', '200331.835000', '200331.838000', '200331.840000', '200331.843000', '200331.845000', '200331.848000', '200331.851000', '200331.853000', '200331.856000', '200331.859000', '200331.861000', '200331.864000', '200331.866000', '200331.869000', '200331.872000', '200331.874000', '200331.877000', '200331.879000', '200331.882000', '200331.885000', '200331.887000', '200331.890000', '200331.893000', '200331.895000', '200331.898000', '200331.900000', '200331.903000', '200351.791000', '200351.794000', '200351.796000', '200351.799000', '200351.801000', '200351.804000', '200351.807000', '200351.809000', '200351.812000', '200351.815000', '200351.817000', '200351.820000', '200351.822000', '200351.825000', '200351.828000', '200351.830000', '200351.833000', '200351.836000', '200351.838000', '200351.841000', '200351.844000', '200351.846000', '200351.849000', '200351.852000', '200351.854000', '200351.857000', '200351.860000', '200351.862000', '200351.865000', '200351.868000', '200351.870000', '200351.873000', '200351.875000', '200351.878000', '200351.881000', '200351.884000', '200351.886000', '200351.889000', '200351.892000', '200351.895000', '200351.899000', '200351.902000', '200351.904000', '200411.791000', '200411.793000', '200411.797000', '200411.800000', '200411.802000', '200411.805000', '200411.808000', '200411.810000', '200411.813000', '200411.815000', '200411.818000', '200411.821000', '200411.823000', '200411.826000', '200411.829000', '200411.831000', '200411.834000', '200411.836000', '200411.839000', '200411.842000', '200411.844000', '200411.847000', '200411.850000', '200411.852000', '200411.855000', '200411.857000', '200411.860000', '200411.863000', '200411.872000', '200411.874000', '200411.877000', '200411.880000', '200411.882000', '200411.885000', '200411.888000', '200411.890000', '200411.893000', '200411.895000', '200411.898000', '200411.901000', '200411.904000', '200411.906000', '200411.909000', '200411.912000', '200431.791000', '200431.793000', '200431.796000', '200431.799000', '200431.801000', '200431.804000', '200431.807000', '200431.809000', '200431.812000', '200431.815000', '200431.817000', '200431.820000', '200431.823000', '200431.825000', '200431.828000', '200431.830000', '200431.833000', '200431.836000', '200431.838000', '200431.841000', '200431.844000', '200431.846000', '200431.849000', '200431.852000', '200431.855000', '200431.858000', '200431.861000', '200431.863000', '200431.866000', '200431.880000', '200431.883000', '200431.886000', '200431.889000', '200431.891000', '200431.894000', '200431.897000', '200431.899000', '200431.903000', '200431.906000', '200431.909000', '200431.911000', '200431.914000', '200431.917000', '200451.791000', '200451.794000', '200451.796000', '200451.799000', '200451.802000', '200451.804000', '200451.807000', '200451.810000', '200451.812000', '200451.815000', '200451.817000', '200451.820000', '200451.823000', '200451.825000', '200451.828000', '200451.831000', '200451.833000', '200451.841000', '200451.844000', '200451.846000', '200451.849000', '200451.852000', '200451.855000', '200451.857000', '200451.860000', '200451.863000', '200451.865000', '200451.868000', '200451.871000', '200451.873000', '200451.876000', '200451.879000', '200451.881000', '200451.884000', '200451.886000', '200451.889000', '200451.892000', '200451.894000', '200451.897000', '200451.900000', '200451.902000', '200451.905000', '200451.908000', '200451.910000', '200511.790000', '200511.793000', '200511.796000', '200511.799000', '200511.801000', '200511.804000', '200511.806000', '200511.809000', '200511.812000', '200511.815000', '200511.818000', '200511.821000', '200511.824000', '200511.827000', '200511.829000', '200511.832000', '200511.835000', '200511.837000', '200511.840000', '200511.843000', '200511.845000', '200511.848000', '200511.851000', '200511.853000', '200511.856000', '200511.859000', '200511.861000', '200511.864000', '200511.866000', '200511.869000', '200511.872000', '200511.874000', '200511.877000', '200511.880000', '200511.882000', '200511.885000', '200511.887000', '200511.890000', '200511.893000', '200511.895000', '200511.898000', '200511.901000', '200511.903000', '200531.790000', '200531.793000', '200531.795000', '200531.798000', '200531.801000', '200531.803000', '200531.806000', '200531.808000', '200531.811000', '200531.814000', '200531.817000', '200531.819000', '200531.822000', '200531.825000', '200531.827000', '200531.830000', '200531.833000', '200531.835000', '200531.838000', '200531.840000', '200531.843000', '200531.846000', '200531.848000', '200531.851000', '200531.854000', '200531.856000', '200531.859000', '200531.861000', '200531.864000', '200531.867000', '200531.869000', '200531.872000', '200531.875000', '200531.877000', '200531.880000', '200531.882000', '200531.885000', '200531.888000', '200531.890000', '200531.919000', '200531.922000', '200531.924000', '200531.927000', '200531.929000', '200551.790000', '200551.792000', '200551.795000', '200551.798000', '200551.801000', '200551.803000', '200551.806000', '200551.809000', '200551.811000', '200551.814000', '200551.817000', '200551.819000', '200551.822000', '200551.824000', '200551.827000', '200551.830000', '200551.832000', '200551.835000', '200551.838000', '200551.840000', '200551.843000', '200551.846000', '200551.848000', '200551.851000', '200551.854000', '200551.856000', '200551.859000', '200551.861000', '200551.864000', '200551.867000', '200551.869000', '200551.872000', '200551.875000', '200551.877000', '200551.880000', '200551.883000', '200551.885000', '200551.888000', '200551.891000', '200551.893000', '200551.896000', '200551.898000', '200551.901000', '200611.791000', '200611.793000', '200611.796000', '200611.799000', '200611.801000', '200611.804000', '200611.807000', '200611.809000', '200611.812000', '200611.815000', '200611.817000', '200611.820000', '200611.822000', '200611.825000', '200611.828000', '200611.830000', '200611.833000', '200611.836000', '200611.838000', '200611.841000', '200611.843000', '200611.846000', '200611.849000', '200611.852000', '200611.854000', '200611.857000', '200611.859000', '200611.862000', '200611.865000', '200611.867000', '200611.870000', '200611.873000', '200611.875000', '200611.878000', '200611.880000', '200611.883000', '200611.886000', '200611.888000', '200611.891000', '200611.894000', '200611.896000', '200611.899000', '200611.902000', '200611.905000', '200631.791000', '200631.794000', '200631.796000', '200631.799000', '200631.802000', '200631.805000', '200631.807000', '200631.810000', '200631.812000', '200631.815000', '200631.818000', '200631.820000', '200631.823000', '200631.826000', '200631.828000', '200631.831000', '200631.834000', '200631.836000', '200631.839000', '200631.842000', '200631.844000', '200631.847000', '200631.850000', '200631.852000', '200631.855000', '200631.857000', '200631.860000', '200631.863000', '200631.865000', '200631.868000', '200631.871000', '200631.873000', '200631.876000', '200631.879000', '200631.881000', '200631.884000', '200631.887000', '200631.889000', '200631.892000', '200631.895000', '200631.897000', '200631.900000', '200631.903000', '200651.791000', '200651.794000', '200651.796000', '200651.799000', '200651.802000', '200651.804000', '200651.807000', '200651.810000', '200651.812000', '200651.815000', '200651.818000', '200651.820000', '200651.823000', '200651.826000', '200651.828000', '200651.831000', '200651.833000', '200651.836000', '200651.839000', '200651.841000', '200651.844000', '200651.847000', '200651.849000', '200651.852000', '200651.855000', '200651.857000', '200651.860000', '200651.863000', '200651.865000', '200651.868000', '200651.871000', '200651.873000', '200651.876000', '200651.878000', '200651.881000', '200651.884000', '200651.886000', '200651.889000', '200651.892000', '200651.894000', '200651.897000', '200651.899000', '200651.902000', '200651.905000', '200711.474000', '200711.477000', '200711.479000', '200711.482000', '200711.485000', '200711.489000', '200711.492000', '200711.494000', '200711.497000', '200711.500000', '200711.503000', '200711.507000', '200711.511000', '200711.514000', '200711.517000', '200711.520000', '200711.523000', '200711.527000', '200711.529000', '200711.532000', '200711.536000', '200711.538000', '200711.541000', '200711.544000', '200711.548000', '200711.551000', '200711.554000', '200711.558000', '200711.564000', '200711.567000', '200711.570000', '200711.573000', '200711.576000', '200711.579000', '200711.582000', '200711.585000', '200711.588000', '200711.591000', '200711.594000', '200711.597000', '200711.600000', '200711.602000', '200711.608000'], '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, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [9081, 7334, 8469, 12591, 7650, 10313, 8188, 8912, 11211, 8200, 13020, 9181, 9571, 17119, 7603, 13122, 8140, 8209, 15390, 7669, 13142, 9660, 10242, 14469, 7963, 11422, 8892, 9129, 13976, 8547, 9871, 9050, 8489, 12859, 8088, 8700, 10747, 7952, 11694, 7846, 10016, 11320, 8489, 13654, 9572, 9713, 10287, 10169, 13763, 8114, 9494, 15020, 7902, 14001, 10156, 10285, 9380, 9739, 13326, 7532, 8745, 13582, 7582, 12889, 7505, 10054, 11624, 7803, 12451, 9257, 9656, 15253, 8255, 12855, 8702, 8971, 15396, 7799, 13784, 9473, 10524, 15695, 8539, 10312, 13094, 7851, 13907, 10393, 10664, 11776, 8294, 11659, 8933, 9609, 14302, 7499, 11802, 8825, 8496, 13432, 7688, 11716, 7599, 8564, 13089, 7575, 12872, 9240, 9318, 13796, 8461, 13017, 9697, 9837, 16045, 8940, 14683, 9200, 10584, 10739, 8669, 13639, 7986, 9635, 7473, 8295, 10420, 7661, 10570, 7811, 8203, 10653, 8352, 12724, 7572, 9689, 9735, 8059, 13101, 7583, 9923, 7282, 7981, 12562, 7765, 12869, 7827, 10296, 8464, 8420, 14069, 7667, 11350, 7655, 8138, 14095, 7763, 12587, 8866, 9797, 15340, 8403, 11850, 8597, 8978, 14848, 8342, 12885, 9146, 8874, 14238, 7742, 11958, 8461, 9479, 14050, 7981, 10925, 7727, 8721, 13778, 7951, 9372, 8740, 8250, 12077, 7536, 8863, 8460, 8183, 14059, 8445, 10900, 12740, 8736, 13702, 9129, 11788, 8578, 9957, 14363, 8314, 12944, 7885, 12110, 8661, 9282, 12782, 8388, 13203, 7992, 11773, 8805, 9969, 14350, 8485, 11672, 7833, 11071, 8147, 9168, 14226, 8986, 13457, 10421, 12230, 11968, 10256, 15446, 9407, 11568, 7969, 8862, 15665, 7917, 12646, 8360, 9212, 7571, 9036, 13435, 7976, 11404, 8731, 9015, 13050, 7982, 11482, 8821, 9177, 15774, 8682, 13020, 8261, 9387, 11533, 8190, 13103, 8203, 9233, 7184, 8255, 12336, 7546, 9552, 8997, 8145, 14329, 8135, 11348, 12870, 8887, 13692, 9808, 10687, 8161, 9314, 13698, 8165, 10287, 7601, 8525, 11521, 8202, 12508, 7852, 8682, 8246, 8566, 11837, 7498, 11828, 7649, 8788, 7758, 10356, 8739, 12401, 8770, 11660, 15511, 10354, 14510, 11586, 10698, 12555, 10356, 13458, 8430, 9632, 10409, 8319, 12269, 7942, 9530, 7164, 8598, 12507, 8020, 11490, 8034, 7956, 7774, 9056, 12760, 8315, 10673, 7803, 9343, 14946, 8210, 13148, 9556, 9909, 16071, 8110, 14126, 10062, 10437, 15935, 9344, 14070, 8778, 10251, 11926, 8352, 13207, 9529, 10755, 10744, 8567, 12340, 8211, 9440, 9487, 8527, 14038, 8060, 9916, 11766, 7779, 13364, 8920, 10442, 10588, 7989, 11980, 8118, 8345, 8958, 8540, 12909, 7797, 10038, 9994, 8012, 12556, 8128, 10803, 8971, 9053, 14344, 8814, 11114, 10672, 9069, 16048, 9312, 11646, 13799, 9505, 13993, 7935, 12326, 7922, 8694, 9572, 8096, 14372, 7787, 12244, 8297, 9598, 13023, 8942, 13238, 8086, 12812, 8297, 8879, 8773, 8335, 12925, 8086, 11919, 8512, 9489, 16534, 9278, 14290, 10540, 10488, 16755, 8467, 14097, 10178, 10792, 15015, 8359, 11157, 7493, 8171, 11564, 7983, 9627, 7709, 8727, 8199, 8522, 12167, 7935, 9497, 7654, 8538, 12090, 7990, 13443, 9716, 9929, 8877, 10249, 15307, 8335, 12058, 10389, 9739, 16198, 8291, 13151, 9127, 9483, 12167, 8653, 12576, 8254, 11080, 8125, 8776, 15204, 8159, 12929, 8330, 10531, 8990, 8330, 13317, 8055, 11968, 8443, 8753, 7683, 8736, 12871, 8065, 11710, 7756, 11041, 8863, 9379, 15632, 9863, 13508, 10077, 10360, 14829, 9155, 14624, 11079, 13063, 9518, 8928, 14130, 7830, 12364, 8057, 9801, 7577, 8500, 12975, 8007, 12245, 8450, 10316, 13333, 8406, 13520, 9254, 9742, 13081, 8954, 13093, 7905, 9163, 15258, 7643, 12902, 8474, 8798, 11963, 7936, 10942, 7824, 8020, 9003, 8097, 11811, 8022, 9364, 9726, 7819, 13258, 8559, 11681, 8396, 9891, 12608, 8417, 13349, 9765, 11410, 7898, 9489, 13905, 7880, 13228, 8710, 11714, 8689, 9739, 14733, 8180, 12598, 8072, 10471, 10803, 8314, 12173, 8147, 9695, 8414, 8288, 13496, 8570, 11739, 8764, 9215, 15129, 9507, 12185, 8384, 9770, 15383, 8209, 14083, 9634, 10110, 10054, 8230, 12178, 8560, 9110, 10111, 8185, 12385, 8277, 11110, 8347, 9049, 14439, 8536, 10299, 7836, 8781, 13566, 8218, 13372, 9496, 10875, 13695, 8953, 13726, 10053, 10360, 11446, 10166, 11865, 8232, 9707, 7779, 8336, 7812, 9501, 11916, 7962, 12887, 8271, 11967, 9412, 9646, 14992, 8216, 14045, 9442, 10411, 9281, 8983, 13253, 8007, 9287, 7557, 8510, 7089, 8131, 11513, 8080, 11029, 7813, 9685, 7506, 9223, 10028, 8098, 13094, 8691, 13172, 8699, 11365, 8456, 9898, 16077, 11418, 13945, 10222, 11800, 10940, 9754, 15081, 9124, 12596, 8514, 9334, 10925, 8207, 13058, 8576, 11991, 8949, 9487, 12919, 8033, 13067, 9486, 11331, 8240, 9676, 15056, 8328, 12676, 8813, 9577, 11063, 8698, 13443, 8507, 10188, 7381, 9006, 12206, 8160, 12085, 7905, 8869, 7342, 8983, 13008, 8368, 12579, 9085, 9348, 7636, 8947, 8026, 8219, 11896, 8126, 12894, 8039, 12649, 9216, 9816, 9851, 9025, 14410, 8966, 13306, 8244, 11263, 8272, 10068, 7356, 8480, 14596, 7995, 13388, 8141, 12691, 9296, 10041, 12744, 8566, 13855, 8188, 12983, 7803, 10993, 8365, 9059, 9534, 9203, 13239, 8093, 11371, 8045, 9030, 8083, 8540, 15657, 8125, 13424, 9532, 10704, 9687, 8947, 17012, 8331, 15357, 10253, 10778, 8223, 8141, 12045, 8272, 9212, 9180, 7991, 12075, 8189, 9324, 11629, 8070, 12519, 8908, 9650, 14802, 8595, 10382, 12454, 7507, 13170, 8111, 9886, 10023, 7697, 12003, 8312, 8744, 12621, 7655, 11971, 8013, 7605, 13528, 8080, 11702, 7502, 8524, 14291, 8233, 11739, 9739, 9251, 14370, 8676, 11694, 9157, 9219, 14819, 8388, 9810, 9902, 8432, 14099, 8441, 10320, 9105, 7683, 13126, 8049, 12116, 8902, 8521, 9782, 7892, 11968, 8341, 11412, 7938, 8266, 14940, 8105, 12940, 9339, 10701, 11666, 9322, 16798, 9130, 13622, 8076, 9646, 10916, 8641, 15657, 8307, 12468, 8931, 9001, 7427, 8907, 12412, 8332, 11843, 8702, 10630, 7792, 8263, 10824, 8223, 15253, 8125, 13228, 9196, 10887, 12313, 9200, 17220, 7800, 15254, 8830, 11012, 7759, 8621, 12346, 8681, 13062, 8229, 11796, 8260, 8984, 17084, 7827, 13481, 8596, 9195, 10684, 8909, 13750, 8234, 9178, 7911, 8176, 10510, 8478, 11864, 7912, 10497, 8353, 8641, 13444, 8062, 12427, 7946, 9794, 9598, 8059, 11917, 8188, 11282, 7844, 8654, 7831, 7987, 12096, 7881, 12256, 7912, 9222, 7931, 8644, 14525, 7820, 12867, 7708, 8882, 7067, 9087, 13614, 7928, 11368, 8032, 9369, 13362, 8224, 12730, 7934, 11899, 8116, 9226, 6964, 10151, 14877, 8734, 12561, 8132, 11182, 8216, 12089, 11570, 13199, 10016, 15101, 10299, 12753, 13871, 11130, 16146, 8176, 14651, 8076, 12418, 8816, 9508, 16297, 7978, 11651, 8140, 9224, 9665, 7858, 11873, 7911, 10414, 8148, 8703, 8239, 8194, 13358, 7998, 12857, 8199, 11399, 8735, 9930, 14271, 8466, 14726, 10422, 13111, 9577, 10021, 10777, 10569, 14174, 8303, 9857, 8137, 8902, 7169, 9011, 13015, 8161, 11801, 8269, 11731, 8284, 9820, 15924, 8952, 14382, 10148, 11431, 11337, 9266, 14891, 8439, 12335, 8729, 8638, 9272, 8648, 10935, 8160, 10694, 7898, 8849, 13494, 7982, 13076, 9915, 12059, 11144, 10066, 17063, 11307, 12644, 10170, 10020, 16504, 8122, 13421, 8229, 8809, 7113, 8279, 10677, 8038, 11091, 8211, 9247, 12887, 8086, 12765, 9456, 10034, 15762, 9684, 14372, 10675, 10031, 16387, 7926, 12548, 8562], 'WindowCenter': [4500.0, 4466.0, 4477.0, 4511.0, 4464.0, 4494.0, 4474.0, 4473.0, 4490.0, 4473.0, 4523.0, 4481.0, 4481.0, 4541.0, 4451.0, 4508.0, 4448.0, 4459.0, 4517.0, 4449.0, 4510.0, 4469.0, 4480.0, 4506.0, 4448.0, 4487.0, 4456.0, 4470.0, 4508.0, 4447.0, 4466.0, 4455.0, 4456.0, 4485.0, 4447.0, 4458.0, 4476.0, 4448.0, 4486.0, 4448.0, 4478.0, 4476.0, 4459.0, 4507.0, 4467.0, 4469.0, 4468.0, 4477.0, 4507.0, 4447.0, 4466.0, 4506.0, 4449.0, 4507.0, 4478.0, 4479.0, 4455.0, 4467.0, 4495.0, 4435.0, 4457.0, 4495.0, 4438.0, 4497.0, 4437.0, 4478.0, 4486.0, 4438.0, 4486.0, 4458.0, 4468.0, 4516.0, 4447.0, 4498.0, 4447.0, 4459.0, 4505.0, 4439.0, 4508.0, 4467.0, 4477.0, 4515.0, 4445.0, 4466.0, 4484.0, 4436.0, 4495.0, 4465.0, 4475.0, 4474.0, 4445.0, 4476.0, 4456.0, 4468.0, 4494.0, 4427.0, 4485.0, 4454.0, 4456.0, 4506.0, 4447.0, 4486.0, 4437.0, 4458.0, 4495.0, 4436.0, 4497.0, 4458.0, 4468.0, 4495.0, 4447.0, 4495.0, 4454.0, 4466.0, 4514.0, 4455.0, 4493.0, 4444.0, 4464.0, 4461.0, 4443.0, 4493.0, 4433.0, 4454.0, 4424.0, 4446.0, 4464.0, 4436.0, 4477.0, 4438.0, 4448.0, 4475.0, 4447.0, 4496.0, 4435.0, 4467.0, 4456.0, 4447.0, 4495.0, 4435.0, 4467.0, 4436.0, 4448.0, 4486.0, 4436.0, 4495.0, 4436.0, 4478.0, 4447.0, 4458.0, 4506.0, 4446.0, 4487.0, 4448.0, 4450.0, 4507.0, 4449.0, 4500.0, 4458.0, 4478.0, 4518.0, 4448.0, 4488.0, 4456.0, 4459.0, 4507.0, 4446.0, 4497.0, 4456.0, 4457.0, 4505.0, 4436.0, 4487.0, 4446.0, 4468.0, 4505.0, 4447.0, 4477.0, 4436.0, 4459.0, 4506.0, 4448.0, 4468.0, 4456.0, 4457.0, 4499.0, 4450.0, 4471.0, 4460.0, 4460.0, 4519.0, 4460.0, 4493.0, 4512.0, 4472.0, 4510.0, 4470.0, 4502.0, 4459.0, 4470.0, 4509.0, 4461.0, 4497.0, 4449.0, 4499.0, 4459.0, 4470.0, 4485.0, 4448.0, 4497.0, 4448.0, 4488.0, 4457.0, 4469.0, 4509.0, 4458.0, 4488.0, 4451.0, 4489.0, 4448.0, 4469.0, 4508.0, 4459.0, 4497.0, 4477.0, 4487.0, 4475.0, 4466.0, 4506.0, 4455.0, 4474.0, 4433.0, 4455.0, 4503.0, 4434.0, 4484.0, 4445.0, 4455.0, 4424.0, 4455.0, 4494.0, 4435.0, 4487.0, 4445.0, 4456.0, 4484.0, 4436.0, 4475.0, 4443.0, 4467.0, 4505.0, 4445.0, 4484.0, 4434.0, 4455.0, 4474.0, 4446.0, 4484.0, 4445.0, 4455.0, 4425.0, 4447.0, 4496.0, 4437.0, 4467.0, 4456.0, 4448.0, 4507.0, 4448.0, 4489.0, 4497.0, 4458.0, 4496.0, 4466.0, 4477.0, 4445.0, 4456.0, 4494.0, 4447.0, 4466.0, 4435.0, 4446.0, 4474.0, 4446.0, 4485.0, 4436.0, 4446.0, 4445.0, 4457.0, 4485.0, 4438.0, 4486.0, 4448.0, 4458.0, 4451.0, 4490.0, 4472.0, 4512.0, 4461.0, 4502.0, 4519.0, 4479.0, 4510.0, 4488.0, 4477.0, 4485.0, 4466.0, 4495.0, 4445.0, 4456.0, 4464.0, 4445.0, 4474.0, 4446.0, 4467.0, 4424.0, 4457.0, 4484.0, 4436.0, 4485.0, 4446.0, 4447.0, 4448.0, 4471.0, 4508.0, 4459.0, 4479.0, 4448.0, 4469.0, 4518.0, 4461.0, 4510.0, 4468.0, 4479.0, 4518.0, 4448.0, 4507.0, 4468.0, 4479.0, 4516.0, 4457.0, 4506.0, 4445.0, 4477.0, 4486.0, 4448.0, 4496.0, 4466.0, 4477.0, 4475.0, 4456.0, 4486.0, 4447.0, 4467.0, 4455.0, 4446.0, 4495.0, 4435.0, 4466.0, 4475.0, 4436.0, 4484.0, 4444.0, 4465.0, 4463.0, 4448.0, 4487.0, 4447.0, 4458.0, 4456.0, 4456.0, 4495.0, 4437.0, 4467.0, 4478.0, 4450.0, 4497.0, 4448.0, 4489.0, 4457.0, 4459.0, 4509.0, 4469.0, 4488.0, 4477.0, 4459.0, 4518.0, 4457.0, 4488.0, 4496.0, 4456.0, 4505.0, 4447.0, 4486.0, 4447.0, 4457.0, 4455.0, 4446.0, 4505.0, 4436.0, 4486.0, 4446.0, 4468.0, 4495.0, 4457.0, 4495.0, 4436.0, 4485.0, 4445.0, 4457.0, 4457.0, 4448.0, 4497.0, 4448.0, 4488.0, 4457.0, 4469.0, 4529.0, 4468.0, 4507.0, 4465.0, 4476.0, 4514.0, 4435.0, 4495.0, 4465.0, 4465.0, 4492.0, 4433.0, 4463.0, 4412.0, 4434.0, 4472.0, 4434.0, 4453.0, 4434.0, 4456.0, 4444.0, 4456.0, 4487.0, 4448.0, 4467.0, 4437.0, 4458.0, 4486.0, 4447.0, 4497.0, 4467.0, 4467.0, 4456.0, 4478.0, 4516.0, 4447.0, 4498.0, 4466.0, 4467.0, 4514.0, 4447.0, 4496.0, 4456.0, 4468.0, 4484.0, 4447.0, 4484.0, 4447.0, 4477.0, 4436.0, 4458.0, 4506.0, 4436.0, 4485.0, 4446.0, 4476.0, 4456.0, 4447.0, 4494.0, 4446.0, 4485.0, 4446.0, 4457.0, 4437.0, 4459.0, 4497.0, 4448.0, 4488.0, 4449.0, 4489.0, 4459.0, 4470.0, 4518.0, 4468.0, 4498.0, 4467.0, 4468.0, 4506.0, 4457.0, 4505.0, 4476.0, 4486.0, 4468.0, 4471.0, 4507.0, 4448.0, 4497.0, 4449.0, 4467.0, 4437.0, 4457.0, 4498.0, 4461.0, 4499.0, 4448.0, 4479.0, 4496.0, 4447.0, 4497.0, 4470.0, 4470.0, 4496.0, 4456.0, 4495.0, 4435.0, 4455.0, 4505.0, 4433.0, 4484.0, 4434.0, 4446.0, 4473.0, 4435.0, 4475.0, 4437.0, 4447.0, 4455.0, 4446.0, 4485.0, 4446.0, 4468.0, 4467.0, 4448.0, 4496.0, 4458.0, 4487.0, 4446.0, 4477.0, 4497.0, 4448.0, 4497.0, 4467.0, 4487.0, 4435.0, 4467.0, 4497.0, 4449.0, 4496.0, 4459.0, 4498.0, 4457.0, 4467.0, 4505.0, 4447.0, 4486.0, 4446.0, 4478.0, 4476.0, 4447.0, 4487.0, 4449.0, 4469.0, 4447.0, 4459.0, 4497.0, 4458.0, 4489.0, 4458.0, 4470.0, 4518.0, 4468.0, 4488.0, 4448.0, 4469.0, 4506.0, 4447.0, 4507.0, 4456.0, 4467.0, 4466.0, 4447.0, 4486.0, 4459.0, 4469.0, 4467.0, 4459.0, 4498.0, 4459.0, 4489.0, 4459.0, 4470.0, 4519.0, 4460.0, 4480.0, 4450.0, 4472.0, 4510.0, 4461.0, 4509.0, 4468.0, 4490.0, 4508.0, 4459.0, 4509.0, 4469.0, 4468.0, 4476.0, 4467.0, 4485.0, 4447.0, 4465.0, 4437.0, 4447.0, 4449.0, 4481.0, 4500.0, 4451.0, 4499.0, 4460.0, 4489.0, 4457.0, 4470.0, 4531.0, 4474.0, 4509.0, 4466.0, 4477.0, 4455.0, 4456.0, 4496.0, 4436.0, 4454.0, 4436.0, 4457.0, 4426.0, 4448.0, 4488.0, 4461.0, 4490.0, 4451.0, 4481.0, 4450.0, 4481.0, 4482.0, 4475.0, 4523.0, 4485.0, 4512.0, 4471.0, 4502.0, 4462.0, 4494.0, 4530.0, 4499.0, 4510.0, 4479.0, 4500.0, 4477.0, 4470.0, 4518.0, 4470.0, 4498.0, 4460.0, 4470.0, 4477.0, 4448.0, 4497.0, 4459.0, 4489.0, 4459.0, 4470.0, 4510.0, 4462.0, 4509.0, 4470.0, 4491.0, 4447.0, 4467.0, 4517.0, 4460.0, 4499.0, 4459.0, 4468.0, 4488.0, 4471.0, 4507.0, 4458.0, 4480.0, 4438.0, 4469.0, 4486.0, 4459.0, 4501.0, 4462.0, 4484.0, 4481.0, 4485.0, 4511.0, 4462.0, 4487.0, 4458.0, 4468.0, 4447.0, 4468.0, 4448.0, 4459.0, 4499.0, 4463.0, 4509.0, 4459.0, 4498.0, 4470.0, 4480.0, 4468.0, 4459.0, 4507.0, 4458.0, 4507.0, 4458.0, 4486.0, 4457.0, 4478.0, 4438.0, 4471.0, 4519.0, 4449.0, 4497.0, 4446.0, 4497.0, 4467.0, 4479.0, 4496.0, 4458.0, 4496.0, 4446.0, 4496.0, 4437.0, 4476.0, 4446.0, 4457.0, 4466.0, 4466.0, 4496.0, 4447.0, 4487.0, 4449.0, 4456.0, 4448.0, 4468.0, 4518.0, 4449.0, 4510.0, 4480.0, 4479.0, 4467.0, 4458.0, 4516.0, 4447.0, 4518.0, 4466.0, 4477.0, 4446.0, 4446.0, 4486.0, 4459.0, 4470.0, 4468.0, 4448.0, 4497.0, 4458.0, 4469.0, 4487.0, 4460.0, 4499.0, 4458.0, 4481.0, 4516.0, 4460.0, 4490.0, 4497.0, 4438.0, 4496.0, 4445.0, 4466.0, 4464.0, 4434.0, 4486.0, 4448.0, 4458.0, 4496.0, 4448.0, 4486.0, 4448.0, 4449.0, 4506.0, 4450.0, 4499.0, 4438.0, 4460.0, 4507.0, 4459.0, 4499.0, 4469.0, 4471.0, 4518.0, 4459.0, 4497.0, 4457.0, 4469.0, 4518.0, 4459.0, 4479.0, 4465.0, 4449.0, 4507.0, 4444.0, 4477.0, 4456.0, 4449.0, 4496.0, 4448.0, 4496.0, 4457.0, 4458.0, 4477.0, 4461.0, 4496.0, 4460.0, 4500.0, 4458.0, 4472.0, 4531.0, 4462.0, 4510.0, 4481.0, 4492.0, 4500.0, 4482.0, 4541.0, 4468.0, 4510.0, 4447.0, 4468.0, 4477.0, 4460.0, 4517.0, 4457.0, 4498.0, 4455.0, 4455.0, 4438.0, 4470.0, 4498.0, 4458.0, 4498.0, 4458.0, 4489.0, 4450.0, 4461.0, 4488.0, 4460.0, 4519.0, 4460.0, 4510.0, 4481.0, 4488.0, 4496.0, 4468.0, 4527.0, 4448.0, 4519.0, 4459.0, 4487.0, 4448.0, 4459.0, 4497.0, 4459.0, 4508.0, 4460.0, 4499.0, 4458.0, 4470.0, 4527.0, 4448.0, 4508.0, 4458.0, 4467.0, 4476.0, 4458.0, 4506.0, 4448.0, 4467.0, 4447.0, 4460.0, 4475.0, 4460.0, 4486.0, 4449.0, 4480.0, 4459.0, 4460.0, 4509.0, 4449.0, 4498.0, 4449.0, 4481.0, 4467.0, 4450.0, 4488.0, 4459.0, 4488.0, 4450.0, 4460.0, 4450.0, 4461.0, 4500.0, 4460.0, 4500.0, 4461.0, 4481.0, 4459.0, 4470.0, 4518.0, 4450.0, 4499.0, 4447.0, 4469.0, 4437.0, 4470.0, 4509.0, 4461.0, 4499.0, 4448.0, 4470.0, 4507.0, 4449.0, 4497.0, 4460.0, 4500.0, 4447.0, 4469.0, 4439.0, 4479.0, 4518.0, 4470.0, 4510.0, 4460.0, 4500.0, 4473.0, 4513.0, 4514.0, 4521.0, 4491.0, 4520.0, 4479.0, 4511.0, 4506.0, 4489.0, 4517.0, 4445.0, 4505.0, 4446.0, 4497.0, 4456.0, 4468.0, 4516.0, 4444.0, 4475.0, 4446.0, 4467.0, 4456.0, 4448.0, 4483.0, 4447.0, 4476.0, 4460.0, 4458.0, 4456.0, 4460.0, 4507.0, 4450.0, 4510.0, 4461.0, 4499.0, 4457.0, 4479.0, 4505.0, 4458.0, 4517.0, 4490.0, 4509.0, 4469.0, 4478.0, 4476.0, 4478.0, 4506.0, 4448.0, 4468.0, 4448.0, 4469.0, 4437.0, 4470.0, 4510.0, 4461.0, 4498.0, 4460.0, 4501.0, 4459.0, 4478.0, 4517.0, 4457.0, 4507.0, 4466.0, 4486.0, 4475.0, 4457.0, 4506.0, 4448.0, 4487.0, 4457.0, 4458.0, 4455.0, 4457.0, 4488.0, 4459.0, 4490.0, 4457.0, 4470.0, 4507.0, 4462.0, 4510.0, 4480.0, 4500.0, 4488.0, 4479.0, 4529.0, 4488.0, 4498.0, 4467.0, 4468.0, 4515.0, 4448.0, 4494.0, 4444.0, 4456.0, 4427.0, 4457.0, 4477.0, 4461.0, 4487.0, 4458.0, 4470.0, 4498.0, 4446.0, 4498.0, 4468.0, 4478.0, 4518.0, 4466.0, 4506.0, 4466.0, 4465.0, 4514.0, 4447.0, 4486.0, 4443.0], 'WindowWidth': [9915.0, 9859.0, 9872.0, 9908.0, 9850.0, 9892.0, 9862.0, 9857.0, 9875.0, 9861.0, 9928.0, 9867.0, 9867.0, 9949.0, 9826.0, 9897.0, 9817.0, 9833.0, 9907.0, 9821.0, 9904.0, 9846.0, 9859.0, 9892.0, 9814.0, 9867.0, 9823.0, 9849.0, 9895.0, 9812.0, 9837.0, 9819.0, 9824.0, 9861.0, 9813.0, 9830.0, 9849.0, 9816.0, 9865.0, 9816.0, 9859.0, 9851.0, 9833.0, 9895.0, 9841.0, 9844.0, 9840.0, 9854.0, 9892.0, 9812.0, 9839.0, 9891.0, 9818.0, 9896.0, 9855.0, 9856.0, 9820.0, 9837.0, 9873.0, 9793.0, 9824.0, 9874.0, 9802.0, 9878.0, 9799.0, 9854.0, 9862.0, 9801.0, 9864.0, 9828.0, 9844.0, 9904.0, 9814.0, 9882.0, 9812.0, 9830.0, 9889.0, 9805.0, 9898.0, 9838.0, 9852.0, 9902.0, 9808.0, 9837.0, 9856.0, 9797.0, 9876.0, 9832.0, 9847.0, 9842.0, 9806.0, 9847.0, 9822.0, 9840.0, 9870.0, 9784.0, 9862.0, 9818.0, 9823.0, 9890.0, 9814.0, 9863.0, 9799.0, 9828.0, 9873.0, 9798.0, 9880.0, 9829.0, 9841.0, 9874.0, 9812.0, 9873.0, 9816.0, 9834.0, 9898.0, 9817.0, 9868.0, 9802.0, 9827.0, 9820.0, 9799.0, 9868.0, 9787.0, 9815.0, 9775.0, 9807.0, 9828.0, 9795.0, 9852.0, 9801.0, 9815.0, 9849.0, 9811.0, 9877.0, 9794.0, 9840.0, 9822.0, 9812.0, 9872.0, 9793.0, 9838.0, 9797.0, 9816.0, 9862.0, 9797.0, 9874.0, 9797.0, 9854.0, 9813.0, 9829.0, 9889.0, 9813.0, 9867.0, 9816.0, 9822.0, 9895.0, 9819.0, 9888.0, 9828.0, 9856.0, 9910.0, 9816.0, 9869.0, 9824.0, 9830.0, 9892.0, 9810.0, 9880.0, 9823.0, 9826.0, 9888.0, 9799.0, 9866.0, 9809.0, 9842.0, 9889.0, 9812.0, 9851.0, 9797.0, 9831.0, 9888.0, 9815.0, 9842.0, 9825.0, 9828.0, 9886.0, 9822.0, 9850.0, 9834.0, 9836.0, 9915.0, 9835.0, 9883.0, 9911.0, 9853.0, 9900.0, 9848.0, 9896.0, 9832.0, 9846.0, 9899.0, 9840.0, 9880.0, 9820.0, 9886.0, 9831.0, 9846.0, 9861.0, 9815.0, 9878.0, 9816.0, 9871.0, 9824.0, 9846.0, 9898.0, 9830.0, 9871.0, 9829.0, 9875.0, 9816.0, 9845.0, 9897.0, 9831.0, 9879.0, 9851.0, 9868.0, 9847.0, 9837.0, 9891.0, 9820.0, 9844.0, 9787.0, 9819.0, 9883.0, 9790.0, 9858.0, 9806.0, 9818.0, 9775.0, 9819.0, 9869.0, 9793.0, 9864.0, 9807.0, 9821.0, 9857.0, 9794.0, 9846.0, 9801.0, 9839.0, 9887.0, 9803.0, 9856.0, 9790.0, 9820.0, 9842.0, 9809.0, 9857.0, 9805.0, 9821.0, 9779.0, 9813.0, 9877.0, 9802.0, 9841.0, 9825.0, 9816.0, 9894.0, 9816.0, 9873.0, 9879.0, 9827.0, 9876.0, 9835.0, 9851.0, 9804.0, 9822.0, 9871.0, 9811.0, 9836.0, 9792.0, 9810.0, 9844.0, 9809.0, 9858.0, 9795.0, 9808.0, 9805.0, 9825.0, 9862.0, 9802.0, 9864.0, 9816.0, 9829.0, 9826.0, 9877.0, 9856.0, 9908.0, 9837.0, 9895.0, 9912.0, 9856.0, 9902.0, 9867.0, 9851.0, 9859.0, 9836.0, 9874.0, 9806.0, 9822.0, 9828.0, 9805.0, 9841.0, 9811.0, 9839.0, 9779.0, 9827.0, 9858.0, 9796.0, 9860.0, 9810.0, 9814.0, 9818.0, 9852.0, 9897.0, 9833.0, 9861.0, 9816.0, 9847.0, 9910.0, 9838.0, 9903.0, 9842.0, 9859.0, 9910.0, 9816.0, 9894.0, 9843.0, 9858.0, 9904.0, 9823.0, 9891.0, 9807.0, 9851.0, 9862.0, 9814.0, 9875.0, 9835.0, 9851.0, 9845.0, 9823.0, 9862.0, 9813.0, 9839.0, 9820.0, 9810.0, 9873.0, 9793.0, 9834.0, 9846.0, 9794.0, 9855.0, 9803.0, 9832.0, 9825.0, 9816.0, 9868.0, 9813.0, 9832.0, 9822.0, 9824.0, 9874.0, 9798.0, 9839.0, 9857.0, 9821.0, 9879.0, 9816.0, 9871.0, 9825.0, 9831.0, 9899.0, 9844.0, 9869.0, 9853.0, 9831.0, 9910.0, 9826.0, 9870.0, 9876.0, 9822.0, 9887.0, 9811.0, 9863.0, 9813.0, 9826.0, 9820.0, 9810.0, 9887.0, 9797.0, 9863.0, 9808.0, 9841.0, 9875.0, 9824.0, 9872.0, 9795.0, 9861.0, 9807.0, 9825.0, 9826.0, 9817.0, 9879.0, 9817.0, 9869.0, 9827.0, 9845.0, 9928.0, 9843.0, 9893.0, 9831.0, 9848.0, 9897.0, 9790.0, 9875.0, 9831.0, 9830.0, 9865.0, 9787.0, 9825.0, 9755.0, 9788.0, 9838.0, 9789.0, 9813.0, 9789.0, 9822.0, 9803.0, 9823.0, 9867.0, 9818.0, 9840.0, 9798.0, 9830.0, 9863.0, 9811.0, 9880.0, 9837.0, 9838.0, 9823.0, 9854.0, 9905.0, 9813.0, 9883.0, 9837.0, 9838.0, 9899.0, 9811.0, 9877.0, 9823.0, 9840.0, 9858.0, 9810.0, 9858.0, 9810.0, 9851.0, 9795.0, 9830.0, 9889.0, 9796.0, 9860.0, 9807.0, 9849.0, 9822.0, 9811.0, 9870.0, 9809.0, 9860.0, 9809.0, 9825.0, 9800.0, 9832.0, 9880.0, 9817.0, 9868.0, 9819.0, 9874.0, 9833.0, 9849.0, 9909.0, 9842.0, 9882.0, 9837.0, 9840.0, 9890.0, 9824.0, 9885.0, 9848.0, 9862.0, 9841.0, 9853.0, 9893.0, 9815.0, 9881.0, 9820.0, 9840.0, 9798.0, 9826.0, 9882.0, 9841.0, 9887.0, 9815.0, 9858.0, 9877.0, 9812.0, 9880.0, 9849.0, 9847.0, 9876.0, 9822.0, 9872.0, 9791.0, 9819.0, 9886.0, 9789.0, 9857.0, 9789.0, 9806.0, 9839.0, 9790.0, 9845.0, 9798.0, 9811.0, 9819.0, 9809.0, 9860.0, 9809.0, 9841.0, 9840.0, 9815.0, 9876.0, 9828.0, 9865.0, 9810.0, 9854.0, 9880.0, 9816.0, 9877.0, 9838.0, 9864.0, 9791.0, 9839.0, 9878.0, 9818.0, 9876.0, 9831.0, 9884.0, 9824.0, 9838.0, 9887.0, 9811.0, 9861.0, 9810.0, 9853.0, 9848.0, 9813.0, 9864.0, 9821.0, 9846.0, 9814.0, 9831.0, 9879.0, 9828.0, 9870.0, 9827.0, 9846.0, 9910.0, 9842.0, 9867.0, 9814.0, 9842.0, 9890.0, 9812.0, 9892.0, 9820.0, 9837.0, 9835.0, 9814.0, 9863.0, 9831.0, 9845.0, 9841.0, 9831.0, 9881.0, 9831.0, 9871.0, 9830.0, 9848.0, 9913.0, 9835.0, 9862.0, 9822.0, 9853.0, 9902.0, 9837.0, 9900.0, 9843.0, 9875.0, 9895.0, 9829.0, 9898.0, 9843.0, 9840.0, 9847.0, 9837.0, 9859.0, 9811.0, 9833.0, 9798.0, 9813.0, 9820.0, 9866.0, 9890.0, 9825.0, 9884.0, 9834.0, 9870.0, 9825.0, 9849.0, 9936.0, 9861.0, 9899.0, 9835.0, 9852.0, 9816.0, 9821.0, 9877.0, 9792.0, 9816.0, 9795.0, 9826.0, 9782.0, 9815.0, 9868.0, 9838.0, 9875.0, 9825.0, 9867.0, 9823.0, 9866.0, 9870.0, 9866.0, 9926.0, 9878.0, 9910.0, 9851.0, 9894.0, 9840.0, 9887.0, 9929.0, 9887.0, 9904.0, 9856.0, 9886.0, 9854.0, 9847.0, 9910.0, 9846.0, 9883.0, 9836.0, 9846.0, 9854.0, 9816.0, 9878.0, 9830.0, 9871.0, 9831.0, 9846.0, 9903.0, 9842.0, 9900.0, 9847.0, 9876.0, 9811.0, 9838.0, 9907.0, 9834.0, 9885.0, 9830.0, 9841.0, 9869.0, 9851.0, 9893.0, 9826.0, 9860.0, 9803.0, 9843.0, 9864.0, 9833.0, 9891.0, 9842.0, 9878.0, 9886.0, 9879.0, 9906.0, 9840.0, 9865.0, 9829.0, 9843.0, 9814.0, 9843.0, 9817.0, 9831.0, 9886.0, 9846.0, 9900.0, 9834.0, 9884.0, 9850.0, 9860.0, 9844.0, 9833.0, 9893.0, 9829.0, 9894.0, 9831.0, 9863.0, 9826.0, 9855.0, 9802.0, 9852.0, 9913.0, 9817.0, 9879.0, 9811.0, 9880.0, 9839.0, 9857.0, 9876.0, 9827.0, 9875.0, 9809.0, 9877.0, 9800.0, 9851.0, 9808.0, 9826.0, 9835.0, 9836.0, 9874.0, 9813.0, 9867.0, 9820.0, 9826.0, 9816.0, 9845.0, 9910.0, 9817.0, 9902.0, 9861.0, 9858.0, 9840.0, 9828.0, 9905.0, 9812.0, 9910.0, 9834.0, 9852.0, 9808.0, 9810.0, 9862.0, 9832.0, 9848.0, 9842.0, 9817.0, 9880.0, 9830.0, 9846.0, 9868.0, 9834.0, 9885.0, 9829.0, 9866.0, 9908.0, 9834.0, 9878.0, 9880.0, 9800.0, 9876.0, 9808.0, 9836.0, 9830.0, 9793.0, 9863.0, 9816.0, 9830.0, 9877.0, 9817.0, 9866.0, 9815.0, 9819.0, 9892.0, 9823.0, 9888.0, 9804.0, 9834.0, 9895.0, 9833.0, 9887.0, 9846.0, 9851.0, 9910.0, 9831.0, 9881.0, 9826.0, 9844.0, 9909.0, 9833.0, 9857.0, 9835.0, 9818.0, 9892.0, 9808.0, 9855.0, 9825.0, 9818.0, 9877.0, 9817.0, 9879.0, 9828.0, 9830.0, 9857.0, 9839.0, 9881.0, 9838.0, 9892.0, 9834.0, 9857.0, 9937.0, 9845.0, 9905.0, 9867.0, 9883.0, 9891.0, 9869.0, 9948.0, 9846.0, 9902.0, 9815.0, 9844.0, 9854.0, 9835.0, 9908.0, 9826.0, 9881.0, 9822.0, 9822.0, 9803.0, 9850.0, 9883.0, 9830.0, 9882.0, 9832.0, 9873.0, 9823.0, 9840.0, 9872.0, 9838.0, 9914.0, 9835.0, 9904.0, 9866.0, 9870.0, 9879.0, 9843.0, 9922.0, 9816.0, 9913.0, 9831.0, 9867.0, 9816.0, 9832.0, 9881.0, 9831.0, 9898.0, 9837.0, 9886.0, 9830.0, 9846.0, 9922.0, 9815.0, 9895.0, 9829.0, 9840.0, 9849.0, 9827.0, 9890.0, 9814.0, 9839.0, 9814.0, 9833.0, 9849.0, 9834.0, 9866.0, 9818.0, 9862.0, 9833.0, 9836.0, 9901.0, 9819.0, 9883.0, 9819.0, 9864.0, 9840.0, 9820.0, 9869.0, 9833.0, 9871.0, 9822.0, 9835.0, 9824.0, 9841.0, 9889.0, 9838.0, 9891.0, 9840.0, 9867.0, 9834.0, 9850.0, 9911.0, 9822.0, 9887.0, 9816.0, 9848.0, 9802.0, 9850.0, 9899.0, 9840.0, 9888.0, 9818.0, 9849.0, 9893.0, 9819.0, 9879.0, 9836.0, 9888.0, 9816.0, 9849.0, 9807.0, 9861.0, 9911.0, 9854.0, 9902.0, 9839.0, 9890.0, 9862.0, 9915.0, 9915.0, 9921.0, 9882.0, 9919.0, 9860.0, 9904.0, 9892.0, 9870.0, 9907.0, 9809.0, 9888.0, 9810.0, 9881.0, 9822.0, 9841.0, 9902.0, 9805.0, 9846.0, 9810.0, 9841.0, 9823.0, 9815.0, 9857.0, 9814.0, 9851.0, 9837.0, 9833.0, 9827.0, 9836.0, 9895.0, 9822.0, 9902.0, 9841.0, 9888.0, 9829.0, 9861.0, 9891.0, 9829.0, 9907.0, 9875.0, 9898.0, 9844.0, 9856.0, 9851.0, 9856.0, 9893.0, 9817.0, 9841.0, 9816.0, 9847.0, 9803.0, 9853.0, 9905.0, 9840.0, 9886.0, 9837.0, 9891.0, 9834.0, 9858.0, 9908.0, 9828.0, 9894.0, 9837.0, 9863.0, 9848.0, 9824.0, 9888.0, 9813.0, 9863.0, 9826.0, 9828.0, 9821.0, 9828.0, 9869.0, 9834.0, 9876.0, 9830.0, 9850.0, 9897.0, 9840.0, 9902.0, 9864.0, 9889.0, 9869.0, 9858.0, 9929.0, 9869.0, 9883.0, 9837.0, 9839.0, 9901.0, 9816.0, 9873.0, 9804.0, 9823.0, 9787.0, 9826.0, 9854.0, 9838.0, 9870.0, 9830.0, 9848.0, 9884.0, 9813.0, 9882.0, 9842.0, 9856.0, 9909.0, 9837.0, 9890.0, 9835.0, 9833.0, 9899.0, 9810.0, 9863.0, 9803.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.0001766044776119403</td></tr>
<tr><td colspan=3>aqi</td><td>0.021105523320895523</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.54542773909429</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1244418120074695</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9626518079365075</td></tr>
<tr><td colspan=3>efc</td><td>0.4652</td></tr>
<tr><td colspan=3>fber</td><td>6664.8638</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08549910545491908</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.425373134328358</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.578258765411972</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5243960307227997</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7959912060656475</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.414389059447469</td></tr>
<tr><td colspan=3>gcor</td><td>0.00566029</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013372818008065224</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017802832648158073</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</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.6415198988065294</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.6004</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4243</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.6446</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>301798.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>880.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.5872</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8824</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.5828</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3655.8012</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1039.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4915.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1067.4043</td></tr>
<tr><td colspan=3>tsnr</td><td>39.57250444125384</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>