<?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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-04/func/sub-0080_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>acb6d59a0f2f450f33d9db71a4c75065</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>20:40:42.685000</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.994794, 0.0876937, 0.0519056, -0.0898332, 0.995136, 0.0404267]</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.0846033</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>[4251, -7763, -7216, 285, -124, -28, 35, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b1ac345a-529b-43fa-8311-3d1d04317bac||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.6689603328704834, -0.24101580679416656, 0.1298915445804596, 119.4562759399414], [-0.2352757453918457, 2.669877290725708, 0.1211734265089035, -84.83993530273438], [0.1392589658498764, -0.10846175998449326, 2.69415020942688, -61.83260726928711], [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': ['204042.685000', '204043.145000', '204043.605000', '204044.065000', '204044.525000', '204044.985000', '204045.445000', '204045.905000', '204046.365000', '204046.825000', '204047.285000', '204047.745000', '204048.205000', '204048.665000', '204049.125000', '204049.585000', '204050.045000', '204050.505000', '204050.965000', '204051.425000', '204051.885000', '204052.345000', '204052.805000', '204053.265000', '204053.725000', '204054.185000', '204054.645000', '204055.105000', '204055.565000', '204056.025000', '204056.485000', '204056.945000', '204057.405000', '204057.865000', '204058.325000', '204058.785000', '204059.245000', '204059.705000', '204100.165000', '204100.625000', '204101.085000', '204101.545000', '204102.005000', '204102.465000', '204102.925000', '204103.385000', '204103.845000', '204104.305000', '204104.765000', '204105.225000', '204105.685000', '204106.145000', '204106.605000', '204107.065000', '204107.525000', '204107.985000', '204108.445000', '204108.905000', '204109.365000', '204109.825000', '204110.285000', '204110.745000', '204111.205000', '204111.665000', '204112.125000', '204112.585000', '204113.045000', '204113.505000', '204113.965000', '204114.425000', '204114.885000', '204115.345000', '204115.805000', '204116.265000', '204116.725000', '204117.185000', '204117.645000', '204118.105000', '204118.565000', '204119.025000', '204119.485000', '204119.945000', '204120.405000', '204120.865000', '204121.325000', '204121.785000', '204122.245000', '204122.705000', '204123.165000', '204123.625000', '204124.085000', '204124.545000', '204125.005000', '204125.465000', '204125.925000', '204126.385000', '204126.845000', '204127.305000', '204127.765000', '204128.225000', '204128.685000', '204129.145000', '204129.605000', '204130.065000', '204130.525000', '204130.985000', '204131.445000', '204131.905000', '204132.365000', '204132.825000', '204133.285000', '204133.745000', '204134.205000', '204134.665000', '204135.125000', '204135.585000', '204136.045000', '204136.505000', '204136.965000', '204137.425000', '204137.885000', '204138.345000', '204138.805000', '204139.265000', '204139.725000', '204140.185000', '204140.645000', '204141.105000', '204141.565000', '204142.025000', '204142.485000', '204142.945000', '204143.405000', '204143.865000', '204144.325000', '204144.785000', '204145.245000', '204145.705000', '204146.165000', '204146.625000', '204147.085000', '204147.545000', '204148.005000', '204148.465000', '204148.925000', '204149.385000', '204149.845000', '204150.305000', '204150.765000', '204151.225000', '204151.685000', '204152.145000', '204152.605000', '204153.065000', '204153.525000', '204153.985000', '204154.445000', '204154.905000', '204155.365000', '204155.825000', '204156.285000', '204156.745000', '204157.205000', '204157.665000', '204158.125000', '204158.585000', '204159.045000', '204159.505000', '204159.965000', '204200.425000', '204200.885000', '204201.345000', '204201.805000', '204202.265000', '204202.725000', '204203.185000', '204203.645000', '204204.105000', '204204.565000', '204205.025000', '204205.485000', '204205.945000', '204206.405000', '204206.865000', '204207.325000', '204207.785000', '204208.245000', '204208.705000', '204209.165000', '204209.625000', '204210.085000', '204210.545000', '204211.005000', '204211.465000', '204211.925000', '204212.385000', '204212.845000', '204213.305000', '204213.765000', '204214.225000', '204214.685000', '204215.145000', '204215.605000', '204216.065000', '204216.525000', '204216.985000', '204217.445000', '204217.905000', '204218.365000', '204218.825000', '204219.285000', '204219.745000', '204220.205000', '204220.665000', '204221.125000', '204221.585000', '204222.045000', '204222.505000', '204222.965000', '204223.425000', '204223.885000', '204224.345000', '204224.805000', '204225.265000', '204225.725000', '204226.185000', '204226.645000', '204227.105000', '204227.565000', '204228.025000', '204228.485000', '204228.945000', '204229.405000', '204229.865000', '204230.325000', '204230.785000', '204231.245000', '204231.705000', '204232.165000', '204232.625000', '204233.085000', '204233.545000', '204234.005000', '204234.465000', '204234.925000', '204235.385000', '204235.845000', '204236.305000', '204236.765000', '204237.225000', '204237.685000', '204238.145000', '204238.605000', '204239.065000', '204239.525000', '204239.985000', '204240.445000', '204240.905000', '204241.365000', '204241.825000', '204242.285000', '204242.745000', '204243.205000', '204243.665000', '204244.125000', '204244.585000', '204245.045000', '204245.505000', '204245.965000', '204246.425000', '204246.885000', '204247.345000', '204247.805000', '204248.265000', '204248.725000', '204249.185000', '204249.645000', '204250.105000', '204250.565000', '204251.025000', '204251.485000', '204251.945000', '204252.405000', '204252.865000', '204253.325000', '204253.785000', '204254.245000', '204254.705000', '204255.165000', '204255.625000', '204256.085000', '204256.545000', '204257.005000', '204257.465000', '204257.925000', '204258.385000', '204258.845000', '204259.305000', '204259.765000', '204300.225000', '204300.685000', '204301.145000', '204301.605000', '204302.065000', '204302.525000', '204302.985000', '204303.445000', '204303.905000', '204304.365000', '204304.825000', '204305.285000', '204305.745000', '204306.205000', '204306.665000', '204307.125000', '204307.585000', '204308.045000', '204308.505000', '204308.965000', '204309.425000', '204309.885000', '204310.345000', '204310.805000', '204311.265000', '204311.725000', '204312.185000', '204312.645000', '204313.105000', '204313.565000', '204314.025000', '204314.485000', '204314.945000', '204315.405000', '204315.865000', '204316.325000', '204316.785000', '204317.245000', '204317.705000', '204318.165000', '204318.625000', '204319.085000', '204319.545000', '204320.005000', '204320.465000', '204320.925000', '204321.385000', '204321.845000', '204322.305000', '204322.765000', '204323.225000', '204323.685000', '204324.145000', '204324.605000', '204325.065000', '204325.525000', '204325.985000', '204326.445000', '204326.905000', '204327.365000', '204327.825000', '204328.285000', '204328.745000', '204329.205000', '204329.665000', '204330.125000', '204330.585000', '204331.045000', '204331.505000', '204331.965000', '204332.425000', '204332.885000', '204333.345000', '204333.805000', '204334.265000', '204334.725000', '204335.185000', '204335.645000', '204336.105000', '204336.565000', '204337.025000', '204337.485000', '204337.945000', '204338.405000', '204338.865000', '204339.325000', '204339.785000', '204340.245000', '204340.705000', '204341.165000', '204341.625000', '204342.085000', '204342.545000', '204343.005000', '204343.465000', '204343.925000', '204344.385000', '204344.845000', '204345.305000', '204345.765000', '204346.225000', '204346.685000', '204347.145000', '204347.605000', '204348.065000', '204348.525000', '204348.985000', '204349.445000', '204349.905000', '204350.365000', '204350.825000', '204351.285000', '204351.745000', '204352.205000', '204352.665000', '204353.125000', '204353.585000', '204354.045000', '204354.505000', '204354.965000', '204355.425000', '204355.885000', '204356.345000', '204356.805000', '204357.265000', '204357.725000', '204358.185000', '204358.645000', '204359.105000', '204359.565000', '204400.025000', '204400.485000', '204400.945000', '204401.405000', '204401.865000', '204402.325000', '204402.785000', '204403.245000', '204403.705000', '204404.165000', '204404.625000', '204405.085000', '204405.545000', '204406.005000', '204406.465000', '204406.925000', '204407.385000', '204407.845000', '204408.305000', '204408.765000', '204409.225000', '204409.685000', '204410.145000', '204410.605000', '204411.065000', '204411.525000', '204411.985000', '204412.445000', '204412.905000', '204413.365000', '204413.825000', '204414.285000', '204414.745000', '204415.205000', '204415.665000', '204416.125000', '204416.585000', '204417.045000', '204417.505000', '204417.965000', '204418.425000', '204418.885000', '204419.345000', '204419.805000', '204420.265000', '204420.725000', '204421.185000', '204421.645000', '204422.105000', '204422.565000', '204423.025000', '204423.485000', '204423.945000', '204424.405000', '204424.865000', '204425.325000', '204425.785000', '204426.245000', '204426.705000', '204427.165000', '204427.625000', '204428.085000', '204428.545000', '204429.005000', '204429.465000', '204429.925000', '204430.385000', '204430.845000', '204431.305000', '204431.765000', '204432.225000', '204432.685000', '204433.145000', '204433.605000', '204434.065000', '204434.525000', '204434.985000', '204435.445000', '204435.905000', '204436.365000', '204436.825000', '204437.285000', '204437.745000', '204438.205000', '204438.665000', '204439.125000', '204439.585000', '204440.045000', '204440.505000', '204440.965000', '204441.425000', '204441.885000', '204442.345000', '204442.805000', '204443.265000', '204443.725000', '204444.185000', '204444.645000', '204445.105000', '204445.565000', '204446.025000', '204446.485000', '204446.945000', '204447.405000', '204447.865000', '204448.325000', '204448.785000', '204449.245000', '204449.705000', '204450.165000', '204450.625000', '204451.085000', '204451.545000', '204452.005000', '204452.465000', '204452.925000', '204453.385000', '204453.845000', '204454.305000', '204454.765000', '204455.225000', '204455.685000', '204456.145000', '204456.605000', '204457.065000', '204457.525000', '204457.985000', '204458.445000', '204458.905000', '204459.365000', '204459.825000', '204500.285000', '204500.745000', '204501.205000', '204501.665000', '204502.125000', '204502.585000', '204503.045000', '204503.505000', '204503.965000', '204504.425000', '204504.885000', '204505.345000', '204505.805000', '204506.265000', '204506.725000', '204507.185000', '204507.645000', '204508.105000', '204508.565000', '204509.025000', '204509.485000', '204509.945000', '204510.405000', '204510.865000', '204511.325000', '204511.785000', '204512.245000', '204512.705000', '204513.165000', '204513.625000', '204514.085000', '204514.545000', '204515.005000', '204515.465000', '204515.925000', '204516.385000', '204516.845000', '204517.305000', '204517.765000', '204518.225000', '204518.685000', '204519.145000', '204519.605000', '204520.065000', '204520.525000', '204520.985000', '204521.445000', '204521.905000', '204522.365000', '204522.825000', '204523.285000', '204523.745000', '204524.205000', '204524.665000', '204525.125000', '204525.585000', '204526.045000', '204526.505000', '204526.965000', '204527.425000', '204527.885000', '204528.345000', '204528.805000', '204529.265000', '204529.725000', '204530.185000', '204530.645000', '204531.105000', '204531.565000', '204532.025000', '204532.485000', '204532.945000', '204533.405000', '204533.865000', '204534.325000', '204534.785000', '204535.245000', '204535.705000', '204536.165000', '204536.625000', '204537.085000', '204537.545000', '204538.005000', '204538.465000', '204538.925000', '204539.385000', '204539.845000', '204540.305000', '204540.765000', '204541.225000', '204541.685000', '204542.145000', '204542.605000', '204543.065000', '204543.525000', '204543.985000', '204544.445000', '204544.905000', '204545.365000', '204545.825000', '204546.285000', '204546.745000', '204547.205000', '204547.665000', '204548.125000', '204548.585000', '204549.045000', '204549.505000', '204549.965000', '204550.425000', '204550.885000', '204551.345000', '204551.805000', '204552.265000', '204552.725000', '204553.185000', '204553.645000', '204554.105000', '204554.565000', '204555.025000', '204555.485000', '204555.945000', '204556.405000', '204556.865000', '204557.325000', '204557.785000', '204558.245000', '204558.705000', '204559.165000', '204559.625000', '204600.085000', '204600.545000', '204601.005000', '204601.465000', '204601.925000', '204602.385000', '204602.845000', '204603.305000', '204603.765000', '204604.225000', '204604.685000', '204605.145000', '204605.605000', '204606.065000', '204606.525000', '204606.985000', '204607.445000', '204607.905000', '204608.365000', '204608.825000', '204609.285000', '204609.745000', '204610.205000', '204610.665000', '204611.125000', '204611.585000', '204612.045000', '204612.505000', '204612.965000', '204613.425000', '204613.885000', '204614.345000', '204614.805000', '204615.265000', '204615.725000', '204616.185000', '204616.645000', '204617.105000', '204617.565000', '204618.025000', '204618.485000', '204618.945000', '204619.405000', '204619.865000', '204620.325000', '204620.785000', '204621.245000', '204621.705000', '204622.165000', '204622.625000', '204623.085000', '204623.545000', '204624.005000', '204624.465000', '204624.925000', '204625.385000', '204625.845000', '204626.305000', '204626.765000', '204627.225000', '204627.685000', '204628.145000', '204628.605000', '204629.065000', '204629.525000', '204629.985000', '204630.445000', '204630.905000', '204631.365000', '204631.825000', '204632.285000', '204632.745000', '204633.205000', '204633.665000', '204634.125000', '204634.585000', '204635.045000', '204635.505000', '204635.965000', '204636.425000', '204636.885000', '204637.345000', '204637.805000', '204638.265000', '204638.725000', '204639.185000', '204639.645000', '204640.105000', '204640.565000', '204641.025000', '204641.485000', '204641.945000', '204642.405000', '204642.865000', '204643.325000', '204643.785000', '204644.245000', '204644.705000', '204645.165000', '204645.625000', '204646.085000', '204646.545000', '204647.005000', '204647.465000', '204647.925000', '204648.385000', '204648.845000', '204649.305000', '204649.765000', '204650.225000', '204650.685000', '204651.145000', '204651.605000', '204652.065000', '204652.525000', '204652.985000', '204653.445000', '204653.905000', '204654.365000', '204654.825000', '204655.285000', '204655.745000', '204656.205000', '204656.665000', '204657.125000', '204657.585000', '204658.045000', '204658.505000', '204658.965000', '204659.425000', '204659.885000', '204700.345000', '204700.805000', '204701.265000', '204701.725000', '204702.185000', '204702.645000', '204703.105000', '204703.565000', '204704.025000', '204704.485000', '204704.945000', '204705.405000', '204705.865000', '204706.325000', '204706.785000', '204707.245000', '204707.705000', '204708.165000', '204708.625000', '204709.085000', '204709.545000', '204710.005000', '204710.465000', '204710.925000', '204711.385000', '204711.845000', '204712.305000', '204712.765000', '204713.225000', '204713.685000', '204714.145000', '204714.605000', '204715.065000', '204715.525000', '204715.985000', '204716.445000', '204716.905000', '204717.365000', '204717.825000', '204718.285000', '204718.745000', '204719.205000', '204719.665000', '204720.125000', '204720.585000', '204721.045000', '204721.505000', '204721.965000', '204722.425000', '204722.885000', '204723.345000', '204723.805000', '204724.265000', '204724.725000', '204725.185000', '204725.645000', '204726.105000', '204726.565000', '204727.025000', '204727.485000', '204727.945000', '204728.405000', '204728.865000', '204729.325000', '204729.785000', '204730.245000', '204730.705000', '204731.165000', '204731.625000', '204732.085000', '204732.545000', '204733.005000', '204733.465000', '204733.925000', '204734.385000', '204734.845000', '204735.305000', '204735.765000', '204736.225000', '204736.685000', '204737.145000', '204737.605000', '204738.065000', '204738.525000', '204738.985000', '204739.445000', '204739.905000', '204740.365000', '204740.825000', '204741.285000', '204741.745000', '204742.205000', '204742.665000', '204743.125000', '204743.585000', '204744.045000', '204744.505000', '204744.965000', '204745.425000', '204745.885000', '204746.345000', '204746.805000', '204747.265000', '204747.725000', '204748.185000', '204748.645000', '204749.105000', '204749.565000', '204750.025000', '204750.485000', '204750.945000', '204751.405000', '204751.865000', '204752.325000', '204752.785000', '204753.245000', '204753.705000', '204754.165000', '204754.625000', '204755.085000', '204755.545000', '204756.005000', '204756.465000', '204756.925000', '204757.385000', '204757.845000', '204758.305000', '204758.765000', '204759.225000', '204759.685000', '204800.145000', '204800.605000', '204801.065000', '204801.525000', '204801.985000', '204802.445000', '204802.905000', '204803.365000', '204803.825000', '204804.285000', '204804.745000', '204805.205000', '204805.665000', '204806.125000', '204806.585000', '204807.045000', '204807.505000', '204807.965000', '204808.425000', '204808.885000', '204809.345000', '204809.805000', '204810.265000', '204810.725000', '204811.185000', '204811.645000', '204812.105000', '204812.565000', '204813.025000', '204813.485000', '204813.945000', '204814.405000', '204814.865000', '204815.325000', '204815.785000', '204816.245000', '204816.705000', '204817.165000', '204817.625000', '204818.085000', '204818.545000', '204819.005000', '204819.465000', '204819.925000', '204820.385000', '204820.845000', '204821.305000', '204821.765000', '204822.225000', '204822.685000', '204823.145000', '204823.605000', '204824.065000', '204824.525000', '204824.985000', '204825.445000', '204825.905000', '204826.365000', '204826.825000', '204827.285000', '204827.745000', '204828.205000', '204828.665000', '204829.125000', '204829.585000', '204830.045000', '204830.505000', '204830.965000', '204831.425000', '204831.885000', '204832.345000', '204832.805000', '204833.265000', '204833.725000', '204834.185000', '204834.645000', '204835.105000', '204835.565000', '204836.025000', '204836.485000', '204836.945000', '204837.405000', '204837.865000', '204838.325000', '204838.785000', '204839.245000', '204839.705000', '204840.165000', '204840.625000', '204841.085000', '204841.545000', '204842.005000', '204842.465000', '204842.925000', '204843.385000', '204843.845000', '204844.305000', '204844.765000', '204845.225000', '204845.685000', '204846.145000', '204846.605000', '204847.065000', '204847.525000', '204847.985000', '204848.445000', '204848.905000', '204849.365000', '204849.825000', '204850.285000', '204850.745000', '204851.205000', '204851.665000', '204852.125000', '204852.585000', '204853.045000', '204853.505000', '204853.965000', '204854.425000', '204854.885000', '204855.345000', '204855.805000', '204856.265000', '204856.725000', '204857.185000', '204857.645000', '204858.105000', '204858.565000', '204859.025000', '204859.485000', '204859.945000', '204900.405000', '204900.865000', '204901.325000', '204901.785000', '204902.245000', '204902.705000', '204903.165000', '204903.625000', '204904.085000', '204904.545000', '204905.005000', '204905.465000', '204905.925000', '204906.385000', '204906.845000', '204907.305000', '204907.765000', '204908.225000', '204908.685000', '204909.145000', '204909.605000', '204910.065000', '204910.525000', '204910.985000', '204911.445000', '204911.905000', '204912.365000', '204912.825000', '204913.285000', '204913.745000', '204914.205000', '204914.665000', '204915.125000', '204915.585000', '204916.045000', '204916.505000', '204916.965000', '204917.425000', '204917.885000', '204918.345000', '204918.805000', '204919.265000', '204919.725000', '204920.185000', '204920.645000', '204921.105000', '204921.565000', '204922.025000', '204922.485000', '204922.945000', '204923.405000', '204923.865000', '204924.325000', '204924.785000', '204925.245000', '204925.705000', '204926.165000', '204926.625000', '204927.085000', '204927.545000', '204928.005000', '204928.465000', '204928.925000', '204929.385000', '204929.845000', '204930.305000', '204930.765000', '204931.225000', '204931.685000', '204932.145000', '204932.605000', '204933.065000', '204933.525000', '204933.985000', '204934.445000', '204934.905000', '204935.365000', '204935.825000', '204936.285000', '204936.745000', '204937.205000', '204937.665000', '204938.125000', '204938.585000', '204939.045000', '204939.505000', '204939.965000', '204940.425000', '204940.885000', '204941.345000', '204941.805000', '204942.265000', '204942.725000', '204943.185000', '204943.645000', '204944.105000', '204944.565000', '204945.025000', '204945.485000', '204945.945000', '204946.405000', '204946.865000', '204947.325000', '204947.785000', '204948.245000', '204948.705000', '204949.165000', '204949.625000', '204950.085000', '204950.545000', '204951.005000', '204951.465000', '204951.925000', '204952.385000', '204952.845000', '204953.305000', '204953.765000', '204954.225000', '204954.685000', '204955.145000', '204955.605000', '204956.065000', '204956.525000', '204956.985000', '204957.445000', '204957.905000', '204958.365000', '204958.825000', '204959.285000', '204959.745000', '205000.205000', '205000.665000', '205001.125000', '205001.585000', '205002.045000', '205002.505000', '205002.965000', '205003.425000', '205003.885000', '205004.345000', '205004.805000', '205005.265000', '205005.725000', '205006.185000', '205006.645000', '205007.105000', '205007.565000', '205008.025000', '205008.485000', '205008.945000', '205009.405000', '205009.865000', '205010.325000', '205010.785000', '205011.245000', '205011.705000', '205012.165000', '205012.625000', '205013.085000', '205013.545000', '205014.005000', '205014.465000', '205014.925000', '205015.385000', '205015.845000', '205016.305000', '205016.765000', '205017.225000', '205017.685000', '205018.145000', '205018.605000', '205019.065000', '205019.525000', '205019.985000', '205020.445000', '205020.905000', '205021.365000', '205021.825000', '205022.285000', '205022.745000', '205023.205000', '205023.665000', '205024.125000', '205024.585000', '205025.045000', '205025.505000', '205025.965000', '205026.425000', '205026.885000', '205027.345000', '205027.805000', '205028.265000', '205028.725000', '205029.185000', '205029.645000', '205030.105000', '205030.565000', '205031.025000', '205031.485000', '205031.945000', '205032.405000', '205032.865000', '205033.325000', '205033.785000', '205034.245000', '205034.705000', '205035.165000', '205035.625000', '205036.085000', '205036.545000', '205037.005000', '205037.465000', '205037.925000', '205038.385000', '205038.845000', '205039.305000', '205039.765000', '205040.225000', '205040.685000', '205041.145000', '205041.605000', '205042.065000', '205042.525000', '205042.985000', '205043.445000', '205043.905000', '205044.365000', '205044.825000', '205045.285000', '205045.745000', '205046.205000', '205046.665000', '205047.125000', '205047.585000', '205048.045000', '205048.505000', '205048.965000', '205049.425000', '205049.885000', '205050.345000'], 'ContentTime': ['204057.437000', '204057.443000', '204057.477000', '204057.480000', '204057.482000', '204057.485000', '204057.488000', '204057.490000', '204057.493000', '204057.495000', '204057.498000', '204057.501000', '204057.503000', '204057.506000', '204057.508000', '204057.511000', '204057.514000', '204057.517000', '204057.519000', '204057.522000', '204057.524000', '204057.527000', '204057.529000', '204057.532000', '204057.535000', '204057.542000', '204057.545000', '204057.547000', '204057.550000', '204117.398000', '204117.400000', '204117.403000', '204117.405000', '204117.408000', '204117.416000', '204117.418000', '204117.421000', '204117.423000', '204117.426000', '204117.429000', '204117.431000', '204117.434000', '204117.436000', '204117.439000', '204117.441000', '204117.444000', '204117.447000', '204117.449000', '204117.452000', '204117.454000', '204117.457000', '204117.459000', '204117.462000', '204117.464000', '204117.467000', '204117.470000', '204117.472000', '204117.475000', '204117.477000', '204117.480000', '204117.482000', '204117.485000', '204117.487000', '204117.490000', '204117.493000', '204117.495000', '204117.498000', '204117.500000', '204117.503000', '204117.505000', '204117.508000', '204117.510000', '204117.513000', '204137.397000', '204137.400000', '204137.403000', '204137.405000', '204137.408000', '204137.411000', '204137.413000', '204137.416000', '204137.419000', '204137.422000', '204137.424000', '204137.427000', '204137.447000', '204137.449000', '204137.452000', '204137.454000', '204137.457000', '204137.459000', '204137.462000', '204137.464000', '204137.467000', '204137.469000', '204137.472000', '204137.474000', '204137.477000', '204137.480000', '204137.482000', '204137.485000', '204137.487000', '204137.490000', '204137.492000', '204137.495000', '204137.497000', '204137.500000', '204137.503000', '204137.505000', '204137.508000', '204137.510000', '204137.513000', '204137.516000', '204137.518000', '204137.521000', '204137.523000', '204157.396000', '204157.399000', '204157.402000', '204157.404000', '204157.407000', '204157.409000', '204157.412000', '204157.414000', '204157.417000', '204157.419000', '204157.422000', '204157.425000', '204157.427000', '204157.430000', '204157.432000', '204157.435000', '204157.437000', '204157.440000', '204157.442000', '204157.445000', '204157.447000', '204157.450000', '204157.453000', '204157.455000', '204157.458000', '204157.460000', '204157.463000', '204157.465000', '204157.468000', '204157.470000', '204157.473000', '204157.476000', '204157.478000', '204157.481000', '204157.484000', '204157.486000', '204157.489000', '204157.491000', '204157.494000', '204157.507000', '204157.509000', '204157.512000', '204157.514000', '204157.517000', '204217.396000', '204217.399000', '204217.402000', '204217.404000', '204217.407000', '204217.409000', '204217.412000', '204217.415000', '204217.417000', '204217.420000', '204217.422000', '204217.425000', '204217.428000', '204217.430000', '204217.433000', '204217.435000', '204217.438000', '204217.441000', '204217.443000', '204217.446000', '204217.449000', '204217.451000', '204217.454000', '204217.456000', '204217.459000', '204217.462000', '204217.464000', '204217.467000', '204217.469000', '204217.472000', '204217.474000', '204217.477000', '204217.480000', '204217.482000', '204217.485000', '204217.487000', '204217.490000', '204217.493000', '204217.496000', '204217.499000', '204217.501000', '204217.504000', '204217.507000', '204237.397000', '204237.399000', '204237.402000', '204237.405000', '204237.407000', '204237.410000', '204237.412000', '204237.415000', '204237.417000', '204237.420000', '204237.423000', '204237.425000', '204237.428000', '204237.430000', '204237.433000', '204237.435000', '204237.438000', '204237.440000', '204237.443000', '204237.446000', '204237.448000', '204237.451000', '204237.453000', '204237.456000', '204237.458000', '204237.461000', '204237.463000', '204237.466000', '204237.469000', '204237.471000', '204237.474000', '204237.477000', '204237.479000', '204237.482000', '204237.484000', '204237.487000', '204237.490000', '204237.492000', '204237.495000', '204237.497000', '204237.500000', '204237.503000', '204237.505000', '204237.508000', '204257.396000', '204257.399000', '204257.402000', '204257.404000', '204257.407000', '204257.410000', '204257.412000', '204257.415000', '204257.417000', '204257.420000', '204257.423000', '204257.425000', '204257.428000', '204257.430000', '204257.433000', '204257.436000', '204257.438000', '204257.441000', '204257.443000', '204257.446000', '204257.448000', '204257.451000', '204257.454000', '204257.456000', '204257.459000', '204257.461000', '204257.464000', '204257.467000', '204257.469000', '204257.472000', '204257.474000', '204257.477000', '204257.480000', '204257.482000', '204257.485000', '204257.488000', '204257.490000', '204257.493000', '204257.496000', '204257.498000', '204257.501000', '204257.504000', '204257.507000', '204317.398000', '204317.400000', '204317.403000', '204317.406000', '204317.409000', '204317.411000', '204317.414000', '204317.417000', '204317.419000', '204317.422000', '204317.425000', '204317.427000', '204317.430000', '204317.432000', '204317.435000', '204317.438000', '204317.440000', '204317.443000', '204317.445000', '204317.448000', '204317.451000', '204317.453000', '204317.456000', '204317.458000', '204317.461000', '204317.463000', '204317.466000', '204317.469000', '204317.471000', '204317.474000', '204317.476000', '204317.479000', '204317.482000', '204317.484000', '204317.487000', '204317.489000', '204317.492000', '204317.495000', '204317.497000', '204317.500000', '204317.503000', '204317.505000', '204317.508000', '204317.510000', '204337.398000', '204337.400000', '204337.403000', '204337.406000', '204337.408000', '204337.411000', '204337.414000', '204337.416000', '204337.419000', '204337.421000', '204337.424000', '204337.426000', '204337.429000', '204337.431000', '204337.434000', '204337.437000', '204337.439000', '204337.442000', '204337.444000', '204337.447000', '204337.450000', '204337.452000', '204337.455000', '204337.457000', '204337.460000', '204337.462000', '204337.465000', '204337.468000', '204337.470000', '204337.473000', '204337.476000', '204337.478000', '204337.481000', '204337.484000', '204337.498000', '204337.500000', '204337.503000', '204337.505000', '204337.508000', '204337.510000', '204337.513000', '204337.516000', '204337.518000', '204357.398000', '204357.400000', '204357.403000', '204357.405000', '204357.408000', '204357.411000', '204357.413000', '204357.416000', '204357.418000', '204357.421000', '204357.423000', '204357.426000', '204357.429000', '204357.431000', '204357.434000', '204357.436000', '204357.439000', '204357.441000', '204357.444000', '204357.446000', '204357.449000', '204357.452000', '204357.454000', '204357.457000', '204357.459000', '204357.462000', '204357.464000', '204357.467000', '204357.470000', '204357.472000', '204357.475000', '204357.477000', '204357.480000', '204357.482000', '204357.485000', '204357.488000', '204357.490000', '204357.493000', '204357.495000', '204357.498000', '204357.501000', '204357.503000', '204357.507000', '204357.509000', '204417.396000', '204417.399000', '204417.402000', '204417.404000', '204417.407000', '204417.410000', '204417.412000', '204417.415000', '204417.417000', '204417.425000', '204417.428000', '204417.430000', '204417.433000', '204417.436000', '204417.438000', '204417.441000', '204417.443000', '204417.446000', '204417.449000', '204417.452000', '204417.454000', '204417.457000', '204417.459000', '204417.462000', '204417.465000', '204417.467000', '204417.470000', '204417.472000', '204417.475000', '204417.477000', '204417.480000', '204417.483000', '204417.486000', '204417.488000', '204417.491000', '204417.493000', '204417.496000', '204417.499000', '204417.501000', '204417.504000', '204417.506000', '204417.509000', '204417.512000', '204437.397000', '204437.399000', '204437.402000', '204437.405000', '204437.407000', '204437.410000', '204437.412000', '204437.415000', '204437.417000', '204437.420000', '204437.423000', '204437.425000', '204437.428000', '204437.430000', '204437.433000', '204437.436000', '204437.438000', '204437.441000', '204437.443000', '204437.446000', '204437.449000', '204437.451000', '204437.454000', '204437.456000', '204437.459000', '204437.462000', '204437.464000', '204437.467000', '204437.469000', '204437.472000', '204437.474000', '204437.477000', '204437.480000', '204437.482000', '204437.485000', '204437.487000', '204437.490000', '204437.493000', '204437.495000', '204437.498000', '204437.501000', '204437.503000', '204437.506000', '204437.508000', '204457.397000', '204457.399000', '204457.402000', '204457.405000', '204457.407000', '204457.410000', '204457.412000', '204457.415000', '204457.417000', '204457.420000', '204457.423000', '204457.425000', '204457.428000', '204457.430000', '204457.433000', '204457.435000', '204457.438000', '204457.441000', '204457.443000', '204457.446000', '204457.449000', '204457.451000', '204457.454000', '204457.457000', '204457.459000', '204457.462000', '204457.464000', '204457.467000', '204457.470000', '204457.472000', '204457.475000', '204457.478000', '204457.480000', '204457.483000', '204457.485000', '204457.488000', '204457.491000', '204457.493000', '204457.496000', '204457.498000', '204457.501000', '204457.503000', '204457.506000', '204517.396000', '204517.441000', '204517.444000', '204517.446000', '204517.449000', '204517.451000', '204517.454000', '204517.456000', '204517.459000', '204517.462000', '204517.464000', '204517.467000', '204517.469000', '204517.472000', '204517.475000', '204517.477000', '204517.480000', '204517.483000', '204517.485000', '204517.488000', '204517.490000', '204517.493000', '204517.495000', '204517.498000', '204517.501000', '204517.503000', '204517.506000', '204517.508000', '204517.511000', '204517.514000', '204517.516000', '204517.519000', '204517.521000', '204517.524000', '204517.527000', '204517.529000', '204517.532000', '204517.535000', '204517.537000', '204517.540000', '204517.542000', '204517.545000', '204517.547000', '204517.550000', '204537.398000', '204537.400000', '204537.403000', '204537.406000', '204537.408000', '204537.411000', '204537.413000', '204537.416000', '204537.419000', '204537.421000', '204537.424000', '204537.426000', '204537.429000', '204537.432000', '204537.434000', '204537.437000', '204537.439000', '204537.442000', '204537.445000', '204537.447000', '204537.450000', '204537.452000', '204537.455000', '204537.458000', '204537.460000', '204537.463000', '204537.465000', '204537.468000', '204537.470000', '204537.473000', '204537.476000', '204537.478000', '204537.481000', '204537.483000', '204537.486000', '204537.489000', '204537.491000', '204537.494000', '204537.496000', '204537.499000', '204537.502000', '204537.504000', '204537.507000', '204557.398000', '204557.400000', '204557.403000', '204557.406000', '204557.408000', '204557.411000', '204557.414000', '204557.416000', '204557.419000', '204557.422000', '204557.424000', '204557.427000', '204557.429000', '204557.432000', '204557.435000', '204557.438000', '204557.440000', '204557.443000', '204557.445000', '204557.448000', '204557.451000', '204557.453000', '204557.456000', '204557.458000', '204557.461000', '204557.464000', '204557.466000', '204557.469000', '204557.472000', '204557.474000', '204557.477000', '204557.480000', '204557.482000', '204557.485000', '204557.487000', '204557.490000', '204557.492000', '204557.495000', '204557.498000', '204557.500000', '204557.503000', '204557.505000', '204557.509000', '204557.511000', '204617.397000', '204617.400000', '204617.403000', '204617.406000', '204617.408000', '204617.411000', '204617.413000', '204617.416000', '204617.419000', '204617.421000', '204617.424000', '204617.426000', '204617.429000', '204617.432000', '204617.434000', '204617.437000', '204617.439000', '204617.442000', '204617.444000', '204617.447000', '204617.450000', '204617.452000', '204617.455000', '204617.457000', '204617.460000', '204617.463000', '204617.465000', '204617.468000', '204617.471000', '204617.473000', '204617.476000', '204617.479000', '204617.481000', '204617.484000', '204617.487000', '204617.489000', '204617.492000', '204617.495000', '204617.497000', '204617.500000', '204617.502000', '204617.505000', '204617.508000', '204637.396000', '204637.399000', '204637.402000', '204637.404000', '204637.407000', '204637.410000', '204637.413000', '204637.415000', '204637.418000', '204637.421000', '204637.423000', '204637.426000', '204637.435000', '204637.438000', '204637.440000', '204637.443000', '204637.446000', '204637.448000', '204637.451000', '204637.453000', '204637.456000', '204637.459000', '204637.461000', '204637.464000', '204637.466000', '204637.469000', '204637.472000', '204637.474000', '204637.477000', '204637.480000', '204637.483000', '204637.485000', '204637.488000', '204637.491000', '204637.493000', '204637.496000', '204637.498000', '204637.501000', '204637.504000', '204637.506000', '204637.509000', '204637.511000', '204637.514000', '204637.517000', '204657.397000', '204657.399000', '204657.402000', '204657.405000', '204657.408000', '204657.410000', '204657.413000', '204657.416000', '204657.418000', '204657.421000', '204657.423000', '204657.426000', '204657.429000', '204657.431000', '204657.434000', '204657.437000', '204657.439000', '204657.442000', '204657.445000', '204657.447000', '204657.450000', '204657.452000', '204657.455000', '204657.457000', '204657.460000', '204657.463000', '204657.467000', '204657.469000', '204657.472000', '204657.474000', '204657.477000', '204657.479000', '204657.482000', '204657.485000', '204657.487000', '204657.490000', '204657.492000', '204657.495000', '204657.497000', '204657.500000', '204657.503000', '204657.505000', '204657.508000', '204717.396000', '204717.399000', '204717.402000', '204717.404000', '204717.407000', '204717.410000', '204717.412000', '204717.416000', '204717.418000', '204717.421000', '204717.424000', '204717.427000', '204717.429000', '204717.432000', '204717.434000', '204717.437000', '204717.440000', '204717.442000', '204717.445000', '204717.447000', '204717.450000', '204717.452000', '204717.455000', '204717.457000', '204717.460000', '204717.463000', '204717.465000', '204717.468000', '204717.471000', '204717.473000', '204717.476000', '204717.478000', '204717.481000', '204717.483000', '204717.486000', '204717.488000', '204717.491000', '204717.494000', '204717.496000', '204717.499000', '204717.501000', '204717.504000', '204717.506000', '204737.397000', '204737.399000', '204737.402000', '204737.404000', '204737.407000', '204737.410000', '204737.412000', '204737.415000', '204737.417000', '204737.420000', '204737.423000', '204737.425000', '204737.428000', '204737.430000', '204737.433000', '204737.435000', '204737.438000', '204737.440000', '204737.443000', '204737.446000', '204737.448000', '204737.451000', '204737.453000', '204737.456000', '204737.459000', '204737.461000', '204737.464000', '204737.466000', '204737.469000', '204737.471000', '204737.474000', '204737.476000', '204737.479000', '204737.482000', '204737.484000', '204737.487000', '204737.489000', '204737.492000', '204737.495000', '204737.497000', '204737.500000', '204737.503000', '204737.505000', '204737.508000', '204757.397000', '204757.400000', '204757.403000', '204757.406000', '204757.408000', '204757.411000', '204757.413000', '204757.416000', '204757.418000', '204757.421000', '204757.424000', '204757.426000', '204757.429000', '204757.431000', '204757.434000', '204757.437000', '204757.439000', '204757.442000', '204757.444000', '204757.447000', '204757.450000', '204757.452000', '204757.455000', '204757.468000', '204757.470000', '204757.473000', '204757.476000', '204757.478000', '204757.481000', '204757.483000', '204757.486000', '204757.489000', '204757.491000', '204757.494000', '204757.496000', '204757.499000', '204757.501000', '204757.504000', '204757.507000', '204757.509000', '204757.512000', '204757.515000', '204757.517000', '204817.398000', '204817.400000', '204817.403000', '204817.406000', '204817.408000', '204817.411000', '204817.413000', '204817.416000', '204817.419000', '204817.421000', '204817.424000', '204817.427000', '204817.429000', '204817.432000', '204817.435000', '204817.437000', '204817.440000', '204817.442000', '204817.445000', '204817.448000', '204817.450000', '204817.453000', '204817.456000', '204817.458000', '204817.461000', '204817.463000', '204817.466000', '204817.468000', '204817.471000', '204817.474000', '204817.476000', '204817.479000', '204817.481000', '204817.484000', '204817.487000', '204817.489000', '204817.492000', '204817.494000', '204817.497000', '204817.499000', '204817.502000', '204817.505000', '204817.507000', '204817.510000', '204837.397000', '204837.401000', '204837.404000', '204837.407000', '204837.410000', '204837.412000', '204837.415000', '204837.418000', '204837.420000', '204837.423000', '204837.426000', '204837.428000', '204837.431000', '204837.433000', '204837.436000', '204837.439000', '204837.442000', '204837.444000', '204837.447000', '204837.449000', '204837.452000', '204837.456000', '204837.458000', '204837.461000', '204837.464000', '204837.466000', '204837.469000', '204837.471000', '204837.474000', '204837.477000', '204837.479000', '204837.482000', '204837.484000', '204837.487000', '204837.489000', '204837.492000', '204837.495000', '204837.497000', '204837.500000', '204837.503000', '204837.505000', '204837.508000', '204837.511000', '204857.397000', '204857.400000', '204857.402000', '204857.405000', '204857.407000', '204857.410000', '204857.413000', '204857.415000', '204857.418000', '204857.421000', '204857.423000', '204857.426000', '204857.428000', '204857.431000', '204857.434000', '204857.436000', '204857.439000', '204857.442000', '204857.444000', '204857.447000', '204857.449000', '204857.452000', '204857.455000', '204857.457000', '204857.460000', '204857.463000', '204857.465000', '204857.468000', '204857.470000', '204857.473000', '204857.476000', '204857.478000', '204857.481000', '204857.484000', '204857.486000', '204857.489000', '204857.491000', '204857.494000', '204857.497000', '204857.499000', '204857.502000', '204857.505000', '204857.507000', '204857.510000', '204917.397000', '204917.400000', '204917.403000', '204917.405000', '204917.408000', '204917.411000', '204917.413000', '204917.416000', '204917.418000', '204917.421000', '204917.424000', '204917.426000', '204917.429000', '204917.432000', '204917.434000', '204917.437000', '204917.439000', '204917.442000', '204917.445000', '204917.460000', '204917.462000', '204917.465000', '204917.467000', '204917.470000', '204917.473000', '204917.475000', '204917.478000', '204917.481000', '204917.483000', '204917.486000', '204917.488000', '204917.491000', '204917.494000', '204917.496000', '204917.499000', '204917.502000', '204917.504000', '204917.507000', '204917.510000', '204917.512000', '204917.515000', '204917.518000', '204917.520000', '204917.523000', '204937.397000', '204937.400000', '204937.402000', '204937.405000', '204937.408000', '204937.410000', '204937.413000', '204937.416000', '204937.418000', '204937.421000', '204937.424000', '204937.426000', '204937.429000', '204937.432000', '204937.434000', '204937.437000', '204937.440000', '204937.442000', '204937.445000', '204937.447000', '204937.450000', '204937.453000', '204937.455000', '204937.458000', '204937.461000', '204937.463000', '204937.466000', '204937.468000', '204937.471000', '204937.474000', '204937.476000', '204937.479000', '204937.482000', '204937.484000', '204937.487000', '204937.490000', '204937.492000', '204937.495000', '204937.497000', '204937.500000', '204937.503000', '204937.505000', '204937.508000', '204957.397000', '204957.399000', '204957.402000', '204957.405000', '204957.408000', '204957.410000', '204957.413000', '204957.416000', '204957.418000', '204957.421000', '204957.424000', '204957.426000', '204957.429000', '204957.432000', '204957.434000', '204957.437000', '204957.440000', '204957.442000', '204957.445000', '204957.448000', '204957.450000', '204957.453000', '204957.455000', '204957.458000', '204957.461000', '204957.463000', '204957.466000', '204957.469000', '204957.471000', '204957.474000', '204957.477000', '204957.480000', '204957.482000', '204957.485000', '204957.487000', '204957.490000', '204957.494000', '204957.497000', '204957.500000', '204957.502000', '204957.505000', '204957.508000', '204957.510000', '205017.398000', '205017.400000', '205017.403000', '205017.406000', '205017.409000', '205017.411000', '205017.414000', '205017.417000', '205017.420000', '205017.422000', '205017.425000', '205017.428000', '205017.431000', '205017.433000', '205017.436000', '205017.438000', '205017.441000', '205017.444000', '205017.446000', '205017.449000', '205017.452000', '205017.454000', '205017.457000', '205017.459000', '205017.462000', '205017.465000', '205017.467000', '205017.470000', '205017.473000', '205017.475000', '205017.478000', '205017.481000', '205017.483000', '205017.486000', '205017.488000', '205017.491000', '205017.494000', '205017.497000', '205017.499000', '205017.502000', '205017.505000', '205017.507000', '205017.510000', '205017.512000', '205037.398000', '205037.401000', '205037.403000', '205037.406000', '205037.409000', '205037.411000', '205037.414000', '205037.417000', '205037.419000', '205037.422000', '205037.425000', '205037.427000', '205037.430000', '205037.432000', '205037.435000', '205037.438000', '205037.452000', '205037.455000', '205037.458000', '205037.461000', '205037.463000', '205037.466000', '205037.468000', '205037.471000', '205037.474000', '205037.476000', '205037.479000', '205037.482000', '205037.485000', '205037.487000', '205037.490000', '205037.493000', '205037.495000', '205037.498000', '205037.501000', '205037.503000', '205037.506000', '205037.509000', '205037.511000', '205037.514000', '205037.517000', '205037.519000', '205037.522000', '205051.717000', '205051.720000', '205051.723000', '205051.726000', '205051.728000', '205051.731000', '205051.735000', '205051.737000', '205051.740000', '205051.743000', '205051.746000', '205051.749000', '205051.751000', '205051.754000', '205051.757000', '205051.760000', '205051.763000', '205051.766000', '205051.769000', '205051.772000', '205051.775000', '205051.777000', '205051.780000', '205051.783000', '205051.786000', '205051.788000', '205051.791000', '205051.794000', '205051.797000', '205051.799000', '205051.802000', '205051.805000'], 'InstanceCreationTime': ['204057.437000', '204057.443000', '204057.477000', '204057.480000', '204057.482000', '204057.485000', '204057.488000', '204057.490000', '204057.493000', '204057.495000', '204057.498000', '204057.501000', '204057.503000', '204057.506000', '204057.508000', '204057.511000', '204057.514000', '204057.517000', '204057.519000', '204057.522000', '204057.524000', '204057.527000', '204057.529000', '204057.532000', '204057.535000', '204057.542000', '204057.545000', '204057.547000', '204057.550000', '204117.398000', '204117.400000', '204117.403000', '204117.405000', '204117.408000', '204117.416000', '204117.418000', '204117.421000', '204117.423000', '204117.426000', '204117.429000', '204117.431000', '204117.434000', '204117.436000', '204117.439000', '204117.441000', '204117.444000', '204117.447000', '204117.449000', '204117.452000', '204117.454000', '204117.457000', '204117.459000', '204117.462000', '204117.464000', '204117.467000', '204117.470000', '204117.472000', '204117.475000', '204117.477000', '204117.480000', '204117.482000', '204117.485000', '204117.487000', '204117.490000', '204117.493000', '204117.495000', '204117.498000', '204117.500000', '204117.503000', '204117.505000', '204117.508000', '204117.510000', '204117.513000', '204137.397000', '204137.400000', '204137.403000', '204137.405000', '204137.408000', '204137.411000', '204137.413000', '204137.416000', '204137.419000', '204137.422000', '204137.424000', '204137.427000', '204137.447000', '204137.449000', '204137.452000', '204137.454000', '204137.457000', '204137.459000', '204137.462000', '204137.464000', '204137.467000', '204137.469000', '204137.472000', '204137.474000', '204137.477000', '204137.480000', '204137.482000', '204137.485000', '204137.487000', '204137.490000', '204137.492000', '204137.495000', '204137.497000', '204137.500000', '204137.503000', '204137.505000', '204137.508000', '204137.510000', '204137.513000', '204137.516000', '204137.518000', '204137.521000', '204137.523000', '204157.396000', '204157.399000', '204157.402000', '204157.404000', '204157.407000', '204157.409000', '204157.412000', '204157.414000', '204157.417000', '204157.419000', '204157.422000', '204157.425000', '204157.427000', '204157.430000', '204157.432000', '204157.435000', '204157.437000', '204157.440000', '204157.442000', '204157.445000', '204157.447000', '204157.450000', '204157.453000', '204157.455000', '204157.458000', '204157.460000', '204157.463000', '204157.465000', '204157.468000', '204157.470000', '204157.473000', '204157.476000', '204157.478000', '204157.481000', '204157.484000', '204157.486000', '204157.489000', '204157.491000', '204157.494000', '204157.507000', '204157.509000', '204157.512000', '204157.514000', '204157.517000', '204217.396000', '204217.399000', '204217.402000', '204217.404000', '204217.407000', '204217.409000', '204217.412000', '204217.415000', '204217.417000', '204217.420000', '204217.422000', '204217.425000', '204217.428000', '204217.430000', '204217.433000', '204217.435000', '204217.438000', '204217.441000', '204217.443000', '204217.446000', '204217.449000', '204217.451000', '204217.454000', '204217.456000', '204217.459000', '204217.462000', '204217.464000', '204217.467000', '204217.469000', '204217.472000', '204217.474000', '204217.477000', '204217.480000', '204217.482000', '204217.485000', '204217.487000', '204217.490000', '204217.493000', '204217.496000', '204217.499000', '204217.501000', '204217.504000', '204217.507000', '204237.397000', '204237.399000', '204237.402000', '204237.405000', '204237.407000', '204237.410000', '204237.412000', '204237.415000', '204237.417000', '204237.420000', '204237.423000', '204237.425000', '204237.428000', '204237.430000', '204237.433000', '204237.435000', '204237.438000', '204237.440000', '204237.443000', '204237.446000', '204237.448000', '204237.451000', '204237.453000', '204237.456000', '204237.458000', '204237.461000', '204237.463000', '204237.466000', '204237.469000', '204237.471000', '204237.474000', '204237.477000', '204237.479000', '204237.482000', '204237.484000', '204237.487000', '204237.490000', '204237.492000', '204237.495000', '204237.497000', '204237.500000', '204237.503000', '204237.505000', '204237.508000', '204257.396000', '204257.399000', '204257.402000', '204257.404000', '204257.407000', '204257.410000', '204257.412000', '204257.415000', '204257.417000', '204257.420000', '204257.423000', '204257.425000', '204257.428000', '204257.430000', '204257.433000', '204257.436000', '204257.438000', '204257.441000', '204257.443000', '204257.446000', '204257.448000', '204257.451000', '204257.454000', '204257.456000', '204257.459000', '204257.461000', '204257.464000', '204257.467000', '204257.469000', '204257.472000', '204257.474000', '204257.477000', '204257.480000', '204257.482000', '204257.485000', '204257.488000', '204257.490000', '204257.493000', '204257.496000', '204257.498000', '204257.501000', '204257.504000', '204257.507000', '204317.398000', '204317.400000', '204317.403000', '204317.406000', '204317.409000', '204317.411000', '204317.414000', '204317.417000', '204317.419000', '204317.422000', '204317.425000', '204317.427000', '204317.430000', '204317.432000', '204317.435000', '204317.438000', '204317.440000', '204317.443000', '204317.445000', '204317.448000', '204317.451000', '204317.453000', '204317.456000', '204317.458000', '204317.461000', '204317.463000', '204317.466000', '204317.469000', '204317.471000', '204317.474000', '204317.476000', '204317.479000', '204317.482000', '204317.484000', '204317.487000', '204317.489000', '204317.492000', '204317.495000', '204317.497000', '204317.500000', '204317.503000', '204317.505000', '204317.508000', '204317.510000', '204337.398000', '204337.400000', '204337.403000', '204337.406000', '204337.408000', '204337.411000', '204337.414000', '204337.416000', '204337.419000', '204337.421000', '204337.424000', '204337.426000', '204337.429000', '204337.431000', '204337.434000', '204337.437000', '204337.439000', '204337.442000', '204337.444000', '204337.447000', '204337.450000', '204337.452000', '204337.455000', '204337.457000', '204337.460000', '204337.462000', '204337.465000', '204337.468000', '204337.470000', '204337.473000', '204337.476000', '204337.478000', '204337.481000', '204337.484000', '204337.498000', '204337.500000', '204337.503000', '204337.505000', '204337.508000', '204337.510000', '204337.513000', '204337.516000', '204337.518000', '204357.398000', '204357.400000', '204357.403000', '204357.405000', '204357.408000', '204357.411000', '204357.413000', '204357.416000', '204357.418000', '204357.421000', '204357.423000', '204357.426000', '204357.429000', '204357.431000', '204357.434000', '204357.436000', '204357.439000', '204357.441000', '204357.444000', '204357.446000', '204357.449000', '204357.452000', '204357.454000', '204357.457000', '204357.459000', '204357.462000', '204357.464000', '204357.467000', '204357.470000', '204357.472000', '204357.475000', '204357.477000', '204357.480000', '204357.482000', '204357.485000', '204357.488000', '204357.490000', '204357.493000', '204357.495000', '204357.498000', '204357.501000', '204357.503000', '204357.507000', '204357.509000', '204417.396000', '204417.399000', '204417.402000', '204417.404000', '204417.407000', '204417.410000', '204417.412000', '204417.415000', '204417.417000', '204417.425000', '204417.428000', '204417.430000', '204417.433000', '204417.436000', '204417.438000', '204417.441000', '204417.443000', '204417.446000', '204417.449000', '204417.452000', '204417.454000', '204417.457000', '204417.459000', '204417.462000', '204417.465000', '204417.467000', '204417.470000', '204417.472000', '204417.475000', '204417.477000', '204417.480000', '204417.483000', '204417.486000', '204417.488000', '204417.491000', '204417.493000', '204417.496000', '204417.499000', '204417.501000', '204417.504000', '204417.506000', '204417.509000', '204417.512000', '204437.397000', '204437.399000', '204437.402000', '204437.405000', '204437.407000', '204437.410000', '204437.412000', '204437.415000', '204437.417000', '204437.420000', '204437.423000', '204437.425000', '204437.428000', '204437.430000', '204437.433000', '204437.436000', '204437.438000', '204437.441000', '204437.443000', '204437.446000', '204437.449000', '204437.451000', '204437.454000', '204437.456000', '204437.459000', '204437.462000', '204437.464000', '204437.467000', '204437.469000', '204437.472000', '204437.474000', '204437.477000', '204437.480000', '204437.482000', '204437.485000', '204437.487000', '204437.490000', '204437.493000', '204437.495000', '204437.498000', '204437.501000', '204437.503000', '204437.506000', '204437.508000', '204457.397000', '204457.399000', '204457.402000', '204457.405000', '204457.407000', '204457.410000', '204457.412000', '204457.415000', '204457.417000', '204457.420000', '204457.423000', '204457.425000', '204457.428000', '204457.430000', '204457.433000', '204457.435000', '204457.438000', '204457.441000', '204457.443000', '204457.446000', '204457.449000', '204457.451000', '204457.454000', '204457.457000', '204457.459000', '204457.462000', '204457.464000', '204457.467000', '204457.470000', '204457.472000', '204457.475000', '204457.478000', '204457.480000', '204457.483000', '204457.485000', '204457.488000', '204457.491000', '204457.493000', '204457.496000', '204457.498000', '204457.501000', '204457.503000', '204457.506000', '204517.396000', '204517.441000', '204517.444000', '204517.446000', '204517.449000', '204517.451000', '204517.454000', '204517.456000', '204517.459000', '204517.462000', '204517.464000', '204517.467000', '204517.469000', '204517.472000', '204517.475000', '204517.477000', '204517.480000', '204517.483000', '204517.485000', '204517.488000', '204517.490000', '204517.493000', '204517.495000', '204517.498000', '204517.501000', '204517.503000', '204517.506000', '204517.508000', '204517.511000', '204517.514000', '204517.516000', '204517.519000', '204517.521000', '204517.524000', '204517.527000', '204517.529000', '204517.532000', '204517.535000', '204517.537000', '204517.540000', '204517.542000', '204517.545000', '204517.547000', '204517.550000', '204537.398000', '204537.400000', '204537.403000', '204537.406000', '204537.408000', '204537.411000', '204537.413000', '204537.416000', '204537.419000', '204537.421000', '204537.424000', '204537.426000', '204537.429000', '204537.432000', '204537.434000', '204537.437000', '204537.439000', '204537.442000', '204537.445000', '204537.447000', '204537.450000', '204537.452000', '204537.455000', '204537.458000', '204537.460000', '204537.463000', '204537.465000', '204537.468000', '204537.470000', '204537.473000', '204537.476000', '204537.478000', '204537.481000', '204537.483000', '204537.486000', '204537.489000', '204537.491000', '204537.494000', '204537.496000', '204537.499000', '204537.502000', '204537.504000', '204537.507000', '204557.398000', '204557.400000', '204557.403000', '204557.406000', '204557.408000', '204557.411000', '204557.414000', '204557.416000', '204557.419000', '204557.422000', '204557.424000', '204557.427000', '204557.429000', '204557.432000', '204557.435000', '204557.438000', '204557.440000', '204557.443000', '204557.445000', '204557.448000', '204557.451000', '204557.453000', '204557.456000', '204557.458000', '204557.461000', '204557.464000', '204557.466000', '204557.469000', '204557.472000', '204557.474000', '204557.477000', '204557.480000', '204557.482000', '204557.485000', '204557.487000', '204557.490000', '204557.492000', '204557.495000', '204557.498000', '204557.500000', '204557.503000', '204557.505000', '204557.509000', '204557.511000', '204617.397000', '204617.400000', '204617.403000', '204617.406000', '204617.408000', '204617.411000', '204617.413000', '204617.416000', '204617.419000', '204617.421000', '204617.424000', '204617.426000', '204617.429000', '204617.432000', '204617.434000', '204617.437000', '204617.439000', '204617.442000', '204617.444000', '204617.447000', '204617.450000', '204617.452000', '204617.455000', '204617.457000', '204617.460000', '204617.463000', '204617.465000', '204617.468000', '204617.471000', '204617.473000', '204617.476000', '204617.479000', '204617.481000', '204617.484000', '204617.487000', '204617.489000', '204617.492000', '204617.495000', '204617.497000', '204617.500000', '204617.502000', '204617.505000', '204617.508000', '204637.396000', '204637.399000', '204637.402000', '204637.404000', '204637.407000', '204637.410000', '204637.413000', '204637.415000', '204637.418000', '204637.421000', '204637.423000', '204637.426000', '204637.435000', '204637.438000', '204637.440000', '204637.443000', '204637.446000', '204637.448000', '204637.451000', '204637.453000', '204637.456000', '204637.459000', '204637.461000', '204637.464000', '204637.466000', '204637.469000', '204637.472000', '204637.474000', '204637.477000', '204637.480000', '204637.483000', '204637.485000', '204637.488000', '204637.491000', '204637.493000', '204637.496000', '204637.498000', '204637.501000', '204637.504000', '204637.506000', '204637.509000', '204637.511000', '204637.514000', '204637.517000', '204657.397000', '204657.399000', '204657.402000', '204657.405000', '204657.408000', '204657.410000', '204657.413000', '204657.416000', '204657.418000', '204657.421000', '204657.423000', '204657.426000', '204657.429000', '204657.431000', '204657.434000', '204657.437000', '204657.439000', '204657.442000', '204657.445000', '204657.447000', '204657.450000', '204657.452000', '204657.455000', '204657.457000', '204657.460000', '204657.463000', '204657.467000', '204657.469000', '204657.472000', '204657.474000', '204657.477000', '204657.479000', '204657.482000', '204657.485000', '204657.487000', '204657.490000', '204657.492000', '204657.495000', '204657.497000', '204657.500000', '204657.503000', '204657.505000', '204657.508000', '204717.396000', '204717.399000', '204717.402000', '204717.404000', '204717.407000', '204717.410000', '204717.412000', '204717.416000', '204717.418000', '204717.421000', '204717.424000', '204717.427000', '204717.429000', '204717.432000', '204717.434000', '204717.437000', '204717.440000', '204717.442000', '204717.445000', '204717.447000', '204717.450000', '204717.452000', '204717.455000', '204717.457000', '204717.460000', '204717.463000', '204717.465000', '204717.468000', '204717.471000', '204717.473000', '204717.476000', '204717.478000', '204717.481000', '204717.483000', '204717.486000', '204717.488000', '204717.491000', '204717.494000', '204717.496000', '204717.499000', '204717.501000', '204717.504000', '204717.506000', '204737.397000', '204737.399000', '204737.402000', '204737.404000', '204737.407000', '204737.410000', '204737.412000', '204737.415000', '204737.417000', '204737.420000', '204737.423000', '204737.425000', '204737.428000', '204737.430000', '204737.433000', '204737.435000', '204737.438000', '204737.440000', '204737.443000', '204737.446000', '204737.448000', '204737.451000', '204737.453000', '204737.456000', '204737.459000', '204737.461000', '204737.464000', '204737.466000', '204737.469000', '204737.471000', '204737.474000', '204737.476000', '204737.479000', '204737.482000', '204737.484000', '204737.487000', '204737.489000', '204737.492000', '204737.495000', '204737.497000', '204737.500000', '204737.503000', '204737.505000', '204737.508000', '204757.397000', '204757.400000', '204757.403000', '204757.406000', '204757.408000', '204757.411000', '204757.413000', '204757.416000', '204757.418000', '204757.421000', '204757.424000', '204757.426000', '204757.429000', '204757.431000', '204757.434000', '204757.437000', '204757.439000', '204757.442000', '204757.444000', '204757.447000', '204757.450000', '204757.452000', '204757.455000', '204757.468000', '204757.470000', '204757.473000', '204757.476000', '204757.478000', '204757.481000', '204757.483000', '204757.486000', '204757.489000', '204757.491000', '204757.494000', '204757.496000', '204757.499000', '204757.501000', '204757.504000', '204757.507000', '204757.509000', '204757.512000', '204757.515000', '204757.517000', '204817.398000', '204817.400000', '204817.403000', '204817.406000', '204817.408000', '204817.411000', '204817.413000', '204817.416000', '204817.419000', '204817.421000', '204817.424000', '204817.427000', '204817.429000', '204817.432000', '204817.435000', '204817.437000', '204817.440000', '204817.442000', '204817.445000', '204817.448000', '204817.450000', '204817.453000', '204817.456000', '204817.458000', '204817.461000', '204817.463000', '204817.466000', '204817.468000', '204817.471000', '204817.474000', '204817.476000', '204817.479000', '204817.481000', '204817.484000', '204817.487000', '204817.489000', '204817.492000', '204817.494000', '204817.497000', '204817.499000', '204817.502000', '204817.505000', '204817.507000', '204817.510000', '204837.397000', '204837.401000', '204837.404000', '204837.407000', '204837.410000', '204837.412000', '204837.415000', '204837.418000', '204837.420000', '204837.423000', '204837.426000', '204837.428000', '204837.431000', '204837.433000', '204837.436000', '204837.439000', '204837.442000', '204837.444000', '204837.447000', '204837.449000', '204837.452000', '204837.456000', '204837.458000', '204837.461000', '204837.464000', '204837.466000', '204837.469000', '204837.471000', '204837.474000', '204837.477000', '204837.479000', '204837.482000', '204837.484000', '204837.487000', '204837.489000', '204837.492000', '204837.495000', '204837.497000', '204837.500000', '204837.503000', '204837.505000', '204837.508000', '204837.511000', '204857.397000', '204857.400000', '204857.402000', '204857.405000', '204857.407000', '204857.410000', '204857.413000', '204857.415000', '204857.418000', '204857.421000', '204857.423000', '204857.426000', '204857.428000', '204857.431000', '204857.434000', '204857.436000', '204857.439000', '204857.442000', '204857.444000', '204857.447000', '204857.449000', '204857.452000', '204857.455000', '204857.457000', '204857.460000', '204857.463000', '204857.465000', '204857.468000', '204857.470000', '204857.473000', '204857.476000', '204857.478000', '204857.481000', '204857.484000', '204857.486000', '204857.489000', '204857.491000', '204857.494000', '204857.497000', '204857.499000', '204857.502000', '204857.505000', '204857.507000', '204857.510000', '204917.397000', '204917.400000', '204917.403000', '204917.405000', '204917.408000', '204917.411000', '204917.413000', '204917.416000', '204917.418000', '204917.421000', '204917.424000', '204917.426000', '204917.429000', '204917.432000', '204917.434000', '204917.437000', '204917.439000', '204917.442000', '204917.445000', '204917.460000', '204917.462000', '204917.465000', '204917.467000', '204917.470000', '204917.473000', '204917.475000', '204917.478000', '204917.481000', '204917.483000', '204917.486000', '204917.488000', '204917.491000', '204917.494000', '204917.496000', '204917.499000', '204917.502000', '204917.504000', '204917.507000', '204917.510000', '204917.512000', '204917.515000', '204917.518000', '204917.520000', '204917.523000', '204937.397000', '204937.400000', '204937.402000', '204937.405000', '204937.408000', '204937.410000', '204937.413000', '204937.416000', '204937.418000', '204937.421000', '204937.424000', '204937.426000', '204937.429000', '204937.432000', '204937.434000', '204937.437000', '204937.440000', '204937.442000', '204937.445000', '204937.447000', '204937.450000', '204937.453000', '204937.455000', '204937.458000', '204937.461000', '204937.463000', '204937.466000', '204937.468000', '204937.471000', '204937.474000', '204937.476000', '204937.479000', '204937.482000', '204937.484000', '204937.487000', '204937.490000', '204937.492000', '204937.495000', '204937.497000', '204937.500000', '204937.503000', '204937.505000', '204937.508000', '204957.397000', '204957.399000', '204957.402000', '204957.405000', '204957.408000', '204957.410000', '204957.413000', '204957.416000', '204957.418000', '204957.421000', '204957.424000', '204957.426000', '204957.429000', '204957.432000', '204957.434000', '204957.437000', '204957.440000', '204957.442000', '204957.445000', '204957.448000', '204957.450000', '204957.453000', '204957.455000', '204957.458000', '204957.461000', '204957.463000', '204957.466000', '204957.469000', '204957.471000', '204957.474000', '204957.477000', '204957.480000', '204957.482000', '204957.485000', '204957.487000', '204957.490000', '204957.494000', '204957.497000', '204957.500000', '204957.502000', '204957.505000', '204957.508000', '204957.510000', '205017.398000', '205017.400000', '205017.403000', '205017.406000', '205017.409000', '205017.411000', '205017.414000', '205017.417000', '205017.420000', '205017.422000', '205017.425000', '205017.428000', '205017.431000', '205017.433000', '205017.436000', '205017.438000', '205017.441000', '205017.444000', '205017.446000', '205017.449000', '205017.452000', '205017.454000', '205017.457000', '205017.459000', '205017.462000', '205017.465000', '205017.467000', '205017.470000', '205017.473000', '205017.475000', '205017.478000', '205017.481000', '205017.483000', '205017.486000', '205017.488000', '205017.491000', '205017.494000', '205017.497000', '205017.499000', '205017.502000', '205017.505000', '205017.507000', '205017.510000', '205017.512000', '205037.398000', '205037.401000', '205037.403000', '205037.406000', '205037.409000', '205037.411000', '205037.414000', '205037.417000', '205037.419000', '205037.422000', '205037.425000', '205037.427000', '205037.430000', '205037.432000', '205037.435000', '205037.438000', '205037.452000', '205037.455000', '205037.458000', '205037.461000', '205037.463000', '205037.466000', '205037.468000', '205037.471000', '205037.474000', '205037.476000', '205037.479000', '205037.482000', '205037.485000', '205037.487000', '205037.490000', '205037.493000', '205037.495000', '205037.498000', '205037.501000', '205037.503000', '205037.506000', '205037.509000', '205037.511000', '205037.514000', '205037.517000', '205037.519000', '205037.522000', '205051.717000', '205051.720000', '205051.723000', '205051.726000', '205051.728000', '205051.731000', '205051.735000', '205051.737000', '205051.740000', '205051.743000', '205051.746000', '205051.749000', '205051.751000', '205051.754000', '205051.757000', '205051.760000', '205051.763000', '205051.766000', '205051.769000', '205051.772000', '205051.775000', '205051.777000', '205051.780000', '205051.783000', '205051.786000', '205051.788000', '205051.791000', '205051.794000', '205051.797000', '205051.799000', '205051.802000', '205051.805000'], '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': [11685, 11540, 10586, 7865, 11347, 9146, 11643, 8828, 10536, 11979, 9861, 9191, 9887, 7908, 10786, 10919, 9807, 12690, 10169, 11763, 9148, 7453, 10168, 8362, 9647, 12466, 9814, 11489, 9437, 7924, 8464, 11764, 9481, 10350, 8772, 10407, 8402, 10771, 8377, 7479, 8535, 11780, 9219, 10613, 8960, 10489, 9099, 10581, 8700, 10569, 8747, 10643, 8251, 10337, 8028, 10131, 7380, 10616, 11646, 9508, 12005, 9749, 10790, 8554, 11115, 8814, 10616, 8189, 10544, 7587, 9833, 7588, 10138, 9040, 10986, 8474, 10942, 11810, 9988, 8079, 10885, 7876, 11120, 11509, 9677, 12195, 10302, 11167, 9087, 8072, 9215, 11177, 9345, 10750, 8592, 10447, 7983, 10444, 8774, 10701, 8277, 10286, 11885, 10367, 10135, 8809, 7051, 10257, 12076, 9813, 10756, 8535, 10435, 8488, 10509, 8966, 10774, 7758, 9907, 11912, 9593, 8225, 10073, 7307, 11047, 10415, 9558, 11633, 10242, 11029, 8646, 8265, 8493, 10719, 9228, 10869, 8313, 10355, 8506, 10909, 8791, 10871, 8107, 10174, 9787, 10199, 7248, 10977, 7864, 10665, 8214, 9667, 10281, 9058, 7348, 10559, 8326, 10659, 8259, 10302, 10844, 9799, 7146, 10697, 8537, 10923, 8179, 9976, 12230, 9512, 8597, 9856, 7719, 10637, 11950, 9694, 11317, 9960, 10543, 8454, 7755, 9610, 11973, 9745, 10525, 9457, 10396, 8862, 8244, 8111, 8228, 8713, 10908, 9716, 10417, 9701, 9374, 8268, 8061, 9395, 11185, 9734, 10409, 9643, 8154, 8388, 6926, 10275, 10370, 10417, 11980, 10396, 11329, 9714, 7588, 10138, 7459, 11019, 8574, 10461, 11731, 9998, 10616, 9841, 7153, 10981, 9028, 10930, 8123, 10575, 10920, 10000, 7878, 11159, 8285, 10965, 8353, 10612, 11063, 9720, 8680, 10140, 7242, 10389, 7683, 10015, 10848, 9172, 9673, 9172, 7152, 10196, 7719, 10292, 9416, 9490, 11894, 9412, 7653, 10541, 12223, 9742, 10964, 9822, 10914, 9330, 7650, 9486, 7492, 10501, 12119, 9333, 12025, 10167, 10492, 8506, 11164, 9444, 10884, 8698, 10567, 7847, 11075, 7863, 10920, 9190, 10358, 8461, 10279, 8514, 7802, 10801, 8079, 11356, 9015, 11691, 9495, 12063, 9466, 9837, 7843, 11152, 7812, 11092, 8620, 10060, 8399, 9816, 7635, 10246, 7554, 10680, 7837, 10100, 11030, 9328, 6986, 10039, 8101, 10697, 11584, 9512, 11949, 9431, 11056, 7779, 10639, 7378, 10288, 8988, 9401, 12074, 9150, 7458, 9706, 8045, 10223, 11690, 9914, 11277, 8678, 11247, 8246, 11136, 9180, 10594, 7927, 10324, 11492, 9505, 7638, 11019, 8003, 11071, 11144, 9229, 11790, 10775, 8827, 8228, 7002, 10162, 11715, 9655, 10918, 8843, 10653, 8369, 11337, 8940, 10342, 7902, 10443, 10688, 9500, 7442, 10686, 7854, 10709, 7922, 9826, 12281, 10164, 8636, 8849, 8640, 9347, 11936, 9944, 11272, 9720, 7687, 8573, 7281, 10236, 12546, 9657, 11121, 8342, 10720, 7907, 10906, 8667, 10767, 8396, 9720, 11961, 10144, 8673, 8748, 6864, 10628, 12279, 9727, 11123, 9706, 10519, 8788, 8092, 8305, 9970, 8797, 10973, 9255, 10587, 8234, 10582, 8401, 10953, 8945, 10696, 8580, 9769, 12356, 9893, 7892, 9820, 6974, 10781, 12271, 9823, 10492, 9363, 10208, 8062, 9739, 8571, 10475, 7779, 10219, 11017, 9723, 11166, 9961, 10479, 8519, 9801, 8703, 10019, 9028, 8753, 8130, 10691, 9472, 10922, 8060, 10344, 8742, 10484, 7613, 10786, 7810, 10600, 10903, 9286, 11111, 10253, 10949, 9268, 9106, 8506, 10438, 9626, 10181, 8220, 10722, 8341, 10440, 8659, 10381, 7794, 10152, 8418, 9790, 7599, 10694, 8225, 10550, 8048, 10132, 11148, 9642, 8827, 9858, 7540, 11007, 9385, 9820, 11591, 10817, 10427, 8826, 9728, 8964, 11148, 9039, 10376, 8270, 10406, 7967, 10113, 8684, 11151, 8212, 10867, 10853, 9694, 7974, 10564, 7409, 11100, 8143, 10411, 11519, 9792, 8505, 9896, 7378, 11019, 10893, 9907, 11794, 10276, 10852, 10259, 8332, 8907, 7094, 10679, 9928, 9903, 11966, 9781, 11173, 9594, 7374, 10304, 7557, 10761, 10491, 9952, 12275, 10297, 8418, 9487, 7152, 10881, 8814, 9817, 11546, 9258, 11077, 9212, 7818, 9380, 11443, 9413, 10677, 8595, 10778, 8361, 10768, 7253, 10416, 8032, 10111, 7730, 9998, 8117, 11411, 8414, 8674, 9674, 12577, 10021, 11432, 9484, 11232, 8304, 11720, 8937, 11199, 8371, 10942, 9011, 10542, 7394, 11161, 8557, 10986, 8455, 10811, 10736, 9822, 7855, 10951, 8021, 11122, 9852, 10287, 12547, 10522, 10896, 9246, 8690, 9660, 11581, 9772, 10950, 7886, 10962, 8375, 10941, 8511, 10713, 7850, 10463, 9807, 9602, 9251, 10201, 7840, 10508, 11947, 9868, 10555, 9295, 10945, 8633, 7660, 9614, 11277, 9418, 10791, 8403, 11369, 8731, 10830, 9101, 10917, 8239, 11116, 8398, 10809, 8154, 11388, 8151, 10865, 8896, 10415, 7814, 10497, 8337, 11199, 8186, 11197, 8933, 10808, 8871, 10766, 8473, 11185, 8442, 11269, 8522, 10735, 9156, 10411, 8244, 11147, 8224, 11042, 8348, 10756, 8423, 10244, 8263, 10444, 8235, 10899, 8176, 10853, 9520, 10454, 8278, 10327, 11534, 9972, 10699, 9611, 7220, 10200, 7801, 10376, 8988, 10147, 7802, 6751, 9696, 8390, 11628, 9269, 12840, 11033, 12159, 9363, 12157, 9224, 11035, 9135, 10719, 10081, 12738, 10017, 11609, 9540, 10606, 8708, 6670, 10781, 8529, 10568, 8110, 10901, 8427, 10740, 8561, 11430, 8759, 11439, 9316, 10779, 7978, 10126, 11165, 9763, 7888, 10003, 7025, 10785, 11440, 9412, 10474, 8973, 10493, 8279, 10296, 8153, 10124, 8065, 10081, 10850, 9377, 10128, 9207, 7793, 9479, 11205, 9017, 11235, 8873, 11379, 9139, 11090, 9986, 11113, 9594, 11031, 9706, 11101, 7413, 11557, 8542, 11186, 12351, 9753, 12028, 9825, 11826, 9128, 9893, 9653, 11916, 8855, 11962, 8246, 10331, 11161, 10205, 7585, 11070, 7783, 11047, 10278, 10277, 12822, 10271, 11610, 9362, 10741, 7788, 10726, 9670, 9938, 8272, 9918, 6848, 10759, 9561, 9695, 11038, 9361, 10966, 9147, 10561, 9164, 10240, 8823, 10170, 10067, 9687, 10680, 9605, 9389, 9329, 11112, 9336, 10664, 9983, 8662, 9101, 7896, 10218, 11580, 9665, 11696, 9266, 11208, 8815, 9602, 9202, 11068, 9567, 10462, 9148, 7167, 9498, 7564, 6447, 10619, 6869, 12326, 11183, 11660, 9567, 11872, 10357, 12741, 10795, 11888, 10185, 11752, 8732, 11855, 8465, 11780, 8329, 11417, 7968, 11218, 7959, 10831, 7660, 10491, 7492, 10394, 7316, 10854, 7983, 10182, 10773, 9332, 10368, 9157, 6825, 9501, 7292, 9804, 7673, 10271, 9843, 9293, 10691, 9302, 7422, 9314, 6925, 9881, 7743, 10164, 7913, 10154, 11733, 9672, 11630, 9612, 10043, 9138, 6877, 10796, 12834, 10562, 12045, 8150, 11286, 8457, 11130, 8750, 10946, 8139, 11375, 9140, 11467, 8699, 11590, 9266, 10542, 12381, 10392, 12460, 10175, 8477, 9407, 11152, 9804, 10715, 8175, 10512, 8179, 11136, 8360, 11198, 8735, 10746, 8178, 10810, 11956, 10085, 10692, 9486, 7554, 10372, 11833, 10006, 11182, 8094, 11727, 9014, 11704, 9138, 11058, 8305, 11073, 9716, 10445, 9962, 11311, 7628, 11437, 8754, 11021, 12061, 9975, 11676, 9896, 12315, 9219, 8161, 10235, 9558, 10122, 12240, 9759, 11785, 9784, 10716, 9526, 10006, 10112, 11972, 10518, 11546, 9520, 11701, 9403, 7840, 9569, 8827, 9823, 11134, 9969, 9873, 9671, 7209, 10860, 8930, 10596, 12037, 10095, 11485, 9656, 6917, 8390, 8906, 7351, 9848, 8546, 12651, 11738, 11262, 14040, 10600, 10647, 9322, 12219, 10365, 12755, 9090, 11297, 10854, 9534, 12171, 10243, 11108, 8889, 7592, 9813, 11809, 9691, 10787, 7978, 10538, 11102, 10453, 7813, 10755, 8060, 10878, 10339, 9965, 11705, 9374, 11168, 9388, 11202, 8866, 10930, 8383, 10548, 9317, 9544, 11418, 9983, 10699, 9526, 7565, 10106, 11598, 10271, 10946, 8575, 10866, 9915, 11474, 8069, 11596, 8861, 11046, 8561, 10894, 9935, 11053, 7722, 11962, 9334, 12212, 10134, 11805, 13438, 11079, 12375, 9912, 7814, 10679, 10123, 10343, 12389, 10020, 11316, 9866, 11005, 9543, 7157, 10590, 8567, 10493, 11386, 9993, 11677, 9624, 11823, 9418, 11396, 8731, 10715, 8045, 10053, 8734, 10878, 7942, 11284, 8623, 10932, 8736, 10459, 9639, 9653, 11054, 9602, 7565, 10213, 11564, 9743, 10631, 8255, 10762, 8109, 11024, 7973, 10651, 10848, 9902, 10246, 9649, 7604, 10588, 7684, 10946, 11712, 10094, 12216, 10045, 10979, 9397, 7544, 10963, 12117, 10287, 12263, 9988, 12344, 9857, 8331, 10510, 11579, 10084, 11680, 10151, 11713, 9654, 10852, 9167, 11788, 9609, 10433, 8109, 11733, 9150, 11580, 8989, 10988, 9570, 10935, 8902, 11607, 9557, 9512, 9729, 11822, 9909, 11406, 8893, 11921, 9662, 10173, 9223, 10635, 9836, 11339, 9511, 11473, 9752, 11328, 9489, 10945, 9220, 10725, 8793, 11578, 9419, 7116, 10270, 8751, 11033, 9175, 10891, 11758, 10901, 8438, 11387, 8350, 11840, 9132, 11358, 11594, 10651, 11340, 10135, 8496, 10359, 8256, 10936, 10735, 10226, 10403, 9871, 10291, 10168, 7779, 11083, 8578, 10620, 10191, 9948, 10061, 10000, 7586, 11222, 8653, 10695, 9828, 9824, 11361, 10237, 8541, 9849, 7503, 10624, 10411, 9910, 10372, 10214, 7516, 10113, 7254, 10725, 11142, 9570, 11234, 9338, 11036, 8764, 7860, 10407, 12610, 9944, 12014, 9054, 10631, 10357, 11404, 8624, 11620, 8806, 11496, 8753, 10802, 8119, 10931, 8072, 6838, 9213, 9208, 9746, 9079, 13250, 10992, 12072, 8568, 12119, 10069, 9117], 'WindowCenter': [4135.0, 4107.0, 4083.0, 4048.0, 4090.0, 4070.0, 4090.0, 4056.0, 4068.0, 4075.0, 4055.0, 4053.0, 4054.0, 4034.0, 4077.0, 4064.0, 4065.0, 4075.0, 4055.0, 4073.0, 4042.0, 4023.0, 4065.0, 4044.0, 4055.0, 4073.0, 4054.0, 4063.0, 4053.0, 4032.0, 4045.0, 4075.0, 4056.0, 4065.0, 4045.0, 4065.0, 4045.0, 4074.0, 4046.0, 4036.0, 4059.0, 4088.0, 4069.0, 4079.0, 4058.0, 4066.0, 4057.0, 4067.0, 4058.0, 4077.0, 4058.0, 4078.0, 4046.0, 4066.0, 4046.0, 4067.0, 4038.0, 4078.0, 4088.0, 4066.0, 4088.0, 4065.0, 4075.0, 4057.0, 4078.0, 4070.0, 4080.0, 4058.0, 4079.0, 4048.0, 4078.0, 4060.0, 4081.0, 4083.0, 4093.0, 4060.0, 4080.0, 4088.0, 4067.0, 4045.0, 4077.0, 4048.0, 4091.0, 4089.0, 4068.0, 4077.0, 4065.0, 4075.0, 4055.0, 4045.0, 4069.0, 4078.0, 4057.0, 4076.0, 4045.0, 4065.0, 4046.0, 4077.0, 4059.0, 4079.0, 4045.0, 4067.0, 4075.0, 4064.0, 4064.0, 4055.0, 4037.0, 4080.0, 4088.0, 4068.0, 4076.0, 4044.0, 4064.0, 4055.0, 4077.0, 4057.0, 4078.0, 4035.0, 4066.0, 4076.0, 4053.0, 4044.0, 4065.0, 4035.0, 4079.0, 4076.0, 4068.0, 4075.0, 4064.0, 4064.0, 4055.0, 4057.0, 4059.0, 4079.0, 4067.0, 4076.0, 4045.0, 4064.0, 4056.0, 4076.0, 4056.0, 4066.0, 4034.0, 4054.0, 4053.0, 4053.0, 4022.0, 4075.0, 4045.0, 4066.0, 4043.0, 4055.0, 4065.0, 4044.0, 4023.0, 4065.0, 4045.0, 4077.0, 4044.0, 4065.0, 4064.0, 4053.0, 4023.0, 4065.0, 4055.0, 4077.0, 4045.0, 4066.0, 4074.0, 4051.0, 4042.0, 4053.0, 4032.0, 4065.0, 4073.0, 4053.0, 4063.0, 4053.0, 4061.0, 4031.0, 4033.0, 4055.0, 4074.0, 4053.0, 4064.0, 4052.0, 4052.0, 4042.0, 4042.0, 4045.0, 4045.0, 4058.0, 4077.0, 4065.0, 4065.0, 4056.0, 4055.0, 4045.0, 4046.0, 4067.0, 4076.0, 4068.0, 4066.0, 4066.0, 4045.0, 4056.0, 4049.0, 4093.0, 4080.0, 4080.0, 4089.0, 4068.0, 4076.0, 4067.0, 4035.0, 4076.0, 4036.0, 4078.0, 4057.0, 4078.0, 4075.0, 4066.0, 4066.0, 4066.0, 4035.0, 4078.0, 4068.0, 4079.0, 4045.0, 4078.0, 4077.0, 4066.0, 4045.0, 4075.0, 4056.0, 4078.0, 4045.0, 4079.0, 4077.0, 4055.0, 4044.0, 4065.0, 4035.0, 4066.0, 4035.0, 4067.0, 4076.0, 4057.0, 4066.0, 4067.0, 4036.0, 4079.0, 4049.0, 4079.0, 4069.0, 4069.0, 4087.0, 4068.0, 4047.0, 4080.0, 4088.0, 4069.0, 4080.0, 4068.0, 4078.0, 4068.0, 4060.0, 4080.0, 4051.0, 4094.0, 4103.0, 4070.0, 4088.0, 4068.0, 4077.0, 4058.0, 4079.0, 4068.0, 4077.0, 4046.0, 4065.0, 4044.0, 4077.0, 4048.0, 4077.0, 4067.0, 4077.0, 4059.0, 4078.0, 4059.0, 4049.0, 4090.0, 4059.0, 4090.0, 4071.0, 4092.0, 4067.0, 4088.0, 4056.0, 4054.0, 4032.0, 4075.0, 4036.0, 4077.0, 4056.0, 4066.0, 4046.0, 4065.0, 4035.0, 4077.0, 4048.0, 4080.0, 4048.0, 4079.0, 4079.0, 4067.0, 4036.0, 4078.0, 4060.0, 4091.0, 4088.0, 4067.0, 4078.0, 4056.0, 4076.0, 4035.0, 4065.0, 4035.0, 4076.0, 4056.0, 4068.0, 4087.0, 4057.0, 4037.0, 4069.0, 4047.0, 4079.0, 4088.0, 4067.0, 4066.0, 4045.0, 4063.0, 4045.0, 4076.0, 4068.0, 4067.0, 4035.0, 4066.0, 4064.0, 4053.0, 4033.0, 4074.0, 4047.0, 4077.0, 4075.0, 4056.0, 4075.0, 4063.0, 4043.0, 4043.0, 4025.0, 4078.0, 4075.0, 4056.0, 4065.0, 4044.0, 4064.0, 4043.0, 4075.0, 4056.0, 4065.0, 4033.0, 4065.0, 4053.0, 4052.0, 4020.0, 4063.0, 4045.0, 4076.0, 4034.0, 4065.0, 4073.0, 4064.0, 4042.0, 4054.0, 4044.0, 4056.0, 4075.0, 4066.0, 4074.0, 4065.0, 4036.0, 4056.0, 4049.0, 4081.0, 4089.0, 4057.0, 4066.0, 4034.0, 4063.0, 4033.0, 4064.0, 4045.0, 4065.0, 4043.0, 4054.0, 4062.0, 4051.0, 4031.0, 4042.0, 4013.0, 4066.0, 4074.0, 4053.0, 4061.0, 4041.0, 4050.0, 4042.0, 4033.0, 4045.0, 4064.0, 4046.0, 4064.0, 4055.0, 4065.0, 4044.0, 4064.0, 4045.0, 4075.0, 4056.0, 4066.0, 4042.0, 4053.0, 4073.0, 4051.0, 4032.0, 4053.0, 4023.0, 4076.0, 4074.0, 4065.0, 4064.0, 4053.0, 4063.0, 4044.0, 4065.0, 4057.0, 4077.0, 4033.0, 4066.0, 4063.0, 4053.0, 4064.0, 4065.0, 4076.0, 4057.0, 4064.0, 4056.0, 4068.0, 4069.0, 4057.0, 4060.0, 4078.0, 4068.0, 4079.0, 4046.0, 4067.0, 4045.0, 4066.0, 4035.0, 4075.0, 4046.0, 4079.0, 4075.0, 4057.0, 4075.0, 4065.0, 4064.0, 4056.0, 4056.0, 4058.0, 4076.0, 4067.0, 4067.0, 4046.0, 4074.0, 4044.0, 4064.0, 4056.0, 4067.0, 4036.0, 4067.0, 4046.0, 4065.0, 4034.0, 4075.0, 4058.0, 4079.0, 4047.0, 4077.0, 4076.0, 4055.0, 4056.0, 4065.0, 4048.0, 4090.0, 4068.0, 4069.0, 4078.0, 4076.0, 4076.0, 4055.0, 4067.0, 4057.0, 4077.0, 4057.0, 4066.0, 4046.0, 4076.0, 4048.0, 4078.0, 4071.0, 4090.0, 4057.0, 4079.0, 4077.0, 4067.0, 4036.0, 4075.0, 4036.0, 4088.0, 4046.0, 4078.0, 4078.0, 4066.0, 4045.0, 4066.0, 4036.0, 4079.0, 4076.0, 4066.0, 4074.0, 4065.0, 4063.0, 4063.0, 4043.0, 4055.0, 4036.0, 4078.0, 4065.0, 4066.0, 4075.0, 4053.0, 4063.0, 4055.0, 4034.0, 4075.0, 4036.0, 4078.0, 4076.0, 4066.0, 4075.0, 4054.0, 4033.0, 4054.0, 4025.0, 4076.0, 4055.0, 4067.0, 4077.0, 4056.0, 4076.0, 4055.0, 4035.0, 4068.0, 4076.0, 4057.0, 4076.0, 4045.0, 4075.0, 4045.0, 4076.0, 4035.0, 4076.0, 4048.0, 4077.0, 4048.0, 4078.0, 4049.0, 4089.0, 4059.0, 4071.0, 4081.0, 4101.0, 4069.0, 4077.0, 4056.0, 4076.0, 4045.0, 4086.0, 4058.0, 4078.0, 4046.0, 4078.0, 4056.0, 4065.0, 4035.0, 4075.0, 4059.0, 4078.0, 4046.0, 4078.0, 4066.0, 4055.0, 4033.0, 4074.0, 4046.0, 4078.0, 4065.0, 4065.0, 4074.0, 4065.0, 4063.0, 4054.0, 4043.0, 4066.0, 4075.0, 4054.0, 4064.0, 4033.0, 4062.0, 4043.0, 4074.0, 4057.0, 4076.0, 4034.0, 4066.0, 4066.0, 4053.0, 4053.0, 4064.0, 4035.0, 4078.0, 4076.0, 4066.0, 4065.0, 4055.0, 4075.0, 4045.0, 4035.0, 4070.0, 4078.0, 4055.0, 4066.0, 4033.0, 4074.0, 4045.0, 4075.0, 4056.0, 4077.0, 4044.0, 4075.0, 4034.0, 4062.0, 4032.0, 4073.0, 4046.0, 4076.0, 4056.0, 4078.0, 4035.0, 4064.0, 4032.0, 4074.0, 4045.0, 4074.0, 4055.0, 4064.0, 4044.0, 4064.0, 4033.0, 4064.0, 4033.0, 4063.0, 4044.0, 4064.0, 4054.0, 4065.0, 4032.0, 4064.0, 4032.0, 4063.0, 4044.0, 4074.0, 4043.0, 4064.0, 4032.0, 4064.0, 4033.0, 4063.0, 4045.0, 4075.0, 4068.0, 4077.0, 4044.0, 4066.0, 4063.0, 4054.0, 4063.0, 4053.0, 4030.0, 4065.0, 4046.0, 4079.0, 4058.0, 4079.0, 4050.0, 4028.0, 4078.0, 4073.0, 4104.0, 4084.0, 4103.0, 4080.0, 4088.0, 4056.0, 4076.0, 4055.0, 4076.0, 4067.0, 4078.0, 4067.0, 4086.0, 4055.0, 4064.0, 4055.0, 4064.0, 4043.0, 4024.0, 4077.0, 4058.0, 4078.0, 4046.0, 4077.0, 4044.0, 4065.0, 4044.0, 4076.0, 4054.0, 4087.0, 4067.0, 4076.0, 4045.0, 4066.0, 4075.0, 4067.0, 4045.0, 4065.0, 4036.0, 4089.0, 4075.0, 4070.0, 4079.0, 4056.0, 4065.0, 4047.0, 4076.0, 4058.0, 4079.0, 4048.0, 4080.0, 4079.0, 4068.0, 4078.0, 4071.0, 4047.0, 4082.0, 4091.0, 4071.0, 4091.0, 4070.0, 4089.0, 4070.0, 4089.0, 4079.0, 4090.0, 4067.0, 4077.0, 4066.0, 4076.0, 4037.0, 4089.0, 4057.0, 4089.0, 4087.0, 4066.0, 4076.0, 4065.0, 4074.0, 4055.0, 4065.0, 4066.0, 4075.0, 4043.0, 4062.0, 4031.0, 4053.0, 4061.0, 4051.0, 4033.0, 4073.0, 4034.0, 4078.0, 4065.0, 4066.0, 4074.0, 4063.0, 4063.0, 4053.0, 4064.0, 4021.0, 4063.0, 4041.0, 4051.0, 4031.0, 4052.0, 4023.0, 4076.0, 4054.0, 4065.0, 4075.0, 4055.0, 4064.0, 4055.0, 4064.0, 4056.0, 4065.0, 4054.0, 4067.0, 4054.0, 4055.0, 4064.0, 4054.0, 4054.0, 4056.0, 4075.0, 4067.0, 4066.0, 4068.0, 4056.0, 4058.0, 4047.0, 4079.0, 4077.0, 4068.0, 4076.0, 4055.0, 4074.0, 4055.0, 4066.0, 4067.0, 4077.0, 4069.0, 4079.0, 4069.0, 4040.0, 4068.0, 4049.0, 4030.0, 4080.0, 4029.0, 4089.0, 4079.0, 4078.0, 4069.0, 4088.0, 4069.0, 4087.0, 4064.0, 4074.0, 4051.0, 4060.0, 4028.0, 4049.0, 4016.0, 4046.0, 4016.0, 4046.0, 4005.0, 4035.0, 4004.0, 4034.0, 4005.0, 4033.0, 3993.0, 4034.0, 3994.0, 4047.0, 4004.0, 4038.0, 4046.0, 4027.0, 4037.0, 4026.0, 3998.0, 4050.0, 4022.0, 4064.0, 4032.0, 4064.0, 4052.0, 4042.0, 4062.0, 4054.0, 4024.0, 4056.0, 4038.0, 4078.0, 4048.0, 4080.0, 4047.0, 4069.0, 4076.0, 4068.0, 4078.0, 4068.0, 4067.0, 4068.0, 4039.0, 4092.0, 4101.0, 4079.0, 4088.0, 4035.0, 4076.0, 4045.0, 4079.0, 4057.0, 4078.0, 4058.0, 4089.0, 4071.0, 4091.0, 4058.0, 4080.0, 4056.0, 4067.0, 4086.0, 4067.0, 4086.0, 4066.0, 4045.0, 4067.0, 4077.0, 4067.0, 4077.0, 4046.0, 4067.0, 4045.0, 4077.0, 4057.0, 4088.0, 4070.0, 4090.0, 4058.0, 4078.0, 4088.0, 4078.0, 4078.0, 4069.0, 4049.0, 4092.0, 4101.0, 4080.0, 4090.0, 4047.0, 4088.0, 4058.0, 4088.0, 4070.0, 4091.0, 4047.0, 4090.0, 4056.0, 4066.0, 4067.0, 4077.0, 4037.0, 4088.0, 4057.0, 4078.0, 4087.0, 4067.0, 4076.0, 4066.0, 4075.0, 4055.0, 4045.0, 4078.0, 4066.0, 4068.0, 4087.0, 4067.0, 4076.0, 4067.0, 4065.0, 4067.0, 4066.0, 4067.0, 4076.0, 4077.0, 4076.0, 4055.0, 4074.0, 4055.0, 4035.0, 4067.0, 4056.0, 4068.0, 4076.0, 4066.0, 4066.0, 4065.0, 4036.0, 4079.0, 4057.0, 4078.0, 4087.0, 4078.0, 4089.0, 4067.0, 4038.0, 4059.0, 4082.0, 4064.0, 4095.0, 4087.0, 4129.0, 4104.0, 4093.0, 4101.0, 4079.0, 4078.0, 4058.0, 4088.0, 4067.0, 4087.0, 4043.0, 4063.0, 4063.0, 4053.0, 4072.0, 4054.0, 4063.0, 4043.0, 4034.0, 4067.0, 4086.0, 4055.0, 4065.0, 4034.0, 4065.0, 4075.0, 4064.0, 4034.0, 4076.0, 4048.0, 4090.0, 4066.0, 4068.0, 4076.0, 4056.0, 4076.0, 4056.0, 4077.0, 4058.0, 4078.0, 4046.0, 4078.0, 4056.0, 4067.0, 4077.0, 4067.0, 4077.0, 4066.0, 4047.0, 4079.0, 4088.0, 4069.0, 4078.0, 4056.0, 4076.0, 4067.0, 4087.0, 4047.0, 4088.0, 4069.0, 4090.0, 4071.0, 4091.0, 4082.0, 4091.0, 4049.0, 4090.0, 4082.0, 4103.0, 4080.0, 4090.0, 4088.0, 4076.0, 4085.0, 4065.0, 4035.0, 4078.0, 4078.0, 4078.0, 4088.0, 4067.0, 4076.0, 4066.0, 4066.0, 4055.0, 4025.0, 4077.0, 4057.0, 4078.0, 4077.0, 4068.0, 4075.0, 4056.0, 4075.0, 4056.0, 4075.0, 4058.0, 4067.0, 4047.0, 4067.0, 4045.0, 4077.0, 4046.0, 4075.0, 4057.0, 4079.0, 4056.0, 4079.0, 4065.0, 4067.0, 4077.0, 4066.0, 4046.0, 4079.0, 4089.0, 4068.0, 4078.0, 4047.0, 4077.0, 4044.0, 4078.0, 4047.0, 4079.0, 4078.0, 4069.0, 4069.0, 4069.0, 4048.0, 4079.0, 4051.0, 4093.0, 4090.0, 4080.0, 4088.0, 4069.0, 4077.0, 4057.0, 4049.0, 4091.0, 4090.0, 4080.0, 4089.0, 4067.0, 4087.0, 4066.0, 4045.0, 4079.0, 4087.0, 4079.0, 4088.0, 4064.0, 4077.0, 4068.0, 4076.0, 4068.0, 4087.0, 4069.0, 4066.0, 4036.0, 4075.0, 4056.0, 4075.0, 4057.0, 4076.0, 4068.0, 4080.0, 4058.0, 4075.0, 4067.0, 4055.0, 4068.0, 4075.0, 4067.0, 4076.0, 4044.0, 4074.0, 4055.0, 4063.0, 4057.0, 4076.0, 4067.0, 4077.0, 4067.0, 4074.0, 4055.0, 4074.0, 4066.0, 4065.0, 4056.0, 4075.0, 4057.0, 4088.0, 4067.0, 4038.0, 4079.0, 4071.0, 4092.0, 4069.0, 4081.0, 4077.0, 4078.0, 4045.0, 4076.0, 4047.0, 4090.0, 4056.0, 4079.0, 4076.0, 4065.0, 4063.0, 4053.0, 4043.0, 4066.0, 4044.0, 4077.0, 4074.0, 4067.0, 4065.0, 4054.0, 4065.0, 4065.0, 4034.0, 4076.0, 4046.0, 4077.0, 4065.0, 4066.0, 4066.0, 4065.0, 4035.0, 4078.0, 4057.0, 4078.0, 4067.0, 4067.0, 4077.0, 4066.0, 4044.0, 4065.0, 4036.0, 4079.0, 4076.0, 4068.0, 4066.0, 4077.0, 4037.0, 4079.0, 4049.0, 4092.0, 4089.0, 4080.0, 4090.0, 4071.0, 4090.0, 4059.0, 4059.0, 4093.0, 4102.0, 4069.0, 4089.0, 4057.0, 4078.0, 4067.0, 4077.0, 4057.0, 4088.0, 4068.0, 4089.0, 4059.0, 4092.0, 4061.0, 4080.0, 4049.0, 4028.0, 4070.0, 4082.0, 4080.0, 4085.0, 4114.0, 4082.0, 4090.0, 4048.0, 4078.0, 4067.0, 4057.0], 'WindowWidth': [9182.0, 9126.0, 9086.0, 9034.0, 9089.0, 9062.0, 9089.0, 9037.0, 9056.0, 9061.0, 9033.0, 9026.0, 9030.0, 9005.0, 9066.0, 9044.0, 9047.0, 9062.0, 9031.0, 9053.0, 9012.0, 8988.0, 9046.0, 9017.0, 9034.0, 9058.0, 9029.0, 9040.0, 9028.0, 8999.0, 9022.0, 9061.0, 9036.0, 9048.0, 9021.0, 9046.0, 9021.0, 9059.0, 9025.0, 9013.0, 9046.0, 9084.0, 9061.0, 9073.0, 9043.0, 9050.0, 9041.0, 9053.0, 9045.0, 9068.0, 9043.0, 9069.0, 9023.0, 9051.0, 9022.0, 9053.0, 9017.0, 9073.0, 9081.0, 9052.0, 9084.0, 9049.0, 9062.0, 9041.0, 9071.0, 9063.0, 9076.0, 9045.0, 9074.0, 9031.0, 9073.0, 9051.0, 9081.0, 9088.0, 9101.0, 9050.0, 9077.0, 9082.0, 9054.0, 9023.0, 9067.0, 9033.0, 9093.0, 9085.0, 9056.0, 9070.0, 9047.0, 9059.0, 9035.0, 9022.0, 9060.0, 9072.0, 9041.0, 9064.0, 9022.0, 9046.0, 9024.0, 9067.0, 9047.0, 9075.0, 9023.0, 9054.0, 9062.0, 9045.0, 9044.0, 9034.0, 9015.0, 9076.0, 9086.0, 9055.0, 9065.0, 9019.0, 9047.0, 9037.0, 9066.0, 9043.0, 9072.0, 9009.0, 9051.0, 9062.0, 9030.0, 9019.0, 9048.0, 9012.0, 9073.0, 9065.0, 9055.0, 9064.0, 9046.0, 9045.0, 9035.0, 9041.0, 9048.0, 9074.0, 9056.0, 9067.0, 9022.0, 9046.0, 9038.0, 9066.0, 9039.0, 9051.0, 9003.0, 9031.0, 9027.0, 9029.0, 8987.0, 9060.0, 9023.0, 9051.0, 9018.0, 9035.0, 9046.0, 9017.0, 8990.0, 9048.0, 9024.0, 9068.0, 9020.0, 9048.0, 9043.0, 9028.0, 8990.0, 9047.0, 9037.0, 9070.0, 9020.0, 9049.0, 9057.0, 9024.0, 9011.0, 9028.0, 8999.0, 9049.0, 9056.0, 9028.0, 9044.0, 9026.0, 9036.0, 8996.0, 9002.0, 9035.0, 9059.0, 9029.0, 9045.0, 9025.0, 9024.0, 9014.0, 9014.0, 9023.0, 9023.0, 9044.0, 9068.0, 9051.0, 9049.0, 9038.0, 9036.0, 9024.0, 9026.0, 9055.0, 9068.0, 9057.0, 9052.0, 9051.0, 9022.0, 9040.0, 9038.0, 9101.0, 9078.0, 9076.0, 9087.0, 9057.0, 9065.0, 9053.0, 9010.0, 9066.0, 9012.0, 9072.0, 9040.0, 9071.0, 9063.0, 9050.0, 9049.0, 9050.0, 9011.0, 9070.0, 9057.0, 9073.0, 9024.0, 9070.0, 9066.0, 9050.0, 9022.0, 9064.0, 9041.0, 9072.0, 9024.0, 9072.0, 9065.0, 9034.0, 9018.0, 9047.0, 9010.0, 9052.0, 9010.0, 9055.0, 9064.0, 9041.0, 9050.0, 9054.0, 9013.0, 9073.0, 9034.0, 9077.0, 9059.0, 9058.0, 9081.0, 9056.0, 9028.0, 9078.0, 9084.0, 9062.0, 9077.0, 9058.0, 9070.0, 9058.0, 9052.0, 9078.0, 9044.0, 9105.0, 9113.0, 9065.0, 9086.0, 9057.0, 9068.0, 9045.0, 9073.0, 9056.0, 9069.0, 9025.0, 9048.0, 9020.0, 9067.0, 9032.0, 9069.0, 9056.0, 9071.0, 9047.0, 9071.0, 9048.0, 9034.0, 9091.0, 9050.0, 9091.0, 9066.0, 9097.0, 9055.0, 9086.0, 9036.0, 9032.0, 9000.0, 9059.0, 9012.0, 9067.0, 9040.0, 9053.0, 9024.0, 9049.0, 9008.0, 9067.0, 9033.0, 9078.0, 9032.0, 9076.0, 9072.0, 9055.0, 9014.0, 9072.0, 9051.0, 9095.0, 9086.0, 9055.0, 9071.0, 9035.0, 9063.0, 9006.0, 9046.0, 9010.0, 9067.0, 9038.0, 9056.0, 9080.0, 9040.0, 9013.0, 9060.0, 9029.0, 9073.0, 9086.0, 9052.0, 9051.0, 9019.0, 9042.0, 9021.0, 9064.0, 9057.0, 9055.0, 9007.0, 9049.0, 9043.0, 9029.0, 9002.0, 9058.0, 9028.0, 9071.0, 9061.0, 9036.0, 9061.0, 9043.0, 9016.0, 9018.0, 8997.0, 9071.0, 9065.0, 9038.0, 9049.0, 9018.0, 9043.0, 9017.0, 9061.0, 9037.0, 9050.0, 9002.0, 9046.0, 9025.0, 9025.0, 8980.0, 9041.0, 9023.0, 9066.0, 9005.0, 9048.0, 9056.0, 9041.0, 9012.0, 9033.0, 9019.0, 9039.0, 9062.0, 9051.0, 9061.0, 9049.0, 9011.0, 9040.0, 9034.0, 9080.0, 9091.0, 9041.0, 9052.0, 9003.0, 9040.0, 9001.0, 9043.0, 9021.0, 9049.0, 9014.0, 9032.0, 9040.0, 9023.0, 8995.0, 9011.0, 8977.0, 9053.0, 9059.0, 9027.0, 9036.0, 9009.0, 9020.0, 9013.0, 9001.0, 9023.0, 9047.0, 9025.0, 9048.0, 9034.0, 9047.0, 9018.0, 9044.0, 9021.0, 9063.0, 9038.0, 9052.0, 9012.0, 9029.0, 9053.0, 9023.0, 8997.0, 9029.0, 8993.0, 9066.0, 9060.0, 9047.0, 9045.0, 9029.0, 9042.0, 9018.0, 9048.0, 9041.0, 9067.0, 9003.0, 9050.0, 9042.0, 9030.0, 9045.0, 9047.0, 9067.0, 9041.0, 9048.0, 9039.0, 9057.0, 9061.0, 9043.0, 9051.0, 9074.0, 9059.0, 9074.0, 9024.0, 9053.0, 9020.0, 9049.0, 9007.0, 9062.0, 9025.0, 9073.0, 9063.0, 9039.0, 9064.0, 9047.0, 9046.0, 9038.0, 9038.0, 9044.0, 9067.0, 9055.0, 9055.0, 9023.0, 9060.0, 9020.0, 9048.0, 9040.0, 9055.0, 9012.0, 9055.0, 9023.0, 9048.0, 9006.0, 9064.0, 9046.0, 9074.0, 9027.0, 9069.0, 9064.0, 9035.0, 9038.0, 9050.0, 9032.0, 9091.0, 9059.0, 9060.0, 9072.0, 9065.0, 9065.0, 9036.0, 9053.0, 9042.0, 9070.0, 9041.0, 9052.0, 9026.0, 9067.0, 9032.0, 9072.0, 9068.0, 9093.0, 9043.0, 9074.0, 9066.0, 9053.0, 9009.0, 9062.0, 9013.0, 9084.0, 9026.0, 9071.0, 9069.0, 9051.0, 9022.0, 9050.0, 9013.0, 9073.0, 9064.0, 9049.0, 9060.0, 9047.0, 9044.0, 9043.0, 9017.0, 9033.0, 9013.0, 9072.0, 9050.0, 9051.0, 9060.0, 9029.0, 9042.0, 9033.0, 9005.0, 9063.0, 9013.0, 9071.0, 9064.0, 9050.0, 9062.0, 9031.0, 9001.0, 9031.0, 8995.0, 9065.0, 9035.0, 9055.0, 9067.0, 9039.0, 9065.0, 9035.0, 9010.0, 9057.0, 9068.0, 9041.0, 9067.0, 9022.0, 9063.0, 9021.0, 9064.0, 9011.0, 9066.0, 9031.0, 9071.0, 9033.0, 9072.0, 9034.0, 9087.0, 9048.0, 9066.0, 9081.0, 9109.0, 9059.0, 9069.0, 9037.0, 9063.0, 9020.0, 9077.0, 9046.0, 9072.0, 9025.0, 9071.0, 9038.0, 9047.0, 9008.0, 9063.0, 9047.0, 9073.0, 9024.0, 9070.0, 9050.0, 9031.0, 9002.0, 9058.0, 9024.0, 9069.0, 9046.0, 9048.0, 9060.0, 9046.0, 9040.0, 9031.0, 9017.0, 9051.0, 9063.0, 9030.0, 9045.0, 9000.0, 9038.0, 9014.0, 9059.0, 9041.0, 9065.0, 9006.0, 9051.0, 9048.0, 9029.0, 9029.0, 9045.0, 9006.0, 9068.0, 9066.0, 9052.0, 9050.0, 9035.0, 9062.0, 9021.0, 9010.0, 9062.0, 9071.0, 9036.0, 9051.0, 9003.0, 9056.0, 9020.0, 9060.0, 9038.0, 9067.0, 9017.0, 9061.0, 9004.0, 9040.0, 8998.0, 9056.0, 9023.0, 9065.0, 9039.0, 9071.0, 9008.0, 9044.0, 8999.0, 9056.0, 9019.0, 9058.0, 9034.0, 9045.0, 9018.0, 9044.0, 9002.0, 9043.0, 9001.0, 9041.0, 9019.0, 9044.0, 9032.0, 9047.0, 8999.0, 9044.0, 9000.0, 9040.0, 9018.0, 9059.0, 9016.0, 9044.0, 8998.0, 9042.0, 9000.0, 9042.0, 9020.0, 9062.0, 9055.0, 9067.0, 9018.0, 9050.0, 9041.0, 9031.0, 9040.0, 9027.0, 8998.0, 9049.0, 9025.0, 9075.0, 9046.0, 9075.0, 9038.0, 9006.0, 9075.0, 9075.0, 9118.0, 9092.0, 9115.0, 9077.0, 9086.0, 9038.0, 9064.0, 9035.0, 9064.0, 9055.0, 9070.0, 9055.0, 9078.0, 9035.0, 9044.0, 9031.0, 9043.0, 9013.0, 8994.0, 9067.0, 9045.0, 9071.0, 9025.0, 9065.0, 9019.0, 9047.0, 9019.0, 9064.0, 9036.0, 9082.0, 9053.0, 9065.0, 9021.0, 9051.0, 9060.0, 9052.0, 9021.0, 9050.0, 9014.0, 9088.0, 9064.0, 9062.0, 9074.0, 9039.0, 9048.0, 9029.0, 9065.0, 9047.0, 9074.0, 9031.0, 9078.0, 9074.0, 9060.0, 9073.0, 9066.0, 9032.0, 9083.0, 9096.0, 9066.0, 9093.0, 9062.0, 9087.0, 9064.0, 9088.0, 9074.0, 9089.0, 9053.0, 9067.0, 9052.0, 9065.0, 9015.0, 9087.0, 9042.0, 9085.0, 9082.0, 9052.0, 9066.0, 9049.0, 9059.0, 9034.0, 9048.0, 9052.0, 9064.0, 9015.0, 9039.0, 8992.0, 9026.0, 9035.0, 9024.0, 9001.0, 9055.0, 9007.0, 9069.0, 9048.0, 9048.0, 9060.0, 9042.0, 9041.0, 9027.0, 9042.0, 8981.0, 9041.0, 9008.0, 9023.0, 8995.0, 9024.0, 8990.0, 9064.0, 9033.0, 9048.0, 9062.0, 9034.0, 9045.0, 9034.0, 9047.0, 9037.0, 9049.0, 9032.0, 9054.0, 9032.0, 9035.0, 9045.0, 9033.0, 9032.0, 9038.0, 9064.0, 9056.0, 9054.0, 9057.0, 9039.0, 9044.0, 9029.0, 9073.0, 9070.0, 9054.0, 9064.0, 9034.0, 9059.0, 9036.0, 9050.0, 9054.0, 9068.0, 9063.0, 9075.0, 9062.0, 9025.0, 9060.0, 9036.0, 9014.0, 9076.0, 9006.0, 9089.0, 9073.0, 9070.0, 9062.0, 9085.0, 9059.0, 9085.0, 9045.0, 9059.0, 9022.0, 9033.0, 8985.0, 9014.0, 8965.0, 9005.0, 8963.0, 9004.0, 8949.0, 8989.0, 8946.0, 8986.0, 8947.0, 8984.0, 8931.0, 8987.0, 8933.0, 9007.0, 8947.0, 8996.0, 9004.0, 8983.0, 8995.0, 8982.0, 8948.0, 9020.0, 8987.0, 9046.0, 8999.0, 9042.0, 9024.0, 9013.0, 9040.0, 9031.0, 8991.0, 9036.0, 9017.0, 9072.0, 9033.0, 9077.0, 9028.0, 9058.0, 9066.0, 9057.0, 9070.0, 9059.0, 9056.0, 9058.0, 9023.0, 9097.0, 9109.0, 9074.0, 9082.0, 9009.0, 9063.0, 9021.0, 9071.0, 9040.0, 9072.0, 9046.0, 9088.0, 9066.0, 9094.0, 9045.0, 9074.0, 9036.0, 9052.0, 9079.0, 9054.0, 9079.0, 9052.0, 9023.0, 9056.0, 9069.0, 9055.0, 9066.0, 9026.0, 9053.0, 9022.0, 9067.0, 9041.0, 9085.0, 9065.0, 9092.0, 9043.0, 9070.0, 9086.0, 9071.0, 9072.0, 9061.0, 9036.0, 9098.0, 9108.0, 9077.0, 9091.0, 9029.0, 9084.0, 9043.0, 9083.0, 9064.0, 9094.0, 9029.0, 9090.0, 9038.0, 9052.0, 9054.0, 9066.0, 9015.0, 9084.0, 9041.0, 9069.0, 9082.0, 9055.0, 9066.0, 9051.0, 9062.0, 9036.0, 9023.0, 9070.0, 9053.0, 9058.0, 9082.0, 9056.0, 9066.0, 9053.0, 9050.0, 9053.0, 9050.0, 9055.0, 9065.0, 9068.0, 9066.0, 9034.0, 9056.0, 9034.0, 9006.0, 9053.0, 9036.0, 9057.0, 9066.0, 9051.0, 9051.0, 9049.0, 9013.0, 9073.0, 9039.0, 9070.0, 9079.0, 9071.0, 9088.0, 9056.0, 9020.0, 9048.0, 9087.0, 9068.0, 9108.0, 9100.0, 9161.0, 9118.0, 9098.0, 9107.0, 9073.0, 9071.0, 9044.0, 9084.0, 9055.0, 9083.0, 9015.0, 9040.0, 9038.0, 9029.0, 9053.0, 9029.0, 9041.0, 9015.0, 9005.0, 9054.0, 9077.0, 9034.0, 9046.0, 9004.0, 9047.0, 9060.0, 9045.0, 9006.0, 9065.0, 9032.0, 9092.0, 9053.0, 9055.0, 9065.0, 9038.0, 9062.0, 9039.0, 9067.0, 9044.0, 9071.0, 9027.0, 9070.0, 9036.0, 9054.0, 9068.0, 9054.0, 9067.0, 9052.0, 9027.0, 9075.0, 9085.0, 9058.0, 9072.0, 9038.0, 9065.0, 9054.0, 9081.0, 9027.0, 9086.0, 9062.0, 9091.0, 9066.0, 9094.0, 9081.0, 9092.0, 9034.0, 9091.0, 9085.0, 9115.0, 9076.0, 9089.0, 9085.0, 9064.0, 9075.0, 9046.0, 9008.0, 9071.0, 9069.0, 9071.0, 9082.0, 9053.0, 9064.0, 9050.0, 9049.0, 9035.0, 8997.0, 9068.0, 9041.0, 9071.0, 9068.0, 9055.0, 9063.0, 9036.0, 9060.0, 9037.0, 9062.0, 9043.0, 9053.0, 9027.0, 9055.0, 9021.0, 9066.0, 9023.0, 9062.0, 9042.0, 9072.0, 9039.0, 9073.0, 9050.0, 9053.0, 9066.0, 9052.0, 9027.0, 9075.0, 9087.0, 9058.0, 9071.0, 9028.0, 9070.0, 9023.0, 9070.0, 9031.0, 9076.0, 9071.0, 9062.0, 9061.0, 9061.0, 9032.0, 9076.0, 9042.0, 9100.0, 9092.0, 9076.0, 9086.0, 9060.0, 9068.0, 9042.0, 9034.0, 9094.0, 9091.0, 9076.0, 9087.0, 9054.0, 9080.0, 9052.0, 9023.0, 9074.0, 9084.0, 9074.0, 9084.0, 9049.0, 9066.0, 9056.0, 9064.0, 9057.0, 9083.0, 9060.0, 9054.0, 9011.0, 9062.0, 9037.0, 9062.0, 9041.0, 9065.0, 9058.0, 9076.0, 9042.0, 9061.0, 9054.0, 9034.0, 9055.0, 9064.0, 9054.0, 9064.0, 9017.0, 9058.0, 9034.0, 9043.0, 9039.0, 9065.0, 9056.0, 9069.0, 9054.0, 9059.0, 9035.0, 9059.0, 9051.0, 9048.0, 9037.0, 9062.0, 9041.0, 9085.0, 9056.0, 9018.0, 9076.0, 9068.0, 9097.0, 9061.0, 9078.0, 9069.0, 9069.0, 9022.0, 9064.0, 9028.0, 9089.0, 9039.0, 9072.0, 9066.0, 9046.0, 9042.0, 9029.0, 9015.0, 9049.0, 9019.0, 9066.0, 9059.0, 9054.0, 9049.0, 9033.0, 9046.0, 9047.0, 9006.0, 9064.0, 9023.0, 9068.0, 9050.0, 9051.0, 9050.0, 9048.0, 9009.0, 9069.0, 9040.0, 9070.0, 9053.0, 9053.0, 9066.0, 9051.0, 9018.0, 9047.0, 9010.0, 9072.0, 9066.0, 9058.0, 9054.0, 9068.0, 9015.0, 9071.0, 9036.0, 9096.0, 9089.0, 9077.0, 9091.0, 9066.0, 9090.0, 9049.0, 9050.0, 9099.0, 9111.0, 9059.0, 9085.0, 9039.0, 9068.0, 9052.0, 9068.0, 9041.0, 9084.0, 9059.0, 9089.0, 9049.0, 9096.0, 9053.0, 9076.0, 9034.0, 9004.0, 9066.0, 9087.0, 9084.0, 9094.0, 9133.0, 9082.0, 9090.0, 9030.0, 9067.0, 9055.0, 9041.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.00032458333333333335</td></tr>
<tr><td colspan=3>aqi</td><td>0.025275696136363636</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.30185177150109</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2057103881728577</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9881675315011372</td></tr>
<tr><td colspan=3>efc</td><td>0.4882</td></tr>
<tr><td colspan=3>fber</td><td>4404.6743</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08692094315116795</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4242424242424243</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4855012070946416</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3691215798793763</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.733633934825088</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3537481065794608</td></tr>
<tr><td colspan=3>gcor</td><td>0.00943428</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012462176382541656</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025136902928352356</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.909023540780701</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>16.3528</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.2452</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.9788</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298439.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.7192</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5786</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.8705</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3251.6225</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3456.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.1026</td></tr>
<tr><td colspan=3>tsnr</td><td>38.301223988994025</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>