<?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-0126_ses-04_task-fractional_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-0126_ses-04_task-fractional_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-04_subject-0126_suffix-bold_task-fractional" 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-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0126_suffix-bold_task-fractional" 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-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_ses-04_task-fractional_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-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-fractional_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-0126/ses-04/func/sub-0126_ses-04_task-fractional_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>286bf488ca66f65923d59156d297a21b</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:44:58.820000</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.999475, 0.0125274, 0.0298718, -0.0141307, 0.998437, 0.0540794]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_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.111295</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-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7800, -7209, -8, -136, -129, -13, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>295.539</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>52683b7e-b7b3-421b-9be4-3ee9a0587787||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.681519031524658, -0.03791151940822601, 0.07869859784841537, 116.43205261230469], [-0.033610038459300995, 2.6787326335906982, 0.14707744121551514, -86.81262969970703], [0.08014386147260666, -0.14509107172489166, 2.6948423385620117, -72.54352569580078], [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, 1322]</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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['194458.820000', '194459.280000', '194459.740000', '194500.200000', '194500.660000', '194501.120000', '194501.580000', '194502.040000', '194502.500000', '194502.960000', '194503.420000', '194503.880000', '194504.340000', '194504.800000', '194505.260000', '194505.720000', '194506.180000', '194506.640000', '194507.100000', '194507.560000', '194508.020000', '194508.480000', '194508.940000', '194509.400000', '194509.860000', '194510.320000', '194510.780000', '194511.240000', '194511.700000', '194512.160000', '194512.620000', '194513.080000', '194513.540000', '194514.000000', '194514.460000', '194514.920000', '194515.380000', '194515.840000', '194516.300000', '194516.760000', '194517.220000', '194517.680000', '194518.140000', '194518.600000', '194519.060000', '194519.520000', '194519.980000', '194520.440000', '194520.900000', '194521.360000', '194521.820000', '194522.280000', '194522.740000', '194523.200000', '194523.660000', '194524.120000', '194524.580000', '194525.040000', '194525.500000', '194525.960000', '194526.420000', '194526.880000', '194527.340000', '194527.800000', '194528.260000', '194528.720000', '194529.180000', '194529.640000', '194530.100000', '194530.560000', '194531.020000', '194531.480000', '194531.940000', '194532.400000', '194532.860000', '194533.320000', '194533.780000', '194534.240000', '194534.700000', '194535.160000', '194535.620000', '194536.080000', '194536.540000', '194537.000000', '194537.460000', '194537.920000', '194538.380000', '194538.840000', '194539.300000', '194539.760000', '194540.220000', '194540.680000', '194541.140000', '194541.600000', '194542.060000', '194542.520000', '194542.980000', '194543.440000', '194543.900000', '194544.360000', '194544.820000', '194545.280000', '194545.740000', '194546.200000', '194546.660000', '194547.120000', '194547.580000', '194548.040000', '194548.500000', '194548.960000', '194549.420000', '194549.880000', '194550.340000', '194550.800000', '194551.260000', '194551.720000', '194552.180000', '194552.640000', '194553.100000', '194553.560000', '194554.020000', '194554.480000', '194554.940000', '194555.400000', '194555.860000', '194556.320000', '194556.780000', '194557.240000', '194557.700000', '194558.160000', '194558.620000', '194559.080000', '194559.540000', '194600.000000', '194600.460000', '194600.920000', '194601.380000', '194601.840000', '194602.300000', '194602.760000', '194603.220000', '194603.680000', '194604.140000', '194604.600000', '194605.060000', '194605.520000', '194605.980000', '194606.440000', '194606.900000', '194607.360000', '194607.820000', '194608.280000', '194608.740000', '194609.200000', '194609.660000', '194610.120000', '194610.580000', '194611.040000', '194611.500000', '194611.960000', '194612.420000', '194612.880000', '194613.340000', '194613.800000', '194614.260000', '194614.720000', '194615.180000', '194615.640000', '194616.100000', '194616.560000', '194617.020000', '194617.480000', '194617.940000', '194618.400000', '194618.860000', '194619.320000', '194619.780000', '194620.240000', '194620.700000', '194621.160000', '194621.620000', '194622.080000', '194622.540000', '194623.000000', '194623.460000', '194623.920000', '194624.380000', '194624.840000', '194625.300000', '194625.760000', '194626.220000', '194626.680000', '194627.140000', '194627.600000', '194628.060000', '194628.520000', '194628.980000', '194629.440000', '194629.900000', '194630.360000', '194630.820000', '194631.280000', '194631.740000', '194632.200000', '194632.660000', '194633.120000', '194633.580000', '194634.040000', '194634.500000', '194634.960000', '194635.420000', '194635.880000', '194636.340000', '194636.800000', '194637.260000', '194637.720000', '194638.180000', '194638.640000', '194639.100000', '194639.560000', '194640.020000', '194640.480000', '194640.940000', '194641.400000', '194641.860000', '194642.320000', '194642.780000', '194643.240000', '194643.700000', '194644.160000', '194644.620000', '194645.080000', '194645.540000', '194646.000000', '194646.460000', '194646.920000', '194647.380000', '194647.840000', '194648.300000', '194648.760000', '194649.220000', '194649.680000', '194650.140000', '194650.600000', '194651.060000', '194651.520000', '194651.980000', '194652.440000', '194652.900000', '194653.360000', '194653.820000', '194654.280000', '194654.740000', '194655.200000', '194655.660000', '194656.120000', '194656.580000', '194657.040000', '194657.500000', '194657.960000', '194658.420000', '194658.880000', '194659.340000', '194659.800000', '194700.260000', '194700.720000', '194701.180000', '194701.640000', '194702.100000', '194702.560000', '194703.020000', '194703.480000', '194703.940000', '194704.400000', '194704.860000', '194705.320000', '194705.780000', '194706.240000', '194706.700000', '194707.160000', '194707.620000', '194708.080000', '194708.540000', '194709.000000', '194709.460000', '194709.920000', '194710.380000', '194710.840000', '194711.300000', '194711.760000', '194712.220000', '194712.680000', '194713.140000', '194713.600000', '194714.060000', '194714.520000', '194714.980000', '194715.440000', '194715.900000', '194716.360000', '194716.820000', '194717.280000', '194717.740000', '194718.200000', '194718.660000', '194719.120000', '194719.580000', '194720.040000', '194720.500000', '194720.960000', '194721.420000', '194721.880000', '194722.340000', '194722.800000', '194723.260000', '194723.720000', '194724.180000', '194724.640000', '194725.100000', '194725.560000', '194726.020000', '194726.480000', '194726.940000', '194727.400000', '194727.860000', '194728.320000', '194728.780000', '194729.240000', '194729.700000', '194730.160000', '194730.620000', '194731.080000', '194731.540000', '194732.000000', '194732.460000', '194732.920000', '194733.380000', '194733.840000', '194734.300000', '194734.760000', '194735.220000', '194735.680000', '194736.140000', '194736.600000', '194737.060000', '194737.520000', '194737.980000', '194738.440000', '194738.900000', '194739.360000', '194739.820000', '194740.280000', '194740.740000', '194741.200000', '194741.660000', '194742.120000', '194742.580000', '194743.040000', '194743.500000', '194743.960000', '194744.420000', '194744.880000', '194745.340000', '194745.800000', '194746.260000', '194746.720000', '194747.180000', '194747.640000', '194748.100000', '194748.560000', '194749.020000', '194749.480000', '194749.940000', '194750.400000', '194750.860000', '194751.320000', '194751.780000', '194752.240000', '194752.700000', '194753.160000', '194753.620000', '194754.080000', '194754.540000', '194755.000000', '194755.460000', '194755.920000', '194756.380000', '194756.840000', '194757.300000', '194757.760000', '194758.220000', '194758.680000', '194759.140000', '194759.600000', '194800.060000', '194800.520000', '194800.980000', '194801.440000', '194801.900000', '194802.360000', '194802.820000', '194803.280000', '194803.740000', '194804.200000', '194804.660000', '194805.120000', '194805.580000', '194806.040000', '194806.500000', '194806.960000', '194807.420000', '194807.880000', '194808.340000', '194808.800000', '194809.260000', '194809.720000', '194810.180000', '194810.640000', '194811.100000', '194811.560000', '194812.020000', '194812.480000', '194812.940000', '194813.400000', '194813.860000', '194814.320000', '194814.780000', '194815.240000', '194815.700000', '194816.160000', '194816.620000', '194817.080000', '194817.540000', '194818.000000', '194818.460000', '194818.920000', '194819.380000', '194819.840000', '194820.300000', '194820.760000', '194821.220000', '194821.680000', '194822.140000', '194822.600000', '194823.060000', '194823.520000', '194823.980000', '194824.440000', '194824.900000', '194825.360000', '194825.820000', '194826.280000', '194826.740000', '194827.200000', '194827.660000', '194828.120000', '194828.580000', '194829.040000', '194829.500000', '194829.960000', '194830.420000', '194830.880000', '194831.340000', '194831.800000', '194832.260000', '194832.720000', '194833.180000', '194833.640000', '194834.100000', '194834.560000', '194835.020000', '194835.480000', '194835.940000', '194836.400000', '194836.860000', '194837.320000', '194837.780000', '194838.240000', '194838.700000', '194839.160000', '194839.620000', '194840.080000', '194840.540000', '194841.000000', '194841.460000', '194841.920000', '194842.380000', '194842.840000', '194843.300000', '194843.760000', '194844.220000', '194844.680000', '194845.140000', '194845.600000', '194846.060000', '194846.520000', '194846.980000', '194847.440000', '194847.900000', '194848.360000', '194848.820000', '194849.280000', '194849.740000', '194850.200000', '194850.660000', '194851.120000', '194851.580000', '194852.040000', '194852.500000', '194852.960000', '194853.420000', '194853.880000', '194854.340000', '194854.800000', '194855.260000', '194855.720000', '194856.180000', '194856.640000', '194857.100000', '194857.560000', '194858.020000', '194858.480000', '194858.940000', '194859.400000', '194859.860000', '194900.320000', '194900.780000', '194901.240000', '194901.700000', '194902.160000', '194902.620000', '194903.080000', '194903.540000', '194904.000000', '194904.460000', '194904.920000', '194905.380000', '194905.840000', '194906.300000', '194906.760000', '194907.220000', '194907.680000', '194908.140000', '194908.600000', '194909.060000', '194909.520000', '194909.980000', '194910.440000', '194910.900000', '194911.360000', '194911.820000', '194912.280000', '194912.740000', '194913.200000', '194913.660000', '194914.120000', '194914.580000', '194915.040000', '194915.500000', '194915.960000', '194916.420000', '194916.880000', '194917.340000', '194917.800000', '194918.260000', '194918.720000', '194919.180000', '194919.640000', '194920.100000', '194920.560000', '194921.020000', '194921.480000', '194921.940000', '194922.400000', '194922.860000', '194923.320000', '194923.780000', '194924.240000', '194924.700000', '194925.160000', '194925.620000', '194926.080000', '194926.540000', '194927.000000', '194927.460000', '194927.920000', '194928.380000', '194928.840000', '194929.300000', '194929.760000', '194930.220000', '194930.680000', '194931.140000', '194931.600000', '194932.060000', '194932.520000', '194932.980000', '194933.440000', '194933.900000', '194934.360000', '194934.820000', '194935.280000', '194935.740000', '194936.200000', '194936.660000', '194937.120000', '194937.580000', '194938.040000', '194938.500000', '194938.960000', '194939.420000', '194939.880000', '194940.340000', '194940.800000', '194941.260000', '194941.720000', '194942.180000', '194942.640000', '194943.100000', '194943.560000', '194944.020000', '194944.480000', '194944.940000', '194945.400000', '194945.860000', '194946.320000', '194946.780000', '194947.240000', '194947.700000', '194948.160000', '194948.620000', '194949.080000', '194949.540000', '194950.000000', '194950.460000', '194950.920000', '194951.380000', '194951.840000', '194952.300000', '194952.760000', '194953.220000', '194953.680000', '194954.140000', '194954.600000', '194955.060000', '194955.520000', '194955.980000', '194956.440000', '194956.900000', '194957.360000', '194957.820000', '194958.280000', '194958.740000', '194959.200000', '194959.660000', '195000.120000', '195000.580000', '195001.040000', '195001.500000', '195001.960000', '195002.420000', '195002.880000', '195003.340000', '195003.800000', '195004.260000', '195004.720000', '195005.180000', '195005.640000', '195006.100000', '195006.560000', '195007.020000', '195007.480000', '195007.940000', '195008.400000', '195008.860000', '195009.320000', '195009.780000', '195010.240000', '195010.700000', '195011.160000', '195011.620000', '195012.080000', '195012.540000', '195013.000000', '195013.460000', '195013.920000', '195014.380000', '195014.840000', '195015.300000', '195015.760000', '195016.220000', '195016.680000', '195017.140000', '195017.600000', '195018.060000', '195018.520000', '195018.980000', '195019.440000', '195019.900000', '195020.360000', '195020.820000', '195021.280000', '195021.740000', '195022.200000', '195022.660000', '195023.120000', '195023.580000', '195024.040000', '195024.500000', '195024.960000', '195025.420000', '195025.880000', '195026.340000', '195026.800000', '195027.260000', '195027.720000', '195028.180000', '195028.640000', '195029.100000', '195029.560000', '195030.020000', '195030.480000', '195030.940000', '195031.400000', '195031.860000', '195032.320000', '195032.780000', '195033.240000', '195033.700000', '195034.160000', '195034.620000', '195035.080000', '195035.540000', '195036.000000', '195036.460000', '195036.920000', '195037.380000', '195037.840000', '195038.300000', '195038.760000', '195039.220000', '195039.680000', '195040.140000', '195040.600000', '195041.060000', '195041.520000', '195041.980000', '195042.440000', '195042.900000', '195043.360000', '195043.820000', '195044.280000', '195044.740000', '195045.200000', '195045.660000', '195046.120000', '195046.580000', '195047.040000', '195047.500000', '195047.960000', '195048.420000', '195048.880000', '195049.340000', '195049.800000', '195050.260000', '195050.720000', '195051.180000', '195051.640000', '195052.100000', '195052.560000', '195053.020000', '195053.480000', '195053.940000', '195054.400000', '195054.860000', '195055.320000', '195055.780000', '195056.240000', '195056.700000', '195057.160000', '195057.620000', '195058.080000', '195058.540000', '195059.000000', '195059.460000', '195059.920000', '195100.380000', '195100.840000', '195101.300000', '195101.760000', '195102.220000', '195102.680000', '195103.140000', '195103.600000', '195104.060000', '195104.520000', '195104.980000', '195105.440000', '195105.900000', '195106.360000', '195106.820000', '195107.280000', '195107.740000', '195108.200000', '195108.660000', '195109.120000', '195109.580000', '195110.040000', '195110.500000', '195110.960000', '195111.420000', '195111.880000', '195112.340000', '195112.800000', '195113.260000', '195113.720000', '195114.180000', '195114.640000', '195115.100000', '195115.560000', '195116.020000', '195116.480000', '195116.940000', '195117.400000', '195117.860000', '195118.320000', '195118.780000', '195119.240000', '195119.700000', '195120.160000', '195120.620000', '195121.080000', '195121.540000', '195122.000000', '195122.460000', '195122.920000', '195123.380000', '195123.840000', '195124.300000', '195124.760000', '195125.220000', '195125.680000', '195126.140000', '195126.600000', '195127.060000', '195127.520000', '195127.980000', '195128.440000', '195128.900000', '195129.360000', '195129.820000', '195130.280000', '195130.740000', '195131.200000', '195131.660000', '195132.120000', '195132.580000', '195133.040000', '195133.500000', '195133.960000', '195134.420000', '195134.880000', '195135.340000', '195135.800000', '195136.260000', '195136.720000', '195137.180000', '195137.640000', '195138.100000', '195138.560000', '195139.020000', '195139.480000', '195139.940000', '195140.400000', '195140.860000', '195141.320000', '195141.780000', '195142.240000', '195142.700000', '195143.160000', '195143.620000', '195144.080000', '195144.540000', '195145.000000', '195145.460000', '195145.920000', '195146.380000', '195146.840000', '195147.300000', '195147.760000', '195148.220000', '195148.680000', '195149.140000', '195149.600000', '195150.060000', '195150.520000', '195150.980000', '195151.440000', '195151.900000', '195152.360000', '195152.820000', '195153.280000', '195153.740000', '195154.200000', '195154.660000', '195155.120000', '195155.580000', '195156.040000', '195156.500000', '195156.960000', '195157.420000', '195157.880000', '195158.340000', '195158.800000', '195159.260000', '195159.720000', '195200.180000', '195200.640000', '195201.100000', '195201.560000', '195202.020000', '195202.480000', '195202.940000', '195203.400000', '195203.860000', '195204.320000', '195204.780000', '195205.240000', '195205.700000', '195206.160000', '195206.620000', '195207.080000', '195207.540000', '195208.000000', '195208.460000', '195208.920000', '195209.380000', '195209.840000', '195210.300000', '195210.760000', '195211.220000', '195211.680000', '195212.140000', '195212.600000', '195213.060000', '195213.520000', '195213.980000', '195214.440000', '195214.900000', '195215.360000', '195215.820000', '195216.280000', '195216.740000', '195217.200000', '195217.660000', '195218.120000', '195218.580000', '195219.040000', '195219.500000', '195219.960000', '195220.420000', '195220.880000', '195221.340000', '195221.800000', '195222.260000', '195222.720000', '195223.180000', '195223.640000', '195224.100000', '195224.560000', '195225.020000', '195225.480000', '195225.940000', '195226.400000', '195226.860000', '195227.320000', '195227.780000', '195228.240000', '195228.700000', '195229.160000', '195229.620000', '195230.080000', '195230.540000', '195231.000000', '195231.460000', '195231.920000', '195232.380000', '195232.840000', '195233.300000', '195233.760000', '195234.220000', '195234.680000', '195235.140000', '195235.600000', '195236.060000', '195236.520000', '195236.980000', '195237.440000', '195237.900000', '195238.360000', '195238.820000', '195239.280000', '195239.740000', '195240.200000', '195240.660000', '195241.120000', '195241.580000', '195242.040000', '195242.500000', '195242.960000', '195243.420000', '195243.880000', '195244.340000', '195244.800000', '195245.260000', '195245.720000', '195246.180000', '195246.640000', '195247.100000', '195247.560000', '195248.020000', '195248.480000', '195248.940000', '195249.400000', '195249.860000', '195250.320000', '195250.780000', '195251.240000', '195251.700000', '195252.160000', '195252.620000', '195253.080000', '195253.540000', '195254.000000', '195254.460000', '195254.920000', '195255.380000', '195255.840000', '195256.300000', '195256.760000', '195257.220000', '195257.680000', '195258.140000', '195258.600000', '195259.060000', '195259.520000', '195259.980000', '195300.440000', '195300.900000', '195301.360000', '195301.820000', '195302.280000', '195302.740000', '195303.200000', '195303.660000', '195304.120000', '195304.580000', '195305.040000', '195305.500000', '195305.960000', '195306.420000', '195306.880000', '195307.340000', '195307.800000', '195308.260000', '195308.720000', '195309.180000', '195309.640000', '195310.100000', '195310.560000', '195311.020000', '195311.480000', '195311.940000', '195312.400000', '195312.860000', '195313.320000', '195313.780000', '195314.240000', '195314.700000', '195315.160000', '195315.620000', '195316.080000', '195316.540000', '195317.000000', '195317.460000', '195317.920000', '195318.380000', '195318.840000', '195319.300000', '195319.760000', '195320.220000', '195320.680000', '195321.140000', '195321.600000', '195322.060000', '195322.520000', '195322.980000', '195323.440000', '195323.900000', '195324.360000', '195324.820000', '195325.280000', '195325.740000', '195326.200000', '195326.660000', '195327.120000', '195327.580000', '195328.040000', '195328.500000', '195328.960000', '195329.420000', '195329.880000', '195330.340000', '195330.800000', '195331.260000', '195331.720000', '195332.180000', '195332.640000', '195333.100000', '195333.560000', '195334.020000', '195334.480000', '195334.940000', '195335.400000', '195335.860000', '195336.320000', '195336.780000', '195337.240000', '195337.700000', '195338.160000', '195338.620000', '195339.080000', '195339.540000', '195340.000000', '195340.460000', '195340.920000', '195341.380000', '195341.840000', '195342.300000', '195342.760000', '195343.220000', '195343.680000', '195344.140000', '195344.600000', '195345.060000', '195345.520000', '195345.980000', '195346.440000', '195346.900000', '195347.360000', '195347.820000', '195348.280000', '195348.740000', '195349.200000', '195349.660000', '195350.120000', '195350.580000', '195351.040000', '195351.500000', '195351.960000', '195352.420000', '195352.880000', '195353.340000', '195353.800000', '195354.260000', '195354.720000', '195355.180000', '195355.640000', '195356.100000', '195356.560000', '195357.020000', '195357.480000', '195357.940000', '195358.400000', '195358.860000', '195359.320000', '195359.780000', '195400.240000', '195400.700000', '195401.160000', '195401.620000', '195402.080000', '195402.540000', '195403.000000', '195403.460000', '195403.920000', '195404.380000', '195404.840000', '195405.300000', '195405.760000', '195406.220000', '195406.680000', '195407.140000', '195407.600000', '195408.060000', '195408.520000', '195408.980000', '195409.440000', '195409.900000', '195410.360000', '195410.820000', '195411.280000', '195411.740000', '195412.200000', '195412.660000', '195413.120000', '195413.580000', '195414.040000', '195414.500000', '195414.960000', '195415.420000', '195415.880000', '195416.340000', '195416.800000', '195417.260000', '195417.720000', '195418.180000', '195418.640000', '195419.100000', '195419.560000', '195420.020000', '195420.480000', '195420.940000', '195421.400000', '195421.860000', '195422.320000', '195422.780000', '195423.240000', '195423.700000', '195424.160000', '195424.620000', '195425.080000', '195425.540000', '195426.000000', '195426.460000', '195426.920000', '195427.380000', '195427.840000', '195428.300000', '195428.760000', '195429.220000', '195429.680000', '195430.140000', '195430.600000', '195431.060000', '195431.520000', '195431.980000', '195432.440000', '195432.900000', '195433.360000', '195433.820000', '195434.280000', '195434.740000', '195435.200000', '195435.660000', '195436.120000', '195436.580000', '195437.040000', '195437.500000', '195437.960000', '195438.420000', '195438.880000', '195439.340000', '195439.800000', '195440.260000', '195440.720000', '195441.180000', '195441.640000', '195442.100000', '195442.560000', '195443.020000', '195443.480000', '195443.940000', '195444.400000', '195444.860000', '195445.320000', '195445.780000', '195446.240000', '195446.700000', '195447.160000', '195447.620000', '195448.080000', '195448.540000', '195449.000000', '195449.460000', '195449.920000', '195450.380000', '195450.840000', '195451.300000', '195451.760000', '195452.220000', '195452.680000', '195453.140000', '195453.600000', '195454.060000', '195454.520000', '195454.980000', '195455.440000', '195455.900000', '195456.360000', '195456.820000', '195457.280000', '195457.740000', '195458.200000', '195458.660000', '195459.120000', '195459.580000', '195500.040000', '195500.500000', '195500.960000', '195501.420000', '195501.880000', '195502.340000', '195502.800000', '195503.260000', '195503.720000', '195504.180000', '195504.640000', '195505.100000', '195505.560000', '195506.020000', '195506.480000'], 'ContentTime': ['194519.991000', '194519.995000', '194519.998000', '194520.002000', '194520.004000', '194520.007000', '194520.017000', '194520.019000', '194520.028000', '194520.031000', '194520.034000', '194520.036000', '194520.039000', '194520.041000', '194520.044000', '194520.046000', '194520.049000', '194520.052000', '194520.054000', '194520.057000', '194520.059000', '194520.062000', '194520.064000', '194520.067000', '194520.069000', '194520.072000', '194520.074000', '194520.077000', '194520.080000', '194520.082000', '194520.085000', '194520.088000', '194520.090000', '194520.093000', '194520.095000', '194520.098000', '194520.100000', '194520.103000', '194520.105000', '194520.108000', '194520.110000', '194520.113000', '194520.116000', '194539.914000', '194539.917000', '194539.926000', '194539.929000', '194539.932000', '194539.934000', '194539.937000', '194539.939000', '194539.942000', '194539.944000', '194539.947000', '194539.949000', '194539.952000', '194539.955000', '194539.957000', '194539.960000', '194539.962000', '194539.965000', '194539.967000', '194539.970000', '194539.972000', '194539.975000', '194539.978000', '194539.980000', '194539.983000', '194539.985000', '194539.988000', '194539.990000', '194539.993000', '194539.996000', '194539.998000', '194540.002000', '194540.004000', '194540.007000', '194540.009000', '194540.012000', '194540.015000', '194540.017000', '194540.020000', '194540.022000', '194540.025000', '194540.027000', '194540.030000', '194540.032000', '194559.915000', '194559.917000', '194559.920000', '194559.922000', '194559.925000', '194559.928000', '194559.930000', '194559.933000', '194559.935000', '194559.938000', '194559.940000', '194559.943000', '194559.946000', '194559.948000', '194559.951000', '194559.953000', '194559.956000', '194559.959000', '194559.961000', '194559.964000', '194559.966000', '194559.969000', '194559.971000', '194559.974000', '194559.977000', '194559.979000', '194559.982000', '194559.985000', '194559.987000', '194559.990000', '194559.992000', '194559.995000', '194559.997000', '194600.001000', '194600.004000', '194600.006000', '194600.009000', '194600.011000', '194600.014000', '194600.017000', '194600.019000', '194600.022000', '194600.024000', '194619.914000', '194619.917000', '194619.920000', '194619.922000', '194619.925000', '194619.927000', '194619.930000', '194619.933000', '194619.935000', '194619.938000', '194619.940000', '194619.943000', '194619.945000', '194619.948000', '194619.950000', '194619.953000', '194619.956000', '194619.958000', '194619.961000', '194619.963000', '194619.966000', '194619.968000', '194619.971000', '194619.973000', '194619.976000', '194619.979000', '194619.981000', '194619.984000', '194619.986000', '194619.989000', '194619.992000', '194619.994000', '194619.997000', '194620.000000', '194620.003000', '194620.005000', '194620.008000', '194620.010000', '194620.013000', '194620.020000', '194620.022000', '194620.025000', '194620.027000', '194620.030000', '194639.914000', '194639.917000', '194639.920000', '194639.922000', '194639.925000', '194639.927000', '194639.930000', '194639.933000', '194639.935000', '194639.938000', '194639.941000', '194639.943000', '194639.946000', '194639.948000', '194639.951000', '194639.954000', '194639.956000', '194639.959000', '194639.961000', '194639.964000', '194639.966000', '194639.969000', '194639.972000', '194639.974000', '194639.977000', '194639.979000', '194639.982000', '194639.985000', '194639.987000', '194639.990000', '194639.992000', '194640.002000', '194640.005000', '194640.007000', '194640.010000', '194640.012000', '194640.015000', '194640.031000', '194640.034000', '194640.036000', '194640.039000', '194640.041000', '194640.044000', '194659.914000', '194659.917000', '194659.920000', '194659.922000', '194659.925000', '194659.928000', '194659.930000', '194659.933000', '194659.935000', '194659.938000', '194659.941000', '194659.943000', '194659.946000', '194659.948000', '194659.951000', '194659.954000', '194659.956000', '194659.959000', '194659.961000', '194659.964000', '194659.966000', '194659.969000', '194659.971000', '194659.974000', '194659.977000', '194659.979000', '194659.982000', '194659.984000', '194659.987000', '194659.990000', '194659.992000', '194659.995000', '194659.997000', '194700.001000', '194700.009000', '194700.011000', '194700.014000', '194700.016000', '194700.019000', '194700.022000', '194700.024000', '194700.027000', '194700.029000', '194700.033000', '194719.915000', '194719.918000', '194719.921000', '194719.923000', '194719.926000', '194719.928000', '194719.931000', '194719.934000', '194719.936000', '194719.939000', '194719.941000', '194719.944000', '194719.946000', '194719.949000', '194719.952000', '194719.954000', '194719.957000', '194719.959000', '194719.962000', '194719.964000', '194719.967000', '194719.970000', '194719.972000', '194719.975000', '194719.977000', '194719.980000', '194719.983000', '194719.985000', '194719.988000', '194719.990000', '194719.993000', '194719.996000', '194719.998000', '194720.002000', '194720.005000', '194720.007000', '194720.010000', '194720.012000', '194720.015000', '194720.017000', '194720.020000', '194720.022000', '194720.025000', '194739.916000', '194739.918000', '194739.921000', '194739.924000', '194739.926000', '194739.929000', '194739.931000', '194739.934000', '194739.937000', '194739.939000', '194739.942000', '194739.944000', '194739.947000', '194739.949000', '194739.952000', '194739.955000', '194739.957000', '194739.960000', '194739.962000', '194739.965000', '194739.967000', '194739.970000', '194739.973000', '194739.975000', '194739.978000', '194739.980000', '194739.983000', '194739.986000', '194739.988000', '194739.991000', '194739.993000', '194739.996000', '194739.998000', '194740.002000', '194740.005000', '194740.007000', '194740.010000', '194740.012000', '194740.015000', '194740.018000', '194740.020000', '194740.028000', '194740.031000', '194740.034000', '194759.914000', '194759.917000', '194759.920000', '194759.922000', '194759.925000', '194759.928000', '194759.930000', '194759.933000', '194759.935000', '194759.938000', '194759.941000', '194759.943000', '194759.946000', '194759.948000', '194759.951000', '194759.954000', '194759.956000', '194759.959000', '194759.961000', '194759.964000', '194759.966000', '194759.969000', '194759.972000', '194759.974000', '194759.977000', '194759.979000', '194759.982000', '194759.985000', '194759.987000', '194759.990000', '194759.992000', '194759.995000', '194759.997000', '194800.001000', '194800.004000', '194800.006000', '194800.009000', '194800.011000', '194800.014000', '194800.017000', '194800.019000', '194800.022000', '194800.024000', '194819.914000', '194819.917000', '194819.920000', '194819.923000', '194819.925000', '194819.928000', '194819.930000', '194819.933000', '194819.935000', '194819.938000', '194819.941000', '194819.943000', '194819.946000', '194819.948000', '194819.951000', '194819.953000', '194819.956000', '194819.958000', '194819.961000', '194819.964000', '194819.966000', '194819.969000', '194819.972000', '194819.974000', '194819.977000', '194819.979000', '194819.982000', '194819.984000', '194819.987000', '194819.990000', '194819.992000', '194819.995000', '194819.997000', '194820.001000', '194820.036000', '194820.039000', '194820.042000', '194820.044000', '194820.047000', '194820.049000', '194820.052000', '194820.055000', '194820.057000', '194820.060000', '194839.914000', '194839.917000', '194839.920000', '194839.922000', '194839.925000', '194839.928000', '194839.930000', '194839.933000', '194839.935000', '194839.938000', '194839.940000', '194839.943000', '194839.946000', '194839.948000', '194839.951000', '194839.953000', '194839.956000', '194839.959000', '194839.961000', '194839.964000', '194839.966000', '194839.969000', '194839.972000', '194839.974000', '194839.977000', '194839.979000', '194839.982000', '194839.984000', '194839.987000', '194839.989000', '194839.992000', '194839.995000', '194839.997000', '194840.001000', '194840.004000', '194840.006000', '194840.009000', '194840.011000', '194840.014000', '194840.016000', '194840.019000', '194840.021000', '194840.024000', '194859.915000', '194859.918000', '194859.920000', '194859.923000', '194859.925000', '194859.928000', '194859.931000', '194859.933000', '194859.936000', '194859.938000', '194859.941000', '194859.943000', '194859.952000', '194859.955000', '194859.957000', '194859.960000', '194859.962000', '194859.965000', '194859.968000', '194859.970000', '194859.973000', '194859.976000', '194859.978000', '194859.981000', '194859.983000', '194859.986000', '194859.988000', '194859.991000', '194859.994000', '194859.996000', '194900.000000', '194900.002000', '194900.005000', '194900.007000', '194900.010000', '194900.013000', '194900.015000', '194900.018000', '194900.020000', '194900.023000', '194900.025000', '194900.028000', '194900.031000', '194900.033000', '194919.915000', '194919.917000', '194919.920000', '194919.923000', '194919.925000', '194919.928000', '194919.931000', '194919.933000', '194919.936000', '194919.938000', '194919.941000', '194919.943000', '194919.946000', '194919.949000', '194919.951000', '194919.954000', '194919.956000', '194919.959000', '194919.962000', '194919.964000', '194919.967000', '194919.969000', '194919.972000', '194919.975000', '194919.977000', '194919.980000', '194919.982000', '194919.985000', '194919.987000', '194919.990000', '194919.993000', '194919.995000', '194919.998000', '194920.002000', '194920.004000', '194920.007000', '194920.009000', '194920.012000', '194920.014000', '194920.017000', '194920.020000', '194920.022000', '194920.025000', '194939.915000', '194939.918000', '194939.921000', '194939.923000', '194939.926000', '194939.929000', '194939.931000', '194939.934000', '194939.936000', '194939.939000', '194939.942000', '194939.944000', '194939.947000', '194939.949000', '194939.952000', '194939.955000', '194939.958000', '194939.960000', '194939.963000', '194939.966000', '194939.968000', '194939.971000', '194939.973000', '194939.976000', '194939.979000', '194939.981000', '194939.984000', '194939.986000', '194939.989000', '194939.991000', '194939.994000', '194939.997000', '194940.000000', '194940.003000', '194940.005000', '194940.008000', '194940.011000', '194940.013000', '194940.016000', '194940.018000', '194940.021000', '194940.024000', '194940.026000', '194940.029000', '194959.915000', '194959.917000', '194959.920000', '194959.923000', '194959.925000', '194959.928000', '194959.931000', '194959.933000', '194959.936000', '194959.938000', '194959.941000', '194959.944000', '194959.946000', '194959.949000', '194959.977000', '194959.980000', '194959.983000', '194959.985000', '194959.988000', '194959.990000', '194959.993000', '194959.996000', '194959.998000', '195000.002000', '195000.005000', '195000.007000', '195000.010000', '195000.012000', '195000.015000', '195000.018000', '195000.020000', '195000.023000', '195000.026000', '195000.028000', '195000.031000', '195000.033000', '195000.036000', '195000.038000', '195000.041000', '195000.044000', '195000.046000', '195000.049000', '195000.051000', '195019.915000', '195019.917000', '195019.920000', '195019.923000', '195019.925000', '195019.928000', '195019.930000', '195019.933000', '195019.935000', '195019.938000', '195019.941000', '195019.944000', '195019.946000', '195019.949000', '195019.952000', '195019.954000', '195019.957000', '195019.960000', '195019.962000', '195019.965000', '195019.967000', '195019.970000', '195019.973000', '195019.975000', '195019.978000', '195019.980000', '195019.983000', '195019.986000', '195019.988000', '195019.991000', '195019.993000', '195019.996000', '195020.000000', '195020.002000', '195020.005000', '195020.008000', '195020.010000', '195020.013000', '195020.015000', '195020.018000', '195020.021000', '195020.023000', '195020.026000', '195020.029000', '195039.914000', '195039.917000', '195039.920000', '195039.923000', '195039.925000', '195039.928000', '195039.930000', '195039.933000', '195039.936000', '195039.938000', '195039.941000', '195039.944000', '195039.947000', '195039.949000', '195039.952000', '195039.955000', '195039.957000', '195039.960000', '195039.963000', '195039.965000', '195039.968000', '195039.970000', '195039.973000', '195039.975000', '195039.978000', '195039.981000', '195039.983000', '195039.986000', '195039.989000', '195039.991000', '195039.994000', '195039.996000', '195040.000000', '195040.003000', '195040.005000', '195040.008000', '195040.010000', '195040.013000', '195040.016000', '195040.018000', '195040.021000', '195040.023000', '195040.026000', '195059.915000', '195059.918000', '195059.920000', '195059.923000', '195059.926000', '195059.928000', '195059.931000', '195059.933000', '195059.936000', '195059.938000', '195059.941000', '195059.944000', '195059.946000', '195059.949000', '195059.951000', '195059.954000', '195059.957000', '195059.959000', '195059.962000', '195059.964000', '195059.967000', '195059.969000', '195059.972000', '195059.975000', '195059.977000', '195059.980000', '195059.983000', '195059.985000', '195059.988000', '195059.990000', '195059.993000', '195059.996000', '195059.998000', '195100.002000', '195100.004000', '195100.007000', '195100.010000', '195100.012000', '195100.015000', '195100.017000', '195100.020000', '195100.022000', '195100.025000', '195119.915000', '195119.917000', '195119.920000', '195119.923000', '195119.925000', '195119.928000', '195119.930000', '195119.933000', '195119.936000', '195119.939000', '195119.942000', '195119.945000', '195119.955000', '195119.958000', '195119.960000', '195119.963000', '195119.965000', '195119.968000', '195119.971000', '195119.973000', '195119.976000', '195119.978000', '195119.981000', '195119.983000', '195119.986000', '195119.989000', '195120.001000', '195120.004000', '195120.006000', '195120.009000', '195120.012000', '195120.014000', '195120.017000', '195120.019000', '195120.022000', '195120.025000', '195120.027000', '195120.030000', '195120.032000', '195120.035000', '195120.037000', '195120.040000', '195120.043000', '195120.045000', '195139.915000', '195139.918000', '195139.920000', '195139.923000', '195139.925000', '195139.928000', '195139.931000', '195139.933000', '195139.936000', '195139.938000', '195139.942000', '195139.945000', '195139.948000', '195139.951000', '195139.953000', '195139.956000', '195139.958000', '195139.961000', '195139.964000', '195139.966000', '195139.969000', '195139.971000', '195139.974000', '195139.976000', '195139.979000', '195139.983000', '195139.986000', '195139.988000', '195139.991000', '195139.993000', '195139.996000', '195140.000000', '195140.002000', '195140.005000', '195140.007000', '195140.010000', '195140.012000', '195140.015000', '195140.018000', '195140.020000', '195140.023000', '195140.025000', '195140.028000', '195159.916000', '195159.918000', '195159.921000', '195159.924000', '195159.926000', '195159.929000', '195159.932000', '195159.934000', '195159.937000', '195159.939000', '195159.942000', '195159.945000', '195159.947000', '195159.950000', '195159.953000', '195159.955000', '195159.958000', '195159.960000', '195159.963000', '195159.966000', '195159.968000', '195159.971000', '195159.973000', '195159.976000', '195159.978000', '195159.981000', '195159.984000', '195159.986000', '195159.989000', '195159.991000', '195159.994000', '195159.997000', '195200.000000', '195200.003000', '195200.005000', '195200.008000', '195200.010000', '195200.013000', '195200.016000', '195200.018000', '195200.021000', '195200.032000', '195200.035000', '195200.037000', '195219.915000', '195219.918000', '195219.921000', '195219.924000', '195219.927000', '195219.929000', '195219.932000', '195219.934000', '195219.937000', '195219.940000', '195219.942000', '195219.945000', '195219.947000', '195219.950000', '195219.953000', '195219.955000', '195219.958000', '195219.960000', '195219.963000', '195219.965000', '195219.968000', '195219.970000', '195219.973000', '195219.976000', '195219.978000', '195219.981000', '195219.983000', '195219.986000', '195219.989000', '195219.991000', '195219.994000', '195219.996000', '195220.000000', '195220.003000', '195220.005000', '195220.008000', '195220.010000', '195220.013000', '195220.016000', '195220.018000', '195220.021000', '195220.023000', '195220.026000', '195239.914000', '195239.917000', '195239.920000', '195239.923000', '195239.925000', '195239.928000', '195239.930000', '195239.933000', '195239.936000', '195239.938000', '195239.941000', '195239.944000', '195239.946000', '195239.949000', '195239.951000', '195239.954000', '195239.956000', '195239.959000', '195239.962000', '195239.964000', '195239.967000', '195239.969000', '195239.972000', '195239.984000', '195239.986000', '195239.989000', '195239.991000', '195239.994000', '195239.996000', '195240.000000', '195240.003000', '195240.005000', '195240.008000', '195240.011000', '195240.013000', '195240.016000', '195240.018000', '195240.021000', '195240.024000', '195240.026000', '195240.029000', '195240.031000', '195240.034000', '195240.037000', '195259.915000', '195259.918000', '195259.920000', '195259.923000', '195259.925000', '195259.928000', '195259.931000', '195259.933000', '195259.936000', '195259.938000', '195259.941000', '195259.944000', '195259.946000', '195259.949000', '195259.951000', '195259.954000', '195259.957000', '195259.959000', '195259.962000', '195259.964000', '195259.967000', '195259.970000', '195259.972000', '195259.975000', '195259.977000', '195259.980000', '195259.983000', '195259.985000', '195259.988000', '195259.990000', '195259.993000', '195259.995000', '195259.998000', '195300.002000', '195300.004000', '195300.007000', '195300.009000', '195300.012000', '195300.015000', '195300.017000', '195300.020000', '195300.024000', '195300.026000', '195319.915000', '195319.917000', '195319.920000', '195319.923000', '195319.925000', '195319.928000', '195319.930000', '195319.933000', '195319.936000', '195319.938000', '195319.941000', '195319.943000', '195319.946000', '195319.949000', '195319.951000', '195319.954000', '195319.956000', '195319.959000', '195319.961000', '195319.964000', '195319.967000', '195319.969000', '195319.972000', '195319.974000', '195319.977000', '195319.980000', '195319.982000', '195319.985000', '195319.987000', '195319.991000', '195319.994000', '195319.996000', '195320.000000', '195320.003000', '195320.005000', '195320.008000', '195320.011000', '195320.013000', '195320.016000', '195320.018000', '195320.021000', '195320.024000', '195320.038000', '195320.040000', '195339.915000', '195339.917000', '195339.920000', '195339.923000', '195339.925000', '195339.928000', '195339.931000', '195339.933000', '195339.936000', '195339.938000', '195339.941000', '195339.944000', '195339.946000', '195339.949000', '195339.951000', '195339.954000', '195339.956000', '195339.959000', '195339.962000', '195339.964000', '195339.967000', '195339.969000', '195339.972000', '195339.975000', '195339.977000', '195339.980000', '195339.983000', '195339.986000', '195339.989000', '195339.991000', '195339.994000', '195339.996000', '195340.000000', '195340.002000', '195340.005000', '195340.008000', '195340.010000', '195340.013000', '195340.016000', '195340.018000', '195340.021000', '195340.023000', '195340.026000', '195359.915000', '195359.918000', '195359.920000', '195359.923000', '195359.925000', '195359.928000', '195359.932000', '195359.934000', '195359.937000', '195359.939000', '195359.942000', '195359.944000', '195359.947000', '195359.950000', '195359.952000', '195359.955000', '195359.957000', '195359.960000', '195359.963000', '195359.970000', '195359.972000', '195359.975000', '195359.978000', '195359.980000', '195359.983000', '195359.985000', '195359.988000', '195359.991000', '195359.993000', '195359.996000', '195359.998000', '195400.001000', '195400.004000', '195400.006000', '195400.009000', '195400.011000', '195400.014000', '195400.017000', '195400.019000', '195400.022000', '195400.025000', '195400.027000', '195400.030000', '195400.032000', '195419.916000', '195419.919000', '195419.921000', '195419.924000', '195419.927000', '195419.929000', '195419.932000', '195419.934000', '195419.937000', '195419.940000', '195419.942000', '195419.945000', '195419.947000', '195419.950000', '195419.953000', '195419.955000', '195419.958000', '195419.960000', '195419.963000', '195419.966000', '195419.968000', '195419.971000', '195419.974000', '195419.976000', '195419.979000', '195419.981000', '195419.984000', '195419.987000', '195419.989000', '195419.992000', '195419.995000', '195419.997000', '195420.001000', '195420.004000', '195420.006000', '195420.009000', '195420.011000', '195420.014000', '195420.017000', '195420.019000', '195420.022000', '195420.024000', '195420.027000', '195439.915000', '195439.918000', '195439.920000', '195439.923000', '195439.926000', '195439.928000', '195439.939000', '195439.941000', '195439.944000', '195439.946000', '195439.949000', '195439.952000', '195439.954000', '195439.957000', '195439.959000', '195439.962000', '195439.965000', '195439.967000', '195439.970000', '195439.972000', '195439.975000', '195439.978000', '195439.980000', '195439.983000', '195439.985000', '195439.988000', '195439.991000', '195439.993000', '195439.996000', '195439.998000', '195440.002000', '195440.005000', '195440.007000', '195440.010000', '195440.012000', '195440.015000', '195440.018000', '195440.020000', '195440.023000', '195440.025000', '195440.028000', '195440.031000', '195440.033000', '195440.036000', '195459.915000', '195459.918000', '195459.920000', '195459.923000', '195459.926000', '195459.928000', '195459.931000', '195459.934000', '195459.936000', '195459.939000', '195459.941000', '195459.944000', '195459.947000', '195459.949000', '195459.952000', '195459.954000', '195459.957000', '195459.960000', '195459.962000', '195459.965000', '195459.967000', '195459.970000', '195459.973000', '195459.975000', '195459.978000', '195459.980000', '195459.983000', '195459.985000', '195459.988000', '195459.991000', '195459.993000', '195459.996000', '195500.000000', '195500.002000', '195500.005000', '195500.007000', '195500.010000', '195500.012000', '195500.015000', '195500.017000', '195500.020000', '195500.023000', '195500.025000', '195507.856000', '195507.859000', '195507.862000', '195507.865000', '195507.867000', '195507.870000', '195507.872000', '195507.875000', '195507.878000', '195507.880000', '195507.883000', '195507.886000', '195507.889000', '195507.891000', '195507.894000', '195507.896000', '195507.917000', '195507.920000'], 'InstanceCreationTime': ['194519.991000', '194519.995000', '194519.998000', '194520.002000', '194520.004000', '194520.007000', '194520.017000', '194520.019000', '194520.028000', '194520.031000', '194520.034000', '194520.036000', '194520.039000', '194520.041000', '194520.044000', '194520.046000', '194520.049000', '194520.052000', '194520.054000', '194520.057000', '194520.059000', '194520.062000', '194520.064000', '194520.067000', '194520.069000', '194520.072000', '194520.074000', '194520.077000', '194520.080000', '194520.082000', '194520.085000', '194520.088000', '194520.090000', '194520.093000', '194520.095000', '194520.098000', '194520.100000', '194520.103000', '194520.105000', '194520.108000', '194520.110000', '194520.113000', '194520.116000', '194539.914000', '194539.917000', '194539.926000', '194539.929000', '194539.932000', '194539.934000', '194539.937000', '194539.939000', '194539.942000', '194539.944000', '194539.947000', '194539.949000', '194539.952000', '194539.955000', '194539.957000', '194539.960000', '194539.962000', '194539.965000', '194539.967000', '194539.970000', '194539.972000', '194539.975000', '194539.978000', '194539.980000', '194539.983000', '194539.985000', '194539.988000', '194539.990000', '194539.993000', '194539.996000', '194539.998000', '194540.002000', '194540.004000', '194540.007000', '194540.009000', '194540.012000', '194540.015000', '194540.017000', '194540.020000', '194540.022000', '194540.025000', '194540.027000', '194540.030000', '194540.032000', '194559.915000', '194559.917000', '194559.920000', '194559.922000', '194559.925000', '194559.928000', '194559.930000', '194559.933000', '194559.935000', '194559.938000', '194559.940000', '194559.943000', '194559.946000', '194559.948000', '194559.951000', '194559.953000', '194559.956000', '194559.959000', '194559.961000', '194559.964000', '194559.966000', '194559.969000', '194559.971000', '194559.974000', '194559.977000', '194559.979000', '194559.982000', '194559.985000', '194559.987000', '194559.990000', '194559.992000', '194559.995000', '194559.997000', '194600.001000', '194600.004000', '194600.006000', '194600.009000', '194600.011000', '194600.014000', '194600.017000', '194600.019000', '194600.022000', '194600.024000', '194619.914000', '194619.917000', '194619.920000', '194619.922000', '194619.925000', '194619.927000', '194619.930000', '194619.933000', '194619.935000', '194619.938000', '194619.940000', '194619.943000', '194619.945000', '194619.948000', '194619.950000', '194619.953000', '194619.956000', '194619.958000', '194619.961000', '194619.963000', '194619.966000', '194619.968000', '194619.971000', '194619.973000', '194619.976000', '194619.979000', '194619.981000', '194619.984000', '194619.986000', '194619.989000', '194619.992000', '194619.994000', '194619.997000', '194620.000000', '194620.003000', '194620.005000', '194620.008000', '194620.010000', '194620.013000', '194620.020000', '194620.022000', '194620.025000', '194620.027000', '194620.030000', '194639.914000', '194639.917000', '194639.920000', '194639.922000', '194639.925000', '194639.927000', '194639.930000', '194639.933000', '194639.935000', '194639.938000', '194639.941000', '194639.943000', '194639.946000', '194639.948000', '194639.951000', '194639.954000', '194639.956000', '194639.959000', '194639.961000', '194639.964000', '194639.966000', '194639.969000', '194639.972000', '194639.974000', '194639.977000', '194639.979000', '194639.982000', '194639.985000', '194639.987000', '194639.990000', '194639.992000', '194640.002000', '194640.005000', '194640.007000', '194640.010000', '194640.012000', '194640.015000', '194640.031000', '194640.034000', '194640.036000', '194640.039000', '194640.041000', '194640.044000', '194659.914000', '194659.917000', '194659.920000', '194659.922000', '194659.925000', '194659.928000', '194659.930000', '194659.933000', '194659.935000', '194659.938000', '194659.941000', '194659.943000', '194659.946000', '194659.948000', '194659.951000', '194659.954000', '194659.956000', '194659.959000', '194659.961000', '194659.964000', '194659.966000', '194659.969000', '194659.971000', '194659.974000', '194659.977000', '194659.979000', '194659.982000', '194659.984000', '194659.987000', '194659.990000', '194659.992000', '194659.995000', '194659.997000', '194700.001000', '194700.009000', '194700.011000', '194700.014000', '194700.016000', '194700.019000', '194700.022000', '194700.024000', '194700.027000', '194700.029000', '194700.033000', '194719.915000', '194719.918000', '194719.921000', '194719.923000', '194719.926000', '194719.928000', '194719.931000', '194719.934000', '194719.936000', '194719.939000', '194719.941000', '194719.944000', '194719.946000', '194719.949000', '194719.952000', '194719.954000', '194719.957000', '194719.959000', '194719.962000', '194719.964000', '194719.967000', '194719.970000', '194719.972000', '194719.975000', '194719.977000', '194719.980000', '194719.983000', '194719.985000', '194719.988000', '194719.990000', '194719.993000', '194719.996000', '194719.998000', '194720.002000', '194720.005000', '194720.007000', '194720.010000', '194720.012000', '194720.015000', '194720.017000', '194720.020000', '194720.022000', '194720.025000', '194739.916000', '194739.918000', '194739.921000', '194739.924000', '194739.926000', '194739.929000', '194739.931000', '194739.934000', '194739.937000', '194739.939000', '194739.942000', '194739.944000', '194739.947000', '194739.949000', '194739.952000', '194739.955000', '194739.957000', '194739.960000', '194739.962000', '194739.965000', '194739.967000', '194739.970000', '194739.973000', '194739.975000', '194739.978000', '194739.980000', '194739.983000', '194739.986000', '194739.988000', '194739.991000', '194739.993000', '194739.996000', '194739.998000', '194740.002000', '194740.005000', '194740.007000', '194740.010000', '194740.012000', '194740.015000', '194740.018000', '194740.020000', '194740.028000', '194740.031000', '194740.034000', '194759.914000', '194759.917000', '194759.920000', '194759.922000', '194759.925000', '194759.928000', '194759.930000', '194759.933000', '194759.935000', '194759.938000', '194759.941000', '194759.943000', '194759.946000', '194759.948000', '194759.951000', '194759.954000', '194759.956000', '194759.959000', '194759.961000', '194759.964000', '194759.966000', '194759.969000', '194759.972000', '194759.974000', '194759.977000', '194759.979000', '194759.982000', '194759.985000', '194759.987000', '194759.990000', '194759.992000', '194759.995000', '194759.997000', '194800.001000', '194800.004000', '194800.006000', '194800.009000', '194800.011000', '194800.014000', '194800.017000', '194800.019000', '194800.022000', '194800.024000', '194819.914000', '194819.917000', '194819.920000', '194819.923000', '194819.925000', '194819.928000', '194819.930000', '194819.933000', '194819.935000', '194819.938000', '194819.941000', '194819.943000', '194819.946000', '194819.948000', '194819.951000', '194819.953000', '194819.956000', '194819.958000', '194819.961000', '194819.964000', '194819.966000', '194819.969000', '194819.972000', '194819.974000', '194819.977000', '194819.979000', '194819.982000', '194819.984000', '194819.987000', '194819.990000', '194819.992000', '194819.995000', '194819.997000', '194820.001000', '194820.036000', '194820.039000', '194820.042000', '194820.044000', '194820.047000', '194820.049000', '194820.052000', '194820.055000', '194820.057000', '194820.060000', '194839.914000', '194839.917000', '194839.920000', '194839.922000', '194839.925000', '194839.928000', '194839.930000', '194839.933000', '194839.935000', '194839.938000', '194839.940000', '194839.943000', '194839.946000', '194839.948000', '194839.951000', '194839.953000', '194839.956000', '194839.959000', '194839.961000', '194839.964000', '194839.966000', '194839.969000', '194839.972000', '194839.974000', '194839.977000', '194839.979000', '194839.982000', '194839.984000', '194839.987000', '194839.989000', '194839.992000', '194839.995000', '194839.997000', '194840.001000', '194840.004000', '194840.006000', '194840.009000', '194840.011000', '194840.014000', '194840.016000', '194840.019000', '194840.021000', '194840.024000', '194859.915000', '194859.918000', '194859.920000', '194859.923000', '194859.925000', '194859.928000', '194859.931000', '194859.933000', '194859.936000', '194859.938000', '194859.941000', '194859.943000', '194859.952000', '194859.955000', '194859.957000', '194859.960000', '194859.962000', '194859.965000', '194859.968000', '194859.970000', '194859.973000', '194859.976000', '194859.978000', '194859.981000', '194859.983000', '194859.986000', '194859.988000', '194859.991000', '194859.994000', '194859.996000', '194900.000000', '194900.002000', '194900.005000', '194900.007000', '194900.010000', '194900.013000', '194900.015000', '194900.018000', '194900.020000', '194900.023000', '194900.025000', '194900.028000', '194900.031000', '194900.033000', '194919.915000', '194919.917000', '194919.920000', '194919.923000', '194919.925000', '194919.928000', '194919.931000', '194919.933000', '194919.936000', '194919.938000', '194919.941000', '194919.943000', '194919.946000', '194919.949000', '194919.951000', '194919.954000', '194919.956000', '194919.959000', '194919.962000', '194919.964000', '194919.967000', '194919.969000', '194919.972000', '194919.975000', '194919.977000', '194919.980000', '194919.982000', '194919.985000', '194919.987000', '194919.990000', '194919.993000', '194919.995000', '194919.998000', '194920.002000', '194920.004000', '194920.007000', '194920.009000', '194920.012000', '194920.014000', '194920.017000', '194920.020000', '194920.022000', '194920.025000', '194939.915000', '194939.918000', '194939.921000', '194939.923000', '194939.926000', '194939.929000', '194939.931000', '194939.934000', '194939.936000', '194939.939000', '194939.942000', '194939.944000', '194939.947000', '194939.949000', '194939.952000', '194939.955000', '194939.958000', '194939.960000', '194939.963000', '194939.966000', '194939.968000', '194939.971000', '194939.973000', '194939.976000', '194939.979000', '194939.981000', '194939.984000', '194939.986000', '194939.989000', '194939.991000', '194939.994000', '194939.997000', '194940.000000', '194940.003000', '194940.005000', '194940.008000', '194940.011000', '194940.013000', '194940.016000', '194940.018000', '194940.021000', '194940.024000', '194940.026000', '194940.029000', '194959.915000', '194959.917000', '194959.920000', '194959.923000', '194959.925000', '194959.928000', '194959.931000', '194959.933000', '194959.936000', '194959.938000', '194959.941000', '194959.944000', '194959.946000', '194959.949000', '194959.977000', '194959.980000', '194959.983000', '194959.985000', '194959.988000', '194959.990000', '194959.993000', '194959.996000', '194959.998000', '195000.002000', '195000.005000', '195000.007000', '195000.010000', '195000.012000', '195000.015000', '195000.018000', '195000.020000', '195000.023000', '195000.026000', '195000.028000', '195000.031000', '195000.033000', '195000.036000', '195000.038000', '195000.041000', '195000.044000', '195000.046000', '195000.049000', '195000.051000', '195019.915000', '195019.917000', '195019.920000', '195019.923000', '195019.925000', '195019.928000', '195019.930000', '195019.933000', '195019.935000', '195019.938000', '195019.941000', '195019.944000', '195019.946000', '195019.949000', '195019.952000', '195019.954000', '195019.957000', '195019.960000', '195019.962000', '195019.965000', '195019.967000', '195019.970000', '195019.973000', '195019.975000', '195019.978000', '195019.980000', '195019.983000', '195019.986000', '195019.988000', '195019.991000', '195019.993000', '195019.996000', '195020.000000', '195020.002000', '195020.005000', '195020.008000', '195020.010000', '195020.013000', '195020.015000', '195020.018000', '195020.021000', '195020.023000', '195020.026000', '195020.029000', '195039.914000', '195039.917000', '195039.920000', '195039.923000', '195039.925000', '195039.928000', '195039.930000', '195039.933000', '195039.936000', '195039.938000', '195039.941000', '195039.944000', '195039.947000', '195039.949000', '195039.952000', '195039.955000', '195039.957000', '195039.960000', '195039.963000', '195039.965000', '195039.968000', '195039.970000', '195039.973000', '195039.975000', '195039.978000', '195039.981000', '195039.983000', '195039.986000', '195039.989000', '195039.991000', '195039.994000', '195039.996000', '195040.000000', '195040.003000', '195040.005000', '195040.008000', '195040.010000', '195040.013000', '195040.016000', '195040.018000', '195040.021000', '195040.023000', '195040.026000', '195059.915000', '195059.918000', '195059.920000', '195059.923000', '195059.926000', '195059.928000', '195059.931000', '195059.933000', '195059.936000', '195059.938000', '195059.941000', '195059.944000', '195059.946000', '195059.949000', '195059.951000', '195059.954000', '195059.957000', '195059.959000', '195059.962000', '195059.964000', '195059.967000', '195059.969000', '195059.972000', '195059.975000', '195059.977000', '195059.980000', '195059.983000', '195059.985000', '195059.988000', '195059.990000', '195059.993000', '195059.996000', '195059.998000', '195100.002000', '195100.004000', '195100.007000', '195100.010000', '195100.012000', '195100.015000', '195100.017000', '195100.020000', '195100.022000', '195100.025000', '195119.915000', '195119.917000', '195119.920000', '195119.923000', '195119.925000', '195119.928000', '195119.930000', '195119.933000', '195119.936000', '195119.939000', '195119.942000', '195119.945000', '195119.955000', '195119.958000', '195119.960000', '195119.963000', '195119.965000', '195119.968000', '195119.971000', '195119.973000', '195119.976000', '195119.978000', '195119.981000', '195119.983000', '195119.986000', '195119.989000', '195120.001000', '195120.004000', '195120.006000', '195120.009000', '195120.012000', '195120.014000', '195120.017000', '195120.019000', '195120.022000', '195120.025000', '195120.027000', '195120.030000', '195120.032000', '195120.035000', '195120.037000', '195120.040000', '195120.043000', '195120.045000', '195139.915000', '195139.918000', '195139.920000', '195139.923000', '195139.925000', '195139.928000', '195139.931000', '195139.933000', '195139.936000', '195139.938000', '195139.942000', '195139.945000', '195139.948000', '195139.951000', '195139.953000', '195139.956000', '195139.958000', '195139.961000', '195139.964000', '195139.966000', '195139.969000', '195139.971000', '195139.974000', '195139.976000', '195139.979000', '195139.983000', '195139.986000', '195139.988000', '195139.991000', '195139.993000', '195139.996000', '195140.000000', '195140.002000', '195140.005000', '195140.007000', '195140.010000', '195140.012000', '195140.015000', '195140.018000', '195140.020000', '195140.023000', '195140.025000', '195140.028000', '195159.916000', '195159.918000', '195159.921000', '195159.924000', '195159.926000', '195159.929000', '195159.932000', '195159.934000', '195159.937000', '195159.939000', '195159.942000', '195159.945000', '195159.947000', '195159.950000', '195159.953000', '195159.955000', '195159.958000', '195159.960000', '195159.963000', '195159.966000', '195159.968000', '195159.971000', '195159.973000', '195159.976000', '195159.978000', '195159.981000', '195159.984000', '195159.986000', '195159.989000', '195159.991000', '195159.994000', '195159.997000', '195200.000000', '195200.003000', '195200.005000', '195200.008000', '195200.010000', '195200.013000', '195200.016000', '195200.018000', '195200.021000', '195200.032000', '195200.035000', '195200.037000', '195219.915000', '195219.918000', '195219.921000', '195219.924000', '195219.927000', '195219.929000', '195219.932000', '195219.934000', '195219.937000', '195219.940000', '195219.942000', '195219.945000', '195219.947000', '195219.950000', '195219.953000', '195219.955000', '195219.958000', '195219.960000', '195219.963000', '195219.965000', '195219.968000', '195219.970000', '195219.973000', '195219.976000', '195219.978000', '195219.981000', '195219.983000', '195219.986000', '195219.989000', '195219.991000', '195219.994000', '195219.996000', '195220.000000', '195220.003000', '195220.005000', '195220.008000', '195220.010000', '195220.013000', '195220.016000', '195220.018000', '195220.021000', '195220.023000', '195220.026000', '195239.914000', '195239.917000', '195239.920000', '195239.923000', '195239.925000', '195239.928000', '195239.930000', '195239.933000', '195239.936000', '195239.938000', '195239.941000', '195239.944000', '195239.946000', '195239.949000', '195239.951000', '195239.954000', '195239.956000', '195239.959000', '195239.962000', '195239.964000', '195239.967000', '195239.969000', '195239.972000', '195239.984000', '195239.986000', '195239.989000', '195239.991000', '195239.994000', '195239.996000', '195240.000000', '195240.003000', '195240.005000', '195240.008000', '195240.011000', '195240.013000', '195240.016000', '195240.018000', '195240.021000', '195240.024000', '195240.026000', '195240.029000', '195240.031000', '195240.034000', '195240.037000', '195259.915000', '195259.918000', '195259.920000', '195259.923000', '195259.925000', '195259.928000', '195259.931000', '195259.933000', '195259.936000', '195259.938000', '195259.941000', '195259.944000', '195259.946000', '195259.949000', '195259.951000', '195259.954000', '195259.957000', '195259.959000', '195259.962000', '195259.964000', '195259.967000', '195259.970000', '195259.972000', '195259.975000', '195259.977000', '195259.980000', '195259.983000', '195259.985000', '195259.988000', '195259.990000', '195259.993000', '195259.995000', '195259.998000', '195300.002000', '195300.004000', '195300.007000', '195300.009000', '195300.012000', '195300.015000', '195300.017000', '195300.020000', '195300.024000', '195300.026000', '195319.915000', '195319.917000', '195319.920000', '195319.923000', '195319.925000', '195319.928000', '195319.930000', '195319.933000', '195319.936000', '195319.938000', '195319.941000', '195319.943000', '195319.946000', '195319.949000', '195319.951000', '195319.954000', '195319.956000', '195319.959000', '195319.961000', '195319.964000', '195319.967000', '195319.969000', '195319.972000', '195319.974000', '195319.977000', '195319.980000', '195319.982000', '195319.985000', '195319.987000', '195319.991000', '195319.994000', '195319.996000', '195320.000000', '195320.003000', '195320.005000', '195320.008000', '195320.011000', '195320.013000', '195320.016000', '195320.018000', '195320.021000', '195320.024000', '195320.038000', '195320.040000', '195339.915000', '195339.917000', '195339.920000', '195339.923000', '195339.925000', '195339.928000', '195339.931000', '195339.933000', '195339.936000', '195339.938000', '195339.941000', '195339.944000', '195339.946000', '195339.949000', '195339.951000', '195339.954000', '195339.956000', '195339.959000', '195339.962000', '195339.964000', '195339.967000', '195339.969000', '195339.972000', '195339.975000', '195339.977000', '195339.980000', '195339.983000', '195339.986000', '195339.989000', '195339.991000', '195339.994000', '195339.996000', '195340.000000', '195340.002000', '195340.005000', '195340.008000', '195340.010000', '195340.013000', '195340.016000', '195340.018000', '195340.021000', '195340.023000', '195340.026000', '195359.915000', '195359.918000', '195359.920000', '195359.923000', '195359.925000', '195359.928000', '195359.932000', '195359.934000', '195359.937000', '195359.939000', '195359.942000', '195359.944000', '195359.947000', '195359.950000', '195359.952000', '195359.955000', '195359.957000', '195359.960000', '195359.963000', '195359.970000', '195359.972000', '195359.975000', '195359.978000', '195359.980000', '195359.983000', '195359.985000', '195359.988000', '195359.991000', '195359.993000', '195359.996000', '195359.998000', '195400.001000', '195400.004000', '195400.006000', '195400.009000', '195400.011000', '195400.014000', '195400.017000', '195400.019000', '195400.022000', '195400.025000', '195400.027000', '195400.030000', '195400.032000', '195419.916000', '195419.919000', '195419.921000', '195419.924000', '195419.927000', '195419.929000', '195419.932000', '195419.934000', '195419.937000', '195419.940000', '195419.942000', '195419.945000', '195419.947000', '195419.950000', '195419.953000', '195419.955000', '195419.958000', '195419.960000', '195419.963000', '195419.966000', '195419.968000', '195419.971000', '195419.974000', '195419.976000', '195419.979000', '195419.981000', '195419.984000', '195419.987000', '195419.989000', '195419.992000', '195419.995000', '195419.997000', '195420.001000', '195420.004000', '195420.006000', '195420.009000', '195420.011000', '195420.014000', '195420.017000', '195420.019000', '195420.022000', '195420.024000', '195420.027000', '195439.915000', '195439.918000', '195439.920000', '195439.923000', '195439.926000', '195439.928000', '195439.939000', '195439.941000', '195439.944000', '195439.946000', '195439.949000', '195439.952000', '195439.954000', '195439.957000', '195439.959000', '195439.962000', '195439.965000', '195439.967000', '195439.970000', '195439.972000', '195439.975000', '195439.978000', '195439.980000', '195439.983000', '195439.985000', '195439.988000', '195439.991000', '195439.993000', '195439.996000', '195439.998000', '195440.002000', '195440.005000', '195440.007000', '195440.010000', '195440.012000', '195440.015000', '195440.018000', '195440.020000', '195440.023000', '195440.025000', '195440.028000', '195440.031000', '195440.033000', '195440.036000', '195459.915000', '195459.918000', '195459.920000', '195459.923000', '195459.926000', '195459.928000', '195459.931000', '195459.934000', '195459.936000', '195459.939000', '195459.941000', '195459.944000', '195459.947000', '195459.949000', '195459.952000', '195459.954000', '195459.957000', '195459.960000', '195459.962000', '195459.965000', '195459.967000', '195459.970000', '195459.973000', '195459.975000', '195459.978000', '195459.980000', '195459.983000', '195459.985000', '195459.988000', '195459.991000', '195459.993000', '195459.996000', '195500.000000', '195500.002000', '195500.005000', '195500.007000', '195500.010000', '195500.012000', '195500.015000', '195500.017000', '195500.020000', '195500.023000', '195500.025000', '195507.856000', '195507.859000', '195507.862000', '195507.865000', '195507.867000', '195507.870000', '195507.872000', '195507.875000', '195507.878000', '195507.880000', '195507.883000', '195507.886000', '195507.889000', '195507.891000', '195507.894000', '195507.896000', '195507.917000', '195507.920000'], '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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [14318, 10708, 10164, 9043, 7837, 10337, 8331, 8895, 11513, 8320, 8677, 7212, 8060, 7740, 8604, 8017, 9070, 9235, 7563, 10765, 8350, 9720, 12987, 8442, 8636, 9506, 7687, 12156, 9292, 7280, 7293, 9168, 7433, 8907, 8198, 7534, 6858, 7163, 7882, 7488, 8276, 7586, 8801, 9085, 8071, 8830, 9108, 8956, 14188, 10087, 8163, 8672, 8644, 13119, 10397, 9284, 16003, 8968, 9475, 8141, 8421, 10430, 11025, 8587, 7844, 8926, 7511, 11634, 9384, 6802, 11102, 8885, 9356, 9460, 8117, 10826, 9061, 8648, 8743, 8854, 7727, 14290, 10106, 7241, 9813, 8743, 9495, 9953, 8443, 7143, 7944, 8168, 8058, 8171, 7602, 10261, 9144, 7711, 11905, 8301, 9969, 10852, 8422, 8439, 9298, 7193, 9860, 7863, 9431, 10638, 7912, 7440, 9230, 7301, 13123, 10324, 7902, 10734, 8484, 8348, 9127, 7825, 13185, 10573, 7351, 10717, 8631, 8476, 10635, 8740, 8605, 9019, 8563, 8156, 9004, 7847, 12271, 8899, 7306, 7800, 8479, 7113, 11061, 8697, 7103, 9087, 8397, 7156, 11893, 9339, 7332, 9079, 9460, 7494, 10861, 8205, 7511, 11168, 8435, 7305, 8487, 7946, 8070, 10087, 7836, 7495, 8066, 7686, 7398, 8576, 7606, 10786, 8980, 7749, 7150, 8950, 7367, 11196, 8693, 8009, 11123, 8400, 7301, 8120, 7634, 10545, 11139, 7735, 7481, 8344, 7482, 8669, 8486, 7368, 11239, 8459, 7103, 8944, 7476, 10590, 9950, 7497, 7149, 8711, 6582, 8865, 7618, 6887, 9434, 7918, 6873, 9578, 7413, 11944, 9099, 8594, 13563, 8479, 6926, 10249, 7268, 12428, 10351, 7486, 8128, 8628, 6676, 9924, 8146, 6897, 10027, 8623, 7328, 9095, 8229, 7860, 11615, 9525, 7080, 9399, 8022, 7049, 11643, 9485, 7170, 7776, 8446, 7438, 11208, 8372, 7091, 10550, 8454, 7025, 10245, 7911, 9471, 12342, 7951, 7981, 8016, 7574, 9651, 9753, 7911, 7447, 8542, 7151, 8702, 8121, 7101, 7750, 7584, 7749, 7359, 8702, 7807, 10696, 10536, 7973, 8398, 8083, 8062, 9369, 12320, 8730, 6915, 9017, 8028, 7764, 10555, 8466, 6885, 7298, 8390, 7211, 8265, 9538, 8021, 6925, 8234, 8214, 6783, 9971, 9537, 9216, 14017, 9627, 7412, 9767, 8042, 10503, 13961, 9310, 7562, 8681, 8101, 7817, 10145, 7965, 6761, 8407, 8073, 9955, 8485, 7313, 11806, 9382, 7664, 7770, 7074, 7267, 7829, 10414, 7848, 7578, 10613, 7335, 12186, 10235, 12912, 10594, 7694, 8462, 8419, 7352, 12141, 9465, 7433, 7431, 8525, 7744, 10059, 9495, 7578, 8257, 8021, 7832, 8506, 11439, 8007, 7012, 8651, 7701, 9079, 10793, 8204, 7575, 8610, 7984, 7839, 10158, 8190, 7255, 9438, 8341, 8571, 8844, 7633, 11366, 9220, 7370, 7604, 9099, 7492, 10591, 8302, 11076, 8275, 8048, 7637, 8561, 7376, 12503, 9815, 7234, 9519, 8536, 7702, 11402, 8782, 7317, 10518, 8280, 8772, 9269, 8053, 7646, 9455, 8386, 7559, 8703, 7912, 11061, 11365, 7303, 7294, 8588, 7543, 8122, 8718, 7404, 7417, 8507, 7302, 11289, 9027, 7848, 13566, 8553, 7661, 9121, 7964, 6966, 12648, 7489, 7350, 9789, 8327, 7297, 12482, 10059, 7424, 7794, 8185, 7496, 12962, 9702, 7518, 12507, 7968, 8404, 9836, 8263, 12465, 8582, 7947, 8002, 8290, 7179, 13045, 10252, 7009, 9208, 8549, 7526, 10716, 8887, 7045, 10998, 8408, 8003, 10343, 8921, 13043, 11304, 7700, 7488, 9018, 7342, 9445, 9922, 7349, 7897, 8465, 7508, 9835, 8655, 6934, 7238, 7250, 6690, 7617, 11420, 9019, 7874, 7374, 10465, 8829, 8423, 8299, 9793, 9722, 12737, 11169, 8356, 10347, 9039, 7250, 13932, 9788, 7155, 8780, 9010, 7033, 10097, 9142, 7292, 10764, 8462, 7712, 11170, 8592, 8401, 12049, 10060, 7820, 9380, 8554, 7475, 14395, 11407, 7768, 9025, 8307, 7289, 12150, 9427, 6838, 7322, 7816, 6934, 8692, 9828, 7193, 7120, 8481, 7251, 10644, 12977, 8158, 7744, 8821, 7375, 8845, 14069, 10844, 7512, 9068, 7924, 7636, 11179, 8836, 7005, 6807, 8387, 6925, 10298, 11594, 7292, 7868, 8106, 7378, 9548, 13000, 9554, 6888, 9526, 8469, 7175, 13341, 9198, 7771, 11006, 9335, 7508, 13642, 10718, 7541, 7595, 8191, 7757, 11739, 11903, 7214, 7291, 7703, 7431, 9372, 12230, 8241, 8457, 8715, 7487, 7545, 8694, 7621, 8154, 7382, 7388, 7269, 9859, 8691, 9036, 8265, 7879, 9242, 10849, 8752, 8041, 12746, 7893, 7386, 9509, 8307, 7240, 11153, 7773, 7839, 6919, 7680, 7420, 10747, 8751, 7233, 7705, 8343, 7365, 9591, 8867, 8390, 10652, 7800, 7122, 9420, 7849, 9444, 13624, 7215, 8179, 8336, 7357, 12371, 9271, 7183, 7161, 7610, 6676, 8510, 7515, 8664, 10307, 7198, 7671, 8399, 7353, 10159, 10541, 7148, 7999, 7434, 7076, 9475, 10579, 7877, 6782, 9941, 7801, 11854, 12433, 11685, 11558, 7390, 7171, 7458, 8211, 7212, 8276, 8139, 7845, 8158, 8417, 7427, 13011, 8439, 7478, 10366, 8724, 9337, 11626, 8943, 7142, 8704, 7724, 11147, 9149, 7647, 12064, 8030, 7037, 7761, 7832, 6940, 12534, 9402, 7613, 9010, 7065, 14543, 11601, 13960, 11718, 7892, 11192, 8669, 8117, 10616, 8013, 7732, 8583, 7654, 7809, 9670, 8273, 15123, 10580, 7645, 8814, 7533, 7029, 9238, 7801, 9273, 8049, 7515, 7345, 8441, 8708, 11143, 8848, 7201, 7144, 8306, 6955, 7791, 9119, 7503, 9676, 8555, 7173, 10309, 7994, 11449, 14222, 7117, 7338, 8663, 8761, 10253, 9388, 12920, 9388, 7358, 9388, 7668, 8907, 9057, 7881, 8654, 8172, 6884, 9414, 8284, 8420, 11439, 8850, 6748, 9913, 7781, 8317, 12691, 9602, 10934, 10506, 7534, 8300, 9609, 8153, 10834, 13412, 7414, 7309, 8699, 7346, 12875, 9683, 7517, 10514, 8213, 7226, 9720, 8488, 8369, 13727, 8533, 7183, 8833, 8148, 7572, 11033, 8526, 7154, 8421, 8504, 7459, 9724, 9140, 7428, 8407, 8293, 7814, 7684, 9129, 7926, 8465, 7951, 7292, 8027, 9256, 10175, 14105, 11533, 7708, 10267, 8650, 8091, 14738, 9954, 7350, 9231, 7605, 8994, 9818, 8089, 8994, 8212, 7189, 7286, 9429, 8970, 7727, 12639, 9477, 7427, 12130, 8503, 9336, 15318, 10515, 8509, 8410, 7162, 8981, 8879, 8141, 7011, 7914, 7776, 7977, 10008, 9279, 10024, 12686, 9104, 7353, 8033, 7993, 7923, 13511, 11208, 7407, 8032, 8245, 7774, 14340, 12521, 8011, 8411, 7849, 7729, 7737, 9147, 8004, 9681, 8106, 7651, 8342, 10310, 8626, 6675, 7654, 7622, 7233, 7554, 9760, 7681, 8008, 8288, 7315, 8159, 8610, 7949, 8205, 8154, 6800, 8609, 9051, 8181, 11630, 11421, 7762, 8214, 8641, 7385, 11034, 9149, 7473, 7401, 8538, 7448, 10792, 9030, 8698, 12560, 7833, 7973, 7218, 8445, 8527, 12782, 12222, 7249, 8179, 9386, 8523, 8713, 14171, 10979, 6630, 7507, 8050, 8245, 9671, 13506, 7726, 7488, 10747, 8458, 8462, 12955, 9430, 7282, 6945, 8652, 7904, 10456, 8158, 15725, 11906, 8180, 7864, 7530, 9179, 9901, 8641, 8781, 13154, 8213, 12641, 9260, 9844, 10536, 7905, 8517, 8132, 7283, 8532, 8595, 8390, 9529, 9045, 7420, 9838, 9539, 8450, 9439, 13905, 7512, 7228, 9836, 8178, 8028, 9667, 8325, 7295, 7393, 9485, 9218, 7309, 10787, 7873, 6921, 7772, 8250, 8372, 9764, 9469, 7332, 9011, 9519, 8339, 10284, 13374, 7558, 8367, 8569, 7913, 9589, 12794, 7275, 6795, 8171, 8186, 6885, 10261, 8061, 7494, 7185, 8418, 7469, 11670, 12986, 9692, 9502, 7711, 7560, 8119, 8755, 7885, 10492, 8522, 7325, 9746, 9005, 8036, 9937, 12910, 6827, 6901, 8746, 7580, 7975, 10974, 8647, 7038, 9987, 7957, 7178, 10559, 8802, 7360, 7126, 7727, 7398, 10252, 9283, 9247, 9884, 8092, 7411, 9237, 8582, 7319, 10716, 7707, 7801, 7230, 7972, 7609, 11604, 9219, 7161, 10864, 8256, 9563, 10803, 8745, 9146, 7315, 7891, 8707, 8689, 8497, 9111, 7857, 7681, 7294, 8357, 7966, 11292, 8984, 7723, 7097, 8461, 8982, 14095, 13541, 7719, 8639, 7959, 7783, 9580, 10662, 8047, 9919, 8472, 7414, 8475, 13226, 9973, 10641, 11183, 7708, 8098, 9328, 8452, 10139, 14249, 7779, 7385, 8430, 8136, 9122, 12153, 8928, 7282, 9508, 8423, 8481, 10928, 8839, 7540, 7020, 7929, 8095, 8870, 9177, 8240, 9897, 7400, 7771, 8025, 9248, 8875, 9847, 9925, 7720, 10276, 8155, 8075, 10334, 11714, 8097, 7273, 10106, 8301, 10006, 12238, 8978, 7128, 7255, 7781, 7100, 9248, 8574, 7827, 10923, 8377, 7706, 8685, 7811, 8269, 13619, 13040, 8091, 8198, 8658, 7739, 8144, 9933, 9175, 10567, 8621, 7734, 8436, 8953, 8112, 12564, 10186, 7602, 7503, 8150, 7947, 8759, 8535, 10128, 11292, 8254, 9366, 7674, 8040, 9080, 10388, 8191, 8867, 7956, 7099, 8109, 8995, 8515, 10351, 12460, 7772, 8006, 8394, 7715, 15105, 11339, 8078, 11461, 8092, 9839, 10346, 9533, 8194, 10564, 7441, 7336, 8788, 8799, 7977, 7813, 7854, 7740, 10545, 11588, 8825, 8459, 13746, 7802, 8012, 11077, 9648, 10710, 14086, 8334, 7585, 8530, 8331, 7845, 9707, 7956, 7453, 7183, 8533, 7792, 10359, 9080, 7138, 11338, 7454, 8967, 10846, 10570, 14068, 11015, 8166, 8136, 8378, 8468, 10102, 12478, 8408, 8034, 8728, 7720, 10334, 11109, 9191, 7822, 9105, 7893, 7885, 8190, 9057, 7784, 9822, 8290, 7557, 7433, 7875, 7854], 'WindowCenter': [4034.0, 3996.0, 3985.0, 3960.0, 3939.0, 3970.0, 3950.0, 3948.0, 3977.0, 3947.0, 3949.0, 3926.0, 3951.0, 3938.0, 3948.0, 3937.0, 3960.0, 3959.0, 3939.0, 3981.0, 3947.0, 3958.0, 3991.0, 3948.0, 3948.0, 3958.0, 3939.0, 3979.0, 3955.0, 3929.0, 3927.0, 3958.0, 3939.0, 3960.0, 3947.0, 3939.0, 3920.0, 3928.0, 3951.0, 3941.0, 3964.0, 3940.0, 3972.0, 3962.0, 3951.0, 3960.0, 3960.0, 3961.0, 4003.0, 3984.0, 3949.0, 3949.0, 3959.0, 4002.0, 3968.0, 3958.0, 4013.0, 3948.0, 3956.0, 3937.0, 3946.0, 3967.0, 3980.0, 3948.0, 3937.0, 3958.0, 3927.0, 3979.0, 3959.0, 3918.0, 3975.0, 3959.0, 3960.0, 3956.0, 3937.0, 3981.0, 3947.0, 3945.0, 3945.0, 3958.0, 3925.0, 4001.0, 3969.0, 3926.0, 3957.0, 3947.0, 3957.0, 3957.0, 3949.0, 3928.0, 3939.0, 3948.0, 3948.0, 3950.0, 3937.0, 3983.0, 3960.0, 3938.0, 3979.0, 3947.0, 3958.0, 3968.0, 3949.0, 3947.0, 3958.0, 3927.0, 3968.0, 3937.0, 3959.0, 3979.0, 3936.0, 3925.0, 3958.0, 3927.0, 3990.0, 3969.0, 3938.0, 3966.0, 3944.0, 3950.0, 3960.0, 3926.0, 3988.0, 3969.0, 3928.0, 3965.0, 3947.0, 3947.0, 3966.0, 3948.0, 3947.0, 3944.0, 3946.0, 3938.0, 3946.0, 3924.0, 3990.0, 3946.0, 3924.0, 3936.0, 3947.0, 3927.0, 3978.0, 3959.0, 3918.0, 3958.0, 3950.0, 3928.0, 3979.0, 3960.0, 3928.0, 3948.0, 3955.0, 3939.0, 3968.0, 3936.0, 3924.0, 3979.0, 3946.0, 3927.0, 3949.0, 3938.0, 3938.0, 3966.0, 3937.0, 3928.0, 3938.0, 3937.0, 3939.0, 3959.0, 3937.0, 3980.0, 3959.0, 3939.0, 3929.0, 3958.0, 3937.0, 3981.0, 3950.0, 3949.0, 3981.0, 3951.0, 3926.0, 3949.0, 3937.0, 3968.0, 3982.0, 3940.0, 3926.0, 3947.0, 3939.0, 3948.0, 3948.0, 3940.0, 3981.0, 3948.0, 3929.0, 3959.0, 3930.0, 3968.0, 3968.0, 3931.0, 3929.0, 3946.0, 3930.0, 3960.0, 3937.0, 3928.0, 3973.0, 3952.0, 3931.0, 3973.0, 3943.0, 3994.0, 3960.0, 3948.0, 4003.0, 3950.0, 3925.0, 3970.0, 3927.0, 3979.0, 3968.0, 3928.0, 3938.0, 3948.0, 3918.0, 3968.0, 3937.0, 3930.0, 3983.0, 3961.0, 3941.0, 3971.0, 3950.0, 3949.0, 3991.0, 3971.0, 3928.0, 3960.0, 3950.0, 3928.0, 3980.0, 3970.0, 3930.0, 3940.0, 3950.0, 3942.0, 3978.0, 3948.0, 3930.0, 3981.0, 3949.0, 3929.0, 3969.0, 3936.0, 3959.0, 4003.0, 3950.0, 3938.0, 3949.0, 3940.0, 3958.0, 3958.0, 3939.0, 3940.0, 3959.0, 3929.0, 3960.0, 3937.0, 3929.0, 3939.0, 3939.0, 3939.0, 3940.0, 3948.0, 3928.0, 3971.0, 3981.0, 3938.0, 3950.0, 3948.0, 3935.0, 3958.0, 3980.0, 3947.0, 3917.0, 3958.0, 3949.0, 3939.0, 3980.0, 3949.0, 3931.0, 3929.0, 3948.0, 3940.0, 3950.0, 3958.0, 3940.0, 3929.0, 3950.0, 3948.0, 3934.0, 3971.0, 3971.0, 3962.0, 4004.0, 3959.0, 3928.0, 3958.0, 3937.0, 3970.0, 3992.0, 3960.0, 3937.0, 3948.0, 3937.0, 3936.0, 3968.0, 3938.0, 3917.0, 3948.0, 3937.0, 3968.0, 3948.0, 3927.0, 3979.0, 3957.0, 3925.0, 3938.0, 3915.0, 3929.0, 3939.0, 3982.0, 3949.0, 3939.0, 3969.0, 3938.0, 3980.0, 3958.0, 3979.0, 3969.0, 3938.0, 3934.0, 3945.0, 3927.0, 3977.0, 3967.0, 3927.0, 3926.0, 3945.0, 3926.0, 3956.0, 3969.0, 3927.0, 3936.0, 3936.0, 3940.0, 3948.0, 3977.0, 3938.0, 3918.0, 3946.0, 3939.0, 3958.0, 3966.0, 3950.0, 3939.0, 3948.0, 3938.0, 3939.0, 3970.0, 3935.0, 3928.0, 3959.0, 3950.0, 3949.0, 3960.0, 3937.0, 3979.0, 3959.0, 3929.0, 3926.0, 3947.0, 3929.0, 3966.0, 3936.0, 3981.0, 3948.0, 3937.0, 3937.0, 3948.0, 3925.0, 3978.0, 3972.0, 3927.0, 3958.0, 3947.0, 3936.0, 3979.0, 3948.0, 3930.0, 3970.0, 3936.0, 3946.0, 3946.0, 3936.0, 3941.0, 3959.0, 3946.0, 3934.0, 3949.0, 3938.0, 3980.0, 3994.0, 3929.0, 3928.0, 3945.0, 3937.0, 3937.0, 3949.0, 3929.0, 3927.0, 3948.0, 3926.0, 3980.0, 3948.0, 3939.0, 3991.0, 3949.0, 3929.0, 3959.0, 3937.0, 3917.0, 3992.0, 3928.0, 3927.0, 3969.0, 3947.0, 3926.0, 3991.0, 3969.0, 3930.0, 3939.0, 3950.0, 3929.0, 3989.0, 3973.0, 3930.0, 3992.0, 3938.0, 3937.0, 3958.0, 3934.0, 3992.0, 3947.0, 3938.0, 3938.0, 3937.0, 3916.0, 3979.0, 3967.0, 3916.0, 3959.0, 3945.0, 3940.0, 3968.0, 3961.0, 3927.0, 3980.0, 3948.0, 3937.0, 3968.0, 3946.0, 3980.0, 3970.0, 3925.0, 3927.0, 3945.0, 3929.0, 3957.0, 3955.0, 3930.0, 3938.0, 3937.0, 3926.0, 3957.0, 3946.0, 3918.0, 3926.0, 3926.0, 3920.0, 3943.0, 3980.0, 3962.0, 3951.0, 3932.0, 3971.0, 3961.0, 3951.0, 3951.0, 3959.0, 3959.0, 3993.0, 3983.0, 3950.0, 3969.0, 3950.0, 3928.0, 3987.0, 3969.0, 3919.0, 3947.0, 3947.0, 3928.0, 3968.0, 3948.0, 3931.0, 3969.0, 3938.0, 3940.0, 3979.0, 3949.0, 3938.0, 3991.0, 3962.0, 3929.0, 3959.0, 3947.0, 3927.0, 3990.0, 3980.0, 3927.0, 3947.0, 3937.0, 3927.0, 3977.0, 3947.0, 3906.0, 3918.0, 3937.0, 3918.0, 3947.0, 3960.0, 3918.0, 3917.0, 3948.0, 3924.0, 3968.0, 3991.0, 3939.0, 3926.0, 3949.0, 3928.0, 3947.0, 3999.0, 3969.0, 3928.0, 3948.0, 3936.0, 3927.0, 3968.0, 3950.0, 3917.0, 3906.0, 3936.0, 3919.0, 3957.0, 3981.0, 3918.0, 3936.0, 3936.0, 3930.0, 3959.0, 3992.0, 3958.0, 3918.0, 3960.0, 3949.0, 3916.0, 4004.0, 3957.0, 3929.0, 3967.0, 3959.0, 3928.0, 3991.0, 3969.0, 3929.0, 3925.0, 3939.0, 3926.0, 3966.0, 3981.0, 3917.0, 3916.0, 3925.0, 3927.0, 3946.0, 3980.0, 3938.0, 3937.0, 3935.0, 3927.0, 3923.0, 3936.0, 3938.0, 3938.0, 3927.0, 3927.0, 3926.0, 3957.0, 3952.0, 3948.0, 3936.0, 3937.0, 3947.0, 3969.0, 3946.0, 3936.0, 3990.0, 3938.0, 3927.0, 3956.0, 3935.0, 3915.0, 3980.0, 3929.0, 3930.0, 3917.0, 3927.0, 3927.0, 3968.0, 3951.0, 3930.0, 3940.0, 3949.0, 3929.0, 3959.0, 3947.0, 3950.0, 3970.0, 3928.0, 3918.0, 3958.0, 3938.0, 3958.0, 4003.0, 3928.0, 3938.0, 3939.0, 3929.0, 3980.0, 3947.0, 3929.0, 3919.0, 3926.0, 3908.0, 3951.0, 3928.0, 3949.0, 3972.0, 3930.0, 3938.0, 3938.0, 3928.0, 3957.0, 3983.0, 3929.0, 3949.0, 3930.0, 3927.0, 3960.0, 3983.0, 3953.0, 3920.0, 3960.0, 3928.0, 3980.0, 3979.0, 3981.0, 3967.0, 3927.0, 3916.0, 3926.0, 3936.0, 3929.0, 3948.0, 3938.0, 3940.0, 3936.0, 3937.0, 3925.0, 3992.0, 3947.0, 3929.0, 3970.0, 3950.0, 3958.0, 3981.0, 3960.0, 3918.0, 3949.0, 3927.0, 3979.0, 3958.0, 3939.0, 3991.0, 3938.0, 3928.0, 3940.0, 3941.0, 3931.0, 4005.0, 3960.0, 3942.0, 3948.0, 3930.0, 3991.0, 3971.0, 3990.0, 3978.0, 3926.0, 3967.0, 3947.0, 3925.0, 3957.0, 3936.0, 3928.0, 3948.0, 3926.0, 3927.0, 3956.0, 3934.0, 3989.0, 3969.0, 3925.0, 3946.0, 3926.0, 3917.0, 3946.0, 3926.0, 3959.0, 3937.0, 3926.0, 3916.0, 3937.0, 3936.0, 3967.0, 3949.0, 3927.0, 3918.0, 3939.0, 3931.0, 3939.0, 3959.0, 3929.0, 3960.0, 3957.0, 3930.0, 3971.0, 3937.0, 3980.0, 4004.0, 3917.0, 3926.0, 3947.0, 3947.0, 3959.0, 3946.0, 3991.0, 3947.0, 3914.0, 3946.0, 3926.0, 3948.0, 3946.0, 3936.0, 3948.0, 3947.0, 3918.0, 3960.0, 3949.0, 3949.0, 3982.0, 3964.0, 3918.0, 3970.0, 3929.0, 3948.0, 3990.0, 3959.0, 3982.0, 3969.0, 3928.0, 3937.0, 3955.0, 3924.0, 3970.0, 3992.0, 3918.0, 3916.0, 3936.0, 3927.0, 3978.0, 3946.0, 3929.0, 3968.0, 3936.0, 3926.0, 3956.0, 3946.0, 3936.0, 3992.0, 3935.0, 3915.0, 3947.0, 3936.0, 3927.0, 3967.0, 3961.0, 3918.0, 3948.0, 3948.0, 3928.0, 3959.0, 3961.0, 3928.0, 3949.0, 3949.0, 3940.0, 3940.0, 3960.0, 3953.0, 3949.0, 3940.0, 3929.0, 3940.0, 3961.0, 3969.0, 4005.0, 3980.0, 3925.0, 3960.0, 3947.0, 3940.0, 4000.0, 3969.0, 3928.0, 3946.0, 3926.0, 3946.0, 3958.0, 3937.0, 3947.0, 3937.0, 3918.0, 3929.0, 3961.0, 3959.0, 3940.0, 3992.0, 3958.0, 3926.0, 3980.0, 3950.0, 3959.0, 4002.0, 3971.0, 3946.0, 3936.0, 3914.0, 3949.0, 3947.0, 3937.0, 3930.0, 3952.0, 3942.0, 3964.0, 3969.0, 3961.0, 3961.0, 3990.0, 3951.0, 3939.0, 3941.0, 3952.0, 3940.0, 4002.0, 3981.0, 3927.0, 3937.0, 3936.0, 3929.0, 3989.0, 3993.0, 3939.0, 3938.0, 3925.0, 3927.0, 3927.0, 3947.0, 3941.0, 3958.0, 3939.0, 3927.0, 3951.0, 3969.0, 3950.0, 3920.0, 3939.0, 3938.0, 3940.0, 3940.0, 3968.0, 3942.0, 3950.0, 3949.0, 3930.0, 3949.0, 3961.0, 3951.0, 3952.0, 3952.0, 3921.0, 3962.0, 3961.0, 3951.0, 3979.0, 3997.0, 3940.0, 3950.0, 3950.0, 3943.0, 3981.0, 3974.0, 3944.0, 3929.0, 3962.0, 3943.0, 3984.0, 3950.0, 3963.0, 3994.0, 3942.0, 3940.0, 3932.0, 3951.0, 3949.0, 3991.0, 3994.0, 3927.0, 3951.0, 3961.0, 3950.0, 3949.0, 4006.0, 3979.0, 3919.0, 3929.0, 3942.0, 3951.0, 3962.0, 4005.0, 3939.0, 3929.0, 3970.0, 3950.0, 3939.0, 3980.0, 3962.0, 3930.0, 3918.0, 3949.0, 3938.0, 3971.0, 3938.0, 4000.0, 3981.0, 3940.0, 3939.0, 3929.0, 3962.0, 3960.0, 3949.0, 3951.0, 3992.0, 3940.0, 3979.0, 3959.0, 3958.0, 3956.0, 3939.0, 3949.0, 3927.0, 3925.0, 3949.0, 3938.0, 3938.0, 3963.0, 3948.0, 3929.0, 3959.0, 3959.0, 3935.0, 3961.0, 4004.0, 3930.0, 3929.0, 3968.0, 3949.0, 3939.0, 3974.0, 3950.0, 3931.0, 3929.0, 3971.0, 3959.0, 3942.0, 3984.0, 3940.0, 3929.0, 3938.0, 3951.0, 3953.0, 3973.0, 3971.0, 3931.0, 3960.0, 3962.0, 3950.0, 3982.0, 4002.0, 3939.0, 3949.0, 3948.0, 3940.0, 3962.0, 3992.0, 3928.0, 3920.0, 3949.0, 3952.0, 3929.0, 3969.0, 3951.0, 3929.0, 3919.0, 3938.0, 3930.0, 3982.0, 3991.0, 3973.0, 3959.0, 3939.0, 3939.0, 3940.0, 3948.0, 3939.0, 3971.0, 3949.0, 3928.0, 3958.0, 3949.0, 3939.0, 3970.0, 3993.0, 3920.0, 3919.0, 3947.0, 3937.0, 3938.0, 3970.0, 3964.0, 3930.0, 3972.0, 3939.0, 3931.0, 3970.0, 3962.0, 3930.0, 3919.0, 3928.0, 3931.0, 3971.0, 3960.0, 3964.0, 3968.0, 3939.0, 3928.0, 3974.0, 3949.0, 3929.0, 3982.0, 3930.0, 3939.0, 3929.0, 3950.0, 3939.0, 3993.0, 3963.0, 3929.0, 3971.0, 3950.0, 3960.0, 3969.0, 3951.0, 3961.0, 3927.0, 3940.0, 3947.0, 3948.0, 3964.0, 3960.0, 3939.0, 3939.0, 3927.0, 3938.0, 3941.0, 3984.0, 3960.0, 3940.0, 3918.0, 3949.0, 3948.0, 3990.0, 3993.0, 3929.0, 3948.0, 3937.0, 3941.0, 3958.0, 3969.0, 3940.0, 3960.0, 3937.0, 3926.0, 3938.0, 3990.0, 3959.0, 3970.0, 3967.0, 3929.0, 3937.0, 3958.0, 3938.0, 3958.0, 4004.0, 3928.0, 3929.0, 3937.0, 3938.0, 3947.0, 3992.0, 3949.0, 3930.0, 3960.0, 3937.0, 3950.0, 3968.0, 3961.0, 3940.0, 3920.0, 3936.0, 3938.0, 3948.0, 3947.0, 3951.0, 3959.0, 3926.0, 3929.0, 3939.0, 3958.0, 3947.0, 3969.0, 3959.0, 3928.0, 3959.0, 3938.0, 3939.0, 3958.0, 3991.0, 3940.0, 3929.0, 3970.0, 3951.0, 3972.0, 3980.0, 3962.0, 3929.0, 3929.0, 3938.0, 3917.0, 3961.0, 3951.0, 3939.0, 3981.0, 3949.0, 3940.0, 3947.0, 3929.0, 3950.0, 3992.0, 4006.0, 3938.0, 3938.0, 3947.0, 3927.0, 3938.0, 3959.0, 3962.0, 3970.0, 3936.0, 3925.0, 3937.0, 3947.0, 3938.0, 3977.0, 3957.0, 3928.0, 3918.0, 3927.0, 3936.0, 3938.0, 3948.0, 3958.0, 3983.0, 3939.0, 3961.0, 3927.0, 3937.0, 3950.0, 3958.0, 3936.0, 3961.0, 3940.0, 3930.0, 3951.0, 3962.0, 3960.0, 3972.0, 4005.0, 3942.0, 3939.0, 3952.0, 3939.0, 4001.0, 3982.0, 3939.0, 3976.0, 3936.0, 3957.0, 3957.0, 3958.0, 3938.0, 3969.0, 3927.0, 3928.0, 3937.0, 3948.0, 3940.0, 3928.0, 3939.0, 3926.0, 3968.0, 3978.0, 3949.0, 3948.0, 3992.0, 3929.0, 3939.0, 3969.0, 3957.0, 3971.0, 3991.0, 3939.0, 3928.0, 3948.0, 3936.0, 3938.0, 3972.0, 3938.0, 3928.0, 3915.0, 3959.0, 3942.0, 3969.0, 3964.0, 3932.0, 3983.0, 3931.0, 3950.0, 3969.0, 3970.0, 4005.0, 3970.0, 3938.0, 3926.0, 3936.0, 3938.0, 3958.0, 3991.0, 3938.0, 3938.0, 3947.0, 3926.0, 3971.0, 3980.0, 3947.0, 3928.0, 3962.0, 3939.0, 3952.0, 3948.0, 3960.0, 3940.0, 3961.0, 3951.0, 3942.0, 3944.0, 3951.0, 3951.0], 'WindowWidth': [8985.0, 8919.0, 8896.0, 8856.0, 8824.0, 8871.0, 8841.0, 8834.0, 8874.0, 8835.0, 8837.0, 8804.0, 8845.0, 8827.0, 8835.0, 8821.0, 8855.0, 8851.0, 8824.0, 8885.0, 8833.0, 8848.0, 8898.0, 8836.0, 8833.0, 8848.0, 8825.0, 8879.0, 8841.0, 8813.0, 8806.0, 8847.0, 8827.0, 8856.0, 8834.0, 8826.0, 8802.0, 8811.0, 8844.0, 8836.0, 8866.0, 8830.0, 8877.0, 8861.0, 8845.0, 8855.0, 8856.0, 8857.0, 8920.0, 8894.0, 8840.0, 8838.0, 8855.0, 8919.0, 8865.0, 8849.0, 8937.0, 8835.0, 8842.0, 8821.0, 8831.0, 8858.0, 8883.0, 8836.0, 8819.0, 8851.0, 8808.0, 8878.0, 8853.0, 8796.0, 8869.0, 8852.0, 8855.0, 8843.0, 8818.0, 8884.0, 8833.0, 8829.0, 8829.0, 8848.0, 8800.0, 8912.0, 8866.0, 8803.0, 8844.0, 8835.0, 8847.0, 8846.0, 8838.0, 8810.0, 8823.0, 8838.0, 8840.0, 8840.0, 8821.0, 8890.0, 8857.0, 8823.0, 8880.0, 8835.0, 8846.0, 8864.0, 8839.0, 8832.0, 8846.0, 8809.0, 8861.0, 8819.0, 8850.0, 8881.0, 8818.0, 8802.0, 8848.0, 8807.0, 8893.0, 8866.0, 8822.0, 8857.0, 8827.0, 8840.0, 8855.0, 8803.0, 8890.0, 8865.0, 8806.0, 8855.0, 8832.0, 8833.0, 8855.0, 8836.0, 8830.0, 8824.0, 8829.0, 8821.0, 8828.0, 8796.0, 8895.0, 8831.0, 8798.0, 8818.0, 8835.0, 8806.0, 8874.0, 8852.0, 8794.0, 8849.0, 8840.0, 8810.0, 8879.0, 8856.0, 8809.0, 8834.0, 8839.0, 8826.0, 8862.0, 8814.0, 8798.0, 8879.0, 8830.0, 8805.0, 8836.0, 8824.0, 8821.0, 8858.0, 8823.0, 8810.0, 8821.0, 8820.0, 8827.0, 8852.0, 8818.0, 8882.0, 8855.0, 8826.0, 8811.0, 8849.0, 8823.0, 8883.0, 8841.0, 8838.0, 8884.0, 8842.0, 8805.0, 8840.0, 8821.0, 8862.0, 8889.0, 8828.0, 8805.0, 8833.0, 8828.0, 8836.0, 8835.0, 8827.0, 8884.0, 8836.0, 8811.0, 8854.0, 8815.0, 8863.0, 8862.0, 8818.0, 8812.0, 8832.0, 8816.0, 8854.0, 8821.0, 8811.0, 8875.0, 8847.0, 8818.0, 8878.0, 8838.0, 8904.0, 8854.0, 8836.0, 8921.0, 8843.0, 8803.0, 8868.0, 8809.0, 8878.0, 8862.0, 8810.0, 8822.0, 8836.0, 8797.0, 8864.0, 8820.0, 8813.0, 8890.0, 8856.0, 8832.0, 8872.0, 8841.0, 8838.0, 8899.0, 8871.0, 8810.0, 8854.0, 8842.0, 8810.0, 8881.0, 8868.0, 8817.0, 8827.0, 8842.0, 8833.0, 8876.0, 8838.0, 8815.0, 8884.0, 8837.0, 8813.0, 8867.0, 8818.0, 8852.0, 8920.0, 8844.0, 8823.0, 8839.0, 8828.0, 8848.0, 8848.0, 8826.0, 8829.0, 8852.0, 8814.0, 8853.0, 8820.0, 8810.0, 8825.0, 8825.0, 8827.0, 8828.0, 8836.0, 8807.0, 8869.0, 8883.0, 8822.0, 8840.0, 8836.0, 8816.0, 8846.0, 8881.0, 8835.0, 8793.0, 8849.0, 8838.0, 8826.0, 8879.0, 8838.0, 8818.0, 8811.0, 8836.0, 8829.0, 8840.0, 8848.0, 8828.0, 8814.0, 8841.0, 8838.0, 8826.0, 8871.0, 8870.0, 8860.0, 8923.0, 8853.0, 8808.0, 8848.0, 8818.0, 8865.0, 8903.0, 8853.0, 8818.0, 8834.0, 8821.0, 8817.0, 8860.0, 8821.0, 8793.0, 8835.0, 8820.0, 8861.0, 8836.0, 8806.0, 8877.0, 8845.0, 8802.0, 8821.0, 8790.0, 8810.0, 8823.0, 8887.0, 8841.0, 8826.0, 8864.0, 8825.0, 8881.0, 8847.0, 8880.0, 8865.0, 8820.0, 8813.0, 8829.0, 8802.0, 8872.0, 8862.0, 8806.0, 8802.0, 8827.0, 8803.0, 8841.0, 8867.0, 8806.0, 8816.0, 8815.0, 8826.0, 8832.0, 8872.0, 8822.0, 8794.0, 8831.0, 8824.0, 8848.0, 8857.0, 8842.0, 8822.0, 8834.0, 8822.0, 8826.0, 8864.0, 8814.0, 8807.0, 8851.0, 8837.0, 8835.0, 8853.0, 8820.0, 8875.0, 8850.0, 8809.0, 8804.0, 8831.0, 8809.0, 8855.0, 8816.0, 8882.0, 8834.0, 8820.0, 8820.0, 8835.0, 8801.0, 8878.0, 8873.0, 8807.0, 8848.0, 8833.0, 8817.0, 8877.0, 8837.0, 8812.0, 8866.0, 8816.0, 8829.0, 8828.0, 8817.0, 8829.0, 8851.0, 8832.0, 8813.0, 8836.0, 8821.0, 8879.0, 8906.0, 8810.0, 8809.0, 8826.0, 8821.0, 8819.0, 8837.0, 8811.0, 8807.0, 8834.0, 8805.0, 8880.0, 8834.0, 8825.0, 8899.0, 8836.0, 8808.0, 8851.0, 8818.0, 8791.0, 8902.0, 8807.0, 8807.0, 8864.0, 8833.0, 8803.0, 8899.0, 8863.0, 8814.0, 8824.0, 8841.0, 8810.0, 8894.0, 8876.0, 8814.0, 8899.0, 8821.0, 8818.0, 8846.0, 8810.0, 8898.0, 8832.0, 8821.0, 8819.0, 8817.0, 8788.0, 8877.0, 8860.0, 8790.0, 8848.0, 8827.0, 8827.0, 8862.0, 8855.0, 8809.0, 8880.0, 8835.0, 8819.0, 8863.0, 8829.0, 8879.0, 8866.0, 8799.0, 8803.0, 8825.0, 8810.0, 8843.0, 8841.0, 8813.0, 8820.0, 8817.0, 8801.0, 8845.0, 8828.0, 8795.0, 8804.0, 8803.0, 8800.0, 8835.0, 8880.0, 8859.0, 8846.0, 8819.0, 8868.0, 8855.0, 8842.0, 8841.0, 8850.0, 8849.0, 8901.0, 8888.0, 8839.0, 8863.0, 8838.0, 8805.0, 8886.0, 8865.0, 8797.0, 8832.0, 8830.0, 8808.0, 8861.0, 8833.0, 8815.0, 8864.0, 8820.0, 8825.0, 8877.0, 8836.0, 8821.0, 8898.0, 8856.0, 8810.0, 8848.0, 8831.0, 8807.0, 8895.0, 8879.0, 8805.0, 8829.0, 8817.0, 8804.0, 8868.0, 8830.0, 8774.0, 8791.0, 8818.0, 8795.0, 8828.0, 8850.0, 8794.0, 8791.0, 8833.0, 8800.0, 8857.0, 8895.0, 8823.0, 8801.0, 8835.0, 8807.0, 8828.0, 8908.0, 8863.0, 8806.0, 8833.0, 8815.0, 8805.0, 8859.0, 8840.0, 8792.0, 8776.0, 8814.0, 8796.0, 8841.0, 8881.0, 8792.0, 8816.0, 8815.0, 8811.0, 8846.0, 8899.0, 8847.0, 8792.0, 8851.0, 8835.0, 8788.0, 8917.0, 8845.0, 8809.0, 8858.0, 8847.0, 8806.0, 8894.0, 8863.0, 8807.0, 8801.0, 8820.0, 8801.0, 8854.0, 8881.0, 8789.0, 8787.0, 8800.0, 8805.0, 8827.0, 8879.0, 8820.0, 8815.0, 8812.0, 8805.0, 8795.0, 8813.0, 8821.0, 8818.0, 8804.0, 8807.0, 8802.0, 8841.0, 8845.0, 8833.0, 8815.0, 8816.0, 8828.0, 8860.0, 8827.0, 8817.0, 8892.0, 8818.0, 8803.0, 8841.0, 8813.0, 8786.0, 8879.0, 8809.0, 8810.0, 8791.0, 8805.0, 8806.0, 8858.0, 8844.0, 8812.0, 8827.0, 8836.0, 8809.0, 8848.0, 8830.0, 8839.0, 8864.0, 8806.0, 8794.0, 8849.0, 8820.0, 8844.0, 8917.0, 8809.0, 8820.0, 8819.0, 8810.0, 8877.0, 8831.0, 8811.0, 8795.0, 8803.0, 8780.0, 8841.0, 8809.0, 8835.0, 8872.0, 8812.0, 8823.0, 8820.0, 8807.0, 8842.0, 8888.0, 8811.0, 8838.0, 8812.0, 8809.0, 8851.0, 8887.0, 8848.0, 8799.0, 8851.0, 8808.0, 8879.0, 8875.0, 8883.0, 8857.0, 8803.0, 8790.0, 8803.0, 8815.0, 8810.0, 8834.0, 8819.0, 8824.0, 8816.0, 8818.0, 8800.0, 8899.0, 8832.0, 8811.0, 8865.0, 8839.0, 8846.0, 8885.0, 8853.0, 8795.0, 8835.0, 8806.0, 8877.0, 8846.0, 8824.0, 8896.0, 8821.0, 8809.0, 8828.0, 8829.0, 8816.0, 8923.0, 8856.0, 8831.0, 8834.0, 8813.0, 8899.0, 8866.0, 8896.0, 8872.0, 8801.0, 8858.0, 8829.0, 8798.0, 8841.0, 8815.0, 8805.0, 8830.0, 8802.0, 8803.0, 8841.0, 8809.0, 8891.0, 8863.0, 8798.0, 8826.0, 8800.0, 8791.0, 8827.0, 8800.0, 8847.0, 8815.0, 8802.0, 8785.0, 8817.0, 8812.0, 8855.0, 8834.0, 8805.0, 8793.0, 8822.0, 8816.0, 8825.0, 8852.0, 8814.0, 8854.0, 8848.0, 8813.0, 8871.0, 8819.0, 8877.0, 8918.0, 8793.0, 8803.0, 8829.0, 8832.0, 8848.0, 8826.0, 8893.0, 8829.0, 8785.0, 8828.0, 8802.0, 8833.0, 8826.0, 8817.0, 8832.0, 8830.0, 8794.0, 8851.0, 8838.0, 8836.0, 8886.0, 8864.0, 8797.0, 8866.0, 8809.0, 8834.0, 8891.0, 8850.0, 8884.0, 8862.0, 8808.0, 8816.0, 8839.0, 8796.0, 8864.0, 8898.0, 8792.0, 8787.0, 8813.0, 8806.0, 8875.0, 8827.0, 8808.0, 8860.0, 8815.0, 8802.0, 8844.0, 8828.0, 8812.0, 8901.0, 8813.0, 8786.0, 8829.0, 8815.0, 8805.0, 8856.0, 8856.0, 8794.0, 8835.0, 8832.0, 8810.0, 8849.0, 8857.0, 8810.0, 8837.0, 8837.0, 8827.0, 8826.0, 8851.0, 8849.0, 8837.0, 8826.0, 8811.0, 8827.0, 8854.0, 8863.0, 8923.0, 8880.0, 8803.0, 8851.0, 8831.0, 8826.0, 8911.0, 8864.0, 8807.0, 8829.0, 8802.0, 8829.0, 8848.0, 8817.0, 8832.0, 8819.0, 8794.0, 8810.0, 8855.0, 8850.0, 8828.0, 8902.0, 8849.0, 8802.0, 8879.0, 8840.0, 8848.0, 8915.0, 8869.0, 8826.0, 8815.0, 8783.0, 8835.0, 8832.0, 8821.0, 8818.0, 8845.0, 8834.0, 8868.0, 8862.0, 8854.0, 8853.0, 8892.0, 8841.0, 8828.0, 8829.0, 8844.0, 8827.0, 8914.0, 8884.0, 8807.0, 8817.0, 8817.0, 8809.0, 8891.0, 8901.0, 8823.0, 8818.0, 8798.0, 8805.0, 8806.0, 8828.0, 8828.0, 8844.0, 8820.0, 8803.0, 8842.0, 8862.0, 8839.0, 8800.0, 8823.0, 8820.0, 8830.0, 8827.0, 8861.0, 8836.0, 8841.0, 8837.0, 8813.0, 8839.0, 8857.0, 8843.0, 8845.0, 8845.0, 8805.0, 8858.0, 8858.0, 8841.0, 8878.0, 8912.0, 8828.0, 8841.0, 8839.0, 8835.0, 8881.0, 8878.0, 8837.0, 8812.0, 8857.0, 8834.0, 8890.0, 8838.0, 8860.0, 8905.0, 8829.0, 8825.0, 8815.0, 8840.0, 8835.0, 8896.0, 8904.0, 8807.0, 8839.0, 8854.0, 8837.0, 8835.0, 8926.0, 8877.0, 8798.0, 8811.0, 8831.0, 8840.0, 8857.0, 8922.0, 8823.0, 8809.0, 8864.0, 8837.0, 8822.0, 8879.0, 8860.0, 8814.0, 8794.0, 8836.0, 8818.0, 8865.0, 8820.0, 8911.0, 8882.0, 8823.0, 8820.0, 8809.0, 8857.0, 8852.0, 8837.0, 8840.0, 8895.0, 8822.0, 8878.0, 8849.0, 8844.0, 8838.0, 8822.0, 8833.0, 8801.0, 8800.0, 8835.0, 8817.0, 8821.0, 8857.0, 8832.0, 8808.0, 8848.0, 8849.0, 8813.0, 8855.0, 8918.0, 8810.0, 8810.0, 8861.0, 8836.0, 8822.0, 8876.0, 8840.0, 8816.0, 8811.0, 8870.0, 8850.0, 8833.0, 8889.0, 8824.0, 8811.0, 8824.0, 8842.0, 8847.0, 8875.0, 8870.0, 8816.0, 8853.0, 8857.0, 8839.0, 8887.0, 8915.0, 8823.0, 8836.0, 8836.0, 8826.0, 8854.0, 8898.0, 8807.0, 8801.0, 8837.0, 8845.0, 8813.0, 8865.0, 8844.0, 8813.0, 8798.0, 8820.0, 8813.0, 8884.0, 8895.0, 8873.0, 8849.0, 8822.0, 8824.0, 8826.0, 8835.0, 8822.0, 8869.0, 8836.0, 8808.0, 8846.0, 8835.0, 8821.0, 8864.0, 8902.0, 8799.0, 8798.0, 8831.0, 8820.0, 8822.0, 8864.0, 8865.0, 8814.0, 8871.0, 8824.0, 8817.0, 8865.0, 8860.0, 8813.0, 8797.0, 8807.0, 8817.0, 8867.0, 8853.0, 8863.0, 8862.0, 8823.0, 8809.0, 8877.0, 8836.0, 8810.0, 8886.0, 8811.0, 8824.0, 8812.0, 8841.0, 8824.0, 8900.0, 8860.0, 8812.0, 8868.0, 8839.0, 8849.0, 8862.0, 8843.0, 8852.0, 8803.0, 8825.0, 8831.0, 8832.0, 8862.0, 8853.0, 8823.0, 8823.0, 8806.0, 8820.0, 8825.0, 8889.0, 8854.0, 8825.0, 8794.0, 8837.0, 8835.0, 8893.0, 8901.0, 8808.0, 8832.0, 8816.0, 8828.0, 8846.0, 8864.0, 8825.0, 8850.0, 8818.0, 8801.0, 8820.0, 8892.0, 8848.0, 8864.0, 8858.0, 8808.0, 8816.0, 8847.0, 8819.0, 8845.0, 8920.0, 8807.0, 8809.0, 8817.0, 8821.0, 8827.0, 8898.0, 8836.0, 8810.0, 8849.0, 8817.0, 8837.0, 8858.0, 8856.0, 8825.0, 8797.0, 8814.0, 8819.0, 8834.0, 8829.0, 8840.0, 8848.0, 8801.0, 8809.0, 8821.0, 8846.0, 8829.0, 8864.0, 8848.0, 8805.0, 8846.0, 8818.0, 8822.0, 8844.0, 8896.0, 8824.0, 8810.0, 8866.0, 8839.0, 8867.0, 8878.0, 8857.0, 8812.0, 8810.0, 8820.0, 8793.0, 8853.0, 8839.0, 8823.0, 8884.0, 8836.0, 8826.0, 8832.0, 8810.0, 8838.0, 8897.0, 8922.0, 8821.0, 8818.0, 8829.0, 8803.0, 8820.0, 8846.0, 8855.0, 8863.0, 8815.0, 8800.0, 8815.0, 8828.0, 8818.0, 8871.0, 8843.0, 8805.0, 8790.0, 8802.0, 8814.0, 8817.0, 8831.0, 8843.0, 8886.0, 8820.0, 8852.0, 8804.0, 8818.0, 8837.0, 8846.0, 8815.0, 8854.0, 8823.0, 8814.0, 8843.0, 8859.0, 8855.0, 8872.0, 8922.0, 8831.0, 8824.0, 8843.0, 8825.0, 8912.0, 8889.0, 8824.0, 8872.0, 8815.0, 8843.0, 8842.0, 8848.0, 8821.0, 8861.0, 8803.0, 8808.0, 8816.0, 8830.0, 8826.0, 8807.0, 8822.0, 8803.0, 8859.0, 8872.0, 8835.0, 8835.0, 8899.0, 8810.0, 8822.0, 8864.0, 8843.0, 8867.0, 8896.0, 8820.0, 8804.0, 8833.0, 8813.0, 8818.0, 8872.0, 8820.0, 8807.0, 8787.0, 8852.0, 8831.0, 8865.0, 8865.0, 8817.0, 8886.0, 8815.0, 8839.0, 8863.0, 8861.0, 8916.0, 8863.0, 8819.0, 8801.0, 8815.0, 8818.0, 8844.0, 8896.0, 8818.0, 8819.0, 8828.0, 8801.0, 8865.0, 8877.0, 8830.0, 8805.0, 8858.0, 8824.0, 8843.0, 8833.0, 8853.0, 8825.0, 8852.0, 8843.0, 8832.0, 8840.0, 8846.0, 8846.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.0016050227272727277</td></tr>
<tr><td colspan=3>aqi</td><td>0.031239920606060605</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.250598253790834</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1365048216376032</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9800236323426839</td></tr>
<tr><td colspan=3>efc</td><td>0.4876</td></tr>
<tr><td colspan=3>fber</td><td>3730.188</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13130941248227243</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>245</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.560606060606062</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5522671223445683</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5608077571274035</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7934492061262537</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.302544403780047</td></tr>
<tr><td colspan=3>gcor</td><td>0.00296759</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003819031873717904</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01917971484363079</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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.754012113681636</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.2338</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.8619</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.4619</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299631.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>827.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.6718</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0093</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.7531</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3138.9927</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76913.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4171.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.1107</td></tr>
<tr><td colspan=3>tsnr</td><td>33.37991609657183</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>