<?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-0061_ses-03_task-alignvideo_acq-mb8_run-02_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-0061_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0061_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0061_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0061_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0061_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0061_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0061_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0061_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_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-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_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-0061/ses-03/func/sub-0061_ses-03_task-alignvideo_acq-mb8_run-02_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>2695fe1babdd2929a02924665dabcf68</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>18:37:25.300000</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.998443, -0.0300446, 0.0469983, 0.0254476, 0.995102, 0.0955233]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0818511</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7744, -7362, 665, -76, -247, -25, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.733</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>86cfe501-54d2-487e-a841-400f415783e3||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.6787495613098145, 0.06827399879693985, 0.13402265310287476, 104.42926788330078], [0.0806073322892189, 2.669785499572754, 0.254282146692276, -106.83174133300781], [0.12609292566776276, -0.2562820315361023, 2.6846561431884766, -99.02295684814453], [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, 1335]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['183725.300000', '183725.760000', '183726.220000', '183726.680000', '183727.140000', '183727.600000', '183728.060000', '183728.520000', '183728.980000', '183729.440000', '183729.900000', '183730.360000', '183730.820000', '183731.280000', '183731.740000', '183732.200000', '183732.660000', '183733.120000', '183733.580000', '183734.040000', '183734.500000', '183734.960000', '183735.420000', '183735.880000', '183736.340000', '183736.800000', '183737.260000', '183737.720000', '183738.180000', '183738.640000', '183739.100000', '183739.560000', '183740.020000', '183740.480000', '183740.940000', '183741.400000', '183741.860000', '183742.320000', '183742.780000', '183743.240000', '183743.700000', '183744.160000', '183744.620000', '183745.080000', '183745.540000', '183746.000000', '183746.460000', '183746.920000', '183747.380000', '183747.840000', '183748.300000', '183748.760000', '183749.220000', '183749.680000', '183750.140000', '183750.600000', '183751.060000', '183751.520000', '183751.980000', '183752.440000', '183752.900000', '183753.360000', '183753.820000', '183754.280000', '183754.740000', '183755.200000', '183755.660000', '183756.120000', '183756.580000', '183757.040000', '183757.500000', '183757.960000', '183758.420000', '183758.880000', '183759.340000', '183759.800000', '183800.260000', '183800.720000', '183801.180000', '183801.640000', '183802.100000', '183802.560000', '183803.020000', '183803.480000', '183803.940000', '183804.400000', '183804.860000', '183805.320000', '183805.780000', '183806.240000', '183806.700000', '183807.160000', '183807.620000', '183808.080000', '183808.540000', '183809.000000', '183809.460000', '183809.920000', '183810.380000', '183810.840000', '183811.300000', '183811.760000', '183812.220000', '183812.680000', '183813.140000', '183813.600000', '183814.060000', '183814.520000', '183814.980000', '183815.440000', '183815.900000', '183816.360000', '183816.820000', '183817.280000', '183817.740000', '183818.200000', '183818.660000', '183819.120000', '183819.580000', '183820.040000', '183820.500000', '183820.960000', '183821.420000', '183821.880000', '183822.340000', '183822.800000', '183823.260000', '183823.720000', '183824.180000', '183824.640000', '183825.100000', '183825.560000', '183826.020000', '183826.480000', '183826.940000', '183827.400000', '183827.860000', '183828.320000', '183828.780000', '183829.240000', '183829.700000', '183830.160000', '183830.620000', '183831.080000', '183831.540000', '183832.000000', '183832.460000', '183832.920000', '183833.380000', '183833.840000', '183834.300000', '183834.760000', '183835.220000', '183835.680000', '183836.140000', '183836.600000', '183837.060000', '183837.520000', '183837.980000', '183838.440000', '183838.900000', '183839.360000', '183839.820000', '183840.280000', '183840.740000', '183841.200000', '183841.660000', '183842.120000', '183842.580000', '183843.040000', '183843.500000', '183843.960000', '183844.420000', '183844.880000', '183845.340000', '183845.800000', '183846.260000', '183846.720000', '183847.180000', '183847.640000', '183848.100000', '183848.560000', '183849.020000', '183849.480000', '183849.940000', '183850.400000', '183850.860000', '183851.320000', '183851.780000', '183852.240000', '183852.700000', '183853.160000', '183853.620000', '183854.080000', '183854.540000', '183855.000000', '183855.460000', '183855.920000', '183856.380000', '183856.840000', '183857.300000', '183857.760000', '183858.220000', '183858.680000', '183859.140000', '183859.600000', '183900.060000', '183900.520000', '183900.980000', '183901.440000', '183901.900000', '183902.360000', '183902.820000', '183903.280000', '183903.740000', '183904.200000', '183904.660000', '183905.120000', '183905.580000', '183906.040000', '183906.500000', '183906.960000', '183907.420000', '183907.880000', '183908.340000', '183908.800000', '183909.260000', '183909.720000', '183910.180000', '183910.640000', '183911.100000', '183911.560000', '183912.020000', '183912.480000', '183912.940000', '183913.400000', '183913.860000', '183914.320000', '183914.780000', '183915.240000', '183915.700000', '183916.160000', '183916.620000', '183917.080000', '183917.540000', '183918.000000', '183918.460000', '183918.920000', '183919.380000', '183919.840000', '183920.300000', '183920.760000', '183921.220000', '183921.680000', '183922.140000', '183922.600000', '183923.060000', '183923.520000', '183923.980000', '183924.440000', '183924.900000', '183925.360000', '183925.820000', '183926.280000', '183926.740000', '183927.200000', '183927.660000', '183928.120000', '183928.580000', '183929.040000', '183929.500000', '183929.960000', '183930.420000', '183930.880000', '183931.340000', '183931.800000', '183932.260000', '183932.720000', '183933.180000', '183933.640000', '183934.100000', '183934.560000', '183935.020000', '183935.480000', '183935.940000', '183936.400000', '183936.860000', '183937.320000', '183937.780000', '183938.240000', '183938.700000', '183939.160000', '183939.620000', '183940.080000', '183940.540000', '183941.000000', '183941.460000', '183941.920000', '183942.380000', '183942.840000', '183943.300000', '183943.760000', '183944.220000', '183944.680000', '183945.140000', '183945.600000', '183946.060000', '183946.520000', '183946.980000', '183947.440000', '183947.900000', '183948.360000', '183948.820000', '183949.280000', '183949.740000', '183950.200000', '183950.660000', '183951.120000', '183951.580000', '183952.040000', '183952.500000', '183952.960000', '183953.420000', '183953.880000', '183954.340000', '183954.800000', '183955.260000', '183955.720000', '183956.180000', '183956.640000', '183957.100000', '183957.560000', '183958.020000', '183958.480000', '183958.940000', '183959.400000', '183959.860000', '184000.320000', '184000.780000', '184001.240000', '184001.700000', '184002.160000', '184002.620000', '184003.080000', '184003.540000', '184004.000000', '184004.460000', '184004.920000', '184005.380000', '184005.840000', '184006.300000', '184006.760000', '184007.220000', '184007.680000', '184008.140000', '184008.600000', '184009.060000', '184009.520000', '184009.980000', '184010.440000', '184010.900000', '184011.360000', '184011.820000', '184012.280000', '184012.740000', '184013.200000', '184013.660000', '184014.120000', '184014.580000', '184015.040000', '184015.500000', '184015.960000', '184016.420000', '184016.880000', '184017.340000', '184017.800000', '184018.260000', '184018.720000', '184019.180000', '184019.640000', '184020.100000', '184020.560000', '184021.020000', '184021.480000', '184021.940000', '184022.400000', '184022.860000', '184023.320000', '184023.780000', '184024.240000', '184024.700000', '184025.160000', '184025.620000', '184026.080000', '184026.540000', '184027.000000', '184027.460000', '184027.920000', '184028.380000', '184028.840000', '184029.300000', '184029.760000', '184030.220000', '184030.680000', '184031.140000', '184031.600000', '184032.060000', '184032.520000', '184032.980000', '184033.440000', '184033.900000', '184034.360000', '184034.820000', '184035.280000', '184035.740000', '184036.200000', '184036.660000', '184037.120000', '184037.580000', '184038.040000', '184038.500000', '184038.960000', '184039.420000', '184039.880000', '184040.340000', '184040.800000', '184041.260000', '184041.720000', '184042.180000', '184042.640000', '184043.100000', '184043.560000', '184044.020000', '184044.480000', '184044.940000', '184045.400000', '184045.860000', '184046.320000', '184046.780000', '184047.240000', '184047.700000', '184048.160000', '184048.620000', '184049.080000', '184049.540000', '184050.000000', '184050.460000', '184050.920000', '184051.380000', '184051.840000', '184052.300000', '184052.760000', '184053.220000', '184053.680000', '184054.140000', '184054.600000', '184055.060000', '184055.520000', '184055.980000', '184056.440000', '184056.900000', '184057.360000', '184057.820000', '184058.280000', '184058.740000', '184059.200000', '184059.660000', '184100.120000', '184100.580000', '184101.040000', '184101.500000', '184101.960000', '184102.420000', '184102.880000', '184103.340000', '184103.800000', '184104.260000', '184104.720000', '184105.180000', '184105.640000', '184106.100000', '184106.560000', '184107.020000', '184107.480000', '184107.940000', '184108.400000', '184108.860000', '184109.320000', '184109.780000', '184110.240000', '184110.700000', '184111.160000', '184111.620000', '184112.080000', '184112.540000', '184113.000000', '184113.460000', '184113.920000', '184114.380000', '184114.840000', '184115.300000', '184115.760000', '184116.220000', '184116.680000', '184117.140000', '184117.600000', '184118.060000', '184118.520000', '184118.980000', '184119.440000', '184119.900000', '184120.360000', '184120.820000', '184121.280000', '184121.740000', '184122.200000', '184122.660000', '184123.120000', '184123.580000', '184124.040000', '184124.500000', '184124.960000', '184125.420000', '184125.880000', '184126.340000', '184126.800000', '184127.260000', '184127.720000', '184128.180000', '184128.640000', '184129.100000', '184129.560000', '184130.020000', '184130.480000', '184130.940000', '184131.400000', '184131.860000', '184132.320000', '184132.780000', '184133.240000', '184133.700000', '184134.160000', '184134.620000', '184135.080000', '184135.540000', '184136.000000', '184136.460000', '184136.920000', '184137.380000', '184137.840000', '184138.300000', '184138.760000', '184139.220000', '184139.680000', '184140.140000', '184140.600000', '184141.060000', '184141.520000', '184141.980000', '184142.440000', '184142.900000', '184143.360000', '184143.820000', '184144.280000', '184144.740000', '184145.200000', '184145.660000', '184146.120000', '184146.580000', '184147.040000', '184147.500000', '184147.960000', '184148.420000', '184148.880000', '184149.340000', '184149.800000', '184150.260000', '184150.720000', '184151.180000', '184151.640000', '184152.100000', '184152.560000', '184153.020000', '184153.480000', '184153.940000', '184154.400000', '184154.860000', '184155.320000', '184155.780000', '184156.240000', '184156.700000', '184157.160000', '184157.620000', '184158.080000', '184158.540000', '184159.000000', '184159.460000', '184159.920000', '184200.380000', '184200.840000', '184201.300000', '184201.760000', '184202.220000', '184202.680000', '184203.140000', '184203.600000', '184204.060000', '184204.520000', '184204.980000', '184205.440000', '184205.900000', '184206.360000', '184206.820000', '184207.280000', '184207.740000', '184208.200000', '184208.660000', '184209.120000', '184209.580000', '184210.040000', '184210.500000', '184210.960000', '184211.420000', '184211.880000', '184212.340000', '184212.800000', '184213.260000', '184213.720000', '184214.180000', '184214.640000', '184215.100000', '184215.560000', '184216.020000', '184216.480000', '184216.940000', '184217.400000', '184217.860000', '184218.320000', '184218.780000', '184219.240000', '184219.700000', '184220.160000', '184220.620000', '184221.080000', '184221.540000', '184222.000000', '184222.460000', '184222.920000', '184223.380000', '184223.840000', '184224.300000', '184224.760000', '184225.220000', '184225.680000', '184226.140000', '184226.600000', '184227.060000', '184227.520000', '184227.980000', '184228.440000', '184228.900000', '184229.360000', '184229.820000', '184230.280000', '184230.740000', '184231.200000', '184231.660000', '184232.120000', '184232.580000', '184233.040000', '184233.500000', '184233.960000', '184234.420000', '184234.880000', '184235.340000', '184235.800000', '184236.260000', '184236.720000', '184237.180000', '184237.640000', '184238.100000', '184238.560000', '184239.020000', '184239.480000', '184239.940000', '184240.400000', '184240.860000', '184241.320000', '184241.780000', '184242.240000', '184242.700000', '184243.160000', '184243.620000', '184244.080000', '184244.540000', '184245.000000', '184245.460000', '184245.920000', '184246.380000', '184246.840000', '184247.300000', '184247.760000', '184248.220000', '184248.680000', '184249.140000', '184249.600000', '184250.060000', '184250.520000', '184250.980000', '184251.440000', '184251.900000', '184252.360000', '184252.820000', '184253.280000', '184253.740000', '184254.200000', '184254.660000', '184255.120000', '184255.580000', '184256.040000', '184256.500000', '184256.960000', '184257.420000', '184257.880000', '184258.340000', '184258.800000', '184259.260000', '184259.720000', '184300.180000', '184300.640000', '184301.100000', '184301.560000', '184302.020000', '184302.480000', '184302.940000', '184303.400000', '184303.860000', '184304.320000', '184304.780000', '184305.240000', '184305.700000', '184306.160000', '184306.620000', '184307.080000', '184307.540000', '184308.000000', '184308.460000', '184308.920000', '184309.380000', '184309.840000', '184310.300000', '184310.760000', '184311.220000', '184311.680000', '184312.140000', '184312.600000', '184313.060000', '184313.520000', '184313.980000', '184314.440000', '184314.900000', '184315.360000', '184315.820000', '184316.280000', '184316.740000', '184317.200000', '184317.660000', '184318.120000', '184318.580000', '184319.040000', '184319.500000', '184319.960000', '184320.420000', '184320.880000', '184321.340000', '184321.800000', '184322.260000', '184322.720000', '184323.180000', '184323.640000', '184324.100000', '184324.560000', '184325.020000', '184325.480000', '184325.940000', '184326.400000', '184326.860000', '184327.320000', '184327.780000', '184328.240000', '184328.700000', '184329.160000', '184329.620000', '184330.080000', '184330.540000', '184331.000000', '184331.460000', '184331.920000', '184332.380000', '184332.840000', '184333.300000', '184333.760000', '184334.220000', '184334.680000', '184335.140000', '184335.600000', '184336.060000', '184336.520000', '184336.980000', '184337.440000', '184337.900000', '184338.360000', '184338.820000', '184339.280000', '184339.740000', '184340.200000', '184340.660000', '184341.120000', '184341.580000', '184342.040000', '184342.500000', '184342.960000', '184343.420000', '184343.880000', '184344.340000', '184344.800000', '184345.260000', '184345.720000', '184346.180000', '184346.640000', '184347.100000', '184347.560000', '184348.020000', '184348.480000', '184348.940000', '184349.400000', '184349.860000', '184350.320000', '184350.780000', '184351.240000', '184351.700000', '184352.160000', '184352.620000', '184353.080000', '184353.540000', '184354.000000', '184354.460000', '184354.920000', '184355.380000', '184355.840000', '184356.300000', '184356.760000', '184357.220000', '184357.680000', '184358.140000', '184358.600000', '184359.060000', '184359.520000', '184359.980000', '184400.440000', '184400.900000', '184401.360000', '184401.820000', '184402.280000', '184402.740000', '184403.200000', '184403.660000', '184404.120000', '184404.580000', '184405.040000', '184405.500000', '184405.960000', '184406.420000', '184406.880000', '184407.340000', '184407.800000', '184408.260000', '184408.720000', '184409.180000', '184409.640000', '184410.100000', '184410.560000', '184411.020000', '184411.480000', '184411.940000', '184412.400000', '184412.860000', '184413.320000', '184413.780000', '184414.240000', '184414.700000', '184415.160000', '184415.620000', '184416.080000', '184416.540000', '184417.000000', '184417.460000', '184417.920000', '184418.380000', '184418.840000', '184419.300000', '184419.760000', '184420.220000', '184420.680000', '184421.140000', '184421.600000', '184422.060000', '184422.520000', '184422.980000', '184423.440000', '184423.900000', '184424.360000', '184424.820000', '184425.280000', '184425.740000', '184426.200000', '184426.660000', '184427.120000', '184427.580000', '184428.040000', '184428.500000', '184428.960000', '184429.420000', '184429.880000', '184430.340000', '184430.800000', '184431.260000', '184431.720000', '184432.180000', '184432.640000', '184433.100000', '184433.560000', '184434.020000', '184434.480000', '184434.940000', '184435.400000', '184435.860000', '184436.320000', '184436.780000', '184437.240000', '184437.700000', '184438.160000', '184438.620000', '184439.080000', '184439.540000', '184440.000000', '184440.460000', '184440.920000', '184441.380000', '184441.840000', '184442.300000', '184442.760000', '184443.220000', '184443.680000', '184444.140000', '184444.600000', '184445.060000', '184445.520000', '184445.980000', '184446.440000', '184446.900000', '184447.360000', '184447.820000', '184448.280000', '184448.740000', '184449.200000', '184449.660000', '184450.120000', '184450.580000', '184451.040000', '184451.500000', '184451.960000', '184452.420000', '184452.880000', '184453.340000', '184453.800000', '184454.260000', '184454.720000', '184455.180000', '184455.640000', '184456.100000', '184456.560000', '184457.020000', '184457.480000', '184457.940000', '184458.400000', '184458.860000', '184459.320000', '184459.780000', '184500.240000', '184500.700000', '184501.160000', '184501.620000', '184502.080000', '184502.540000', '184503.000000', '184503.460000', '184503.920000', '184504.380000', '184504.840000', '184505.300000', '184505.760000', '184506.220000', '184506.680000', '184507.140000', '184507.600000', '184508.060000', '184508.520000', '184508.980000', '184509.440000', '184509.900000', '184510.360000', '184510.820000', '184511.280000', '184511.740000', '184512.200000', '184512.660000', '184513.120000', '184513.580000', '184514.040000', '184514.500000', '184514.960000', '184515.420000', '184515.880000', '184516.340000', '184516.800000', '184517.260000', '184517.720000', '184518.180000', '184518.640000', '184519.100000', '184519.560000', '184520.020000', '184520.480000', '184520.940000', '184521.400000', '184521.860000', '184522.320000', '184522.780000', '184523.240000', '184523.700000', '184524.160000', '184524.620000', '184525.080000', '184525.540000', '184526.000000', '184526.460000', '184526.920000', '184527.380000', '184527.840000', '184528.300000', '184528.760000', '184529.220000', '184529.680000', '184530.140000', '184530.600000', '184531.060000', '184531.520000', '184531.980000', '184532.440000', '184532.900000', '184533.360000', '184533.820000', '184534.280000', '184534.740000', '184535.200000', '184535.660000', '184536.120000', '184536.580000', '184537.040000', '184537.500000', '184537.960000', '184538.420000', '184538.880000', '184539.340000', '184539.800000', '184540.260000', '184540.720000', '184541.180000', '184541.640000', '184542.100000', '184542.560000', '184543.020000', '184543.480000', '184543.940000', '184544.400000', '184544.860000', '184545.320000', '184545.780000', '184546.240000', '184546.700000', '184547.160000', '184547.620000', '184548.080000', '184548.540000', '184549.000000', '184549.460000', '184549.920000', '184550.380000', '184550.840000', '184551.300000', '184551.760000', '184552.220000', '184552.680000', '184553.140000', '184553.600000', '184554.060000', '184554.520000', '184554.980000', '184555.440000', '184555.900000', '184556.360000', '184556.820000', '184557.280000', '184557.740000', '184558.200000', '184558.660000', '184559.120000', '184559.580000', '184600.040000', '184600.500000', '184600.960000', '184601.420000', '184601.880000', '184602.340000', '184602.800000', '184603.260000', '184603.720000', '184604.180000', '184604.640000', '184605.100000', '184605.560000', '184606.020000', '184606.480000', '184606.940000', '184607.400000', '184607.860000', '184608.320000', '184608.780000', '184609.240000', '184609.700000', '184610.160000', '184610.620000', '184611.080000', '184611.540000', '184612.000000', '184612.460000', '184612.920000', '184613.380000', '184613.840000', '184614.300000', '184614.760000', '184615.220000', '184615.680000', '184616.140000', '184616.600000', '184617.060000', '184617.520000', '184617.980000', '184618.440000', '184618.900000', '184619.360000', '184619.820000', '184620.280000', '184620.740000', '184621.200000', '184621.660000', '184622.120000', '184622.580000', '184623.040000', '184623.500000', '184623.960000', '184624.420000', '184624.880000', '184625.340000', '184625.800000', '184626.260000', '184626.720000', '184627.180000', '184627.640000', '184628.100000', '184628.560000', '184629.020000', '184629.480000', '184629.940000', '184630.400000', '184630.860000', '184631.320000', '184631.780000', '184632.240000', '184632.700000', '184633.160000', '184633.620000', '184634.080000', '184634.540000', '184635.000000', '184635.460000', '184635.920000', '184636.380000', '184636.840000', '184637.300000', '184637.760000', '184638.220000', '184638.680000', '184639.140000', '184639.600000', '184640.060000', '184640.520000', '184640.980000', '184641.440000', '184641.900000', '184642.360000', '184642.820000', '184643.280000', '184643.740000', '184644.200000', '184644.660000', '184645.120000', '184645.580000', '184646.040000', '184646.500000', '184646.960000', '184647.420000', '184647.880000', '184648.340000', '184648.800000', '184649.260000', '184649.720000', '184650.180000', '184650.640000', '184651.100000', '184651.560000', '184652.020000', '184652.480000', '184652.940000', '184653.400000', '184653.860000', '184654.320000', '184654.780000', '184655.240000', '184655.700000', '184656.160000', '184656.620000', '184657.080000', '184657.540000', '184658.000000', '184658.460000', '184658.920000', '184659.380000', '184659.840000', '184700.300000', '184700.760000', '184701.220000', '184701.680000', '184702.140000', '184702.600000', '184703.060000', '184703.520000', '184703.980000', '184704.440000', '184704.900000', '184705.360000', '184705.820000', '184706.280000', '184706.740000', '184707.200000', '184707.660000', '184708.120000', '184708.580000', '184709.040000', '184709.500000', '184709.960000', '184710.420000', '184710.880000', '184711.340000', '184711.800000', '184712.260000', '184712.720000', '184713.180000', '184713.640000', '184714.100000', '184714.560000', '184715.020000', '184715.480000', '184715.940000', '184716.400000', '184716.860000', '184717.320000', '184717.780000', '184718.240000', '184718.700000', '184719.160000', '184719.620000', '184720.080000', '184720.540000', '184721.000000', '184721.460000', '184721.920000', '184722.380000', '184722.840000', '184723.300000', '184723.760000', '184724.220000', '184724.680000', '184725.140000', '184725.600000', '184726.060000', '184726.520000', '184726.980000', '184727.440000', '184727.900000', '184728.360000', '184728.820000', '184729.280000', '184729.740000', '184730.200000', '184730.660000', '184731.120000', '184731.580000', '184732.040000', '184732.500000', '184732.960000', '184733.420000', '184733.880000', '184734.340000', '184734.800000', '184735.260000', '184735.720000', '184736.180000', '184736.640000', '184737.100000', '184737.560000', '184738.020000', '184738.480000', '184738.940000'], 'ContentTime': ['183745.135000', '183745.138000', '183745.141000', '183745.144000', '183745.147000', '183745.158000', '183745.160000', '183745.163000', '183745.166000', '183745.168000', '183745.171000', '183745.174000', '183745.176000', '183745.179000', '183745.182000', '183745.184000', '183745.187000', '183745.189000', '183745.192000', '183745.195000', '183745.197000', '183745.200000', '183745.203000', '183745.206000', '183745.212000', '183745.215000', '183745.217000', '183745.220000', '183745.223000', '183745.225000', '183745.228000', '183745.230000', '183745.233000', '183745.235000', '183745.238000', '183745.241000', '183745.243000', '183745.246000', '183745.248000', '183745.251000', '183745.254000', '183805.107000', '183805.110000', '183805.113000', '183805.115000', '183805.118000', '183805.120000', '183805.123000', '183805.125000', '183805.128000', '183805.131000', '183805.133000', '183805.136000', '183805.138000', '183805.141000', '183805.143000', '183805.146000', '183805.149000', '183805.151000', '183805.154000', '183805.156000', '183805.159000', '183805.161000', '183805.164000', '183805.166000', '183805.169000', '183805.171000', '183805.174000', '183805.177000', '183805.179000', '183805.182000', '183805.184000', '183805.187000', '183805.189000', '183805.192000', '183805.195000', '183805.197000', '183805.200000', '183805.202000', '183805.205000', '183805.207000', '183805.210000', '183805.212000', '183805.215000', '183825.107000', '183825.110000', '183825.113000', '183825.116000', '183825.119000', '183825.122000', '183825.124000', '183825.127000', '183825.130000', '183825.132000', '183825.135000', '183825.137000', '183825.140000', '183825.142000', '183825.145000', '183825.148000', '183825.150000', '183825.153000', '183825.155000', '183825.158000', '183825.161000', '183825.163000', '183825.166000', '183825.168000', '183825.171000', '183825.174000', '183825.176000', '183825.179000', '183825.181000', '183825.184000', '183825.187000', '183825.189000', '183825.192000', '183825.194000', '183825.197000', '183825.199000', '183825.202000', '183825.204000', '183825.207000', '183825.210000', '183825.212000', '183825.221000', '183825.224000', '183825.226000', '183845.107000', '183845.110000', '183845.113000', '183845.116000', '183845.118000', '183845.121000', '183845.123000', '183845.126000', '183845.128000', '183845.131000', '183845.134000', '183845.136000', '183845.139000', '183845.141000', '183845.144000', '183845.147000', '183845.149000', '183845.152000', '183845.154000', '183845.157000', '183845.159000', '183845.162000', '183845.165000', '183845.167000', '183845.170000', '183845.172000', '183845.175000', '183845.177000', '183845.180000', '183845.183000', '183845.185000', '183845.188000', '183845.190000', '183845.193000', '183845.195000', '183845.198000', '183845.201000', '183845.203000', '183845.206000', '183845.208000', '183845.211000', '183845.213000', '183845.216000', '183905.108000', '183905.111000', '183905.114000', '183905.116000', '183905.119000', '183905.122000', '183905.124000', '183905.127000', '183905.129000', '183905.132000', '183905.134000', '183905.137000', '183905.152000', '183905.154000', '183905.157000', '183905.159000', '183905.162000', '183905.165000', '183905.167000', '183905.170000', '183905.172000', '183905.175000', '183905.177000', '183905.180000', '183905.183000', '183905.185000', '183905.188000', '183905.190000', '183905.193000', '183905.196000', '183905.198000', '183905.201000', '183905.203000', '183905.206000', '183905.209000', '183905.211000', '183905.214000', '183905.216000', '183905.219000', '183905.222000', '183905.224000', '183905.227000', '183905.229000', '183925.109000', '183925.111000', '183925.114000', '183925.116000', '183925.119000', '183925.122000', '183925.124000', '183925.127000', '183925.129000', '183925.132000', '183925.135000', '183925.137000', '183925.140000', '183925.142000', '183925.145000', '183925.148000', '183925.150000', '183925.153000', '183925.155000', '183925.158000', '183925.161000', '183925.163000', '183925.166000', '183925.168000', '183925.171000', '183925.174000', '183925.176000', '183925.179000', '183925.181000', '183925.184000', '183925.187000', '183925.189000', '183925.192000', '183925.194000', '183925.197000', '183925.199000', '183925.202000', '183925.205000', '183925.207000', '183925.210000', '183925.213000', '183925.215000', '183925.218000', '183925.220000', '183945.109000', '183945.111000', '183945.114000', '183945.117000', '183945.119000', '183945.122000', '183945.125000', '183945.127000', '183945.130000', '183945.132000', '183945.135000', '183945.138000', '183945.140000', '183945.143000', '183945.146000', '183945.148000', '183945.151000', '183945.153000', '183945.157000', '183945.160000', '183945.163000', '183945.166000', '183945.168000', '183945.171000', '183945.174000', '183945.176000', '183945.179000', '183945.182000', '183945.184000', '183945.187000', '183945.189000', '183945.192000', '183945.195000', '183945.197000', '183945.200000', '183945.202000', '183945.205000', '183945.207000', '183945.210000', '183945.213000', '183945.215000', '183945.218000', '183945.221000', '184005.108000', '184005.111000', '184005.114000', '184005.116000', '184005.119000', '184005.122000', '184005.124000', '184005.127000', '184005.130000', '184005.132000', '184005.135000', '184005.138000', '184005.140000', '184005.143000', '184005.145000', '184005.148000', '184005.151000', '184005.153000', '184005.156000', '184005.158000', '184005.161000', '184005.163000', '184005.166000', '184005.169000', '184005.171000', '184005.174000', '184005.177000', '184005.179000', '184005.182000', '184005.184000', '184005.187000', '184005.189000', '184005.192000', '184005.195000', '184005.197000', '184005.200000', '184005.202000', '184005.205000', '184005.207000', '184005.210000', '184005.213000', '184005.215000', '184005.218000', '184005.220000', '184025.107000', '184025.110000', '184025.113000', '184025.116000', '184025.118000', '184025.121000', '184025.123000', '184025.126000', '184025.129000', '184025.131000', '184025.134000', '184025.136000', '184025.139000', '184025.142000', '184025.144000', '184025.147000', '184025.149000', '184025.152000', '184025.154000', '184025.158000', '184025.161000', '184025.164000', '184025.166000', '184025.169000', '184025.172000', '184025.174000', '184025.177000', '184025.180000', '184025.182000', '184025.185000', '184025.187000', '184025.190000', '184025.192000', '184025.195000', '184025.198000', '184025.200000', '184025.203000', '184025.205000', '184025.208000', '184025.210000', '184025.213000', '184025.216000', '184025.218000', '184045.108000', '184045.110000', '184045.113000', '184045.116000', '184045.118000', '184045.121000', '184045.123000', '184045.126000', '184045.137000', '184045.140000', '184045.142000', '184045.145000', '184045.147000', '184045.150000', '184045.152000', '184045.155000', '184045.158000', '184045.160000', '184045.163000', '184045.166000', '184045.168000', '184045.171000', '184045.173000', '184045.176000', '184045.179000', '184045.181000', '184045.184000', '184045.186000', '184045.189000', '184045.192000', '184045.194000', '184045.197000', '184045.199000', '184045.202000', '184045.204000', '184045.207000', '184045.210000', '184045.212000', '184045.215000', '184045.217000', '184045.220000', '184045.223000', '184045.225000', '184045.228000', '184105.107000', '184105.110000', '184105.113000', '184105.115000', '184105.118000', '184105.121000', '184105.123000', '184105.126000', '184105.129000', '184105.131000', '184105.134000', '184105.136000', '184105.139000', '184105.141000', '184105.144000', '184105.147000', '184105.149000', '184105.152000', '184105.155000', '184105.157000', '184105.160000', '184105.163000', '184105.166000', '184105.168000', '184105.171000', '184105.173000', '184105.176000', '184105.179000', '184105.181000', '184105.184000', '184105.186000', '184105.189000', '184105.191000', '184105.195000', '184105.198000', '184105.201000', '184105.203000', '184105.206000', '184105.209000', '184105.211000', '184105.214000', '184105.216000', '184105.219000', '184125.108000', '184125.111000', '184125.114000', '184125.117000', '184125.119000', '184125.122000', '184125.125000', '184125.127000', '184125.130000', '184125.132000', '184125.135000', '184125.137000', '184125.140000', '184125.143000', '184125.145000', '184125.148000', '184125.150000', '184125.153000', '184125.155000', '184125.158000', '184125.161000', '184125.163000', '184125.166000', '184125.168000', '184125.171000', '184125.174000', '184125.176000', '184125.179000', '184125.181000', '184125.184000', '184125.187000', '184125.189000', '184125.192000', '184125.194000', '184125.197000', '184125.200000', '184125.202000', '184125.205000', '184125.207000', '184125.210000', '184125.212000', '184125.215000', '184125.218000', '184125.220000', '184145.108000', '184145.111000', '184145.114000', '184145.117000', '184145.119000', '184145.122000', '184145.125000', '184145.127000', '184145.130000', '184145.132000', '184145.135000', '184145.138000', '184145.140000', '184145.143000', '184145.146000', '184145.149000', '184145.152000', '184145.155000', '184145.157000', '184145.160000', '184145.163000', '184145.165000', '184145.168000', '184145.170000', '184145.173000', '184145.176000', '184145.178000', '184145.181000', '184145.184000', '184145.186000', '184145.189000', '184145.191000', '184145.194000', '184145.197000', '184145.199000', '184145.202000', '184145.204000', '184145.207000', '184145.210000', '184145.212000', '184145.215000', '184145.217000', '184145.220000', '184205.108000', '184205.111000', '184205.114000', '184205.116000', '184205.119000', '184205.122000', '184205.124000', '184205.127000', '184205.129000', '184205.132000', '184205.135000', '184205.137000', '184205.140000', '184205.142000', '184205.145000', '184205.148000', '184205.150000', '184205.153000', '184205.156000', '184205.170000', '184205.172000', '184205.175000', '184205.177000', '184205.180000', '184205.183000', '184205.185000', '184205.188000', '184205.190000', '184205.193000', '184205.195000', '184205.198000', '184205.201000', '184205.203000', '184205.206000', '184205.209000', '184205.211000', '184205.214000', '184205.216000', '184205.219000', '184205.222000', '184205.224000', '184205.227000', '184205.229000', '184205.232000', '184225.109000', '184225.112000', '184225.114000', '184225.117000', '184225.120000', '184225.122000', '184225.125000', '184225.127000', '184225.130000', '184225.133000', '184225.135000', '184225.138000', '184225.140000', '184225.143000', '184225.146000', '184225.148000', '184225.151000', '184225.154000', '184225.156000', '184225.159000', '184225.161000', '184225.164000', '184225.167000', '184225.169000', '184225.172000', '184225.175000', '184225.177000', '184225.180000', '184225.182000', '184225.185000', '184225.188000', '184225.190000', '184225.193000', '184225.196000', '184225.198000', '184225.201000', '184225.203000', '184225.206000', '184225.209000', '184225.211000', '184225.214000', '184225.216000', '184225.219000', '184245.107000', '184245.110000', '184245.113000', '184245.116000', '184245.118000', '184245.121000', '184245.123000', '184245.126000', '184245.129000', '184245.131000', '184245.134000', '184245.136000', '184245.139000', '184245.142000', '184245.144000', '184245.147000', '184245.149000', '184245.152000', '184245.155000', '184245.157000', '184245.160000', '184245.163000', '184245.165000', '184245.168000', '184245.170000', '184245.173000', '184245.175000', '184245.178000', '184245.181000', '184245.183000', '184245.186000', '184245.189000', '184245.191000', '184245.194000', '184245.197000', '184245.199000', '184245.202000', '184245.205000', '184245.207000', '184245.210000', '184245.212000', '184245.215000', '184245.218000', '184245.220000', '184305.108000', '184305.113000', '184305.115000', '184305.118000', '184305.121000', '184305.123000', '184305.126000', '184305.128000', '184305.131000', '184305.134000', '184305.136000', '184305.139000', '184305.141000', '184305.144000', '184305.146000', '184305.149000', '184305.152000', '184305.154000', '184305.157000', '184305.159000', '184305.162000', '184305.164000', '184305.167000', '184305.170000', '184305.172000', '184305.175000', '184305.177000', '184305.180000', '184305.183000', '184305.185000', '184305.188000', '184305.190000', '184305.193000', '184305.196000', '184305.198000', '184305.201000', '184305.203000', '184305.206000', '184305.208000', '184305.211000', '184305.214000', '184305.216000', '184305.219000', '184325.108000', '184325.111000', '184325.113000', '184325.116000', '184325.118000', '184325.121000', '184325.124000', '184325.126000', '184325.129000', '184325.131000', '184325.134000', '184325.136000', '184325.139000', '184325.141000', '184325.144000', '184325.147000', '184325.149000', '184325.152000', '184325.154000', '184325.157000', '184325.159000', '184325.162000', '184325.165000', '184325.167000', '184325.170000', '184325.172000', '184325.175000', '184325.178000', '184325.180000', '184325.183000', '184325.185000', '184325.188000', '184325.191000', '184325.193000', '184325.196000', '184325.198000', '184325.201000', '184325.203000', '184325.206000', '184325.209000', '184325.211000', '184325.214000', '184325.216000', '184325.219000', '184345.109000', '184345.111000', '184345.114000', '184345.117000', '184345.119000', '184345.122000', '184345.124000', '184345.127000', '184345.129000', '184345.132000', '184345.135000', '184345.137000', '184345.140000', '184345.142000', '184345.145000', '184345.148000', '184345.150000', '184345.153000', '184345.155000', '184345.158000', '184345.161000', '184345.163000', '184345.166000', '184345.168000', '184345.171000', '184345.173000', '184345.176000', '184345.178000', '184345.181000', '184345.184000', '184345.186000', '184345.189000', '184345.192000', '184345.194000', '184345.197000', '184345.199000', '184345.202000', '184345.204000', '184345.207000', '184345.210000', '184345.212000', '184345.215000', '184345.218000', '184405.109000', '184405.112000', '184405.114000', '184405.117000', '184405.119000', '184405.122000', '184405.124000', '184405.127000', '184405.130000', '184405.132000', '184405.135000', '184405.137000', '184405.140000', '184405.143000', '184405.145000', '184405.148000', '184405.150000', '184405.153000', '184405.155000', '184405.158000', '184405.161000', '184405.163000', '184405.166000', '184405.168000', '184405.171000', '184405.173000', '184405.176000', '184405.179000', '184405.181000', '184405.184000', '184405.186000', '184405.189000', '184405.192000', '184405.194000', '184405.197000', '184405.199000', '184405.202000', '184405.204000', '184405.207000', '184405.210000', '184405.212000', '184405.215000', '184405.217000', '184405.220000', '184425.108000', '184425.111000', '184425.114000', '184425.117000', '184425.119000', '184425.122000', '184425.124000', '184425.127000', '184425.130000', '184425.132000', '184425.135000', '184425.137000', '184425.140000', '184425.143000', '184425.145000', '184425.148000', '184425.150000', '184425.153000', '184425.156000', '184425.158000', '184425.161000', '184425.163000', '184425.166000', '184425.169000', '184425.171000', '184425.174000', '184425.176000', '184425.179000', '184425.182000', '184425.184000', '184425.187000', '184425.189000', '184425.192000', '184425.195000', '184425.197000', '184425.200000', '184425.202000', '184425.205000', '184425.207000', '184425.210000', '184425.213000', '184425.215000', '184425.218000', '184445.109000', '184445.112000', '184445.114000', '184445.117000', '184445.119000', '184445.122000', '184445.125000', '184445.127000', '184445.130000', '184445.133000', '184445.135000', '184445.138000', '184445.141000', '184445.143000', '184445.146000', '184445.149000', '184445.151000', '184445.154000', '184445.156000', '184445.159000', '184445.162000', '184445.164000', '184445.167000', '184445.169000', '184445.172000', '184445.175000', '184445.177000', '184445.180000', '184445.182000', '184445.185000', '184445.188000', '184445.190000', '184445.193000', '184445.195000', '184445.198000', '184445.200000', '184445.203000', '184445.206000', '184445.208000', '184445.211000', '184445.213000', '184445.216000', '184445.219000', '184445.221000', '184505.108000', '184505.111000', '184505.113000', '184505.116000', '184505.118000', '184505.121000', '184505.124000', '184505.126000', '184505.129000', '184505.131000', '184505.134000', '184505.136000', '184505.139000', '184505.142000', '184505.144000', '184505.147000', '184505.149000', '184505.152000', '184505.155000', '184505.157000', '184505.160000', '184505.162000', '184505.165000', '184505.167000', '184505.170000', '184505.173000', '184505.175000', '184505.178000', '184505.180000', '184505.183000', '184505.186000', '184505.188000', '184505.191000', '184505.193000', '184505.196000', '184505.199000', '184505.201000', '184505.204000', '184505.207000', '184505.209000', '184505.212000', '184505.214000', '184505.217000', '184525.108000', '184525.110000', '184525.113000', '184525.116000', '184525.118000', '184525.121000', '184525.124000', '184525.126000', '184525.129000', '184525.132000', '184525.134000', '184525.137000', '184525.140000', '184525.142000', '184525.145000', '184525.147000', '184525.150000', '184525.153000', '184525.156000', '184525.158000', '184525.161000', '184525.164000', '184525.166000', '184525.169000', '184525.172000', '184525.174000', '184525.177000', '184525.179000', '184525.182000', '184525.185000', '184525.187000', '184525.190000', '184525.193000', '184525.195000', '184525.198000', '184525.200000', '184525.203000', '184525.206000', '184525.208000', '184525.211000', '184525.213000', '184525.216000', '184525.219000', '184525.221000', '184545.108000', '184545.111000', '184545.113000', '184545.116000', '184545.118000', '184545.121000', '184545.124000', '184545.126000', '184545.129000', '184545.131000', '184545.134000', '184545.137000', '184545.139000', '184545.142000', '184545.144000', '184545.147000', '184545.150000', '184545.152000', '184545.155000', '184545.157000', '184545.160000', '184545.163000', '184545.165000', '184545.168000', '184545.170000', '184545.173000', '184545.176000', '184545.178000', '184545.181000', '184545.183000', '184545.186000', '184545.189000', '184545.191000', '184545.194000', '184545.196000', '184545.199000', '184545.201000', '184545.204000', '184545.207000', '184545.209000', '184545.212000', '184545.215000', '184545.217000', '184605.108000', '184605.111000', '184605.114000', '184605.117000', '184605.120000', '184605.123000', '184605.125000', '184605.128000', '184605.131000', '184605.133000', '184605.136000', '184605.139000', '184605.141000', '184605.144000', '184605.146000', '184605.149000', '184605.151000', '184605.154000', '184605.157000', '184605.159000', '184605.162000', '184605.164000', '184605.167000', '184605.170000', '184605.172000', '184605.175000', '184605.177000', '184605.180000', '184605.183000', '184605.185000', '184605.188000', '184605.191000', '184605.193000', '184605.196000', '184605.198000', '184605.201000', '184605.203000', '184605.206000', '184605.209000', '184605.211000', '184605.214000', '184605.217000', '184605.219000', '184605.222000', '184625.109000', '184625.112000', '184625.114000', '184625.117000', '184625.119000', '184625.122000', '184625.125000', '184625.127000', '184625.130000', '184625.133000', '184625.135000', '184625.138000', '184625.140000', '184625.143000', '184625.146000', '184625.148000', '184625.151000', '184625.153000', '184625.156000', '184625.159000', '184625.161000', '184625.164000', '184625.166000', '184625.169000', '184625.172000', '184625.174000', '184625.177000', '184625.179000', '184625.182000', '184625.184000', '184625.187000', '184625.190000', '184625.192000', '184625.195000', '184625.198000', '184625.200000', '184625.203000', '184625.205000', '184625.208000', '184625.211000', '184625.213000', '184625.216000', '184625.218000', '184645.109000', '184645.112000', '184645.114000', '184645.117000', '184645.119000', '184645.122000', '184645.125000', '184645.127000', '184645.130000', '184645.133000', '184645.135000', '184645.138000', '184645.141000', '184645.143000', '184645.146000', '184645.148000', '184645.151000', '184645.153000', '184645.156000', '184645.159000', '184645.161000', '184645.164000', '184645.167000', '184645.169000', '184645.172000', '184645.174000', '184645.177000', '184645.180000', '184645.182000', '184645.185000', '184645.187000', '184645.190000', '184645.193000', '184645.195000', '184645.198000', '184645.200000', '184645.203000', '184645.206000', '184645.208000', '184645.211000', '184645.214000', '184645.216000', '184645.219000', '184705.109000', '184705.112000', '184705.114000', '184705.117000', '184705.119000', '184705.122000', '184705.125000', '184705.127000', '184705.130000', '184705.133000', '184705.135000', '184705.138000', '184705.140000', '184705.143000', '184705.146000', '184705.148000', '184705.151000', '184705.153000', '184705.156000', '184705.159000', '184705.161000', '184705.164000', '184705.166000', '184705.169000', '184705.172000', '184705.174000', '184705.177000', '184705.179000', '184705.182000', '184705.185000', '184705.187000', '184705.190000', '184705.193000', '184705.195000', '184705.198000', '184705.201000', '184705.203000', '184705.206000', '184705.208000', '184705.211000', '184705.214000', '184705.216000', '184705.219000', '184705.221000', '184725.108000', '184725.110000', '184725.113000', '184725.116000', '184725.118000', '184725.121000', '184725.123000', '184725.126000', '184725.129000', '184725.131000', '184725.134000', '184725.136000', '184725.139000', '184725.141000', '184725.144000', '184725.147000', '184725.149000', '184725.152000', '184725.155000', '184725.158000', '184725.161000', '184725.164000', '184725.166000', '184725.169000', '184725.172000', '184725.174000', '184725.177000', '184725.179000', '184725.182000', '184725.185000', '184725.187000', '184725.190000', '184725.192000', '184725.207000', '184725.209000', '184725.212000', '184725.215000', '184725.217000', '184725.220000', '184725.222000', '184725.225000', '184725.228000', '184725.230000', '184740.297000', '184740.302000', '184740.304000', '184740.307000', '184740.314000', '184740.317000', '184740.320000', '184740.323000', '184740.326000', '184740.329000', '184740.331000', '184740.334000', '184740.337000', '184740.340000', '184740.343000', '184740.346000', '184740.348000', '184740.351000', '184740.354000', '184740.357000', '184740.360000', '184740.362000', '184740.365000', '184740.368000', '184740.371000', '184740.374000', '184740.377000', '184740.380000', '184740.383000', '184740.386000', '184740.389000', '184740.392000', '184740.394000', '184740.397000'], 'InstanceCreationTime': ['183745.135000', '183745.138000', '183745.141000', '183745.144000', '183745.147000', '183745.158000', '183745.160000', '183745.163000', '183745.166000', '183745.168000', '183745.171000', '183745.174000', '183745.176000', '183745.179000', '183745.182000', '183745.184000', '183745.187000', '183745.189000', '183745.192000', '183745.195000', '183745.197000', '183745.200000', '183745.203000', '183745.206000', '183745.212000', '183745.215000', '183745.217000', '183745.220000', '183745.223000', '183745.225000', '183745.228000', '183745.230000', '183745.233000', '183745.235000', '183745.238000', '183745.241000', '183745.243000', '183745.246000', '183745.248000', '183745.251000', '183745.254000', '183805.107000', '183805.110000', '183805.113000', '183805.115000', '183805.118000', '183805.120000', '183805.123000', '183805.125000', '183805.128000', '183805.131000', '183805.133000', '183805.136000', '183805.138000', '183805.141000', '183805.143000', '183805.146000', '183805.149000', '183805.151000', '183805.154000', '183805.156000', '183805.159000', '183805.161000', '183805.164000', '183805.166000', '183805.169000', '183805.171000', '183805.174000', '183805.177000', '183805.179000', '183805.182000', '183805.184000', '183805.187000', '183805.189000', '183805.192000', '183805.195000', '183805.197000', '183805.200000', '183805.202000', '183805.205000', '183805.207000', '183805.210000', '183805.212000', '183805.215000', '183825.107000', '183825.110000', '183825.113000', '183825.116000', '183825.119000', '183825.122000', '183825.124000', '183825.127000', '183825.130000', '183825.132000', '183825.135000', '183825.137000', '183825.140000', '183825.142000', '183825.145000', '183825.148000', '183825.150000', '183825.153000', '183825.155000', '183825.158000', '183825.161000', '183825.163000', '183825.166000', '183825.168000', '183825.171000', '183825.174000', '183825.176000', '183825.179000', '183825.181000', '183825.184000', '183825.187000', '183825.189000', '183825.192000', '183825.194000', '183825.197000', '183825.199000', '183825.202000', '183825.204000', '183825.207000', '183825.210000', '183825.212000', '183825.221000', '183825.224000', '183825.226000', '183845.107000', '183845.110000', '183845.113000', '183845.116000', '183845.118000', '183845.121000', '183845.123000', '183845.126000', '183845.128000', '183845.131000', '183845.134000', '183845.136000', '183845.139000', '183845.141000', '183845.144000', '183845.147000', '183845.149000', '183845.152000', '183845.154000', '183845.157000', '183845.159000', '183845.162000', '183845.165000', '183845.167000', '183845.170000', '183845.172000', '183845.175000', '183845.177000', '183845.180000', '183845.183000', '183845.185000', '183845.188000', '183845.190000', '183845.193000', '183845.195000', '183845.198000', '183845.201000', '183845.203000', '183845.206000', '183845.208000', '183845.211000', '183845.213000', '183845.216000', '183905.108000', '183905.111000', '183905.114000', '183905.116000', '183905.119000', '183905.122000', '183905.124000', '183905.127000', '183905.129000', '183905.132000', '183905.134000', '183905.137000', '183905.152000', '183905.154000', '183905.157000', '183905.159000', '183905.162000', '183905.165000', '183905.167000', '183905.170000', '183905.172000', '183905.175000', '183905.177000', '183905.180000', '183905.183000', '183905.185000', '183905.188000', '183905.190000', '183905.193000', '183905.196000', '183905.198000', '183905.201000', '183905.203000', '183905.206000', '183905.209000', '183905.211000', '183905.214000', '183905.216000', '183905.219000', '183905.222000', '183905.224000', '183905.227000', '183905.229000', '183925.109000', '183925.111000', '183925.114000', '183925.116000', '183925.119000', '183925.122000', '183925.124000', '183925.127000', '183925.129000', '183925.132000', '183925.135000', '183925.137000', '183925.140000', '183925.142000', '183925.145000', '183925.148000', '183925.150000', '183925.153000', '183925.155000', '183925.158000', '183925.161000', '183925.163000', '183925.166000', '183925.168000', '183925.171000', '183925.174000', '183925.176000', '183925.179000', '183925.181000', '183925.184000', '183925.187000', '183925.189000', '183925.192000', '183925.194000', '183925.197000', '183925.199000', '183925.202000', '183925.205000', '183925.207000', '183925.210000', '183925.213000', '183925.215000', '183925.218000', '183925.220000', '183945.109000', '183945.111000', '183945.114000', '183945.117000', '183945.119000', '183945.122000', '183945.125000', '183945.127000', '183945.130000', '183945.132000', '183945.135000', '183945.138000', '183945.140000', '183945.143000', '183945.146000', '183945.148000', '183945.151000', '183945.153000', '183945.157000', '183945.160000', '183945.163000', '183945.166000', '183945.168000', '183945.171000', '183945.174000', '183945.176000', '183945.179000', '183945.182000', '183945.184000', '183945.187000', '183945.189000', '183945.192000', '183945.195000', '183945.197000', '183945.200000', '183945.202000', '183945.205000', '183945.207000', '183945.210000', '183945.213000', '183945.215000', '183945.218000', '183945.221000', '184005.108000', '184005.111000', '184005.114000', '184005.116000', '184005.119000', '184005.122000', '184005.124000', '184005.127000', '184005.130000', '184005.132000', '184005.135000', '184005.138000', '184005.140000', '184005.143000', '184005.145000', '184005.148000', '184005.151000', '184005.153000', '184005.156000', '184005.158000', '184005.161000', '184005.163000', '184005.166000', '184005.169000', '184005.171000', '184005.174000', '184005.177000', '184005.179000', '184005.182000', '184005.184000', '184005.187000', '184005.189000', '184005.192000', '184005.195000', '184005.197000', '184005.200000', '184005.202000', '184005.205000', '184005.207000', '184005.210000', '184005.213000', '184005.215000', '184005.218000', '184005.220000', '184025.107000', '184025.110000', '184025.113000', '184025.116000', '184025.118000', '184025.121000', '184025.123000', '184025.126000', '184025.129000', '184025.131000', '184025.134000', '184025.136000', '184025.139000', '184025.142000', '184025.144000', '184025.147000', '184025.149000', '184025.152000', '184025.154000', '184025.158000', '184025.161000', '184025.164000', '184025.166000', '184025.169000', '184025.172000', '184025.174000', '184025.177000', '184025.180000', '184025.182000', '184025.185000', '184025.187000', '184025.190000', '184025.192000', '184025.195000', '184025.198000', '184025.200000', '184025.203000', '184025.205000', '184025.208000', '184025.210000', '184025.213000', '184025.216000', '184025.218000', '184045.108000', '184045.110000', '184045.113000', '184045.116000', '184045.118000', '184045.121000', '184045.123000', '184045.126000', '184045.137000', '184045.140000', '184045.142000', '184045.145000', '184045.147000', '184045.150000', '184045.152000', '184045.155000', '184045.158000', '184045.160000', '184045.163000', '184045.166000', '184045.168000', '184045.171000', '184045.173000', '184045.176000', '184045.179000', '184045.181000', '184045.184000', '184045.186000', '184045.189000', '184045.192000', '184045.194000', '184045.197000', '184045.199000', '184045.202000', '184045.204000', '184045.207000', '184045.210000', '184045.212000', '184045.215000', '184045.217000', '184045.220000', '184045.223000', '184045.225000', '184045.228000', '184105.107000', '184105.110000', '184105.113000', '184105.115000', '184105.118000', '184105.121000', '184105.123000', '184105.126000', '184105.129000', '184105.131000', '184105.134000', '184105.136000', '184105.139000', '184105.141000', '184105.144000', '184105.147000', '184105.149000', '184105.152000', '184105.155000', '184105.157000', '184105.160000', '184105.163000', '184105.166000', '184105.168000', '184105.171000', '184105.173000', '184105.176000', '184105.179000', '184105.181000', '184105.184000', '184105.186000', '184105.189000', '184105.191000', '184105.195000', '184105.198000', '184105.201000', '184105.203000', '184105.206000', '184105.209000', '184105.211000', '184105.214000', '184105.216000', '184105.219000', '184125.108000', '184125.111000', '184125.114000', '184125.117000', '184125.119000', '184125.122000', '184125.125000', '184125.127000', '184125.130000', '184125.132000', '184125.135000', '184125.137000', '184125.140000', '184125.143000', '184125.145000', '184125.148000', '184125.150000', '184125.153000', '184125.155000', '184125.158000', '184125.161000', '184125.163000', '184125.166000', '184125.168000', '184125.171000', '184125.174000', '184125.176000', '184125.179000', '184125.181000', '184125.184000', '184125.187000', '184125.189000', '184125.192000', '184125.194000', '184125.197000', '184125.200000', '184125.202000', '184125.205000', '184125.207000', '184125.210000', '184125.212000', '184125.215000', '184125.218000', '184125.220000', '184145.108000', '184145.111000', '184145.114000', '184145.117000', '184145.119000', '184145.122000', '184145.125000', '184145.127000', '184145.130000', '184145.132000', '184145.135000', '184145.138000', '184145.140000', '184145.143000', '184145.146000', '184145.149000', '184145.152000', '184145.155000', '184145.157000', '184145.160000', '184145.163000', '184145.165000', '184145.168000', '184145.170000', '184145.173000', '184145.176000', '184145.178000', '184145.181000', '184145.184000', '184145.186000', '184145.189000', '184145.191000', '184145.194000', '184145.197000', '184145.199000', '184145.202000', '184145.204000', '184145.207000', '184145.210000', '184145.212000', '184145.215000', '184145.217000', '184145.220000', '184205.108000', '184205.111000', '184205.114000', '184205.116000', '184205.119000', '184205.122000', '184205.124000', '184205.127000', '184205.129000', '184205.132000', '184205.135000', '184205.137000', '184205.140000', '184205.142000', '184205.145000', '184205.148000', '184205.150000', '184205.153000', '184205.156000', '184205.170000', '184205.172000', '184205.175000', '184205.177000', '184205.180000', '184205.183000', '184205.185000', '184205.188000', '184205.190000', '184205.193000', '184205.195000', '184205.198000', '184205.201000', '184205.203000', '184205.206000', '184205.209000', '184205.211000', '184205.214000', '184205.216000', '184205.219000', '184205.222000', '184205.224000', '184205.227000', '184205.229000', '184205.232000', '184225.109000', '184225.112000', '184225.114000', '184225.117000', '184225.120000', '184225.122000', '184225.125000', '184225.127000', '184225.130000', '184225.133000', '184225.135000', '184225.138000', '184225.140000', '184225.143000', '184225.146000', '184225.148000', '184225.151000', '184225.154000', '184225.156000', '184225.159000', '184225.161000', '184225.164000', '184225.167000', '184225.169000', '184225.172000', '184225.175000', '184225.177000', '184225.180000', '184225.182000', '184225.185000', '184225.188000', '184225.190000', '184225.193000', '184225.196000', '184225.198000', '184225.201000', '184225.203000', '184225.206000', '184225.209000', '184225.211000', '184225.214000', '184225.216000', '184225.219000', '184245.107000', '184245.110000', '184245.113000', '184245.116000', '184245.118000', '184245.121000', '184245.123000', '184245.126000', '184245.129000', '184245.131000', '184245.134000', '184245.136000', '184245.139000', '184245.142000', '184245.144000', '184245.147000', '184245.149000', '184245.152000', '184245.155000', '184245.157000', '184245.160000', '184245.163000', '184245.165000', '184245.168000', '184245.170000', '184245.173000', '184245.175000', '184245.178000', '184245.181000', '184245.183000', '184245.186000', '184245.189000', '184245.191000', '184245.194000', '184245.197000', '184245.199000', '184245.202000', '184245.205000', '184245.207000', '184245.210000', '184245.212000', '184245.215000', '184245.218000', '184245.220000', '184305.108000', '184305.113000', '184305.115000', '184305.118000', '184305.121000', '184305.123000', '184305.126000', '184305.128000', '184305.131000', '184305.134000', '184305.136000', '184305.139000', '184305.141000', '184305.144000', '184305.146000', '184305.149000', '184305.152000', '184305.154000', '184305.157000', '184305.159000', '184305.162000', '184305.164000', '184305.167000', '184305.170000', '184305.172000', '184305.175000', '184305.177000', '184305.180000', '184305.183000', '184305.185000', '184305.188000', '184305.190000', '184305.193000', '184305.196000', '184305.198000', '184305.201000', '184305.203000', '184305.206000', '184305.208000', '184305.211000', '184305.214000', '184305.216000', '184305.219000', '184325.108000', '184325.111000', '184325.113000', '184325.116000', '184325.118000', '184325.121000', '184325.124000', '184325.126000', '184325.129000', '184325.131000', '184325.134000', '184325.136000', '184325.139000', '184325.141000', '184325.144000', '184325.147000', '184325.149000', '184325.152000', '184325.154000', '184325.157000', '184325.159000', '184325.162000', '184325.165000', '184325.167000', '184325.170000', '184325.172000', '184325.175000', '184325.178000', '184325.180000', '184325.183000', '184325.185000', '184325.188000', '184325.191000', '184325.193000', '184325.196000', '184325.198000', '184325.201000', '184325.203000', '184325.206000', '184325.209000', '184325.211000', '184325.214000', '184325.216000', '184325.219000', '184345.109000', '184345.111000', '184345.114000', '184345.117000', '184345.119000', '184345.122000', '184345.124000', '184345.127000', '184345.129000', '184345.132000', '184345.135000', '184345.137000', '184345.140000', '184345.142000', '184345.145000', '184345.148000', '184345.150000', '184345.153000', '184345.155000', '184345.158000', '184345.161000', '184345.163000', '184345.166000', '184345.168000', '184345.171000', '184345.173000', '184345.176000', '184345.178000', '184345.181000', '184345.184000', '184345.186000', '184345.189000', '184345.192000', '184345.194000', '184345.197000', '184345.199000', '184345.202000', '184345.204000', '184345.207000', '184345.210000', '184345.212000', '184345.215000', '184345.218000', '184405.109000', '184405.112000', '184405.114000', '184405.117000', '184405.119000', '184405.122000', '184405.124000', '184405.127000', '184405.130000', '184405.132000', '184405.135000', '184405.137000', '184405.140000', '184405.143000', '184405.145000', '184405.148000', '184405.150000', '184405.153000', '184405.155000', '184405.158000', '184405.161000', '184405.163000', '184405.166000', '184405.168000', '184405.171000', '184405.173000', '184405.176000', '184405.179000', '184405.181000', '184405.184000', '184405.186000', '184405.189000', '184405.192000', '184405.194000', '184405.197000', '184405.199000', '184405.202000', '184405.204000', '184405.207000', '184405.210000', '184405.212000', '184405.215000', '184405.217000', '184405.220000', '184425.108000', '184425.111000', '184425.114000', '184425.117000', '184425.119000', '184425.122000', '184425.124000', '184425.127000', '184425.130000', '184425.132000', '184425.135000', '184425.137000', '184425.140000', '184425.143000', '184425.145000', '184425.148000', '184425.150000', '184425.153000', '184425.156000', '184425.158000', '184425.161000', '184425.163000', '184425.166000', '184425.169000', '184425.171000', '184425.174000', '184425.176000', '184425.179000', '184425.182000', '184425.184000', '184425.187000', '184425.189000', '184425.192000', '184425.195000', '184425.197000', '184425.200000', '184425.202000', '184425.205000', '184425.207000', '184425.210000', '184425.213000', '184425.215000', '184425.218000', '184445.109000', '184445.112000', '184445.114000', '184445.117000', '184445.119000', '184445.122000', '184445.125000', '184445.127000', '184445.130000', '184445.133000', '184445.135000', '184445.138000', '184445.141000', '184445.143000', '184445.146000', '184445.149000', '184445.151000', '184445.154000', '184445.156000', '184445.159000', '184445.162000', '184445.164000', '184445.167000', '184445.169000', '184445.172000', '184445.175000', '184445.177000', '184445.180000', '184445.182000', '184445.185000', '184445.188000', '184445.190000', '184445.193000', '184445.195000', '184445.198000', '184445.200000', '184445.203000', '184445.206000', '184445.208000', '184445.211000', '184445.213000', '184445.216000', '184445.219000', '184445.221000', '184505.108000', '184505.111000', '184505.113000', '184505.116000', '184505.118000', '184505.121000', '184505.124000', '184505.126000', '184505.129000', '184505.131000', '184505.134000', '184505.136000', '184505.139000', '184505.142000', '184505.144000', '184505.147000', '184505.149000', '184505.152000', '184505.155000', '184505.157000', '184505.160000', '184505.162000', '184505.165000', '184505.167000', '184505.170000', '184505.173000', '184505.175000', '184505.178000', '184505.180000', '184505.183000', '184505.186000', '184505.188000', '184505.191000', '184505.193000', '184505.196000', '184505.199000', '184505.201000', '184505.204000', '184505.207000', '184505.209000', '184505.212000', '184505.214000', '184505.217000', '184525.108000', '184525.110000', '184525.113000', '184525.116000', '184525.118000', '184525.121000', '184525.124000', '184525.126000', '184525.129000', '184525.132000', '184525.134000', '184525.137000', '184525.140000', '184525.142000', '184525.145000', '184525.147000', '184525.150000', '184525.153000', '184525.156000', '184525.158000', '184525.161000', '184525.164000', '184525.166000', '184525.169000', '184525.172000', '184525.174000', '184525.177000', '184525.179000', '184525.182000', '184525.185000', '184525.187000', '184525.190000', '184525.193000', '184525.195000', '184525.198000', '184525.200000', '184525.203000', '184525.206000', '184525.208000', '184525.211000', '184525.213000', '184525.216000', '184525.219000', '184525.221000', '184545.108000', '184545.111000', '184545.113000', '184545.116000', '184545.118000', '184545.121000', '184545.124000', '184545.126000', '184545.129000', '184545.131000', '184545.134000', '184545.137000', '184545.139000', '184545.142000', '184545.144000', '184545.147000', '184545.150000', '184545.152000', '184545.155000', '184545.157000', '184545.160000', '184545.163000', '184545.165000', '184545.168000', '184545.170000', '184545.173000', '184545.176000', '184545.178000', '184545.181000', '184545.183000', '184545.186000', '184545.189000', '184545.191000', '184545.194000', '184545.196000', '184545.199000', '184545.201000', '184545.204000', '184545.207000', '184545.209000', '184545.212000', '184545.215000', '184545.217000', '184605.108000', '184605.111000', '184605.114000', '184605.117000', '184605.120000', '184605.123000', '184605.125000', '184605.128000', '184605.131000', '184605.133000', '184605.136000', '184605.139000', '184605.141000', '184605.144000', '184605.146000', '184605.149000', '184605.151000', '184605.154000', '184605.157000', '184605.159000', '184605.162000', '184605.164000', '184605.167000', '184605.170000', '184605.172000', '184605.175000', '184605.177000', '184605.180000', '184605.183000', '184605.185000', '184605.188000', '184605.191000', '184605.193000', '184605.196000', '184605.198000', '184605.201000', '184605.203000', '184605.206000', '184605.209000', '184605.211000', '184605.214000', '184605.217000', '184605.219000', '184605.222000', '184625.109000', '184625.112000', '184625.114000', '184625.117000', '184625.119000', '184625.122000', '184625.125000', '184625.127000', '184625.130000', '184625.133000', '184625.135000', '184625.138000', '184625.140000', '184625.143000', '184625.146000', '184625.148000', '184625.151000', '184625.153000', '184625.156000', '184625.159000', '184625.161000', '184625.164000', '184625.166000', '184625.169000', '184625.172000', '184625.174000', '184625.177000', '184625.179000', '184625.182000', '184625.184000', '184625.187000', '184625.190000', '184625.192000', '184625.195000', '184625.198000', '184625.200000', '184625.203000', '184625.205000', '184625.208000', '184625.211000', '184625.213000', '184625.216000', '184625.218000', '184645.109000', '184645.112000', '184645.114000', '184645.117000', '184645.119000', '184645.122000', '184645.125000', '184645.127000', '184645.130000', '184645.133000', '184645.135000', '184645.138000', '184645.141000', '184645.143000', '184645.146000', '184645.148000', '184645.151000', '184645.153000', '184645.156000', '184645.159000', '184645.161000', '184645.164000', '184645.167000', '184645.169000', '184645.172000', '184645.174000', '184645.177000', '184645.180000', '184645.182000', '184645.185000', '184645.187000', '184645.190000', '184645.193000', '184645.195000', '184645.198000', '184645.200000', '184645.203000', '184645.206000', '184645.208000', '184645.211000', '184645.214000', '184645.216000', '184645.219000', '184705.109000', '184705.112000', '184705.114000', '184705.117000', '184705.119000', '184705.122000', '184705.125000', '184705.127000', '184705.130000', '184705.133000', '184705.135000', '184705.138000', '184705.140000', '184705.143000', '184705.146000', '184705.148000', '184705.151000', '184705.153000', '184705.156000', '184705.159000', '184705.161000', '184705.164000', '184705.166000', '184705.169000', '184705.172000', '184705.174000', '184705.177000', '184705.179000', '184705.182000', '184705.185000', '184705.187000', '184705.190000', '184705.193000', '184705.195000', '184705.198000', '184705.201000', '184705.203000', '184705.206000', '184705.208000', '184705.211000', '184705.214000', '184705.216000', '184705.219000', '184705.221000', '184725.108000', '184725.110000', '184725.113000', '184725.116000', '184725.118000', '184725.121000', '184725.123000', '184725.126000', '184725.129000', '184725.131000', '184725.134000', '184725.136000', '184725.139000', '184725.141000', '184725.144000', '184725.147000', '184725.149000', '184725.152000', '184725.155000', '184725.158000', '184725.161000', '184725.164000', '184725.166000', '184725.169000', '184725.172000', '184725.174000', '184725.177000', '184725.179000', '184725.182000', '184725.185000', '184725.187000', '184725.190000', '184725.192000', '184725.207000', '184725.209000', '184725.212000', '184725.215000', '184725.217000', '184725.220000', '184725.222000', '184725.225000', '184725.228000', '184725.230000', '184740.297000', '184740.302000', '184740.304000', '184740.307000', '184740.314000', '184740.317000', '184740.320000', '184740.323000', '184740.326000', '184740.329000', '184740.331000', '184740.334000', '184740.337000', '184740.340000', '184740.343000', '184740.346000', '184740.348000', '184740.351000', '184740.354000', '184740.357000', '184740.360000', '184740.362000', '184740.365000', '184740.368000', '184740.371000', '184740.374000', '184740.377000', '184740.380000', '184740.383000', '184740.386000', '184740.389000', '184740.392000', '184740.394000', '184740.397000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [10379, 8584, 9388, 8582, 8824, 8621, 8780, 8598, 9216, 8300, 8307, 7716, 8784, 7510, 8047, 7665, 7744, 7691, 8011, 7712, 7922, 7546, 7832, 8096, 7923, 7808, 7867, 8088, 7920, 8185, 8032, 7969, 8396, 7429, 7993, 7692, 8563, 7738, 7981, 8577, 7885, 8562, 8917, 7609, 9543, 7762, 8373, 7407, 8007, 7940, 7931, 9907, 8403, 9289, 8158, 9082, 8095, 9007, 8181, 9668, 8201, 8869, 8050, 8797, 8219, 9806, 8435, 8913, 8224, 8522, 8350, 9186, 7979, 8640, 7989, 8547, 7987, 8333, 8027, 8967, 8097, 9335, 8129, 9126, 8007, 9290, 7807, 8570, 7866, 8257, 8260, 8374, 8588, 8368, 8133, 8256, 8035, 8109, 8038, 9145, 7908, 8546, 7885, 8629, 7920, 9569, 7831, 9523, 8040, 9163, 7982, 9096, 8719, 9198, 8481, 8009, 8102, 7835, 8495, 9015, 8572, 8723, 8433, 8019, 8733, 9254, 7466, 9195, 7856, 10862, 8331, 9296, 8004, 8086, 8060, 9295, 8261, 10005, 8020, 9306, 8459, 8230, 8251, 7712, 7891, 8389, 8134, 7876, 8226, 7801, 8523, 7978, 9932, 8403, 10155, 8083, 9781, 8037, 8816, 8175, 8532, 7991, 8967, 7931, 8341, 7815, 7836, 8552, 7928, 7667, 7783, 8279, 7715, 9104, 8033, 9326, 7950, 9055, 8362, 7715, 8304, 7626, 7789, 7745, 7881, 7702, 8177, 7474, 8030, 7728, 8686, 8054, 10009, 7841, 10188, 7903, 8767, 7811, 9012, 8233, 8105, 7871, 7524, 7509, 7640, 8493, 7621, 8067, 7529, 8432, 7718, 10216, 7786, 10342, 7847, 9396, 7709, 8425, 8134, 8063, 7879, 7963, 7803, 7717, 7487, 8630, 7754, 7555, 7722, 7638, 8696, 7321, 8346, 7373, 8951, 7458, 9936, 7896, 10398, 7863, 10759, 7553, 9479, 7685, 9701, 7668, 9901, 7634, 8715, 7680, 9382, 7822, 9264, 8049, 8543, 7632, 8506, 7906, 8497, 7646, 7723, 7612, 7564, 7706, 7728, 7699, 7588, 7802, 7492, 7881, 7365, 7850, 7096, 8489, 7162, 10232, 7751, 10505, 7587, 10341, 7572, 9169, 7642, 9877, 7751, 9882, 7624, 9451, 7603, 9595, 8211, 9426, 7896, 8570, 7761, 7977, 7732, 7447, 7636, 7291, 7623, 7207, 7983, 7424, 10257, 7652, 10404, 7530, 9908, 7836, 9931, 7625, 9048, 7740, 8664, 8130, 9023, 7454, 8622, 7552, 7510, 7771, 8122, 7984, 8171, 8074, 8126, 7858, 7870, 7602, 7469, 11177, 7600, 9713, 7985, 8263, 8025, 7535, 7882, 7912, 10180, 8563, 8887, 8004, 10880, 8085, 10865, 8090, 10399, 7813, 8543, 7769, 9150, 7875, 9035, 7747, 7862, 7571, 8854, 7898, 10933, 7759, 10241, 7537, 10461, 7708, 10176, 7910, 9834, 7698, 9398, 7705, 9207, 7846, 9281, 7501, 8773, 7674, 8476, 7736, 9662, 7578, 9575, 7696, 9373, 7796, 9863, 7749, 9722, 7713, 9712, 8035, 9229, 7927, 9680, 8089, 9419, 7541, 8372, 7544, 9585, 7736, 10201, 7722, 10564, 7652, 10027, 8007, 9656, 8215, 8426, 8217, 7900, 8435, 7643, 8089, 7565, 7524, 7602, 7200, 7564, 8468, 7539, 7615, 7282, 8770, 7482, 9551, 8011, 10147, 7792, 9275, 7558, 8657, 7436, 9459, 7559, 9349, 7694, 8795, 8109, 8476, 8017, 8105, 7937, 8037, 7529, 8157, 7662, 7462, 7258, 7530, 7732, 7352, 9259, 7555, 8632, 7480, 8553, 7249, 9637, 7670, 10166, 7548, 10541, 7439, 9798, 7785, 10030, 7545, 9919, 7399, 9082, 7529, 8891, 7787, 8173, 7468, 8678, 7214, 7656, 7147, 7262, 7154, 7422, 7242, 7357, 7392, 7613, 8416, 7613, 7993, 7083, 9463, 7231, 11089, 7584, 11122, 7177, 10605, 7152, 9981, 7300, 10034, 7864, 9498, 7805, 8882, 7608, 8808, 7641, 9223, 7595, 8224, 7447, 8124, 9594, 7358, 7742, 7202, 7771, 7276, 9914, 7623, 10332, 7409, 10067, 7501, 10177, 7803, 10352, 7488, 10513, 7661, 10022, 8127, 10289, 7717, 10630, 7703, 10042, 7668, 10088, 7541, 10142, 8086, 8972, 7607, 8727, 7176, 7577, 7209, 7484, 8359, 7428, 8589, 7359, 9115, 7455, 9558, 7876, 10450, 7573, 10140, 7674, 9963, 8174, 10221, 8015, 10608, 7405, 10137, 7946, 9441, 7939, 8522, 7495, 8331, 7253, 7632, 8745, 7462, 8041, 7342, 9226, 7554, 9952, 7623, 10760, 7746, 10011, 7435, 9310, 7644, 10377, 7718, 8893, 7255, 7869, 7593, 9061, 7458, 7511, 7598, 7769, 7763, 8535, 7728, 7516, 7924, 7107, 8285, 7780, 8956, 7371, 8448, 7281, 8343, 8544, 8312, 7459, 8537, 7384, 8304, 7252, 7878, 7879, 8044, 8010, 8598, 7877, 9845, 7985, 8904, 8051, 8637, 8244, 8848, 7995, 9017, 7753, 9346, 7481, 9653, 7645, 10713, 7701, 10103, 7888, 10406, 7623, 10094, 7663, 9798, 7554, 9464, 7666, 9429, 7908, 9679, 7819, 7995, 7609, 7419, 8874, 7526, 8007, 8246, 8753, 7770, 8832, 10075, 7699, 7624, 7753, 7755, 7540, 9882, 7754, 9393, 7929, 9191, 8061, 8559, 7979, 9685, 7882, 9177, 7908, 8893, 8132, 9732, 7749, 9843, 7730, 8658, 8218, 8476, 8334, 7954, 8175, 8290, 8286, 8482, 8414, 8888, 8157, 8667, 7820, 8501, 7936, 8421, 8348, 8849, 8067, 7859, 8349, 7924, 7638, 7801, 7653, 7604, 7426, 7664, 7365, 7616, 7640, 7445, 8784, 7535, 7552, 7591, 7513, 7656, 8201, 7521, 7698, 7598, 7219, 7491, 7564, 7470, 9436, 7548, 7696, 7579, 7523, 7511, 7637, 7779, 7425, 8719, 7617, 7961, 7855, 9172, 8052, 9460, 8263, 8951, 8212, 9089, 8223, 9599, 7828, 9193, 7575, 8634, 7848, 9079, 7613, 8934, 7728, 8572, 7832, 8977, 8168, 9004, 7576, 8797, 7873, 8560, 8121, 8831, 8161, 8253, 8136, 7807, 8029, 8838, 7460, 8055, 7674, 8729, 7620, 7944, 7558, 7541, 7466, 7591, 7131, 7588, 7480, 7465, 8145, 7539, 7479, 7519, 7674, 7463, 9287, 7807, 7756, 7640, 7372, 7614, 7638, 7501, 8784, 7559, 7699, 7517, 8728, 7525, 10280, 7836, 10418, 7779, 9942, 8088, 8779, 7545, 8778, 8101, 8014, 8130, 7773, 7389, 7660, 7395, 8476, 7186, 8782, 7167, 7554, 7308, 7675, 7577, 7520, 9483, 7307, 10292, 7718, 10439, 7569, 10377, 7519, 9153, 7740, 9081, 8034, 8403, 8251, 8391, 7865, 8423, 7478, 8021, 7751, 7530, 7903, 7494, 9151, 7821, 10265, 7663, 10659, 7807, 9275, 7729, 9580, 8017, 8437, 8091, 8405, 7982, 8328, 7497, 7595, 7689, 7540, 7861, 8511, 7489, 7610, 7555, 7408, 7579, 7471, 8569, 7393, 10240, 7676, 10751, 7605, 9860, 7783, 10077, 7587, 9458, 7531, 9033, 7880, 8414, 7836, 8518, 7507, 7796, 7478, 7343, 8211, 7502, 9583, 7407, 10038, 7586, 9759, 7758, 9938, 7689, 9205, 8144, 8274, 7638, 8738, 7596, 7751, 7537, 7437, 8238, 7535, 10567, 7676, 11001, 7629, 9885, 7735, 9459, 7463, 9127, 7673, 8722, 7700, 8812, 8299, 8655, 7978, 8608, 7887, 8325, 8020, 8539, 7411, 7423, 7789, 7393, 7777, 7451, 9826, 7825, 9613, 7528, 9203, 7521, 9727, 7980, 10097, 7889, 10222, 7868, 9043, 7794, 9618, 7771, 9866, 7615, 8863, 8238, 8902, 8049, 8391, 8003, 8678, 7398, 7711, 7910, 7443, 7763, 7458, 7928, 7549, 7824, 7470, 7768, 7343, 7681, 7362, 8997, 7564, 9344, 7316, 9942, 7327, 10084, 7559, 10392, 7919, 10249, 7978, 10027, 7820, 10252, 7638, 10352, 7539, 9736, 7621, 9028, 8078, 9747, 8324, 8281, 7867, 8378, 7940, 9088, 7561, 8254, 7590, 7961, 7604, 7776, 8147, 7550, 9910, 7510, 7825, 8126, 7908, 7885, 7787, 9285, 7975, 10746, 7777, 10162, 7519, 10212, 7788, 10089, 8083, 9490, 7886, 8424, 7844, 7872, 7895, 7899, 7732, 7526, 8027, 8222, 7938, 8350, 8509, 10210, 8220, 8963, 8173, 8642, 8252, 9645, 8049, 10087, 8089, 9576, 8040, 9418, 8068, 9650, 7924, 9073, 7901, 9086, 7955, 9254, 8028, 9716, 8267, 9099, 8193, 8610, 7791, 8153, 8031, 7789, 7941, 7466, 8458, 7577, 8291, 7445, 8026, 7774, 9210, 7745, 10152, 7701, 9688, 7627, 9620, 7761, 9926, 7810, 10272, 7813, 9368, 8043, 10233, 7733, 9925, 7964, 9883, 7737, 10067, 7868, 9870, 7687, 10111, 7782, 9331, 7796, 10068, 7858, 9796, 7678, 9311, 7888, 8670, 8138, 8740, 8024, 8595, 7810, 8332, 7992, 9374, 8022, 10256, 7789, 9897, 7862, 10087, 7974, 10913, 7833, 10217, 7542, 9650, 7845, 9507, 7749, 8182, 7358, 8172, 7492, 8331, 7507, 8119, 7463, 7942, 7590, 8093, 7470, 7905, 8340, 7953, 7817, 8042, 8234, 8076, 8818, 8206, 8697, 8198, 9323, 8183, 10373, 7950, 9565, 8140, 8342, 8285, 9539, 8302, 9856, 9150, 7765, 12944, 7638, 7498, 7766, 10204, 8227, 9809, 8088, 9434, 8240, 9522, 8013, 9867, 8623, 13492, 10362, 8728, 8152, 8137, 9377, 8142, 10187, 8354, 8667, 8039, 7979, 7908, 8256, 7974, 7908, 8025, 7761, 7938, 8707, 7879, 7433, 7794, 7313, 7912, 7552, 8124, 7516, 8242, 7558, 8123, 8097, 8137, 7560, 8105, 7818, 7899, 8455, 7858, 8261, 7885, 7816, 7902, 9892, 7961, 8241, 7936, 8240, 7792, 8555, 7751, 8403, 7709, 7623, 7481, 7906, 7576, 8295, 7541, 8064, 7653, 7564, 7590, 8170, 7614, 8382, 8037, 8198, 7365, 7999, 7988, 7999, 8818, 8210, 8265, 8147, 8944, 8198, 9180, 8131, 8451, 7918, 8468, 7977, 8809, 8085, 9269, 8039, 9107, 7912, 8839, 8041, 8423, 7700, 7897, 7455, 7772, 8163, 8112, 8216, 8184, 8078, 8222, 9168, 8092, 8799, 8363, 8475, 7812, 8319, 9187, 7594, 7721], 'WindowCenter': [3936.0, 3900.0, 3896.0, 3883.0, 3892.0, 3881.0, 3880.0, 3892.0, 3893.0, 3880.0, 3879.0, 3867.0, 3878.0, 3870.0, 3882.0, 3869.0, 3869.0, 3869.0, 3869.0, 3870.0, 3871.0, 3869.0, 3872.0, 3880.0, 3880.0, 3869.0, 3870.0, 3869.0, 3881.0, 3882.0, 3883.0, 3882.0, 3881.0, 3870.0, 3882.0, 3883.0, 3892.0, 3883.0, 3882.0, 3893.0, 3882.0, 3880.0, 3892.0, 3882.0, 3893.0, 3870.0, 3880.0, 3870.0, 3869.0, 3869.0, 3872.0, 3891.0, 3879.0, 3880.0, 3869.0, 3877.0, 3869.0, 3879.0, 3880.0, 3889.0, 3879.0, 3878.0, 3880.0, 3880.0, 3881.0, 3892.0, 3881.0, 3879.0, 3882.0, 3880.0, 3883.0, 3892.0, 3883.0, 3881.0, 3880.0, 3880.0, 3881.0, 3881.0, 3883.0, 3892.0, 3883.0, 3892.0, 3882.0, 3891.0, 3884.0, 3892.0, 3882.0, 3881.0, 3882.0, 3880.0, 3882.0, 3881.0, 3890.0, 3881.0, 3880.0, 3881.0, 3881.0, 3881.0, 3883.0, 3894.0, 3883.0, 3883.0, 3882.0, 3882.0, 3883.0, 3893.0, 3884.0, 3892.0, 3883.0, 3890.0, 3881.0, 3880.0, 3880.0, 3891.0, 3881.0, 3870.0, 3871.0, 3869.0, 3882.0, 3891.0, 3880.0, 3880.0, 3881.0, 3868.0, 3880.0, 3880.0, 3869.0, 3891.0, 3869.0, 3901.0, 3881.0, 3890.0, 3881.0, 3869.0, 3870.0, 3878.0, 3880.0, 3889.0, 3871.0, 3892.0, 3880.0, 3869.0, 3867.0, 3858.0, 3866.0, 3866.0, 3866.0, 3867.0, 3865.0, 3856.0, 3863.0, 3855.0, 3875.0, 3868.0, 3875.0, 3854.0, 3875.0, 3854.0, 3864.0, 3864.0, 3865.0, 3869.0, 3876.0, 3868.0, 3867.0, 3868.0, 3866.0, 3878.0, 3869.0, 3869.0, 3868.0, 3868.0, 3869.0, 3877.0, 3868.0, 3878.0, 3868.0, 3880.0, 3880.0, 3867.0, 3868.0, 3869.0, 3868.0, 3869.0, 3881.0, 3870.0, 3879.0, 3868.0, 3867.0, 3870.0, 3879.0, 3881.0, 3890.0, 3880.0, 3889.0, 3880.0, 3880.0, 3880.0, 3891.0, 3880.0, 3870.0, 3869.0, 3870.0, 3869.0, 3882.0, 3879.0, 3871.0, 3868.0, 3869.0, 3879.0, 3870.0, 3889.0, 3870.0, 3891.0, 3880.0, 3891.0, 3870.0, 3880.0, 3880.0, 3880.0, 3879.0, 3870.0, 3869.0, 3881.0, 3872.0, 3893.0, 3869.0, 3870.0, 3870.0, 3871.0, 3880.0, 3871.0, 3880.0, 3870.0, 3880.0, 3869.0, 3892.0, 3881.0, 3889.0, 3869.0, 3889.0, 3868.0, 3890.0, 3869.0, 3889.0, 3870.0, 3889.0, 3869.0, 3880.0, 3871.0, 3890.0, 3871.0, 3880.0, 3869.0, 3879.0, 3870.0, 3881.0, 3870.0, 3879.0, 3868.0, 3869.0, 3867.0, 3870.0, 3869.0, 3868.0, 3867.0, 3869.0, 3868.0, 3869.0, 3869.0, 3869.0, 3867.0, 3857.0, 3877.0, 3857.0, 3888.0, 3870.0, 3889.0, 3869.0, 3887.0, 3868.0, 3878.0, 3870.0, 3889.0, 3870.0, 3889.0, 3869.0, 3889.0, 3870.0, 3891.0, 3881.0, 3890.0, 3868.0, 3879.0, 3868.0, 3868.0, 3868.0, 3870.0, 3868.0, 3869.0, 3868.0, 3857.0, 3868.0, 3870.0, 3890.0, 3869.0, 3889.0, 3869.0, 3887.0, 3870.0, 3890.0, 3868.0, 3878.0, 3868.0, 3878.0, 3869.0, 3880.0, 3871.0, 3882.0, 3869.0, 3859.0, 3868.0, 3880.0, 3881.0, 3882.0, 3881.0, 3882.0, 3881.0, 3882.0, 3881.0, 3873.0, 3902.0, 3872.0, 3891.0, 3872.0, 3880.0, 3881.0, 3882.0, 3882.0, 3895.0, 3905.0, 3895.0, 3894.0, 3883.0, 3901.0, 3882.0, 3902.0, 3870.0, 3890.0, 3869.0, 3879.0, 3869.0, 3892.0, 3881.0, 3880.0, 3871.0, 3868.0, 3869.0, 3879.0, 3882.0, 3901.0, 3871.0, 3889.0, 3858.0, 3887.0, 3869.0, 3890.0, 3869.0, 3878.0, 3856.0, 3876.0, 3857.0, 3879.0, 3868.0, 3878.0, 3857.0, 3868.0, 3869.0, 3869.0, 3870.0, 3890.0, 3871.0, 3878.0, 3869.0, 3877.0, 3868.0, 3890.0, 3869.0, 3878.0, 3869.0, 3878.0, 3869.0, 3877.0, 3870.0, 3880.0, 3869.0, 3879.0, 3868.0, 3867.0, 3870.0, 3879.0, 3870.0, 3889.0, 3868.0, 3877.0, 3858.0, 3889.0, 3868.0, 3879.0, 3868.0, 3866.0, 3866.0, 3867.0, 3878.0, 3868.0, 3869.0, 3868.0, 3868.0, 3870.0, 3860.0, 3870.0, 3868.0, 3869.0, 3857.0, 3858.0, 3867.0, 3870.0, 3890.0, 3869.0, 3890.0, 3869.0, 3879.0, 3869.0, 3880.0, 3871.0, 3891.0, 3869.0, 3879.0, 3868.0, 3880.0, 3881.0, 3881.0, 3869.0, 3870.0, 3869.0, 3871.0, 3871.0, 3881.0, 3870.0, 3870.0, 3859.0, 3869.0, 3868.0, 3870.0, 3880.0, 3870.0, 3878.0, 3858.0, 3877.0, 3859.0, 3890.0, 3870.0, 3889.0, 3869.0, 3887.0, 3859.0, 3890.0, 3870.0, 3890.0, 3869.0, 3888.0, 3859.0, 3878.0, 3870.0, 3880.0, 3870.0, 3881.0, 3858.0, 3880.0, 3868.0, 3871.0, 3861.0, 3871.0, 3860.0, 3871.0, 3869.0, 3872.0, 3871.0, 3873.0, 3881.0, 3871.0, 3870.0, 3859.0, 3890.0, 3870.0, 3900.0, 3869.0, 3889.0, 3859.0, 3888.0, 3860.0, 3891.0, 3870.0, 3889.0, 3868.0, 3878.0, 3868.0, 3879.0, 3870.0, 3880.0, 3868.0, 3879.0, 3867.0, 3868.0, 3858.0, 3870.0, 3879.0, 3859.0, 3857.0, 3857.0, 3857.0, 3870.0, 3889.0, 3870.0, 3890.0, 3870.0, 3888.0, 3869.0, 3891.0, 3871.0, 3891.0, 3870.0, 3889.0, 3869.0, 3891.0, 3870.0, 3890.0, 3871.0, 3890.0, 3870.0, 3891.0, 3869.0, 3890.0, 3870.0, 3889.0, 3868.0, 3879.0, 3869.0, 3878.0, 3858.0, 3868.0, 3857.0, 3871.0, 3880.0, 3869.0, 3879.0, 3860.0, 3879.0, 3871.0, 3891.0, 3880.0, 3901.0, 3870.0, 3889.0, 3871.0, 3891.0, 3881.0, 3890.0, 3880.0, 3891.0, 3870.0, 3890.0, 3881.0, 3891.0, 3870.0, 3881.0, 3868.0, 3880.0, 3858.0, 3870.0, 3881.0, 3869.0, 3869.0, 3869.0, 3878.0, 3869.0, 3891.0, 3870.0, 3900.0, 3871.0, 3890.0, 3871.0, 3891.0, 3883.0, 3903.0, 3883.0, 3881.0, 3871.0, 3869.0, 3882.0, 3892.0, 3871.0, 3870.0, 3870.0, 3870.0, 3872.0, 3881.0, 3870.0, 3870.0, 3881.0, 3859.0, 3882.0, 3871.0, 3882.0, 3869.0, 3869.0, 3859.0, 3882.0, 3880.0, 3869.0, 3859.0, 3879.0, 3857.0, 3879.0, 3869.0, 3870.0, 3869.0, 3870.0, 3868.0, 3880.0, 3881.0, 3892.0, 3868.0, 3878.0, 3867.0, 3868.0, 3868.0, 3879.0, 3869.0, 3879.0, 3857.0, 3878.0, 3857.0, 3880.0, 3870.0, 3889.0, 3857.0, 3877.0, 3868.0, 3888.0, 3868.0, 3889.0, 3858.0, 3875.0, 3855.0, 3875.0, 3857.0, 3879.0, 3867.0, 3878.0, 3858.0, 3856.0, 3858.0, 3858.0, 3880.0, 3870.0, 3871.0, 3879.0, 3878.0, 3869.0, 3881.0, 3890.0, 3857.0, 3857.0, 3857.0, 3855.0, 3857.0, 3878.0, 3858.0, 3877.0, 3870.0, 3877.0, 3868.0, 3867.0, 3868.0, 3878.0, 3868.0, 3876.0, 3868.0, 3877.0, 3869.0, 3877.0, 3858.0, 3876.0, 3856.0, 3866.0, 3868.0, 3869.0, 3868.0, 3857.0, 3867.0, 3866.0, 3865.0, 3868.0, 3867.0, 3879.0, 3867.0, 3867.0, 3857.0, 3867.0, 3867.0, 3868.0, 3868.0, 3878.0, 3868.0, 3868.0, 3867.0, 3867.0, 3856.0, 3870.0, 3868.0, 3870.0, 3857.0, 3868.0, 3857.0, 3869.0, 3869.0, 3871.0, 3878.0, 3870.0, 3867.0, 3869.0, 3858.0, 3870.0, 3881.0, 3870.0, 3869.0, 3869.0, 3857.0, 3869.0, 3868.0, 3870.0, 3891.0, 3870.0, 3868.0, 3870.0, 3869.0, 3870.0, 3871.0, 3870.0, 3858.0, 3880.0, 3869.0, 3869.0, 3869.0, 3882.0, 3869.0, 3878.0, 3869.0, 3879.0, 3869.0, 3879.0, 3869.0, 3879.0, 3858.0, 3877.0, 3857.0, 3867.0, 3869.0, 3879.0, 3869.0, 3878.0, 3857.0, 3867.0, 3869.0, 3881.0, 3870.0, 3879.0, 3869.0, 3867.0, 3867.0, 3879.0, 3870.0, 3878.0, 3870.0, 3867.0, 3867.0, 3859.0, 3869.0, 3881.0, 3858.0, 3871.0, 3858.0, 3868.0, 3857.0, 3870.0, 3870.0, 3868.0, 3857.0, 3858.0, 3857.0, 3868.0, 3858.0, 3871.0, 3869.0, 3870.0, 3858.0, 3858.0, 3867.0, 3859.0, 3879.0, 3869.0, 3869.0, 3870.0, 3858.0, 3870.0, 3869.0, 3871.0, 3880.0, 3871.0, 3869.0, 3870.0, 3879.0, 3869.0, 3890.0, 3870.0, 3889.0, 3870.0, 3878.0, 3869.0, 3879.0, 3869.0, 3882.0, 3870.0, 3870.0, 3869.0, 3870.0, 3870.0, 3872.0, 3871.0, 3881.0, 3860.0, 3882.0, 3858.0, 3870.0, 3871.0, 3872.0, 3870.0, 3871.0, 3879.0, 3859.0, 3892.0, 3870.0, 3890.0, 3871.0, 3889.0, 3858.0, 3878.0, 3870.0, 3880.0, 3870.0, 3869.0, 3868.0, 3869.0, 3869.0, 3881.0, 3870.0, 3871.0, 3869.0, 3858.0, 3857.0, 3858.0, 3878.0, 3870.0, 3889.0, 3868.0, 3888.0, 3868.0, 3879.0, 3869.0, 3890.0, 3868.0, 3868.0, 3868.0, 3867.0, 3868.0, 3880.0, 3871.0, 3870.0, 3869.0, 3870.0, 3870.0, 3880.0, 3870.0, 3871.0, 3870.0, 3871.0, 3869.0, 3871.0, 3881.0, 3871.0, 3891.0, 3871.0, 3890.0, 3870.0, 3889.0, 3869.0, 3891.0, 3870.0, 3879.0, 3869.0, 3878.0, 3868.0, 3869.0, 3870.0, 3881.0, 3859.0, 3870.0, 3858.0, 3860.0, 3870.0, 3871.0, 3880.0, 3870.0, 3879.0, 3869.0, 3890.0, 3871.0, 3890.0, 3869.0, 3880.0, 3869.0, 3869.0, 3870.0, 3880.0, 3869.0, 3868.0, 3857.0, 3859.0, 3868.0, 3870.0, 3889.0, 3870.0, 3888.0, 3857.0, 3877.0, 3869.0, 3889.0, 3859.0, 3880.0, 3870.0, 3879.0, 3870.0, 3881.0, 3882.0, 3881.0, 3871.0, 3882.0, 3870.0, 3869.0, 3882.0, 3882.0, 3860.0, 3871.0, 3869.0, 3859.0, 3869.0, 3870.0, 3890.0, 3871.0, 3879.0, 3870.0, 3877.0, 3870.0, 3891.0, 3870.0, 3890.0, 3869.0, 3889.0, 3869.0, 3880.0, 3870.0, 3890.0, 3871.0, 3890.0, 3869.0, 3880.0, 3881.0, 3880.0, 3870.0, 3869.0, 3869.0, 3879.0, 3870.0, 3871.0, 3869.0, 3870.0, 3868.0, 3858.0, 3870.0, 3871.0, 3871.0, 3872.0, 3870.0, 3871.0, 3869.0, 3872.0, 3892.0, 3871.0, 3881.0, 3870.0, 3889.0, 3859.0, 3890.0, 3871.0, 3891.0, 3871.0, 3890.0, 3869.0, 3877.0, 3858.0, 3889.0, 3869.0, 3878.0, 3858.0, 3878.0, 3856.0, 3866.0, 3869.0, 3880.0, 3867.0, 3868.0, 3857.0, 3868.0, 3857.0, 3878.0, 3858.0, 3868.0, 3857.0, 3857.0, 3855.0, 3856.0, 3856.0, 3858.0, 3876.0, 3847.0, 3856.0, 3857.0, 3856.0, 3868.0, 3869.0, 3878.0, 3871.0, 3891.0, 3869.0, 3878.0, 3858.0, 3877.0, 3857.0, 3877.0, 3858.0, 3878.0, 3857.0, 3856.0, 3856.0, 3856.0, 3867.0, 3869.0, 3857.0, 3858.0, 3870.0, 3868.0, 3869.0, 3882.0, 3893.0, 3892.0, 3881.0, 3879.0, 3870.0, 3881.0, 3881.0, 3892.0, 3871.0, 3891.0, 3869.0, 3879.0, 3869.0, 3878.0, 3871.0, 3880.0, 3869.0, 3879.0, 3868.0, 3878.0, 3869.0, 3880.0, 3869.0, 3878.0, 3867.0, 3866.0, 3866.0, 3868.0, 3856.0, 3868.0, 3866.0, 3856.0, 3855.0, 3858.0, 3869.0, 3868.0, 3868.0, 3858.0, 3868.0, 3870.0, 3891.0, 3871.0, 3890.0, 3869.0, 3877.0, 3869.0, 3890.0, 3870.0, 3890.0, 3870.0, 3889.0, 3869.0, 3879.0, 3870.0, 3891.0, 3870.0, 3889.0, 3869.0, 3878.0, 3869.0, 3891.0, 3871.0, 3890.0, 3870.0, 3888.0, 3868.0, 3877.0, 3870.0, 3890.0, 3869.0, 3878.0, 3857.0, 3877.0, 3867.0, 3879.0, 3869.0, 3880.0, 3870.0, 3879.0, 3869.0, 3869.0, 3870.0, 3892.0, 3882.0, 3891.0, 3870.0, 3890.0, 3869.0, 3890.0, 3871.0, 3889.0, 3869.0, 3877.0, 3859.0, 3878.0, 3870.0, 3878.0, 3869.0, 3869.0, 3859.0, 3868.0, 3860.0, 3880.0, 3860.0, 3868.0, 3859.0, 3868.0, 3868.0, 3868.0, 3859.0, 3869.0, 3869.0, 3867.0, 3857.0, 3868.0, 3869.0, 3869.0, 3879.0, 3867.0, 3867.0, 3868.0, 3878.0, 3869.0, 3889.0, 3868.0, 3879.0, 3871.0, 3868.0, 3880.0, 3890.0, 3882.0, 3895.0, 3894.0, 3885.0, 3926.0, 3883.0, 3872.0, 3883.0, 3889.0, 3867.0, 3877.0, 3868.0, 3879.0, 3880.0, 3891.0, 3870.0, 3891.0, 3879.0, 3898.0, 3878.0, 3854.0, 3843.0, 3842.0, 3864.0, 3842.0, 3863.0, 3841.0, 3840.0, 3840.0, 3840.0, 3838.0, 3838.0, 3838.0, 3839.0, 3838.0, 3839.0, 3839.0, 3851.0, 3840.0, 3841.0, 3842.0, 3842.0, 3852.0, 3842.0, 3854.0, 3844.0, 3868.0, 3857.0, 3856.0, 3856.0, 3867.0, 3857.0, 3869.0, 3869.0, 3881.0, 3881.0, 3881.0, 3881.0, 3882.0, 3871.0, 3883.0, 3894.0, 3884.0, 3882.0, 3882.0, 3882.0, 3871.0, 3881.0, 3872.0, 3881.0, 3873.0, 3870.0, 3871.0, 3871.0, 3872.0, 3883.0, 3872.0, 3871.0, 3871.0, 3870.0, 3871.0, 3881.0, 3871.0, 3871.0, 3870.0, 3870.0, 3860.0, 3869.0, 3870.0, 3871.0, 3881.0, 3869.0, 3869.0, 3869.0, 3880.0, 3881.0, 3881.0, 3870.0, 3868.0, 3868.0, 3867.0, 3869.0, 3880.0, 3870.0, 3880.0, 3870.0, 3878.0, 3870.0, 3881.0, 3881.0, 3881.0, 3870.0, 3870.0, 3870.0, 3871.0, 3883.0, 3882.0, 3881.0, 3880.0, 3869.0, 3881.0, 3891.0, 3870.0, 3870.0, 3870.0, 3870.0, 3870.0, 3882.0, 3892.0, 3871.0, 3884.0], 'WindowWidth': [8811.0, 8749.0, 8735.0, 8711.0, 8721.0, 8705.0, 8703.0, 8722.0, 8720.0, 8700.0, 8697.0, 8680.0, 8694.0, 8687.0, 8705.0, 8685.0, 8685.0, 8683.0, 8684.0, 8685.0, 8688.0, 8686.0, 8693.0, 8701.0, 8701.0, 8684.0, 8686.0, 8684.0, 8704.0, 8708.0, 8707.0, 8704.0, 8704.0, 8689.0, 8706.0, 8710.0, 8723.0, 8712.0, 8707.0, 8723.0, 8706.0, 8703.0, 8721.0, 8708.0, 8724.0, 8687.0, 8702.0, 8686.0, 8685.0, 8683.0, 8691.0, 8716.0, 8698.0, 8698.0, 8684.0, 8691.0, 8683.0, 8698.0, 8702.0, 8711.0, 8699.0, 8695.0, 8700.0, 8701.0, 8706.0, 8719.0, 8706.0, 8699.0, 8705.0, 8699.0, 8709.0, 8721.0, 8708.0, 8704.0, 8702.0, 8701.0, 8705.0, 8706.0, 8710.0, 8720.0, 8709.0, 8719.0, 8707.0, 8718.0, 8712.0, 8721.0, 8707.0, 8704.0, 8706.0, 8700.0, 8704.0, 8705.0, 8717.0, 8703.0, 8703.0, 8704.0, 8705.0, 8704.0, 8711.0, 8725.0, 8710.0, 8707.0, 8708.0, 8706.0, 8710.0, 8723.0, 8712.0, 8719.0, 8709.0, 8713.0, 8702.0, 8701.0, 8702.0, 8716.0, 8703.0, 8685.0, 8688.0, 8684.0, 8707.0, 8717.0, 8702.0, 8700.0, 8702.0, 8682.0, 8699.0, 8699.0, 8685.0, 8717.0, 8687.0, 8732.0, 8705.0, 8716.0, 8703.0, 8683.0, 8686.0, 8694.0, 8701.0, 8710.0, 8689.0, 8716.0, 8699.0, 8684.0, 8678.0, 8666.0, 8674.0, 8676.0, 8675.0, 8676.0, 8670.0, 8660.0, 8666.0, 8657.0, 8684.0, 8678.0, 8686.0, 8656.0, 8682.0, 8655.0, 8667.0, 8669.0, 8671.0, 8682.0, 8689.0, 8680.0, 8678.0, 8679.0, 8675.0, 8693.0, 8684.0, 8684.0, 8682.0, 8681.0, 8683.0, 8691.0, 8681.0, 8694.0, 8684.0, 8699.0, 8699.0, 8679.0, 8681.0, 8684.0, 8681.0, 8687.0, 8703.0, 8688.0, 8697.0, 8682.0, 8678.0, 8686.0, 8698.0, 8704.0, 8714.0, 8700.0, 8711.0, 8700.0, 8700.0, 8703.0, 8718.0, 8702.0, 8687.0, 8685.0, 8686.0, 8687.0, 8708.0, 8700.0, 8689.0, 8682.0, 8685.0, 8696.0, 8689.0, 8714.0, 8688.0, 8715.0, 8701.0, 8713.0, 8688.0, 8703.0, 8702.0, 8701.0, 8698.0, 8687.0, 8685.0, 8706.0, 8693.0, 8722.0, 8687.0, 8688.0, 8686.0, 8692.0, 8703.0, 8691.0, 8700.0, 8686.0, 8698.0, 8685.0, 8718.0, 8703.0, 8712.0, 8685.0, 8709.0, 8681.0, 8712.0, 8686.0, 8709.0, 8687.0, 8709.0, 8684.0, 8702.0, 8692.0, 8714.0, 8689.0, 8699.0, 8685.0, 8697.0, 8688.0, 8705.0, 8686.0, 8698.0, 8681.0, 8683.0, 8679.0, 8689.0, 8684.0, 8683.0, 8679.0, 8683.0, 8680.0, 8684.0, 8685.0, 8685.0, 8679.0, 8667.0, 8690.0, 8666.0, 8709.0, 8686.0, 8709.0, 8684.0, 8703.0, 8681.0, 8693.0, 8687.0, 8713.0, 8689.0, 8710.0, 8685.0, 8711.0, 8686.0, 8716.0, 8703.0, 8713.0, 8682.0, 8696.0, 8680.0, 8681.0, 8682.0, 8686.0, 8681.0, 8684.0, 8679.0, 8667.0, 8681.0, 8688.0, 8712.0, 8685.0, 8708.0, 8683.0, 8705.0, 8686.0, 8712.0, 8682.0, 8694.0, 8681.0, 8694.0, 8684.0, 8701.0, 8690.0, 8705.0, 8684.0, 8671.0, 8683.0, 8700.0, 8706.0, 8707.0, 8704.0, 8705.0, 8701.0, 8706.0, 8703.0, 8696.0, 8731.0, 8692.0, 8715.0, 8689.0, 8700.0, 8703.0, 8706.0, 8708.0, 8729.0, 8744.0, 8729.0, 8724.0, 8709.0, 8728.0, 8706.0, 8731.0, 8689.0, 8712.0, 8684.0, 8696.0, 8685.0, 8718.0, 8704.0, 8699.0, 8688.0, 8680.0, 8684.0, 8698.0, 8706.0, 8728.0, 8688.0, 8709.0, 8667.0, 8703.0, 8682.0, 8711.0, 8681.0, 8690.0, 8661.0, 8686.0, 8662.0, 8694.0, 8679.0, 8691.0, 8664.0, 8677.0, 8681.0, 8682.0, 8687.0, 8711.0, 8688.0, 8693.0, 8682.0, 8690.0, 8681.0, 8711.0, 8683.0, 8693.0, 8681.0, 8692.0, 8682.0, 8690.0, 8686.0, 8699.0, 8684.0, 8693.0, 8681.0, 8675.0, 8683.0, 8695.0, 8685.0, 8709.0, 8680.0, 8688.0, 8665.0, 8709.0, 8680.0, 8693.0, 8677.0, 8671.0, 8672.0, 8676.0, 8695.0, 8681.0, 8684.0, 8682.0, 8680.0, 8684.0, 8670.0, 8686.0, 8682.0, 8683.0, 8665.0, 8667.0, 8678.0, 8685.0, 8713.0, 8685.0, 8713.0, 8684.0, 8695.0, 8684.0, 8699.0, 8690.0, 8715.0, 8685.0, 8695.0, 8681.0, 8698.0, 8703.0, 8703.0, 8685.0, 8684.0, 8684.0, 8687.0, 8689.0, 8704.0, 8687.0, 8686.0, 8670.0, 8683.0, 8679.0, 8686.0, 8700.0, 8686.0, 8694.0, 8667.0, 8692.0, 8671.0, 8714.0, 8687.0, 8708.0, 8683.0, 8705.0, 8670.0, 8712.0, 8688.0, 8710.0, 8684.0, 8707.0, 8670.0, 8693.0, 8685.0, 8701.0, 8687.0, 8702.0, 8668.0, 8699.0, 8682.0, 8690.0, 8676.0, 8691.0, 8675.0, 8690.0, 8684.0, 8692.0, 8690.0, 8696.0, 8703.0, 8689.0, 8684.0, 8670.0, 8712.0, 8687.0, 8726.0, 8684.0, 8709.0, 8669.0, 8705.0, 8673.0, 8714.0, 8687.0, 8710.0, 8681.0, 8693.0, 8680.0, 8697.0, 8686.0, 8698.0, 8679.0, 8696.0, 8676.0, 8680.0, 8668.0, 8687.0, 8695.0, 8668.0, 8664.0, 8665.0, 8665.0, 8687.0, 8711.0, 8687.0, 8710.0, 8686.0, 8707.0, 8685.0, 8715.0, 8689.0, 8714.0, 8686.0, 8710.0, 8683.0, 8714.0, 8687.0, 8713.0, 8688.0, 8711.0, 8686.0, 8714.0, 8685.0, 8712.0, 8685.0, 8709.0, 8682.0, 8698.0, 8683.0, 8694.0, 8668.0, 8682.0, 8666.0, 8688.0, 8698.0, 8685.0, 8697.0, 8672.0, 8697.0, 8690.0, 8716.0, 8702.0, 8729.0, 8688.0, 8711.0, 8691.0, 8716.0, 8706.0, 8715.0, 8702.0, 8714.0, 8687.0, 8713.0, 8704.0, 8717.0, 8687.0, 8701.0, 8682.0, 8700.0, 8668.0, 8688.0, 8702.0, 8686.0, 8685.0, 8684.0, 8694.0, 8685.0, 8715.0, 8689.0, 8725.0, 8691.0, 8713.0, 8691.0, 8716.0, 8710.0, 8736.0, 8709.0, 8704.0, 8689.0, 8684.0, 8707.0, 8720.0, 8691.0, 8687.0, 8688.0, 8687.0, 8693.0, 8703.0, 8689.0, 8687.0, 8703.0, 8671.0, 8706.0, 8690.0, 8706.0, 8684.0, 8684.0, 8670.0, 8705.0, 8698.0, 8684.0, 8668.0, 8694.0, 8663.0, 8698.0, 8684.0, 8686.0, 8684.0, 8684.0, 8680.0, 8700.0, 8704.0, 8718.0, 8681.0, 8691.0, 8676.0, 8677.0, 8680.0, 8695.0, 8682.0, 8696.0, 8664.0, 8690.0, 8665.0, 8697.0, 8684.0, 8707.0, 8665.0, 8689.0, 8678.0, 8704.0, 8680.0, 8706.0, 8664.0, 8684.0, 8658.0, 8683.0, 8664.0, 8695.0, 8679.0, 8691.0, 8666.0, 8660.0, 8665.0, 8668.0, 8700.0, 8686.0, 8690.0, 8695.0, 8695.0, 8682.0, 8703.0, 8711.0, 8665.0, 8661.0, 8662.0, 8656.0, 8664.0, 8692.0, 8664.0, 8689.0, 8686.0, 8689.0, 8679.0, 8677.0, 8681.0, 8692.0, 8680.0, 8689.0, 8681.0, 8691.0, 8684.0, 8691.0, 8666.0, 8687.0, 8660.0, 8673.0, 8679.0, 8682.0, 8678.0, 8662.0, 8677.0, 8673.0, 8673.0, 8679.0, 8679.0, 8696.0, 8679.0, 8676.0, 8664.0, 8676.0, 8675.0, 8679.0, 8682.0, 8694.0, 8679.0, 8679.0, 8677.0, 8675.0, 8662.0, 8685.0, 8681.0, 8683.0, 8664.0, 8679.0, 8663.0, 8682.0, 8685.0, 8689.0, 8695.0, 8685.0, 8678.0, 8683.0, 8668.0, 8688.0, 8703.0, 8687.0, 8684.0, 8683.0, 8663.0, 8683.0, 8682.0, 8687.0, 8714.0, 8687.0, 8681.0, 8685.0, 8682.0, 8687.0, 8689.0, 8686.0, 8668.0, 8699.0, 8681.0, 8683.0, 8684.0, 8704.0, 8684.0, 8694.0, 8681.0, 8694.0, 8681.0, 8696.0, 8683.0, 8693.0, 8665.0, 8689.0, 8664.0, 8675.0, 8682.0, 8694.0, 8681.0, 8691.0, 8664.0, 8675.0, 8682.0, 8702.0, 8686.0, 8695.0, 8681.0, 8675.0, 8677.0, 8695.0, 8686.0, 8694.0, 8684.0, 8677.0, 8676.0, 8667.0, 8682.0, 8701.0, 8668.0, 8687.0, 8666.0, 8679.0, 8663.0, 8683.0, 8684.0, 8680.0, 8662.0, 8666.0, 8663.0, 8678.0, 8667.0, 8688.0, 8684.0, 8685.0, 8666.0, 8666.0, 8677.0, 8671.0, 8697.0, 8682.0, 8681.0, 8684.0, 8666.0, 8684.0, 8682.0, 8689.0, 8700.0, 8688.0, 8683.0, 8686.0, 8695.0, 8685.0, 8713.0, 8686.0, 8709.0, 8683.0, 8692.0, 8681.0, 8696.0, 8685.0, 8702.0, 8685.0, 8683.0, 8683.0, 8684.0, 8686.0, 8691.0, 8688.0, 8703.0, 8672.0, 8703.0, 8669.0, 8688.0, 8690.0, 8691.0, 8686.0, 8688.0, 8696.0, 8669.0, 8716.0, 8686.0, 8712.0, 8687.0, 8707.0, 8666.0, 8693.0, 8685.0, 8699.0, 8684.0, 8683.0, 8680.0, 8682.0, 8682.0, 8703.0, 8687.0, 8688.0, 8681.0, 8666.0, 8661.0, 8667.0, 8695.0, 8684.0, 8708.0, 8681.0, 8705.0, 8679.0, 8694.0, 8684.0, 8711.0, 8682.0, 8679.0, 8680.0, 8677.0, 8680.0, 8701.0, 8689.0, 8686.0, 8684.0, 8685.0, 8684.0, 8699.0, 8688.0, 8689.0, 8686.0, 8690.0, 8682.0, 8688.0, 8701.0, 8691.0, 8716.0, 8689.0, 8710.0, 8685.0, 8707.0, 8682.0, 8714.0, 8686.0, 8695.0, 8683.0, 8692.0, 8681.0, 8684.0, 8686.0, 8700.0, 8668.0, 8684.0, 8666.0, 8673.0, 8685.0, 8688.0, 8696.0, 8686.0, 8695.0, 8684.0, 8712.0, 8687.0, 8710.0, 8683.0, 8697.0, 8681.0, 8684.0, 8686.0, 8699.0, 8681.0, 8680.0, 8663.0, 8669.0, 8682.0, 8686.0, 8708.0, 8683.0, 8704.0, 8663.0, 8690.0, 8684.0, 8710.0, 8670.0, 8698.0, 8684.0, 8696.0, 8685.0, 8703.0, 8705.0, 8702.0, 8688.0, 8702.0, 8686.0, 8684.0, 8706.0, 8707.0, 8673.0, 8689.0, 8682.0, 8670.0, 8683.0, 8688.0, 8714.0, 8687.0, 8695.0, 8685.0, 8691.0, 8686.0, 8715.0, 8687.0, 8712.0, 8683.0, 8707.0, 8683.0, 8698.0, 8688.0, 8711.0, 8687.0, 8709.0, 8683.0, 8699.0, 8702.0, 8698.0, 8684.0, 8681.0, 8680.0, 8695.0, 8687.0, 8691.0, 8683.0, 8686.0, 8680.0, 8669.0, 8686.0, 8691.0, 8689.0, 8690.0, 8685.0, 8687.0, 8681.0, 8691.0, 8718.0, 8689.0, 8700.0, 8686.0, 8708.0, 8668.0, 8711.0, 8689.0, 8713.0, 8687.0, 8708.0, 8682.0, 8688.0, 8667.0, 8708.0, 8682.0, 8691.0, 8665.0, 8690.0, 8660.0, 8673.0, 8681.0, 8697.0, 8676.0, 8677.0, 8661.0, 8675.0, 8660.0, 8692.0, 8665.0, 8679.0, 8661.0, 8661.0, 8654.0, 8658.0, 8660.0, 8665.0, 8685.0, 8647.0, 8656.0, 8662.0, 8660.0, 8679.0, 8680.0, 8692.0, 8690.0, 8714.0, 8684.0, 8691.0, 8666.0, 8687.0, 8661.0, 8689.0, 8664.0, 8689.0, 8660.0, 8658.0, 8657.0, 8658.0, 8675.0, 8680.0, 8662.0, 8664.0, 8686.0, 8678.0, 8683.0, 8705.0, 8722.0, 8717.0, 8701.0, 8695.0, 8685.0, 8701.0, 8702.0, 8717.0, 8688.0, 8714.0, 8682.0, 8693.0, 8682.0, 8693.0, 8688.0, 8698.0, 8682.0, 8693.0, 8678.0, 8691.0, 8681.0, 8696.0, 8681.0, 8690.0, 8674.0, 8673.0, 8674.0, 8679.0, 8662.0, 8677.0, 8673.0, 8660.0, 8658.0, 8667.0, 8683.0, 8680.0, 8680.0, 8667.0, 8677.0, 8683.0, 8715.0, 8690.0, 8711.0, 8682.0, 8691.0, 8681.0, 8711.0, 8688.0, 8712.0, 8685.0, 8708.0, 8683.0, 8696.0, 8687.0, 8715.0, 8685.0, 8710.0, 8683.0, 8693.0, 8682.0, 8714.0, 8690.0, 8711.0, 8685.0, 8705.0, 8680.0, 8690.0, 8684.0, 8711.0, 8682.0, 8690.0, 8663.0, 8689.0, 8675.0, 8694.0, 8685.0, 8698.0, 8684.0, 8695.0, 8683.0, 8681.0, 8687.0, 8716.0, 8705.0, 8715.0, 8686.0, 8710.0, 8682.0, 8711.0, 8688.0, 8708.0, 8683.0, 8689.0, 8667.0, 8691.0, 8687.0, 8694.0, 8682.0, 8680.0, 8669.0, 8678.0, 8672.0, 8700.0, 8672.0, 8680.0, 8668.0, 8678.0, 8680.0, 8681.0, 8669.0, 8681.0, 8680.0, 8675.0, 8662.0, 8680.0, 8682.0, 8681.0, 8694.0, 8677.0, 8675.0, 8679.0, 8692.0, 8683.0, 8707.0, 8680.0, 8695.0, 8689.0, 8680.0, 8699.0, 8713.0, 8704.0, 8726.0, 8727.0, 8715.0, 8771.0, 8711.0, 8694.0, 8709.0, 8707.0, 8677.0, 8689.0, 8681.0, 8696.0, 8701.0, 8713.0, 8687.0, 8713.0, 8697.0, 8719.0, 8691.0, 8651.0, 8635.0, 8631.0, 8663.0, 8630.0, 8662.0, 8627.0, 8625.0, 8624.0, 8623.0, 8618.0, 8619.0, 8619.0, 8622.0, 8619.0, 8623.0, 8623.0, 8641.0, 8626.0, 8628.0, 8632.0, 8632.0, 8647.0, 8633.0, 8653.0, 8638.0, 8679.0, 8660.0, 8660.0, 8659.0, 8676.0, 8664.0, 8682.0, 8684.0, 8702.0, 8701.0, 8702.0, 8700.0, 8706.0, 8688.0, 8708.0, 8723.0, 8711.0, 8704.0, 8704.0, 8703.0, 8689.0, 8702.0, 8694.0, 8703.0, 8694.0, 8686.0, 8688.0, 8687.0, 8691.0, 8706.0, 8691.0, 8686.0, 8687.0, 8683.0, 8687.0, 8701.0, 8690.0, 8687.0, 8687.0, 8683.0, 8670.0, 8682.0, 8685.0, 8686.0, 8700.0, 8682.0, 8682.0, 8682.0, 8696.0, 8702.0, 8701.0, 8684.0, 8678.0, 8679.0, 8676.0, 8682.0, 8698.0, 8685.0, 8698.0, 8684.0, 8692.0, 8685.0, 8700.0, 8702.0, 8701.0, 8685.0, 8683.0, 8684.0, 8689.0, 8708.0, 8704.0, 8702.0, 8698.0, 8682.0, 8702.0, 8714.0, 8687.0, 8682.0, 8682.0, 8682.0, 8685.0, 8704.0, 8718.0, 8691.0, 8710.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.0005794973743435859</td></tr>
<tr><td colspan=3>aqi</td><td>0.02250750510127532</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.6585864162838</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.212842954782284</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.011985033303303</td></tr>
<tr><td colspan=3>efc</td><td>0.4631</td></tr>
<tr><td colspan=3>fber</td><td>5685.0132</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07662696644392282</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0502625656414104</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.439961502158296</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.386334124923543</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.615583755821442</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.317966625729903</td></tr>
<tr><td colspan=3>gcor</td><td>0.0089267</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011347037740051746</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02518235146999359</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</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>4.040765592041304</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>30.2511</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.4466</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.5326</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303074.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>638.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>273.0888</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7539</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>416.6869</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3126.029</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3332.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73470.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4003.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>824.5906</td></tr>
<tr><td colspan=3>tsnr</td><td>44.993281533708796</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>