<?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-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-03/func/sub-0103_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>64b73a11b097a02878a71b34d3c268e0</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>21:49:8.950000</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.99847, 0.0520754, 0.018582, -0.049008, 0.989129, -0.138644]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0822321</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>[4227, -7720, -7274, 227, -173, -196, -145, 79]</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>241.318</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>620fe3ad-c486-4cac-96bd-4bb84b4b2515||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.6788227558135986, -0.13148489594459534, 0.06911972910165787, 113.8221664428711], [-0.1397145688533783, 2.6537606716156006, -0.3713076114654541, -92.58722686767578], [0.04985402897000313, 0.3719719648361206, 2.6734533309936523, -109.88697052001953], [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': ['214908.950000', '214909.410000', '214909.870000', '214910.330000', '214910.790000', '214911.250000', '214911.710000', '214912.170000', '214912.630000', '214913.090000', '214913.550000', '214914.010000', '214914.470000', '214914.930000', '214915.390000', '214915.850000', '214916.310000', '214916.770000', '214917.230000', '214917.690000', '214918.150000', '214918.610000', '214919.070000', '214919.530000', '214919.990000', '214920.450000', '214920.910000', '214921.370000', '214921.830000', '214922.290000', '214922.750000', '214923.210000', '214923.670000', '214924.130000', '214924.590000', '214925.050000', '214925.510000', '214925.970000', '214926.430000', '214926.890000', '214927.350000', '214927.810000', '214928.270000', '214928.730000', '214929.190000', '214929.650000', '214930.110000', '214930.570000', '214931.030000', '214931.490000', '214931.950000', '214932.410000', '214932.870000', '214933.330000', '214933.790000', '214934.250000', '214934.710000', '214935.170000', '214935.630000', '214936.090000', '214936.550000', '214937.010000', '214937.470000', '214937.930000', '214938.390000', '214938.850000', '214939.310000', '214939.770000', '214940.230000', '214940.690000', '214941.150000', '214941.610000', '214942.070000', '214942.530000', '214942.990000', '214943.450000', '214943.910000', '214944.370000', '214944.830000', '214945.290000', '214945.750000', '214946.210000', '214946.670000', '214947.130000', '214947.590000', '214948.050000', '214948.510000', '214948.970000', '214949.430000', '214949.890000', '214950.350000', '214950.810000', '214951.270000', '214951.730000', '214952.190000', '214952.650000', '214953.110000', '214953.570000', '214954.030000', '214954.490000', '214954.950000', '214955.410000', '214955.870000', '214956.330000', '214956.790000', '214957.250000', '214957.710000', '214958.170000', '214958.630000', '214959.090000', '214959.550000', '215000.010000', '215000.470000', '215000.930000', '215001.390000', '215001.850000', '215002.310000', '215002.770000', '215003.230000', '215003.690000', '215004.150000', '215004.610000', '215005.070000', '215005.530000', '215005.990000', '215006.450000', '215006.910000', '215007.370000', '215007.830000', '215008.290000', '215008.750000', '215009.210000', '215009.670000', '215010.130000', '215010.590000', '215011.050000', '215011.510000', '215011.970000', '215012.430000', '215012.890000', '215013.350000', '215013.810000', '215014.270000', '215014.730000', '215015.190000', '215015.650000', '215016.110000', '215016.570000', '215017.030000', '215017.490000', '215017.950000', '215018.410000', '215018.870000', '215019.330000', '215019.790000', '215020.250000', '215020.710000', '215021.170000', '215021.630000', '215022.090000', '215022.550000', '215023.010000', '215023.470000', '215023.930000', '215024.390000', '215024.850000', '215025.310000', '215025.770000', '215026.230000', '215026.690000', '215027.150000', '215027.610000', '215028.070000', '215028.530000', '215028.990000', '215029.450000', '215029.910000', '215030.370000', '215030.830000', '215031.290000', '215031.750000', '215032.210000', '215032.670000', '215033.130000', '215033.590000', '215034.050000', '215034.510000', '215034.970000', '215035.430000', '215035.890000', '215036.350000', '215036.810000', '215037.270000', '215037.730000', '215038.190000', '215038.650000', '215039.110000', '215039.570000', '215040.030000', '215040.490000', '215040.950000', '215041.410000', '215041.870000', '215042.330000', '215042.790000', '215043.250000', '215043.710000', '215044.170000', '215044.630000', '215045.090000', '215045.550000', '215046.010000', '215046.470000', '215046.930000', '215047.390000', '215047.850000', '215048.310000', '215048.770000', '215049.230000', '215049.690000', '215050.150000', '215050.610000', '215051.070000', '215051.530000', '215051.990000', '215052.450000', '215052.910000', '215053.370000', '215053.830000', '215054.290000', '215054.750000', '215055.210000', '215055.670000', '215056.130000', '215056.590000', '215057.050000', '215057.510000', '215057.970000', '215058.430000', '215058.890000', '215059.350000', '215059.810000', '215100.270000', '215100.730000', '215101.190000', '215101.650000', '215102.110000', '215102.570000', '215103.030000', '215103.490000', '215103.950000', '215104.410000', '215104.870000', '215105.330000', '215105.790000', '215106.250000', '215106.710000', '215107.170000', '215107.630000', '215108.090000', '215108.550000', '215109.010000', '215109.470000', '215109.930000', '215110.390000', '215110.850000', '215111.310000', '215111.770000', '215112.230000', '215112.690000', '215113.150000', '215113.610000', '215114.070000', '215114.530000', '215114.990000', '215115.450000', '215115.910000', '215116.370000', '215116.830000', '215117.290000', '215117.750000', '215118.210000', '215118.670000', '215119.130000', '215119.590000', '215120.050000', '215120.510000', '215120.970000', '215121.430000', '215121.890000', '215122.350000', '215122.810000', '215123.270000', '215123.730000', '215124.190000', '215124.650000', '215125.110000', '215125.570000', '215126.030000', '215126.490000', '215126.950000', '215127.410000', '215127.870000', '215128.330000', '215128.790000', '215129.250000', '215129.710000', '215130.170000', '215130.630000', '215131.090000', '215131.550000', '215132.010000', '215132.470000', '215132.930000', '215133.390000', '215133.850000', '215134.310000', '215134.770000', '215135.230000', '215135.690000', '215136.150000', '215136.610000', '215137.070000', '215137.530000', '215137.990000', '215138.450000', '215138.910000', '215139.370000', '215139.830000', '215140.290000', '215140.750000', '215141.210000', '215141.670000', '215142.130000', '215142.590000', '215143.050000', '215143.510000', '215143.970000', '215144.430000', '215144.890000', '215145.350000', '215145.810000', '215146.270000', '215146.730000', '215147.190000', '215147.650000', '215148.110000', '215148.570000', '215149.030000', '215149.490000', '215149.950000', '215150.410000', '215150.870000', '215151.330000', '215151.790000', '215152.250000', '215152.710000', '215153.170000', '215153.630000', '215154.090000', '215154.550000', '215155.010000', '215155.470000', '215155.930000', '215156.390000', '215156.850000', '215157.310000', '215157.770000', '215158.230000', '215158.690000', '215159.150000', '215159.610000', '215200.070000', '215200.530000', '215200.990000', '215201.450000', '215201.910000', '215202.370000', '215202.830000', '215203.290000', '215203.750000', '215204.210000', '215204.670000', '215205.130000', '215205.590000', '215206.050000', '215206.510000', '215206.970000', '215207.430000', '215207.890000', '215208.350000', '215208.810000', '215209.270000', '215209.730000', '215210.190000', '215210.650000', '215211.110000', '215211.570000', '215212.030000', '215212.490000', '215212.950000', '215213.410000', '215213.870000', '215214.330000', '215214.790000', '215215.250000', '215215.710000', '215216.170000', '215216.630000', '215217.090000', '215217.550000', '215218.010000', '215218.470000', '215218.930000', '215219.390000', '215219.850000', '215220.310000', '215220.770000', '215221.230000', '215221.690000', '215222.150000', '215222.610000', '215223.070000', '215223.530000', '215223.990000', '215224.450000', '215224.910000', '215225.370000', '215225.830000', '215226.290000', '215226.750000', '215227.210000', '215227.670000', '215228.130000', '215228.590000', '215229.050000', '215229.510000', '215229.970000', '215230.430000', '215230.890000', '215231.350000', '215231.810000', '215232.270000', '215232.730000', '215233.190000', '215233.650000', '215234.110000', '215234.570000', '215235.030000', '215235.490000', '215235.950000', '215236.410000', '215236.870000', '215237.330000', '215237.790000', '215238.250000', '215238.710000', '215239.170000', '215239.630000', '215240.090000', '215240.550000', '215241.010000', '215241.470000', '215241.930000', '215242.390000', '215242.850000', '215243.310000', '215243.770000', '215244.230000', '215244.690000', '215245.150000', '215245.610000', '215246.070000', '215246.530000', '215246.990000', '215247.450000', '215247.910000', '215248.370000', '215248.830000', '215249.290000', '215249.750000', '215250.210000', '215250.670000', '215251.130000', '215251.590000', '215252.050000', '215252.510000', '215252.970000', '215253.430000', '215253.890000', '215254.350000', '215254.810000', '215255.270000', '215255.730000', '215256.190000', '215256.650000', '215257.110000', '215257.570000', '215258.030000', '215258.490000', '215258.950000', '215259.410000', '215259.870000', '215300.330000', '215300.790000', '215301.250000', '215301.710000', '215302.170000', '215302.630000', '215303.090000', '215303.550000', '215304.010000', '215304.470000', '215304.930000', '215305.390000', '215305.850000', '215306.310000', '215306.770000', '215307.230000', '215307.690000', '215308.150000', '215308.610000', '215309.070000', '215309.530000', '215309.990000', '215310.450000', '215310.910000', '215311.370000', '215311.830000', '215312.290000', '215312.750000', '215313.210000', '215313.670000', '215314.130000', '215314.590000', '215315.050000', '215315.510000', '215315.970000', '215316.430000', '215316.890000', '215317.350000', '215317.810000', '215318.270000', '215318.730000', '215319.190000', '215319.650000', '215320.110000', '215320.570000', '215321.030000', '215321.490000', '215321.950000', '215322.410000', '215322.870000', '215323.330000', '215323.790000', '215324.250000', '215324.710000', '215325.170000', '215325.630000', '215326.090000', '215326.550000', '215327.010000', '215327.470000', '215327.930000', '215328.390000', '215328.850000', '215329.310000', '215329.770000', '215330.230000', '215330.690000', '215331.150000', '215331.610000', '215332.070000', '215332.530000', '215332.990000', '215333.450000', '215333.910000', '215334.370000', '215334.830000', '215335.290000', '215335.750000', '215336.210000', '215336.670000', '215337.130000', '215337.590000', '215338.050000', '215338.510000', '215338.970000', '215339.430000', '215339.890000', '215340.350000', '215340.810000', '215341.270000', '215341.730000', '215342.190000', '215342.650000', '215343.110000', '215343.570000', '215344.030000', '215344.490000', '215344.950000', '215345.410000', '215345.870000', '215346.330000', '215346.790000', '215347.250000', '215347.710000', '215348.170000', '215348.630000', '215349.090000', '215349.550000', '215350.010000', '215350.470000', '215350.930000', '215351.390000', '215351.850000', '215352.310000', '215352.770000', '215353.230000', '215353.690000', '215354.150000', '215354.610000', '215355.070000', '215355.530000', '215355.990000', '215356.450000', '215356.910000', '215357.370000', '215357.830000', '215358.290000', '215358.750000', '215359.210000', '215359.670000', '215400.130000', '215400.590000', '215401.050000', '215401.510000', '215401.970000', '215402.430000', '215402.890000', '215403.350000', '215403.810000', '215404.270000', '215404.730000', '215405.190000', '215405.650000', '215406.110000', '215406.570000', '215407.030000', '215407.490000', '215407.950000', '215408.410000', '215408.870000', '215409.330000', '215409.790000', '215410.250000', '215410.710000', '215411.170000', '215411.630000', '215412.090000', '215412.550000', '215413.010000', '215413.470000', '215413.930000', '215414.390000', '215414.850000', '215415.310000', '215415.770000', '215416.230000', '215416.690000', '215417.150000', '215417.610000', '215418.070000', '215418.530000', '215418.990000', '215419.450000', '215419.910000', '215420.370000', '215420.830000', '215421.290000', '215421.750000', '215422.210000', '215422.670000', '215423.130000', '215423.590000', '215424.050000', '215424.510000', '215424.970000', '215425.430000', '215425.890000', '215426.350000', '215426.810000', '215427.270000', '215427.730000', '215428.190000', '215428.650000', '215429.110000', '215429.570000', '215430.030000', '215430.490000', '215430.950000', '215431.410000', '215431.870000', '215432.330000', '215432.790000', '215433.250000', '215433.710000', '215434.170000', '215434.630000', '215435.090000', '215435.550000', '215436.010000', '215436.470000', '215436.930000', '215437.390000', '215437.850000', '215438.310000', '215438.770000', '215439.230000', '215439.690000', '215440.150000', '215440.610000', '215441.070000', '215441.530000', '215441.990000', '215442.450000', '215442.910000', '215443.370000', '215443.830000', '215444.290000', '215444.750000', '215445.210000', '215445.670000', '215446.130000', '215446.590000', '215447.050000', '215447.510000', '215447.970000', '215448.430000', '215448.890000', '215449.350000', '215449.810000', '215450.270000', '215450.730000', '215451.190000', '215451.650000', '215452.110000', '215452.570000', '215453.030000', '215453.490000', '215453.950000', '215454.410000', '215454.870000', '215455.330000', '215455.790000', '215456.250000', '215456.710000', '215457.170000', '215457.630000', '215458.090000', '215458.550000', '215459.010000', '215459.470000', '215459.930000', '215500.390000', '215500.850000', '215501.310000', '215501.770000', '215502.230000', '215502.690000', '215503.150000', '215503.610000', '215504.070000', '215504.530000', '215504.990000', '215505.450000', '215505.910000', '215506.370000', '215506.830000', '215507.290000', '215507.750000', '215508.210000', '215508.670000', '215509.130000', '215509.590000', '215510.050000', '215510.510000', '215510.970000', '215511.430000', '215511.890000', '215512.350000', '215512.810000', '215513.270000', '215513.730000', '215514.190000', '215514.650000', '215515.110000', '215515.570000', '215516.030000', '215516.490000', '215516.950000', '215517.410000', '215517.870000', '215518.330000', '215518.790000', '215519.250000', '215519.710000', '215520.170000', '215520.630000', '215521.090000', '215521.550000', '215522.010000', '215522.470000', '215522.930000', '215523.390000', '215523.850000', '215524.310000', '215524.770000', '215525.230000', '215525.690000', '215526.150000', '215526.610000', '215527.070000', '215527.530000', '215527.990000', '215528.450000', '215528.910000', '215529.370000', '215529.830000', '215530.290000', '215530.750000', '215531.210000', '215531.670000', '215532.130000', '215532.590000', '215533.050000', '215533.510000', '215533.970000', '215534.430000', '215534.890000', '215535.350000', '215535.810000', '215536.270000', '215536.730000', '215537.190000', '215537.650000', '215538.110000', '215538.570000', '215539.030000', '215539.490000', '215539.950000', '215540.410000', '215540.870000', '215541.330000', '215541.790000', '215542.250000', '215542.710000', '215543.170000', '215543.630000', '215544.090000', '215544.550000', '215545.010000', '215545.470000', '215545.930000', '215546.390000', '215546.850000', '215547.310000', '215547.770000', '215548.230000', '215548.690000', '215549.150000', '215549.610000', '215550.070000', '215550.530000', '215550.990000', '215551.450000', '215551.910000', '215552.370000', '215552.830000', '215553.290000', '215553.750000', '215554.210000', '215554.670000', '215555.130000', '215555.590000', '215556.050000', '215556.510000', '215556.970000', '215557.430000', '215557.890000', '215558.350000', '215558.810000', '215559.270000', '215559.730000', '215600.190000', '215600.650000', '215601.110000', '215601.570000', '215602.030000', '215602.490000', '215602.950000', '215603.410000', '215603.870000', '215604.330000', '215604.790000', '215605.250000', '215605.710000', '215606.170000', '215606.630000', '215607.090000', '215607.550000', '215608.010000', '215608.470000', '215608.930000', '215609.390000', '215609.850000', '215610.310000', '215610.770000', '215611.230000', '215611.690000', '215612.150000', '215612.610000', '215613.070000', '215613.530000', '215613.990000', '215614.450000', '215614.910000', '215615.370000', '215615.830000', '215616.290000', '215616.750000', '215617.210000', '215617.670000', '215618.130000', '215618.590000', '215619.050000', '215619.510000', '215619.970000', '215620.430000', '215620.890000', '215621.350000', '215621.810000', '215622.270000', '215622.730000', '215623.190000', '215623.650000', '215624.110000', '215624.570000', '215625.030000', '215625.490000', '215625.950000', '215626.410000', '215626.870000', '215627.330000', '215627.790000', '215628.250000', '215628.710000', '215629.170000', '215629.630000', '215630.090000', '215630.550000', '215631.010000', '215631.470000', '215631.930000', '215632.390000', '215632.850000', '215633.310000', '215633.770000', '215634.230000', '215634.690000', '215635.150000', '215635.610000', '215636.070000', '215636.530000', '215636.990000', '215637.450000', '215637.910000', '215638.370000', '215638.830000', '215639.290000', '215639.750000', '215640.210000', '215640.670000', '215641.130000', '215641.590000', '215642.050000', '215642.510000', '215642.970000', '215643.430000', '215643.890000', '215644.350000', '215644.810000', '215645.270000', '215645.730000', '215646.190000', '215646.650000', '215647.110000', '215647.570000', '215648.030000', '215648.490000', '215648.950000', '215649.410000', '215649.870000', '215650.330000', '215650.790000', '215651.250000', '215651.710000', '215652.170000', '215652.630000', '215653.090000', '215653.550000', '215654.010000', '215654.470000', '215654.930000', '215655.390000', '215655.850000', '215656.310000', '215656.770000', '215657.230000', '215657.690000', '215658.150000', '215658.610000', '215659.070000', '215659.530000', '215659.990000', '215700.450000', '215700.910000', '215701.370000', '215701.830000', '215702.290000', '215702.750000', '215703.210000', '215703.670000', '215704.130000', '215704.590000', '215705.050000', '215705.510000', '215705.970000', '215706.430000', '215706.890000', '215707.350000', '215707.810000', '215708.270000', '215708.730000', '215709.190000', '215709.650000', '215710.110000', '215710.570000', '215711.030000', '215711.490000', '215711.950000', '215712.410000', '215712.870000', '215713.330000', '215713.790000', '215714.250000', '215714.710000', '215715.170000', '215715.630000', '215716.090000', '215716.550000', '215717.010000', '215717.470000', '215717.930000', '215718.390000', '215718.850000', '215719.310000', '215719.770000', '215720.230000', '215720.690000', '215721.150000', '215721.610000', '215722.070000', '215722.530000', '215722.990000', '215723.450000', '215723.910000', '215724.370000', '215724.830000', '215725.290000', '215725.750000', '215726.210000', '215726.670000', '215727.130000', '215727.590000', '215728.050000', '215728.510000', '215728.970000', '215729.430000', '215729.890000', '215730.350000', '215730.810000', '215731.270000', '215731.730000', '215732.190000', '215732.650000', '215733.110000', '215733.570000', '215734.030000', '215734.490000', '215734.950000', '215735.410000', '215735.870000', '215736.330000', '215736.790000', '215737.250000', '215737.710000', '215738.170000', '215738.630000', '215739.090000', '215739.550000', '215740.010000', '215740.470000', '215740.930000', '215741.390000', '215741.850000', '215742.310000', '215742.770000', '215743.230000', '215743.690000', '215744.150000', '215744.610000', '215745.070000', '215745.530000', '215745.990000', '215746.450000', '215746.910000', '215747.370000', '215747.830000', '215748.290000', '215748.750000', '215749.210000', '215749.670000', '215750.130000', '215750.590000', '215751.050000', '215751.510000', '215751.970000', '215752.430000', '215752.890000', '215753.350000', '215753.810000', '215754.270000', '215754.730000', '215755.190000', '215755.650000', '215756.110000', '215756.570000', '215757.030000', '215757.490000', '215757.950000', '215758.410000', '215758.870000', '215759.330000', '215759.790000', '215800.250000', '215800.710000', '215801.170000', '215801.630000', '215802.090000', '215802.550000', '215803.010000', '215803.470000', '215803.930000', '215804.390000', '215804.850000', '215805.310000', '215805.770000', '215806.230000', '215806.690000', '215807.150000', '215807.610000', '215808.070000', '215808.530000', '215808.990000', '215809.450000', '215809.910000', '215810.370000', '215810.830000', '215811.290000', '215811.750000', '215812.210000', '215812.670000', '215813.130000', '215813.590000', '215814.050000', '215814.510000', '215814.970000', '215815.430000', '215815.890000', '215816.350000', '215816.810000', '215817.270000', '215817.730000', '215818.190000', '215818.650000', '215819.110000', '215819.570000', '215820.030000', '215820.490000', '215820.950000', '215821.410000', '215821.870000', '215822.330000', '215822.790000', '215823.250000', '215823.710000', '215824.170000', '215824.630000', '215825.090000', '215825.550000', '215826.010000', '215826.470000', '215826.930000', '215827.390000', '215827.850000', '215828.310000', '215828.770000', '215829.230000', '215829.690000', '215830.150000', '215830.610000', '215831.070000', '215831.530000', '215831.990000', '215832.450000', '215832.910000', '215833.370000', '215833.830000', '215834.290000', '215834.750000', '215835.210000', '215835.670000', '215836.130000', '215836.590000', '215837.050000', '215837.510000', '215837.970000', '215838.430000', '215838.890000', '215839.350000', '215839.810000', '215840.270000', '215840.730000', '215841.190000', '215841.650000', '215842.110000', '215842.570000', '215843.030000', '215843.490000', '215843.950000', '215844.410000', '215844.870000', '215845.330000', '215845.790000', '215846.250000', '215846.710000', '215847.170000', '215847.630000', '215848.090000', '215848.550000', '215849.010000', '215849.470000', '215849.930000', '215850.390000', '215850.850000', '215851.310000', '215851.770000', '215852.230000', '215852.690000', '215853.150000', '215853.610000', '215854.070000', '215854.530000', '215854.990000', '215855.450000', '215855.910000', '215856.370000', '215856.830000', '215857.290000', '215857.750000', '215858.210000', '215858.670000', '215859.130000', '215859.590000', '215900.050000', '215900.510000', '215900.970000', '215901.430000', '215901.890000', '215902.350000', '215902.810000', '215903.270000', '215903.730000', '215904.190000', '215904.650000', '215905.110000', '215905.570000', '215906.030000', '215906.490000', '215906.950000', '215907.410000', '215907.870000', '215908.330000', '215908.790000', '215909.250000', '215909.710000', '215910.170000', '215910.630000', '215911.090000', '215911.550000', '215912.010000', '215912.470000', '215912.930000', '215913.390000', '215913.850000', '215914.310000', '215914.770000', '215915.230000', '215915.690000', '215916.150000', '215916.610000', '215917.070000', '215917.530000', '215917.990000', '215918.450000', '215918.910000', '215919.370000', '215919.830000', '215920.290000', '215920.750000', '215921.210000', '215921.670000', '215922.130000', '215922.590000'], 'ContentTime': ['214931.880000', '214931.883000', '214931.886000', '214931.889000', '214931.892000', '214931.894000', '214931.897000', '214931.900000', '214931.902000', '214931.905000', '214931.917000', '214931.920000', '214931.923000', '214931.925000', '214931.928000', '214931.930000', '214931.933000', '214931.936000', '214931.938000', '214931.941000', '214931.943000', '214931.946000', '214931.948000', '214931.951000', '214931.954000', '214931.956000', '214931.959000', '214931.962000', '214931.964000', '214931.967000', '214931.969000', '214931.972000', '214931.975000', '214931.977000', '214931.980000', '214931.983000', '214931.989000', '214931.992000', '214931.994000', '214931.997000', '214932.001000', '214932.003000', '214932.006000', '214932.009000', '214932.012000', '214932.014000', '214932.017000', '214951.851000', '214951.854000', '214951.857000', '214951.860000', '214951.862000', '214951.865000', '214951.868000', '214951.870000', '214951.873000', '214951.875000', '214951.878000', '214951.881000', '214951.883000', '214951.886000', '214951.888000', '214951.891000', '214951.894000', '214951.896000', '214951.899000', '214951.901000', '214951.904000', '214951.907000', '214951.909000', '214951.912000', '214951.915000', '214951.917000', '214951.920000', '214951.922000', '214951.925000', '214951.928000', '214951.930000', '214951.933000', '214951.935000', '214951.938000', '214951.941000', '214951.943000', '214951.946000', '214951.948000', '214951.951000', '214951.954000', '214951.956000', '214951.959000', '214951.962000', '215011.851000', '215011.858000', '215011.861000', '215011.864000', '215011.866000', '215011.869000', '215011.871000', '215011.874000', '215011.877000', '215011.879000', '215011.882000', '215011.884000', '215011.887000', '215011.890000', '215011.892000', '215011.895000', '215011.898000', '215011.900000', '215011.903000', '215011.905000', '215011.908000', '215011.911000', '215011.913000', '215011.916000', '215011.919000', '215011.921000', '215011.924000', '215011.926000', '215011.929000', '215011.932000', '215011.934000', '215011.937000', '215011.945000', '215011.948000', '215011.950000', '215011.953000', '215011.956000', '215011.958000', '215011.961000', '215011.963000', '215011.966000', '215011.969000', '215011.971000', '215011.974000', '215031.851000', '215031.854000', '215031.857000', '215031.859000', '215031.862000', '215031.865000', '215031.868000', '215031.870000', '215031.873000', '215031.876000', '215031.878000', '215031.886000', '215031.889000', '215031.892000', '215031.894000', '215031.897000', '215031.899000', '215031.902000', '215031.905000', '215031.907000', '215031.910000', '215031.913000', '215031.915000', '215031.918000', '215031.921000', '215031.923000', '215031.926000', '215031.929000', '215031.931000', '215031.934000', '215031.937000', '215031.939000', '215031.942000', '215031.944000', '215031.947000', '215031.950000', '215031.953000', '215031.955000', '215031.958000', '215031.960000', '215031.963000', '215031.966000', '215031.968000', '215051.851000', '215051.854000', '215051.857000', '215051.860000', '215051.862000', '215051.865000', '215051.868000', '215051.870000', '215051.873000', '215051.876000', '215051.878000', '215051.881000', '215051.883000', '215051.886000', '215051.889000', '215051.891000', '215051.894000', '215051.897000', '215051.899000', '215051.902000', '215051.904000', '215051.907000', '215051.910000', '215051.912000', '215051.915000', '215051.918000', '215051.920000', '215051.923000', '215051.925000', '215051.928000', '215051.931000', '215051.940000', '215051.942000', '215051.945000', '215051.962000', '215051.965000', '215051.967000', '215051.970000', '215051.973000', '215051.975000', '215051.978000', '215051.980000', '215051.983000', '215051.986000', '215111.851000', '215111.854000', '215111.857000', '215111.860000', '215111.862000', '215111.865000', '215111.868000', '215111.870000', '215111.877000', '215111.880000', '215111.882000', '215111.885000', '215111.888000', '215111.890000', '215111.893000', '215111.896000', '215111.898000', '215111.901000', '215111.904000', '215111.906000', '215111.909000', '215111.912000', '215111.914000', '215111.917000', '215111.920000', '215111.922000', '215111.925000', '215111.927000', '215111.930000', '215111.933000', '215111.935000', '215111.938000', '215111.940000', '215111.943000', '215111.946000', '215111.949000', '215111.951000', '215111.954000', '215111.956000', '215111.959000', '215111.962000', '215111.964000', '215111.967000', '215131.850000', '215131.853000', '215131.856000', '215131.859000', '215131.862000', '215131.864000', '215131.867000', '215131.869000', '215131.872000', '215131.875000', '215131.877000', '215131.880000', '215131.883000', '215131.885000', '215131.888000', '215131.891000', '215131.893000', '215131.896000', '215131.899000', '215131.902000', '215131.904000', '215131.908000', '215131.911000', '215131.913000', '215131.916000', '215131.919000', '215131.922000', '215131.924000', '215131.927000', '215131.930000', '215131.932000', '215131.935000', '215131.938000', '215131.940000', '215131.943000', '215131.946000', '215131.948000', '215131.951000', '215131.954000', '215131.956000', '215131.959000', '215131.961000', '215131.964000', '215151.850000', '215151.853000', '215151.856000', '215151.859000', '215151.862000', '215151.864000', '215151.867000', '215151.870000', '215151.872000', '215151.875000', '215151.877000', '215151.880000', '215151.883000', '215151.885000', '215151.888000', '215151.891000', '215151.893000', '215151.896000', '215151.898000', '215151.901000', '215151.904000', '215151.906000', '215151.915000', '215151.917000', '215151.920000', '215151.923000', '215151.925000', '215151.928000', '215151.931000', '215151.933000', '215151.936000', '215151.938000', '215151.941000', '215151.944000', '215151.946000', '215151.949000', '215151.952000', '215151.954000', '215151.957000', '215151.960000', '215151.962000', '215151.965000', '215151.968000', '215151.970000', '215211.851000', '215211.854000', '215211.857000', '215211.860000', '215211.862000', '215211.865000', '215211.867000', '215211.870000', '215211.873000', '215211.876000', '215211.878000', '215211.881000', '215211.883000', '215211.886000', '215211.889000', '215211.891000', '215211.894000', '215211.897000', '215211.899000', '215211.902000', '215211.905000', '215211.907000', '215211.910000', '215211.913000', '215211.915000', '215211.918000', '215211.921000', '215211.923000', '215211.926000', '215211.928000', '215211.931000', '215211.937000', '215211.939000', '215211.942000', '215211.945000', '215211.947000', '215211.950000', '215211.953000', '215211.955000', '215211.958000', '215211.960000', '215211.963000', '215211.966000', '215211.968000', '215231.851000', '215231.855000', '215231.857000', '215231.860000', '215231.862000', '215231.865000', '215231.868000', '215231.871000', '215231.873000', '215231.876000', '215231.879000', '215231.881000', '215231.884000', '215231.887000', '215231.889000', '215231.905000', '215231.908000', '215231.911000', '215231.913000', '215231.916000', '215231.919000', '215231.921000', '215231.924000', '215231.926000', '215231.929000', '215231.932000', '215231.934000', '215231.937000', '215231.940000', '215231.942000', '215231.945000', '215231.948000', '215231.950000', '215231.953000', '215231.956000', '215231.958000', '215231.961000', '215231.964000', '215231.966000', '215231.979000', '215231.982000', '215231.985000', '215231.987000', '215251.852000', '215251.876000', '215251.879000', '215251.882000', '215251.884000', '215251.887000', '215251.890000', '215251.892000', '215251.895000', '215251.898000', '215251.900000', '215251.903000', '215251.906000', '215251.908000', '215251.911000', '215251.914000', '215251.917000', '215251.919000', '215251.922000', '215251.925000', '215251.927000', '215251.930000', '215251.933000', '215251.935000', '215251.938000', '215251.941000', '215251.943000', '215251.946000', '215251.949000', '215251.951000', '215251.954000', '215251.957000', '215251.959000', '215251.962000', '215251.965000', '215251.967000', '215251.970000', '215251.972000', '215251.975000', '215251.978000', '215251.980000', '215251.983000', '215251.986000', '215311.852000', '215311.855000', '215311.857000', '215311.860000', '215311.862000', '215311.865000', '215311.868000', '215311.870000', '215311.873000', '215311.876000', '215311.878000', '215311.881000', '215311.884000', '215311.887000', '215311.889000', '215311.892000', '215311.895000', '215311.897000', '215311.900000', '215311.903000', '215311.905000', '215311.908000', '215311.911000', '215311.913000', '215311.916000', '215311.919000', '215311.921000', '215311.924000', '215311.926000', '215311.929000', '215311.932000', '215311.934000', '215311.937000', '215311.940000', '215311.942000', '215311.945000', '215311.947000', '215311.950000', '215311.953000', '215311.955000', '215311.958000', '215311.961000', '215311.963000', '215311.966000', '215331.852000', '215331.861000', '215331.864000', '215331.866000', '215331.869000', '215331.872000', '215331.875000', '215331.877000', '215331.880000', '215331.885000', '215331.887000', '215331.890000', '215331.892000', '215331.895000', '215331.898000', '215331.901000', '215331.903000', '215331.906000', '215331.909000', '215331.911000', '215331.914000', '215331.916000', '215331.919000', '215331.922000', '215331.924000', '215331.927000', '215331.929000', '215331.932000', '215331.935000', '215331.938000', '215331.940000', '215331.943000', '215331.945000', '215331.948000', '215331.951000', '215331.953000', '215331.956000', '215331.958000', '215331.961000', '215331.964000', '215331.966000', '215331.969000', '215331.972000', '215351.851000', '215351.870000', '215351.872000', '215351.875000', '215351.878000', '215351.881000', '215351.883000', '215351.886000', '215351.889000', '215351.891000', '215351.894000', '215351.896000', '215351.899000', '215351.902000', '215351.904000', '215351.907000', '215351.910000', '215351.912000', '215351.915000', '215351.918000', '215351.920000', '215351.923000', '215351.926000', '215351.928000', '215351.931000', '215351.934000', '215351.936000', '215351.939000', '215351.942000', '215351.944000', '215351.947000', '215351.949000', '215351.952000', '215351.955000', '215351.957000', '215351.960000', '215351.963000', '215351.965000', '215351.968000', '215351.971000', '215351.973000', '215351.983000', '215351.985000', '215351.988000', '215411.850000', '215411.893000', '215411.896000', '215411.899000', '215411.901000', '215411.904000', '215411.907000', '215411.909000', '215411.912000', '215411.915000', '215411.918000', '215411.921000', '215411.924000', '215411.926000', '215411.929000', '215411.932000', '215411.934000', '215411.937000', '215411.940000', '215411.942000', '215411.945000', '215411.948000', '215411.951000', '215411.953000', '215411.958000', '215411.960000', '215411.963000', '215411.966000', '215411.969000', '215411.971000', '215411.974000', '215411.977000', '215411.979000', '215411.982000', '215411.985000', '215411.987000', '215411.990000', '215411.993000', '215411.995000', '215411.998000', '215412.002000', '215412.004000', '215412.007000', '215431.852000', '215431.875000', '215431.878000', '215431.881000', '215431.883000', '215431.886000', '215431.888000', '215431.891000', '215431.894000', '215431.896000', '215431.899000', '215431.902000', '215431.904000', '215431.907000', '215431.910000', '215431.912000', '215431.915000', '215431.918000', '215431.920000', '215431.923000', '215431.926000', '215431.928000', '215431.931000', '215431.934000', '215431.937000', '215431.939000', '215431.942000', '215431.945000', '215431.947000', '215431.950000', '215431.952000', '215431.955000', '215431.958000', '215431.960000', '215431.963000', '215431.966000', '215431.968000', '215431.971000', '215431.974000', '215431.976000', '215431.979000', '215431.982000', '215431.984000', '215431.987000', '215451.852000', '215451.855000', '215451.858000', '215451.860000', '215451.863000', '215451.866000', '215451.868000', '215451.871000', '215451.874000', '215451.877000', '215451.879000', '215451.882000', '215451.884000', '215451.887000', '215451.890000', '215451.892000', '215451.895000', '215451.898000', '215451.900000', '215451.903000', '215451.906000', '215451.908000', '215451.911000', '215451.913000', '215451.916000', '215451.919000', '215451.921000', '215451.924000', '215451.926000', '215451.929000', '215451.932000', '215451.935000', '215451.937000', '215451.940000', '215451.942000', '215451.945000', '215451.948000', '215451.950000', '215451.953000', '215451.956000', '215451.958000', '215451.961000', '215451.964000', '215511.852000', '215511.854000', '215511.857000', '215511.860000', '215511.862000', '215511.865000', '215511.868000', '215511.870000', '215511.873000', '215511.876000', '215511.878000', '215511.881000', '215511.884000', '215511.886000', '215511.889000', '215511.891000', '215511.894000', '215511.897000', '215511.899000', '215511.902000', '215511.905000', '215511.907000', '215511.910000', '215511.913000', '215511.915000', '215511.918000', '215511.921000', '215511.923000', '215511.926000', '215511.928000', '215511.931000', '215511.934000', '215511.936000', '215511.939000', '215511.942000', '215511.944000', '215511.947000', '215511.949000', '215511.952000', '215511.955000', '215511.957000', '215511.960000', '215511.963000', '215511.965000', '215531.852000', '215531.864000', '215531.866000', '215531.869000', '215531.872000', '215531.874000', '215531.877000', '215531.880000', '215531.882000', '215531.885000', '215531.888000', '215531.890000', '215531.893000', '215531.896000', '215531.898000', '215531.901000', '215531.904000', '215531.906000', '215531.909000', '215531.911000', '215531.914000', '215531.917000', '215531.919000', '215531.922000', '215531.925000', '215531.927000', '215531.930000', '215531.933000', '215531.935000', '215531.938000', '215531.941000', '215531.943000', '215531.946000', '215531.948000', '215531.951000', '215531.955000', '215531.958000', '215531.960000', '215531.963000', '215531.966000', '215531.968000', '215531.971000', '215531.974000', '215551.852000', '215551.855000', '215551.857000', '215551.860000', '215551.863000', '215551.865000', '215551.868000', '215551.871000', '215551.873000', '215551.876000', '215551.879000', '215551.881000', '215551.884000', '215551.887000', '215551.889000', '215551.892000', '215551.894000', '215551.897000', '215551.900000', '215551.902000', '215551.905000', '215551.908000', '215551.911000', '215551.913000', '215551.916000', '215551.918000', '215551.921000', '215551.924000', '215551.926000', '215551.929000', '215551.932000', '215551.934000', '215551.937000', '215551.940000', '215551.942000', '215551.945000', '215551.947000', '215551.950000', '215551.953000', '215551.955000', '215551.958000', '215551.961000', '215551.963000', '215551.966000', '215611.850000', '215611.896000', '215611.898000', '215611.901000', '215611.904000', '215611.907000', '215611.909000', '215611.912000', '215611.915000', '215611.917000', '215611.920000', '215611.923000', '215611.926000', '215611.928000', '215611.931000', '215611.934000', '215611.936000', '215611.939000', '215611.942000', '215611.944000', '215611.947000', '215611.950000', '215611.952000', '215611.955000', '215611.958000', '215611.960000', '215611.963000', '215611.966000', '215611.969000', '215611.971000', '215611.974000', '215611.977000', '215611.979000', '215611.982000', '215611.984000', '215611.987000', '215611.990000', '215611.992000', '215611.995000', '215611.998000', '215612.000000', '215612.003000', '215612.005000', '215631.851000', '215631.853000', '215631.856000', '215631.859000', '215631.862000', '215631.864000', '215631.867000', '215631.870000', '215631.872000', '215631.875000', '215631.877000', '215631.880000', '215631.883000', '215631.885000', '215631.888000', '215631.891000', '215631.893000', '215631.896000', '215631.899000', '215631.901000', '215631.904000', '215631.907000', '215631.909000', '215631.912000', '215631.915000', '215631.917000', '215631.920000', '215631.922000', '215631.925000', '215631.928000', '215631.930000', '215631.933000', '215631.936000', '215631.938000', '215631.941000', '215631.944000', '215631.946000', '215631.949000', '215631.952000', '215631.954000', '215631.957000', '215631.959000', '215631.962000', '215631.965000', '215651.851000', '215651.854000', '215651.857000', '215651.860000', '215651.886000', '215651.889000', '215651.891000', '215651.894000', '215651.897000', '215651.899000', '215651.902000', '215651.905000', '215651.907000', '215651.910000', '215651.913000', '215651.915000', '215651.918000', '215651.921000', '215651.927000', '215651.930000', '215651.932000', '215651.935000', '215651.938000', '215651.940000', '215651.943000', '215651.946000', '215651.948000', '215651.951000', '215651.954000', '215651.956000', '215651.959000', '215651.961000', '215651.964000', '215651.967000', '215651.970000', '215651.973000', '215651.975000', '215651.978000', '215651.981000', '215651.983000', '215651.986000', '215651.988000', '215651.991000', '215711.851000', '215711.875000', '215711.878000', '215711.881000', '215711.883000', '215711.886000', '215711.888000', '215711.891000', '215711.894000', '215711.896000', '215711.899000', '215711.902000', '215711.905000', '215711.907000', '215711.910000', '215711.913000', '215711.915000', '215711.918000', '215711.920000', '215711.923000', '215711.926000', '215711.928000', '215711.931000', '215711.934000', '215711.937000', '215711.939000', '215711.942000', '215711.945000', '215711.947000', '215711.950000', '215711.953000', '215711.955000', '215711.958000', '215711.961000', '215711.963000', '215711.966000', '215711.969000', '215711.971000', '215711.974000', '215711.977000', '215711.979000', '215711.982000', '215711.984000', '215711.987000', '215731.852000', '215731.854000', '215731.857000', '215731.860000', '215731.862000', '215731.865000', '215731.868000', '215731.870000', '215731.873000', '215731.875000', '215731.878000', '215731.881000', '215731.883000', '215731.886000', '215731.888000', '215731.891000', '215731.894000', '215731.896000', '215731.899000', '215731.902000', '215731.904000', '215731.907000', '215731.910000', '215731.912000', '215731.915000', '215731.918000', '215731.920000', '215731.923000', '215731.925000', '215731.928000', '215731.931000', '215731.933000', '215731.936000', '215731.939000', '215731.941000', '215731.944000', '215731.947000', '215731.949000', '215731.952000', '215731.954000', '215731.957000', '215731.960000', '215731.962000', '215751.852000', '215751.885000', '215751.888000', '215751.890000', '215751.893000', '215751.895000', '215751.898000', '215751.901000', '215751.903000', '215751.906000', '215751.909000', '215751.912000', '215751.914000', '215751.917000', '215751.920000', '215751.922000', '215751.925000', '215751.928000', '215751.930000', '215751.933000', '215751.935000', '215751.938000', '215751.941000', '215751.943000', '215751.946000', '215751.949000', '215751.951000', '215751.954000', '215751.957000', '215751.959000', '215751.962000', '215751.965000', '215751.967000', '215751.970000', '215751.973000', '215751.975000', '215751.978000', '215751.981000', '215751.983000', '215751.986000', '215751.989000', '215751.991000', '215751.994000', '215751.997000', '215811.852000', '215811.862000', '215811.865000', '215811.867000', '215811.870000', '215811.873000', '215811.875000', '215811.878000', '215811.881000', '215811.883000', '215811.886000', '215811.888000', '215811.891000', '215811.894000', '215811.896000', '215811.899000', '215811.902000', '215811.904000', '215811.907000', '215811.910000', '215811.912000', '215811.915000', '215811.918000', '215811.920000', '215811.923000', '215811.925000', '215811.928000', '215811.931000', '215811.933000', '215811.936000', '215811.939000', '215811.941000', '215811.944000', '215811.947000', '215811.949000', '215811.952000', '215811.955000', '215811.957000', '215811.960000', '215811.962000', '215811.965000', '215811.968000', '215811.970000', '215831.851000', '215831.915000', '215831.918000', '215831.920000', '215831.923000', '215831.926000', '215831.928000', '215831.931000', '215831.933000', '215831.936000', '215831.939000', '215831.941000', '215831.944000', '215831.947000', '215831.949000', '215831.952000', '215831.955000', '215831.957000', '215831.960000', '215831.962000', '215831.965000', '215831.968000', '215831.970000', '215831.973000', '215831.976000', '215831.978000', '215831.981000', '215831.984000', '215831.986000', '215831.989000', '215831.992000', '215831.994000', '215831.997000', '215832.001000', '215832.003000', '215832.006000', '215832.009000', '215832.012000', '215832.014000', '215832.017000', '215832.019000', '215832.022000', '215832.025000', '215832.027000', '215851.851000', '215851.887000', '215851.890000', '215851.892000', '215851.895000', '215851.898000', '215851.900000', '215851.903000', '215851.905000', '215851.908000', '215851.911000', '215851.913000', '215851.916000', '215851.919000', '215851.921000', '215851.924000', '215851.927000', '215851.929000', '215851.932000', '215851.935000', '215851.937000', '215851.940000', '215851.943000', '215851.945000', '215851.948000', '215851.951000', '215851.953000', '215851.956000', '215851.959000', '215851.961000', '215851.964000', '215851.967000', '215851.969000', '215851.972000', '215851.974000', '215851.977000', '215851.980000', '215851.982000', '215851.985000', '215851.988000', '215851.991000', '215851.993000', '215851.996000', '215911.852000', '215911.879000', '215911.881000', '215911.884000', '215911.887000', '215911.890000', '215911.892000', '215911.895000', '215911.898000', '215911.900000', '215911.903000', '215911.905000', '215911.908000', '215911.911000', '215911.913000', '215911.916000', '215911.919000', '215911.921000', '215911.924000', '215911.927000', '215911.929000', '215911.932000', '215911.934000', '215911.937000', '215911.940000', '215911.942000', '215911.945000', '215911.948000', '215911.950000', '215911.953000', '215911.956000', '215911.958000', '215911.961000', '215911.964000', '215911.966000', '215911.969000', '215911.971000', '215911.974000', '215911.977000', '215911.979000', '215911.982000', '215911.985000', '215911.987000', '215924.200000', '215924.203000', '215924.206000', '215924.209000', '215924.212000', '215924.215000', '215924.218000', '215924.221000', '215924.223000', '215924.226000', '215924.229000', '215924.232000', '215924.235000', '215924.256000', '215924.259000', '215924.262000', '215924.265000', '215924.268000', '215924.270000', '215924.273000', '215924.276000', '215924.280000', '215924.283000', '215924.285000', '215924.288000', '215924.291000', '215924.295000', '215924.299000'], 'InstanceCreationTime': ['214931.880000', '214931.883000', '214931.886000', '214931.889000', '214931.892000', '214931.894000', '214931.897000', '214931.900000', '214931.902000', '214931.905000', '214931.917000', '214931.920000', '214931.923000', '214931.925000', '214931.928000', '214931.930000', '214931.933000', '214931.936000', '214931.938000', '214931.941000', '214931.943000', '214931.946000', '214931.948000', '214931.951000', '214931.954000', '214931.956000', '214931.959000', '214931.962000', '214931.964000', '214931.967000', '214931.969000', '214931.972000', '214931.975000', '214931.977000', '214931.980000', '214931.983000', '214931.989000', '214931.992000', '214931.994000', '214931.997000', '214932.001000', '214932.003000', '214932.006000', '214932.009000', '214932.012000', '214932.014000', '214932.017000', '214951.851000', '214951.854000', '214951.857000', '214951.860000', '214951.862000', '214951.865000', '214951.868000', '214951.870000', '214951.873000', '214951.875000', '214951.878000', '214951.881000', '214951.883000', '214951.886000', '214951.888000', '214951.891000', '214951.894000', '214951.896000', '214951.899000', '214951.901000', '214951.904000', '214951.907000', '214951.909000', '214951.912000', '214951.915000', '214951.917000', '214951.920000', '214951.922000', '214951.925000', '214951.928000', '214951.930000', '214951.933000', '214951.935000', '214951.938000', '214951.941000', '214951.943000', '214951.946000', '214951.948000', '214951.951000', '214951.954000', '214951.956000', '214951.959000', '214951.962000', '215011.851000', '215011.858000', '215011.861000', '215011.864000', '215011.866000', '215011.869000', '215011.871000', '215011.874000', '215011.877000', '215011.879000', '215011.882000', '215011.884000', '215011.887000', '215011.890000', '215011.892000', '215011.895000', '215011.898000', '215011.900000', '215011.903000', '215011.905000', '215011.908000', '215011.911000', '215011.913000', '215011.916000', '215011.919000', '215011.921000', '215011.924000', '215011.926000', '215011.929000', '215011.932000', '215011.934000', '215011.937000', '215011.945000', '215011.948000', '215011.950000', '215011.953000', '215011.956000', '215011.958000', '215011.961000', '215011.963000', '215011.966000', '215011.969000', '215011.971000', '215011.974000', '215031.851000', '215031.854000', '215031.857000', '215031.859000', '215031.862000', '215031.865000', '215031.868000', '215031.870000', '215031.873000', '215031.876000', '215031.878000', '215031.886000', '215031.889000', '215031.892000', '215031.894000', '215031.897000', '215031.899000', '215031.902000', '215031.905000', '215031.907000', '215031.910000', '215031.913000', '215031.915000', '215031.918000', '215031.921000', '215031.923000', '215031.926000', '215031.929000', '215031.931000', '215031.934000', '215031.937000', '215031.939000', '215031.942000', '215031.944000', '215031.947000', '215031.950000', '215031.953000', '215031.955000', '215031.958000', '215031.960000', '215031.963000', '215031.966000', '215031.968000', '215051.851000', '215051.854000', '215051.857000', '215051.860000', '215051.862000', '215051.865000', '215051.868000', '215051.870000', '215051.873000', '215051.876000', '215051.878000', '215051.881000', '215051.883000', '215051.886000', '215051.889000', '215051.891000', '215051.894000', '215051.897000', '215051.899000', '215051.902000', '215051.904000', '215051.907000', '215051.910000', '215051.912000', '215051.915000', '215051.918000', '215051.920000', '215051.923000', '215051.925000', '215051.928000', '215051.931000', '215051.940000', '215051.942000', '215051.945000', '215051.962000', '215051.965000', '215051.967000', '215051.970000', '215051.973000', '215051.975000', '215051.978000', '215051.980000', '215051.983000', '215051.986000', '215111.851000', '215111.854000', '215111.857000', '215111.860000', '215111.862000', '215111.865000', '215111.868000', '215111.870000', '215111.877000', '215111.880000', '215111.882000', '215111.885000', '215111.888000', '215111.890000', '215111.893000', '215111.896000', '215111.898000', '215111.901000', '215111.904000', '215111.906000', '215111.909000', '215111.912000', '215111.914000', '215111.917000', '215111.920000', '215111.922000', '215111.925000', '215111.927000', '215111.930000', '215111.933000', '215111.935000', '215111.938000', '215111.940000', '215111.943000', '215111.946000', '215111.949000', '215111.951000', '215111.954000', '215111.956000', '215111.959000', '215111.962000', '215111.964000', '215111.967000', '215131.850000', '215131.853000', '215131.856000', '215131.859000', '215131.862000', '215131.864000', '215131.867000', '215131.869000', '215131.872000', '215131.875000', '215131.877000', '215131.880000', '215131.883000', '215131.885000', '215131.888000', '215131.891000', '215131.893000', '215131.896000', '215131.899000', '215131.902000', '215131.904000', '215131.908000', '215131.911000', '215131.913000', '215131.916000', '215131.919000', '215131.922000', '215131.924000', '215131.927000', '215131.930000', '215131.932000', '215131.935000', '215131.938000', '215131.940000', '215131.943000', '215131.946000', '215131.948000', '215131.951000', '215131.954000', '215131.956000', '215131.959000', '215131.961000', '215131.964000', '215151.850000', '215151.853000', '215151.856000', '215151.859000', '215151.862000', '215151.864000', '215151.867000', '215151.870000', '215151.872000', '215151.875000', '215151.877000', '215151.880000', '215151.883000', '215151.885000', '215151.888000', '215151.891000', '215151.893000', '215151.896000', '215151.898000', '215151.901000', '215151.904000', '215151.906000', '215151.915000', '215151.917000', '215151.920000', '215151.923000', '215151.925000', '215151.928000', '215151.931000', '215151.933000', '215151.936000', '215151.938000', '215151.941000', '215151.944000', '215151.946000', '215151.949000', '215151.952000', '215151.954000', '215151.957000', '215151.960000', '215151.962000', '215151.965000', '215151.968000', '215151.970000', '215211.851000', '215211.854000', '215211.857000', '215211.860000', '215211.862000', '215211.865000', '215211.867000', '215211.870000', '215211.873000', '215211.876000', '215211.878000', '215211.881000', '215211.883000', '215211.886000', '215211.889000', '215211.891000', '215211.894000', '215211.897000', '215211.899000', '215211.902000', '215211.905000', '215211.907000', '215211.910000', '215211.913000', '215211.915000', '215211.918000', '215211.921000', '215211.923000', '215211.926000', '215211.928000', '215211.931000', '215211.937000', '215211.939000', '215211.942000', '215211.945000', '215211.947000', '215211.950000', '215211.953000', '215211.955000', '215211.958000', '215211.960000', '215211.963000', '215211.966000', '215211.968000', '215231.851000', '215231.855000', '215231.857000', '215231.860000', '215231.862000', '215231.865000', '215231.868000', '215231.871000', '215231.873000', '215231.876000', '215231.879000', '215231.881000', '215231.884000', '215231.887000', '215231.889000', '215231.905000', '215231.908000', '215231.911000', '215231.913000', '215231.916000', '215231.919000', '215231.921000', '215231.924000', '215231.926000', '215231.929000', '215231.932000', '215231.934000', '215231.937000', '215231.940000', '215231.942000', '215231.945000', '215231.948000', '215231.950000', '215231.953000', '215231.956000', '215231.958000', '215231.961000', '215231.964000', '215231.966000', '215231.979000', '215231.982000', '215231.985000', '215231.987000', '215251.852000', '215251.876000', '215251.879000', '215251.882000', '215251.884000', '215251.887000', '215251.890000', '215251.892000', '215251.895000', '215251.898000', '215251.900000', '215251.903000', '215251.906000', '215251.908000', '215251.911000', '215251.914000', '215251.917000', '215251.919000', '215251.922000', '215251.925000', '215251.927000', '215251.930000', '215251.933000', '215251.935000', '215251.938000', '215251.941000', '215251.943000', '215251.946000', '215251.949000', '215251.951000', '215251.954000', '215251.957000', '215251.959000', '215251.962000', '215251.965000', '215251.967000', '215251.970000', '215251.972000', '215251.975000', '215251.978000', '215251.980000', '215251.983000', '215251.986000', '215311.852000', '215311.855000', '215311.857000', '215311.860000', '215311.862000', '215311.865000', '215311.868000', '215311.870000', '215311.873000', '215311.876000', '215311.878000', '215311.881000', '215311.884000', '215311.887000', '215311.889000', '215311.892000', '215311.895000', '215311.897000', '215311.900000', '215311.903000', '215311.905000', '215311.908000', '215311.911000', '215311.913000', '215311.916000', '215311.919000', '215311.921000', '215311.924000', '215311.926000', '215311.929000', '215311.932000', '215311.934000', '215311.937000', '215311.940000', '215311.942000', '215311.945000', '215311.947000', '215311.950000', '215311.953000', '215311.955000', '215311.958000', '215311.961000', '215311.963000', '215311.966000', '215331.852000', '215331.861000', '215331.864000', '215331.866000', '215331.869000', '215331.872000', '215331.875000', '215331.877000', '215331.880000', '215331.885000', '215331.887000', '215331.890000', '215331.892000', '215331.895000', '215331.898000', '215331.901000', '215331.903000', '215331.906000', '215331.909000', '215331.911000', '215331.914000', '215331.916000', '215331.919000', '215331.922000', '215331.924000', '215331.927000', '215331.929000', '215331.932000', '215331.935000', '215331.938000', '215331.940000', '215331.943000', '215331.945000', '215331.948000', '215331.951000', '215331.953000', '215331.956000', '215331.958000', '215331.961000', '215331.964000', '215331.966000', '215331.969000', '215331.972000', '215351.851000', '215351.870000', '215351.872000', '215351.875000', '215351.878000', '215351.881000', '215351.883000', '215351.886000', '215351.889000', '215351.891000', '215351.894000', '215351.896000', '215351.899000', '215351.902000', '215351.904000', '215351.907000', '215351.910000', '215351.912000', '215351.915000', '215351.918000', '215351.920000', '215351.923000', '215351.926000', '215351.928000', '215351.931000', '215351.934000', '215351.936000', '215351.939000', '215351.942000', '215351.944000', '215351.947000', '215351.949000', '215351.952000', '215351.955000', '215351.957000', '215351.960000', '215351.963000', '215351.965000', '215351.968000', '215351.971000', '215351.973000', '215351.983000', '215351.985000', '215351.988000', '215411.850000', '215411.893000', '215411.896000', '215411.899000', '215411.901000', '215411.904000', '215411.907000', '215411.909000', '215411.912000', '215411.915000', '215411.918000', '215411.921000', '215411.924000', '215411.926000', '215411.929000', '215411.932000', '215411.934000', '215411.937000', '215411.940000', '215411.942000', '215411.945000', '215411.948000', '215411.951000', '215411.953000', '215411.958000', '215411.960000', '215411.963000', '215411.966000', '215411.969000', '215411.971000', '215411.974000', '215411.977000', '215411.979000', '215411.982000', '215411.985000', '215411.987000', '215411.990000', '215411.993000', '215411.995000', '215411.998000', '215412.002000', '215412.004000', '215412.007000', '215431.852000', '215431.875000', '215431.878000', '215431.881000', '215431.883000', '215431.886000', '215431.888000', '215431.891000', '215431.894000', '215431.896000', '215431.899000', '215431.902000', '215431.904000', '215431.907000', '215431.910000', '215431.912000', '215431.915000', '215431.918000', '215431.920000', '215431.923000', '215431.926000', '215431.928000', '215431.931000', '215431.934000', '215431.937000', '215431.939000', '215431.942000', '215431.945000', '215431.947000', '215431.950000', '215431.952000', '215431.955000', '215431.958000', '215431.960000', '215431.963000', '215431.966000', '215431.968000', '215431.971000', '215431.974000', '215431.976000', '215431.979000', '215431.982000', '215431.984000', '215431.987000', '215451.852000', '215451.855000', '215451.858000', '215451.860000', '215451.863000', '215451.866000', '215451.868000', '215451.871000', '215451.874000', '215451.877000', '215451.879000', '215451.882000', '215451.884000', '215451.887000', '215451.890000', '215451.892000', '215451.895000', '215451.898000', '215451.900000', '215451.903000', '215451.906000', '215451.908000', '215451.911000', '215451.913000', '215451.916000', '215451.919000', '215451.921000', '215451.924000', '215451.926000', '215451.929000', '215451.932000', '215451.935000', '215451.937000', '215451.940000', '215451.942000', '215451.945000', '215451.948000', '215451.950000', '215451.953000', '215451.956000', '215451.958000', '215451.961000', '215451.964000', '215511.852000', '215511.854000', '215511.857000', '215511.860000', '215511.862000', '215511.865000', '215511.868000', '215511.870000', '215511.873000', '215511.876000', '215511.878000', '215511.881000', '215511.884000', '215511.886000', '215511.889000', '215511.891000', '215511.894000', '215511.897000', '215511.899000', '215511.902000', '215511.905000', '215511.907000', '215511.910000', '215511.913000', '215511.915000', '215511.918000', '215511.921000', '215511.923000', '215511.926000', '215511.928000', '215511.931000', '215511.934000', '215511.936000', '215511.939000', '215511.942000', '215511.944000', '215511.947000', '215511.949000', '215511.952000', '215511.955000', '215511.957000', '215511.960000', '215511.963000', '215511.965000', '215531.852000', '215531.864000', '215531.866000', '215531.869000', '215531.872000', '215531.874000', '215531.877000', '215531.880000', '215531.882000', '215531.885000', '215531.888000', '215531.890000', '215531.893000', '215531.896000', '215531.898000', '215531.901000', '215531.904000', '215531.906000', '215531.909000', '215531.911000', '215531.914000', '215531.917000', '215531.919000', '215531.922000', '215531.925000', '215531.927000', '215531.930000', '215531.933000', '215531.935000', '215531.938000', '215531.941000', '215531.943000', '215531.946000', '215531.948000', '215531.951000', '215531.955000', '215531.958000', '215531.960000', '215531.963000', '215531.966000', '215531.968000', '215531.971000', '215531.974000', '215551.852000', '215551.855000', '215551.857000', '215551.860000', '215551.863000', '215551.865000', '215551.868000', '215551.871000', '215551.873000', '215551.876000', '215551.879000', '215551.881000', '215551.884000', '215551.887000', '215551.889000', '215551.892000', '215551.894000', '215551.897000', '215551.900000', '215551.902000', '215551.905000', '215551.908000', '215551.911000', '215551.913000', '215551.916000', '215551.918000', '215551.921000', '215551.924000', '215551.926000', '215551.929000', '215551.932000', '215551.934000', '215551.937000', '215551.940000', '215551.942000', '215551.945000', '215551.947000', '215551.950000', '215551.953000', '215551.955000', '215551.958000', '215551.961000', '215551.963000', '215551.966000', '215611.850000', '215611.896000', '215611.898000', '215611.901000', '215611.904000', '215611.907000', '215611.909000', '215611.912000', '215611.915000', '215611.917000', '215611.920000', '215611.923000', '215611.926000', '215611.928000', '215611.931000', '215611.934000', '215611.936000', '215611.939000', '215611.942000', '215611.944000', '215611.947000', '215611.950000', '215611.952000', '215611.955000', '215611.958000', '215611.960000', '215611.963000', '215611.966000', '215611.969000', '215611.971000', '215611.974000', '215611.977000', '215611.979000', '215611.982000', '215611.984000', '215611.987000', '215611.990000', '215611.992000', '215611.995000', '215611.998000', '215612.000000', '215612.003000', '215612.005000', '215631.851000', '215631.853000', '215631.856000', '215631.859000', '215631.862000', '215631.864000', '215631.867000', '215631.870000', '215631.872000', '215631.875000', '215631.877000', '215631.880000', '215631.883000', '215631.885000', '215631.888000', '215631.891000', '215631.893000', '215631.896000', '215631.899000', '215631.901000', '215631.904000', '215631.907000', '215631.909000', '215631.912000', '215631.915000', '215631.917000', '215631.920000', '215631.922000', '215631.925000', '215631.928000', '215631.930000', '215631.933000', '215631.936000', '215631.938000', '215631.941000', '215631.944000', '215631.946000', '215631.949000', '215631.952000', '215631.954000', '215631.957000', '215631.959000', '215631.962000', '215631.965000', '215651.851000', '215651.854000', '215651.857000', '215651.860000', '215651.886000', '215651.889000', '215651.891000', '215651.894000', '215651.897000', '215651.899000', '215651.902000', '215651.905000', '215651.907000', '215651.910000', '215651.913000', '215651.915000', '215651.918000', '215651.921000', '215651.927000', '215651.930000', '215651.932000', '215651.935000', '215651.938000', '215651.940000', '215651.943000', '215651.946000', '215651.948000', '215651.951000', '215651.954000', '215651.956000', '215651.959000', '215651.961000', '215651.964000', '215651.967000', '215651.970000', '215651.973000', '215651.975000', '215651.978000', '215651.981000', '215651.983000', '215651.986000', '215651.988000', '215651.991000', '215711.851000', '215711.875000', '215711.878000', '215711.881000', '215711.883000', '215711.886000', '215711.888000', '215711.891000', '215711.894000', '215711.896000', '215711.899000', '215711.902000', '215711.905000', '215711.907000', '215711.910000', '215711.913000', '215711.915000', '215711.918000', '215711.920000', '215711.923000', '215711.926000', '215711.928000', '215711.931000', '215711.934000', '215711.937000', '215711.939000', '215711.942000', '215711.945000', '215711.947000', '215711.950000', '215711.953000', '215711.955000', '215711.958000', '215711.961000', '215711.963000', '215711.966000', '215711.969000', '215711.971000', '215711.974000', '215711.977000', '215711.979000', '215711.982000', '215711.984000', '215711.987000', '215731.852000', '215731.854000', '215731.857000', '215731.860000', '215731.862000', '215731.865000', '215731.868000', '215731.870000', '215731.873000', '215731.875000', '215731.878000', '215731.881000', '215731.883000', '215731.886000', '215731.888000', '215731.891000', '215731.894000', '215731.896000', '215731.899000', '215731.902000', '215731.904000', '215731.907000', '215731.910000', '215731.912000', '215731.915000', '215731.918000', '215731.920000', '215731.923000', '215731.925000', '215731.928000', '215731.931000', '215731.933000', '215731.936000', '215731.939000', '215731.941000', '215731.944000', '215731.947000', '215731.949000', '215731.952000', '215731.954000', '215731.957000', '215731.960000', '215731.962000', '215751.852000', '215751.885000', '215751.888000', '215751.890000', '215751.893000', '215751.895000', '215751.898000', '215751.901000', '215751.903000', '215751.906000', '215751.909000', '215751.912000', '215751.914000', '215751.917000', '215751.920000', '215751.922000', '215751.925000', '215751.928000', '215751.930000', '215751.933000', '215751.935000', '215751.938000', '215751.941000', '215751.943000', '215751.946000', '215751.949000', '215751.951000', '215751.954000', '215751.957000', '215751.959000', '215751.962000', '215751.965000', '215751.967000', '215751.970000', '215751.973000', '215751.975000', '215751.978000', '215751.981000', '215751.983000', '215751.986000', '215751.989000', '215751.991000', '215751.994000', '215751.997000', '215811.852000', '215811.862000', '215811.865000', '215811.867000', '215811.870000', '215811.873000', '215811.875000', '215811.878000', '215811.881000', '215811.883000', '215811.886000', '215811.888000', '215811.891000', '215811.894000', '215811.896000', '215811.899000', '215811.902000', '215811.904000', '215811.907000', '215811.910000', '215811.912000', '215811.915000', '215811.918000', '215811.920000', '215811.923000', '215811.925000', '215811.928000', '215811.931000', '215811.933000', '215811.936000', '215811.939000', '215811.941000', '215811.944000', '215811.947000', '215811.949000', '215811.952000', '215811.955000', '215811.957000', '215811.960000', '215811.962000', '215811.965000', '215811.968000', '215811.970000', '215831.851000', '215831.915000', '215831.918000', '215831.920000', '215831.923000', '215831.926000', '215831.928000', '215831.931000', '215831.933000', '215831.936000', '215831.939000', '215831.941000', '215831.944000', '215831.947000', '215831.949000', '215831.952000', '215831.955000', '215831.957000', '215831.960000', '215831.962000', '215831.965000', '215831.968000', '215831.970000', '215831.973000', '215831.976000', '215831.978000', '215831.981000', '215831.984000', '215831.986000', '215831.989000', '215831.992000', '215831.994000', '215831.997000', '215832.001000', '215832.003000', '215832.006000', '215832.009000', '215832.012000', '215832.014000', '215832.017000', '215832.019000', '215832.022000', '215832.025000', '215832.027000', '215851.851000', '215851.887000', '215851.890000', '215851.892000', '215851.895000', '215851.898000', '215851.900000', '215851.903000', '215851.905000', '215851.908000', '215851.911000', '215851.913000', '215851.916000', '215851.919000', '215851.921000', '215851.924000', '215851.927000', '215851.929000', '215851.932000', '215851.935000', '215851.937000', '215851.940000', '215851.943000', '215851.945000', '215851.948000', '215851.951000', '215851.953000', '215851.956000', '215851.959000', '215851.961000', '215851.964000', '215851.967000', '215851.969000', '215851.972000', '215851.974000', '215851.977000', '215851.980000', '215851.982000', '215851.985000', '215851.988000', '215851.991000', '215851.993000', '215851.996000', '215911.852000', '215911.879000', '215911.881000', '215911.884000', '215911.887000', '215911.890000', '215911.892000', '215911.895000', '215911.898000', '215911.900000', '215911.903000', '215911.905000', '215911.908000', '215911.911000', '215911.913000', '215911.916000', '215911.919000', '215911.921000', '215911.924000', '215911.927000', '215911.929000', '215911.932000', '215911.934000', '215911.937000', '215911.940000', '215911.942000', '215911.945000', '215911.948000', '215911.950000', '215911.953000', '215911.956000', '215911.958000', '215911.961000', '215911.964000', '215911.966000', '215911.969000', '215911.971000', '215911.974000', '215911.977000', '215911.979000', '215911.982000', '215911.985000', '215911.987000', '215924.200000', '215924.203000', '215924.206000', '215924.209000', '215924.212000', '215924.215000', '215924.218000', '215924.221000', '215924.223000', '215924.226000', '215924.229000', '215924.232000', '215924.235000', '215924.256000', '215924.259000', '215924.262000', '215924.265000', '215924.268000', '215924.270000', '215924.273000', '215924.276000', '215924.280000', '215924.283000', '215924.285000', '215924.288000', '215924.291000', '215924.295000', '215924.299000'], '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': [7438, 9362, 6836, 8592, 11740, 7635, 8468, 5819, 7690, 8985, 7195, 6850, 9037, 5988, 7369, 9559, 6660, 7641, 6075, 7099, 6475, 6793, 9856, 7437, 9009, 7347, 8830, 6047, 7936, 11245, 8259, 10532, 7430, 8317, 6238, 8195, 11890, 10249, 9336, 12063, 6845, 5922, 7370, 7887, 7108, 10722, 12065, 9387, 9582, 6952, 8090, 7093, 7924, 6215, 7264, 10936, 10709, 8702, 9857, 7261, 8882, 12184, 7289, 9113, 6052, 7100, 9323, 7258, 8632, 7215, 7975, 6440, 7932, 6090, 7857, 11374, 9452, 10105, 7358, 9191, 6887, 9239, 11964, 8985, 8289, 11932, 6944, 9155, 7052, 8480, 11600, 6912, 9067, 10491, 7116, 8703, 6548, 7617, 6207, 6739, 9717, 5923, 8217, 6061, 6928, 6112, 6837, 10814, 11761, 8183, 9825, 6460, 7529, 6110, 7054, 6198, 7964, 10726, 7586, 8065, 10284, 7059, 8903, 6648, 8425, 11694, 7055, 9156, 6065, 7487, 6302, 8184, 6149, 8536, 11038, 9324, 8462, 9809, 6859, 8848, 11589, 7435, 9476, 11052, 7816, 9151, 6538, 8462, 11134, 6481, 8746, 10337, 7388, 8610, 6496, 8350, 6200, 8645, 10838, 7764, 7858, 6884, 6814, 9458, 6437, 8889, 11583, 7724, 9157, 6363, 7136, 9969, 10766, 8085, 10285, 6681, 7814, 6136, 6852, 5947, 7154, 11035, 12045, 8754, 9555, 6208, 7683, 10117, 7128, 9430, 7823, 6924, 9736, 6712, 8492, 6556, 8775, 10898, 7794, 7973, 9524, 6639, 8885, 10861, 6797, 9005, 10644, 7343, 8105, 6662, 8022, 6504, 8362, 10735, 8320, 8513, 9652, 6476, 8361, 10649, 6730, 8453, 10535, 7223, 8762, 6021, 6500, 9293, 8312, 7625, 9599, 7772, 7193, 9357, 6473, 8324, 10428, 6645, 8659, 9972, 6987, 8681, 6308, 6965, 9699, 6331, 7437, 9754, 6497, 7434, 10302, 6796, 9420, 11064, 8344, 10062, 6363, 8245, 6216, 6931, 10121, 7531, 7951, 9782, 6908, 8957, 11955, 6989, 9042, 10925, 8130, 9075, 6232, 7790, 10025, 7419, 9184, 11357, 8192, 9238, 6058, 6998, 9399, 6989, 9383, 10783, 8320, 10540, 7135, 9160, 11769, 7666, 10056, 11663, 8315, 9683, 6404, 8513, 11737, 6973, 8290, 10059, 7024, 9144, 6179, 7165, 10093, 10245, 7568, 9594, 8010, 7298, 9461, 6293, 8707, 11621, 7200, 9310, 10905, 7893, 8967, 6521, 8563, 11646, 6761, 8164, 9980, 6784, 8273, 6041, 6615, 9332, 9323, 7359, 9674, 6481, 7077, 7066, 6445, 9156, 6723, 9098, 11118, 7831, 9516, 7416, 7999, 6805, 8442, 6557, 8737, 7105, 10997, 12432, 8929, 9297, 11493, 6859, 7681, 10723, 7081, 8148, 7193, 6989, 6112, 6233, 5849, 6155, 6706, 6422, 7955, 6885, 7698, 8473, 8154, 10818, 10176, 12621, 12483, 11654, 9001, 8865, 10220, 7893, 7948, 9924, 8778, 8578, 7680, 7578, 7729, 8322, 7197, 9134, 8031, 9410, 7248, 9408, 11995, 8059, 8460, 7048, 7304, 6020, 6734, 6076, 7536, 10766, 7682, 7898, 5775, 7025, 8651, 7248, 8920, 11316, 7833, 8788, 11578, 7356, 10174, 6165, 7144, 10392, 6827, 7056, 9550, 6889, 7117, 8767, 6829, 7925, 5893, 6662, 9156, 6288, 8441, 6058, 7251, 6390, 7073, 10353, 11818, 8248, 8797, 11652, 7036, 9905, 5892, 7080, 9121, 6129, 7846, 9751, 6932, 8886, 6626, 8339, 5892, 7608, 11353, 7338, 9757, 6129, 7340, 10753, 7549, 9393, 12616, 8649, 9369, 6186, 7725, 6039, 7062, 10490, 12375, 7643, 9228, 10053, 7252, 9416, 6122, 7139, 9586, 6371, 7223, 8888, 6259, 7197, 8677, 6380, 8298, 11494, 7050, 8744, 11654, 7507, 9174, 6083, 7545, 6726, 7037, 10146, 12514, 8473, 9431, 6319, 7153, 10418, 6878, 7328, 10764, 7319, 7987, 6025, 6623, 9836, 12346, 7808, 9238, 12177, 7515, 9175, 5978, 7468, 11128, 6437, 7442, 9381, 6541, 7561, 6071, 6833, 9390, 6509, 8525, 11588, 7283, 7814, 10085, 7461, 9528, 6022, 7362, 11093, 9247, 7669, 9724, 8655, 7350, 9827, 6395, 8110, 11285, 6662, 8393, 10738, 6897, 8432, 5881, 7001, 9289, 6990, 9365, 7933, 7403, 9521, 6978, 8986, 5948, 7293, 11006, 13330, 8364, 10416, 11907, 7985, 10935, 6800, 8877, 5778, 7083, 9017, 6307, 7249, 6076, 6272, 9170, 6143, 8621, 11032, 7658, 9413, 6099, 7464, 11016, 7947, 7366, 9327, 7765, 8081, 5848, 7930, 6059, 8600, 11114, 8241, 8473, 10952, 6759, 8610, 5944, 7957, 11250, 8248, 9519, 6806, 8728, 12476, 8303, 7969, 10298, 6907, 8793, 6585, 7991, 6641, 8604, 11484, 7596, 9554, 6095, 7109, 6668, 7965, 6501, 9168, 11692, 12786, 9273, 9736, 7986, 7200, 8757, 6187, 6772, 8957, 6440, 7320, 8696, 6834, 8313, 6425, 7168, 10361, 6519, 7262, 8922, 6831, 9048, 6712, 8416, 11850, 7841, 9347, 11712, 7479, 7298, 6778, 9531, 7079, 9582, 12132, 8645, 9532, 8573, 7111, 8986, 6200, 8544, 11471, 7368, 9543, 6902, 9091, 6658, 9327, 6312, 7879, 11918, 8555, 7781, 11676, 7184, 9592, 6467, 8596, 11856, 7205, 9300, 11490, 7687, 9010, 6434, 8301, 12147, 6451, 8070, 9572, 7327, 8650, 6591, 8262, 12197, 6713, 8054, 9956, 7599, 8676, 6075, 8196, 11317, 6829, 7821, 10215, 6869, 8660, 5955, 6670, 9237, 6884, 9055, 11008, 7916, 10751, 6798, 9011, 12086, 7281, 9242, 11782, 7820, 8865, 6476, 8213, 6509, 8678, 11483, 7809, 8971, 6439, 8623, 6334, 8898, 11705, 8797, 8104, 10225, 7347, 7400, 6140, 6401, 9186, 11966, 8146, 9741, 12116, 7739, 9206, 6109, 8018, 11279, 6668, 7746, 9757, 6610, 8278, 6092, 6440, 8873, 6293, 6844, 9067, 6388, 8197, 6012, 7530, 6062, 8372, 11281, 8585, 7988, 10285, 8704, 7260, 9289, 6155, 7590, 9468, 6642, 6718, 9212, 5879, 6856, 9272, 6357, 8655, 11868, 6596, 7605, 9827, 6670, 8070, 7627, 6215, 8874, 6128, 8438, 11237, 7612, 9588, 7151, 8410, 7726, 6963, 10022, 12730, 8773, 9618, 12038, 8286, 9077, 9191, 6563, 9141, 6150, 7427, 9416, 7741, 9106, 6014, 7530, 10157, 7289, 9180, 11536, 7937, 10340, 6943, 8865, 6102, 9123, 11880, 8223, 9543, 6125, 7426, 10116, 7509, 9712, 12004, 9023, 10839, 6746, 9244, 6563, 9087, 12505, 9437, 8595, 10224, 7108, 8567, 6029, 7227, 10241, 6612, 7754, 10801, 6789, 9027, 5886, 6997, 9732, 6734, 7362, 9460, 6417, 7713, 5870, 6489, 9100, 11010, 7323, 9636, 6021, 7382, 9424, 6434, 8948, 6455, 7311, 10407, 6712, 8692, 5950, 6857, 10867, 10459, 7746, 9553, 12471, 7874, 9636, 5914, 7080, 9268, 6967, 8883, 12062, 7237, 9239, 11576, 7781, 9753, 5928, 6523, 9537, 6049, 7886, 9584, 7513, 9914, 6796, 9310, 12032, 7521, 8072, 9725, 6882, 8745, 5874, 6828, 9566, 6359, 7109, 9323, 6047, 6945, 9788, 6568, 8727, 5993, 7462, 10599, 6811, 9707, 6150, 8006, 5970, 7624, 11693, 7799, 10532, 12435, 9126, 9891, 6318, 7392, 10284, 7388, 7315, 9723, 9760, 7183, 9812, 6534, 7847, 7937, 6640, 9078, 6838, 7483, 6158, 6935, 5830, 7756, 11191, 8958, 8032, 5843, 7073, 5952, 7612, 11212, 12493, 9423, 8196, 11968, 8105, 9564, 7546, 6521, 9139, 12384, 7624, 9609, 5872, 6712, 9283, 6661, 8321, 11342, 7419, 8857, 7065, 7173, 9422, 6769, 8968, 11926, 7670, 9879, 12197, 8173, 9197, 6278, 8260, 11944, 7391, 9205, 5815, 7827, 5970, 7173, 10831, 12668, 7715, 9389, 11046, 7380, 10030, 6723, 9122, 12228, 7445, 9525, 11876, 7303, 9509, 6624, 8796, 5914, 8687, 11328, 7876, 7941, 10627, 6833, 6664, 9363, 5907, 7042, 9150, 6591, 7618, 6152, 6593, 9254, 6439, 7031, 9921, 7406, 9212, 6524, 8626, 6288, 9242, 12240, 12140, 9470, 9686, 7811, 6946, 8971, 12165, 7493, 9276, 6170, 6828, 5929, 6372, 5847, 7119, 10617, 11387, 8949, 9766, 6820, 8574, 12412, 7579, 8104, 10849, 7397, 8596, 6387, 7619, 6581, 8606, 11160, 8094, 8000, 9996, 7305, 8377, 6470, 8669, 6851, 9438, 7943, 11107, 12750, 9114, 9010, 12713, 7139, 8445, 11622, 7352, 8251, 6232, 8166, 6356, 8001, 11867, 6849, 8071, 9296, 7292, 8617, 6427, 8474, 6295, 8469, 11287, 7851, 9125, 11507, 6957, 8944, 6527, 7872, 10287, 8125, 9544, 6245, 8940, 11777, 8291, 8888, 11376, 6869, 9009, 6051, 7920, 6219, 8379, 11163, 8153, 8620, 7868, 6830, 6130, 7257, 10129, 11883, 8487, 9421, 12137, 7647, 9983, 6698, 8277, 7240, 9550, 11963, 8846, 9306, 6399, 8341, 6618, 8598, 11119, 7981, 7300, 9306, 7539, 7629, 6043, 7273, 7081, 6317, 6255, 7253, 11045, 9017, 11458, 12552, 9977, 8953, 7122, 7210, 8755, 7590, 6922, 8580, 6448, 8183, 6453, 8107, 11340, 6378, 7962, 9276, 6850, 8958, 6510, 8488, 11495, 8750, 8190, 6587, 6665, 7386, 6724, 9763, 12700, 9424, 10087, 11355, 6786, 8868, 6661, 8666, 11825, 7575, 9252, 11463, 7428, 9580, 6448, 8374, 11703, 6536, 8434, 10146, 7324, 8728, 5961, 7806, 11007, 7130, 8210, 5790, 6617, 8606, 10612, 6978, 9874, 6836, 6772, 6068, 6443, 9015, 6244, 9073, 11188, 7249, 9130, 6096, 8912, 11565, 7286, 8951, 11431, 7393, 9097, 6246, 8566, 11458, 6809, 9394, 7037, 6629, 8296, 6226, 8785, 11336, 7496, 8803, 11122, 7115, 9102, 6362, 8491, 12103, 6468, 7929, 10064, 7122, 8452, 6167, 6779, 6317, 7062, 10973, 11894, 8666, 9813, 7096, 6883, 8408, 6607, 8992, 11294, 8183, 8409, 6250, 7722, 6158, 8374, 10645, 9341], 'WindowCenter': [3916.0, 3921.0, 3888.0, 3908.0, 3927.0, 3885.0, 3882.0, 3837.0, 3882.0, 3891.0, 3845.0, 3859.0, 3892.0, 3848.0, 3871.0, 3888.0, 3859.0, 3869.0, 3850.0, 3872.0, 3861.0, 3886.0, 3916.0, 3886.0, 3905.0, 3885.0, 3918.0, 3866.0, 3896.0, 3925.0, 3894.0, 3915.0, 3870.0, 3880.0, 3848.0, 3893.0, 3914.0, 3901.0, 3890.0, 3909.0, 3858.0, 3846.0, 3870.0, 3878.0, 3872.0, 3914.0, 3911.0, 3891.0, 3889.0, 3857.0, 3867.0, 3858.0, 3879.0, 3836.0, 3870.0, 3913.0, 3900.0, 3879.0, 3887.0, 3858.0, 3879.0, 3896.0, 3856.0, 3876.0, 3835.0, 3858.0, 3887.0, 3868.0, 3878.0, 3871.0, 3879.0, 3860.0, 3881.0, 3850.0, 3894.0, 3925.0, 3905.0, 3903.0, 3872.0, 3892.0, 3872.0, 3903.0, 3913.0, 3892.0, 3881.0, 3910.0, 3858.0, 3887.0, 3869.0, 3890.0, 3898.0, 3860.0, 3891.0, 3898.0, 3857.0, 3876.0, 3847.0, 3869.0, 3848.0, 3860.0, 3903.0, 3851.0, 3881.0, 3849.0, 3870.0, 3848.0, 3861.0, 3915.0, 3911.0, 3881.0, 3902.0, 3847.0, 3868.0, 3849.0, 3870.0, 3849.0, 3894.0, 3915.0, 3883.0, 3883.0, 3901.0, 3859.0, 3878.0, 3858.0, 3880.0, 3910.0, 3860.0, 3891.0, 3848.0, 3870.0, 3850.0, 3891.0, 3851.0, 3904.0, 3928.0, 3891.0, 3883.0, 3888.0, 3858.0, 3890.0, 3898.0, 3869.0, 3890.0, 3897.0, 3867.0, 3875.0, 3847.0, 3879.0, 3898.0, 3847.0, 3891.0, 3888.0, 3869.0, 3877.0, 3848.0, 3879.0, 3849.0, 3894.0, 3914.0, 3870.0, 3882.0, 3857.0, 3859.0, 3889.0, 3848.0, 3891.0, 3911.0, 3868.0, 3889.0, 3846.0, 3858.0, 3891.0, 3887.0, 3868.0, 3887.0, 3845.0, 3856.0, 3834.0, 3857.0, 3836.0, 3859.0, 3913.0, 3911.0, 3879.0, 3888.0, 3835.0, 3867.0, 3885.0, 3855.0, 3888.0, 3867.0, 3857.0, 3887.0, 3859.0, 3878.0, 3861.0, 3892.0, 3914.0, 3869.0, 3880.0, 3887.0, 3848.0, 3879.0, 3887.0, 3845.0, 3879.0, 3887.0, 3857.0, 3867.0, 3858.0, 3878.0, 3862.0, 3893.0, 3913.0, 3881.0, 3892.0, 3889.0, 3849.0, 3879.0, 3888.0, 3857.0, 3880.0, 3898.0, 3858.0, 3878.0, 3836.0, 3859.0, 3890.0, 3878.0, 3869.0, 3890.0, 3866.0, 3857.0, 3875.0, 3846.0, 3879.0, 3899.0, 3859.0, 3879.0, 3888.0, 3858.0, 3879.0, 3847.0, 3870.0, 3901.0, 3859.0, 3870.0, 3890.0, 3847.0, 3869.0, 3887.0, 3858.0, 3891.0, 3910.0, 3880.0, 3889.0, 3848.0, 3879.0, 3847.0, 3870.0, 3903.0, 3869.0, 3882.0, 3889.0, 3869.0, 3891.0, 3910.0, 3858.0, 3891.0, 3899.0, 3868.0, 3878.0, 3849.0, 3870.0, 3888.0, 3870.0, 3902.0, 3901.0, 3880.0, 3890.0, 3837.0, 3871.0, 3889.0, 3871.0, 3904.0, 3901.0, 3881.0, 3900.0, 3860.0, 3891.0, 3899.0, 3869.0, 3901.0, 3898.0, 3879.0, 3888.0, 3849.0, 3891.0, 3911.0, 3859.0, 3880.0, 3888.0, 3858.0, 3878.0, 3836.0, 3859.0, 3901.0, 3888.0, 3869.0, 3889.0, 3866.0, 3857.0, 3876.0, 3847.0, 3879.0, 3897.0, 3869.0, 3890.0, 3897.0, 3868.0, 3876.0, 3848.0, 3891.0, 3899.0, 3848.0, 3880.0, 3888.0, 3847.0, 3878.0, 3847.0, 3861.0, 3891.0, 3888.0, 3871.0, 3902.0, 3847.0, 3872.0, 3858.0, 3860.0, 3890.0, 3872.0, 3906.0, 3914.0, 3883.0, 3901.0, 3882.0, 3893.0, 3873.0, 3895.0, 3863.0, 3906.0, 3887.0, 3942.0, 3928.0, 3893.0, 3891.0, 3887.0, 3845.0, 3855.0, 3885.0, 3857.0, 3881.0, 3858.0, 3846.0, 3833.0, 3833.0, 3837.0, 3860.0, 3883.0, 3873.0, 3895.0, 3898.0, 3909.0, 3923.0, 3912.0, 3930.0, 3931.0, 3943.0, 3920.0, 3890.0, 3867.0, 3867.0, 3874.0, 3855.0, 3854.0, 3872.0, 3852.0, 3864.0, 3854.0, 3852.0, 3855.0, 3864.0, 3857.0, 3877.0, 3869.0, 3877.0, 3858.0, 3890.0, 3897.0, 3868.0, 3869.0, 3844.0, 3856.0, 3835.0, 3846.0, 3837.0, 3881.0, 3914.0, 3870.0, 3882.0, 3839.0, 3872.0, 3892.0, 3873.0, 3894.0, 3912.0, 3882.0, 3882.0, 3901.0, 3869.0, 3888.0, 3837.0, 3860.0, 3889.0, 3846.0, 3858.0, 3888.0, 3846.0, 3857.0, 3865.0, 3847.0, 3868.0, 3825.0, 3860.0, 3891.0, 3860.0, 3881.0, 3850.0, 3882.0, 3859.0, 3872.0, 3916.0, 3912.0, 3881.0, 3881.0, 3898.0, 3859.0, 3888.0, 3824.0, 3858.0, 3878.0, 3848.0, 3881.0, 3890.0, 3860.0, 3890.0, 3861.0, 3891.0, 3838.0, 3883.0, 3913.0, 3872.0, 3904.0, 3849.0, 3871.0, 3900.0, 3870.0, 3892.0, 3910.0, 3879.0, 3889.0, 3837.0, 3869.0, 3847.0, 3870.0, 3902.0, 3910.0, 3869.0, 3891.0, 3887.0, 3869.0, 3887.0, 3848.0, 3870.0, 3889.0, 3848.0, 3870.0, 3891.0, 3850.0, 3871.0, 3880.0, 3862.0, 3894.0, 3910.0, 3870.0, 3893.0, 3912.0, 3871.0, 3903.0, 3851.0, 3884.0, 3860.0, 3873.0, 3917.0, 3925.0, 3883.0, 3893.0, 3849.0, 3871.0, 3901.0, 3859.0, 3871.0, 3902.0, 3869.0, 3880.0, 3848.0, 3860.0, 3903.0, 3911.0, 3870.0, 3892.0, 3910.0, 3869.0, 3877.0, 3849.0, 3870.0, 3910.0, 3847.0, 3870.0, 3890.0, 3849.0, 3881.0, 3850.0, 3873.0, 3891.0, 3862.0, 3894.0, 3912.0, 3873.0, 3883.0, 3901.0, 3873.0, 3902.0, 3850.0, 3883.0, 3914.0, 3890.0, 3871.0, 3903.0, 3878.0, 3870.0, 3889.0, 3849.0, 3882.0, 3900.0, 3859.0, 3892.0, 3902.0, 3860.0, 3881.0, 3839.0, 3872.0, 3902.0, 3872.0, 3904.0, 3893.0, 3886.0, 3903.0, 3873.0, 3905.0, 3851.0, 3883.0, 3915.0, 3922.0, 3881.0, 3914.0, 3899.0, 3881.0, 3899.0, 3861.0, 3891.0, 3838.0, 3872.0, 3904.0, 3860.0, 3883.0, 3850.0, 3863.0, 3903.0, 3865.0, 3908.0, 3915.0, 3885.0, 3905.0, 3862.0, 3885.0, 3916.0, 3884.0, 3884.0, 3893.0, 3882.0, 3881.0, 3851.0, 3893.0, 3865.0, 3919.0, 3928.0, 3894.0, 3895.0, 3902.0, 3860.0, 3891.0, 3851.0, 3894.0, 3912.0, 3882.0, 3890.0, 3860.0, 3893.0, 3912.0, 3879.0, 3880.0, 3888.0, 3858.0, 3878.0, 3859.0, 3879.0, 3872.0, 3895.0, 3913.0, 3895.0, 3903.0, 3850.0, 3871.0, 3873.0, 3891.0, 3862.0, 3916.0, 3927.0, 3912.0, 3891.0, 3890.0, 3866.0, 3857.0, 3865.0, 3833.0, 3845.0, 3875.0, 3846.0, 3857.0, 3876.0, 3847.0, 3866.0, 3847.0, 3870.0, 3900.0, 3848.0, 3870.0, 3879.0, 3859.0, 3889.0, 3860.0, 3892.0, 3910.0, 3880.0, 3893.0, 3899.0, 3869.0, 3857.0, 3860.0, 3900.0, 3872.0, 3916.0, 3912.0, 3882.0, 3890.0, 3876.0, 3857.0, 3877.0, 3847.0, 3904.0, 3924.0, 3871.0, 3889.0, 3869.0, 3888.0, 3860.0, 3891.0, 3848.0, 3880.0, 3912.0, 3879.0, 3869.0, 3898.0, 3857.0, 3887.0, 3847.0, 3880.0, 3897.0, 3856.0, 3878.0, 3897.0, 3857.0, 3875.0, 3848.0, 3879.0, 3897.0, 3847.0, 3868.0, 3877.0, 3869.0, 3877.0, 3859.0, 3880.0, 3909.0, 3847.0, 3880.0, 3888.0, 3868.0, 3877.0, 3847.0, 3880.0, 3899.0, 3847.0, 3870.0, 3888.0, 3847.0, 3879.0, 3836.0, 3859.0, 3888.0, 3871.0, 3904.0, 3911.0, 3881.0, 3900.0, 3859.0, 3891.0, 3909.0, 3858.0, 3891.0, 3909.0, 3868.0, 3877.0, 3849.0, 3879.0, 3861.0, 3894.0, 3912.0, 3882.0, 3892.0, 3861.0, 3891.0, 3862.0, 3905.0, 3925.0, 3880.0, 3881.0, 3900.0, 3857.0, 3857.0, 3835.0, 3847.0, 3889.0, 3897.0, 3867.0, 3888.0, 3896.0, 3868.0, 3875.0, 3847.0, 3879.0, 3898.0, 3846.0, 3868.0, 3887.0, 3846.0, 3867.0, 3835.0, 3848.0, 3879.0, 3846.0, 3859.0, 3890.0, 3848.0, 3879.0, 3850.0, 3880.0, 3863.0, 3895.0, 3914.0, 3880.0, 3881.0, 3903.0, 3878.0, 3858.0, 3877.0, 3836.0, 3868.0, 3888.0, 3844.0, 3846.0, 3888.0, 3835.0, 3859.0, 3887.0, 3859.0, 3890.0, 3909.0, 3846.0, 3869.0, 3888.0, 3846.0, 3869.0, 3866.0, 3848.0, 3888.0, 3849.0, 3892.0, 3912.0, 3885.0, 3904.0, 3871.0, 3882.0, 3869.0, 3871.0, 3902.0, 3910.0, 3881.0, 3890.0, 3898.0, 3879.0, 3878.0, 3875.0, 3846.0, 3876.0, 3847.0, 3881.0, 3890.0, 3881.0, 3891.0, 3850.0, 3882.0, 3900.0, 3882.0, 3905.0, 3912.0, 3883.0, 3901.0, 3872.0, 3891.0, 3862.0, 3906.0, 3924.0, 3882.0, 3892.0, 3849.0, 3871.0, 3900.0, 3871.0, 3904.0, 3912.0, 3892.0, 3900.0, 3860.0, 3890.0, 3872.0, 3904.0, 3925.0, 3891.0, 3880.0, 3888.0, 3858.0, 3878.0, 3836.0, 3870.0, 3900.0, 3859.0, 3870.0, 3899.0, 3847.0, 3878.0, 3838.0, 3870.0, 3890.0, 3857.0, 3870.0, 3890.0, 3848.0, 3869.0, 3838.0, 3860.0, 3893.0, 3899.0, 3871.0, 3902.0, 3848.0, 3871.0, 3889.0, 3860.0, 3891.0, 3859.0, 3883.0, 3913.0, 3860.0, 3892.0, 3849.0, 3861.0, 3913.0, 3899.0, 3869.0, 3902.0, 3910.0, 3869.0, 3889.0, 3836.0, 3869.0, 3889.0, 3870.0, 3892.0, 3911.0, 3883.0, 3904.0, 3911.0, 3870.0, 3891.0, 3836.0, 3848.0, 3889.0, 3849.0, 3882.0, 3890.0, 3883.0, 3902.0, 3873.0, 3905.0, 3913.0, 3869.0, 3881.0, 3890.0, 3859.0, 3892.0, 3839.0, 3872.0, 3902.0, 3848.0, 3872.0, 3903.0, 3849.0, 3871.0, 3900.0, 3871.0, 3892.0, 3850.0, 3884.0, 3915.0, 3874.0, 3904.0, 3852.0, 3883.0, 3852.0, 3885.0, 3925.0, 3885.0, 3918.0, 3925.0, 3894.0, 3891.0, 3849.0, 3872.0, 3901.0, 3857.0, 3871.0, 3891.0, 3887.0, 3858.0, 3887.0, 3848.0, 3880.0, 3867.0, 3861.0, 3905.0, 3861.0, 3884.0, 3863.0, 3885.0, 3864.0, 3898.0, 3941.0, 3906.0, 3884.0, 3852.0, 3873.0, 3862.0, 3885.0, 3927.0, 3914.0, 3892.0, 3881.0, 3899.0, 3869.0, 3889.0, 3856.0, 3846.0, 3889.0, 3908.0, 3868.0, 3888.0, 3836.0, 3847.0, 3887.0, 3858.0, 3880.0, 3899.0, 3871.0, 3892.0, 3857.0, 3860.0, 3889.0, 3861.0, 3891.0, 3910.0, 3870.0, 3902.0, 3909.0, 3880.0, 3888.0, 3849.0, 3881.0, 3910.0, 3871.0, 3902.0, 3838.0, 3882.0, 3850.0, 3872.0, 3914.0, 3911.0, 3871.0, 3893.0, 3899.0, 3871.0, 3889.0, 3861.0, 3903.0, 3910.0, 3870.0, 3903.0, 3910.0, 3871.0, 3889.0, 3862.0, 3891.0, 3851.0, 3905.0, 3915.0, 3881.0, 3883.0, 3901.0, 3847.0, 3847.0, 3889.0, 3837.0, 3860.0, 3890.0, 3858.0, 3869.0, 3837.0, 3860.0, 3892.0, 3848.0, 3860.0, 3901.0, 3871.0, 3891.0, 3862.0, 3892.0, 3862.0, 3906.0, 3927.0, 3911.0, 3891.0, 3890.0, 3855.0, 3857.0, 3878.0, 3896.0, 3869.0, 3891.0, 3836.0, 3846.0, 3837.0, 3860.0, 3838.0, 3872.0, 3916.0, 3913.0, 3892.0, 3889.0, 3861.0, 3892.0, 3912.0, 3869.0, 3869.0, 3887.0, 3856.0, 3876.0, 3847.0, 3868.0, 3872.0, 3904.0, 3914.0, 3881.0, 3883.0, 3901.0, 3870.0, 3878.0, 3860.0, 3891.0, 3873.0, 3902.0, 3896.0, 3928.0, 3925.0, 3880.0, 3879.0, 3896.0, 3845.0, 3866.0, 3897.0, 3856.0, 3865.0, 3836.0, 3877.0, 3849.0, 3881.0, 3910.0, 3858.0, 3880.0, 3877.0, 3869.0, 3878.0, 3861.0, 3879.0, 3862.0, 3894.0, 3914.0, 3881.0, 3893.0, 3899.0, 3859.0, 3878.0, 3847.0, 3870.0, 3888.0, 3880.0, 3889.0, 3848.0, 3891.0, 3911.0, 3880.0, 3890.0, 3898.0, 3846.0, 3875.0, 3837.0, 3867.0, 3849.0, 3893.0, 3913.0, 3882.0, 3881.0, 3869.0, 3859.0, 3848.0, 3871.0, 3903.0, 3900.0, 3878.0, 3890.0, 3898.0, 3868.0, 3886.0, 3858.0, 3878.0, 3870.0, 3902.0, 3911.0, 3880.0, 3879.0, 3850.0, 3878.0, 3860.0, 3892.0, 3913.0, 3880.0, 3869.0, 3879.0, 3857.0, 3867.0, 3836.0, 3857.0, 3857.0, 3849.0, 3859.0, 3871.0, 3913.0, 3894.0, 3926.0, 3912.0, 3889.0, 3866.0, 3843.0, 3855.0, 3865.0, 3854.0, 3858.0, 3865.0, 3847.0, 3877.0, 3859.0, 3881.0, 3899.0, 3848.0, 3880.0, 3889.0, 3860.0, 3890.0, 3860.0, 3892.0, 3911.0, 3880.0, 3879.0, 3858.0, 3859.0, 3869.0, 3860.0, 3902.0, 3909.0, 3879.0, 3889.0, 3897.0, 3846.0, 3877.0, 3858.0, 3880.0, 3897.0, 3868.0, 3889.0, 3897.0, 3857.0, 3875.0, 3848.0, 3879.0, 3898.0, 3847.0, 3878.0, 3887.0, 3857.0, 3865.0, 3837.0, 3869.0, 3900.0, 3857.0, 3879.0, 3825.0, 3859.0, 3879.0, 3887.0, 3856.0, 3890.0, 3846.0, 3847.0, 3835.0, 3848.0, 3889.0, 3848.0, 3892.0, 3911.0, 3871.0, 3891.0, 3850.0, 3893.0, 3912.0, 3871.0, 3891.0, 3900.0, 3859.0, 3879.0, 3849.0, 3880.0, 3899.0, 3859.0, 3890.0, 3857.0, 3859.0, 3879.0, 3850.0, 3892.0, 3901.0, 3870.0, 3893.0, 3912.0, 3861.0, 3890.0, 3861.0, 3893.0, 3911.0, 3848.0, 3880.0, 3890.0, 3860.0, 3880.0, 3850.0, 3861.0, 3860.0, 3872.0, 3914.0, 3912.0, 3880.0, 3890.0, 3846.0, 3859.0, 3866.0, 3859.0, 3892.0, 3900.0, 3881.0, 3867.0, 3847.0, 3867.0, 3849.0, 3882.0, 3903.0, 3878.0], 'WindowWidth': [8784.0, 8776.0, 8729.0, 8753.0, 8777.0, 8716.0, 8704.0, 8638.0, 8704.0, 8713.0, 8643.0, 8670.0, 8719.0, 8652.0, 8687.0, 8707.0, 8670.0, 8682.0, 8661.0, 8692.0, 8678.0, 8718.0, 8759.0, 8719.0, 8739.0, 8715.0, 8763.0, 8692.0, 8730.0, 8768.0, 8723.0, 8752.0, 8686.0, 8699.0, 8654.0, 8719.0, 8751.0, 8728.0, 8710.0, 8733.0, 8664.0, 8648.0, 8686.0, 8694.0, 8691.0, 8751.0, 8741.0, 8714.0, 8706.0, 8661.0, 8674.0, 8665.0, 8693.0, 8635.0, 8683.0, 8746.0, 8723.0, 8693.0, 8701.0, 8664.0, 8693.0, 8711.0, 8657.0, 8685.0, 8631.0, 8667.0, 8702.0, 8680.0, 8691.0, 8688.0, 8697.0, 8672.0, 8702.0, 8660.0, 8724.0, 8767.0, 8739.0, 8733.0, 8693.0, 8716.0, 8690.0, 8734.0, 8749.0, 8716.0, 8698.0, 8734.0, 8665.0, 8701.0, 8683.0, 8711.0, 8718.0, 8669.0, 8714.0, 8717.0, 8663.0, 8685.0, 8651.0, 8682.0, 8652.0, 8673.0, 8735.0, 8663.0, 8699.0, 8655.0, 8686.0, 8653.0, 8674.0, 8752.0, 8739.0, 8700.0, 8729.0, 8648.0, 8679.0, 8654.0, 8684.0, 8659.0, 8724.0, 8754.0, 8707.0, 8704.0, 8727.0, 8668.0, 8691.0, 8665.0, 8697.0, 8736.0, 8671.0, 8710.0, 8652.0, 8683.0, 8659.0, 8715.0, 8663.0, 8738.0, 8776.0, 8715.0, 8706.0, 8705.0, 8667.0, 8710.0, 8716.0, 8681.0, 8710.0, 8713.0, 8675.0, 8681.0, 8649.0, 8695.0, 8716.0, 8649.0, 8713.0, 8703.0, 8682.0, 8688.0, 8655.0, 8695.0, 8657.0, 8723.0, 8750.0, 8684.0, 8701.0, 8662.0, 8668.0, 8708.0, 8652.0, 8715.0, 8742.0, 8678.0, 8707.0, 8645.0, 8665.0, 8712.0, 8699.0, 8676.0, 8701.0, 8641.0, 8657.0, 8628.0, 8661.0, 8634.0, 8670.0, 8746.0, 8740.0, 8694.0, 8702.0, 8629.0, 8674.0, 8694.0, 8657.0, 8705.0, 8674.0, 8663.0, 8703.0, 8668.0, 8692.0, 8674.0, 8718.0, 8749.0, 8682.0, 8697.0, 8700.0, 8650.0, 8692.0, 8700.0, 8642.0, 8692.0, 8702.0, 8663.0, 8674.0, 8667.0, 8692.0, 8678.0, 8721.0, 8746.0, 8703.0, 8714.0, 8708.0, 8655.0, 8695.0, 8703.0, 8664.0, 8699.0, 8718.0, 8665.0, 8690.0, 8633.0, 8668.0, 8712.0, 8691.0, 8683.0, 8709.0, 8672.0, 8661.0, 8683.0, 8647.0, 8693.0, 8720.0, 8668.0, 8694.0, 8706.0, 8666.0, 8694.0, 8651.0, 8684.0, 8729.0, 8670.0, 8684.0, 8710.0, 8649.0, 8681.0, 8702.0, 8666.0, 8715.0, 8739.0, 8695.0, 8708.0, 8652.0, 8696.0, 8650.0, 8685.0, 8733.0, 8683.0, 8701.0, 8708.0, 8683.0, 8712.0, 8736.0, 8664.0, 8713.0, 8720.0, 8679.0, 8690.0, 8654.0, 8683.0, 8705.0, 8684.0, 8731.0, 8726.0, 8696.0, 8710.0, 8636.0, 8686.0, 8707.0, 8687.0, 8736.0, 8728.0, 8702.0, 8724.0, 8670.0, 8713.0, 8720.0, 8682.0, 8727.0, 8718.0, 8695.0, 8703.0, 8655.0, 8714.0, 8739.0, 8668.0, 8697.0, 8703.0, 8664.0, 8691.0, 8634.0, 8668.0, 8726.0, 8704.0, 8681.0, 8708.0, 8669.0, 8662.0, 8683.0, 8649.0, 8693.0, 8716.0, 8682.0, 8710.0, 8715.0, 8679.0, 8686.0, 8655.0, 8712.0, 8722.0, 8652.0, 8697.0, 8703.0, 8649.0, 8692.0, 8649.0, 8675.0, 8712.0, 8704.0, 8689.0, 8731.0, 8649.0, 8690.0, 8665.0, 8673.0, 8712.0, 8694.0, 8743.0, 8749.0, 8707.0, 8728.0, 8705.0, 8722.0, 8697.0, 8727.0, 8683.0, 8743.0, 8723.0, 8804.0, 8780.0, 8719.0, 8713.0, 8698.0, 8640.0, 8654.0, 8693.0, 8661.0, 8701.0, 8664.0, 8643.0, 8623.0, 8625.0, 8637.0, 8676.0, 8712.0, 8698.0, 8730.0, 8740.0, 8757.0, 8779.0, 8762.0, 8783.0, 8788.0, 8808.0, 8775.0, 8708.0, 8671.0, 8668.0, 8674.0, 8654.0, 8650.0, 8669.0, 8640.0, 8663.0, 8651.0, 8646.0, 8656.0, 8664.0, 8660.0, 8687.0, 8681.0, 8684.0, 8662.0, 8706.0, 8711.0, 8676.0, 8678.0, 8637.0, 8654.0, 8626.0, 8644.0, 8637.0, 8700.0, 8747.0, 8684.0, 8702.0, 8641.0, 8692.0, 8717.0, 8693.0, 8722.0, 8743.0, 8704.0, 8701.0, 8725.0, 8681.0, 8703.0, 8634.0, 8669.0, 8707.0, 8644.0, 8663.0, 8703.0, 8643.0, 8661.0, 8669.0, 8648.0, 8676.0, 8618.0, 8671.0, 8713.0, 8673.0, 8701.0, 8658.0, 8705.0, 8671.0, 8691.0, 8754.0, 8744.0, 8700.0, 8700.0, 8718.0, 8665.0, 8704.0, 8614.0, 8664.0, 8690.0, 8654.0, 8700.0, 8710.0, 8671.0, 8710.0, 8676.0, 8714.0, 8642.0, 8707.0, 8746.0, 8690.0, 8734.0, 8655.0, 8686.0, 8723.0, 8684.0, 8716.0, 8738.0, 8694.0, 8706.0, 8635.0, 8680.0, 8651.0, 8685.0, 8731.0, 8738.0, 8681.0, 8712.0, 8701.0, 8679.0, 8701.0, 8655.0, 8685.0, 8710.0, 8652.0, 8685.0, 8714.0, 8660.0, 8689.0, 8698.0, 8677.0, 8721.0, 8738.0, 8686.0, 8720.0, 8744.0, 8689.0, 8732.0, 8662.0, 8709.0, 8673.0, 8695.0, 8760.0, 8766.0, 8706.0, 8719.0, 8655.0, 8688.0, 8729.0, 8669.0, 8688.0, 8728.0, 8682.0, 8697.0, 8652.0, 8673.0, 8732.0, 8740.0, 8685.0, 8716.0, 8735.0, 8682.0, 8689.0, 8655.0, 8686.0, 8739.0, 8649.0, 8685.0, 8711.0, 8655.0, 8700.0, 8659.0, 8695.0, 8715.0, 8679.0, 8723.0, 8745.0, 8694.0, 8708.0, 8727.0, 8694.0, 8730.0, 8661.0, 8707.0, 8752.0, 8711.0, 8686.0, 8731.0, 8691.0, 8685.0, 8706.0, 8657.0, 8702.0, 8722.0, 8668.0, 8717.0, 8728.0, 8671.0, 8700.0, 8644.0, 8692.0, 8730.0, 8693.0, 8738.0, 8721.0, 8715.0, 8734.0, 8697.0, 8740.0, 8662.0, 8708.0, 8755.0, 8759.0, 8701.0, 8748.0, 8721.0, 8698.0, 8719.0, 8674.0, 8715.0, 8639.0, 8692.0, 8735.0, 8673.0, 8707.0, 8659.0, 8683.0, 8733.0, 8690.0, 8750.0, 8753.0, 8714.0, 8738.0, 8680.0, 8714.0, 8757.0, 8709.0, 8710.0, 8719.0, 8704.0, 8702.0, 8662.0, 8719.0, 8688.0, 8765.0, 8779.0, 8724.0, 8724.0, 8728.0, 8671.0, 8713.0, 8662.0, 8722.0, 8743.0, 8703.0, 8710.0, 8672.0, 8720.0, 8746.0, 8694.0, 8697.0, 8704.0, 8663.0, 8689.0, 8669.0, 8696.0, 8693.0, 8726.0, 8746.0, 8727.0, 8732.0, 8658.0, 8689.0, 8695.0, 8717.0, 8681.0, 8758.0, 8774.0, 8744.0, 8711.0, 8708.0, 8672.0, 8661.0, 8668.0, 8623.0, 8641.0, 8683.0, 8646.0, 8661.0, 8684.0, 8648.0, 8671.0, 8649.0, 8685.0, 8723.0, 8654.0, 8683.0, 8692.0, 8671.0, 8708.0, 8675.0, 8719.0, 8739.0, 8698.0, 8717.0, 8720.0, 8682.0, 8663.0, 8672.0, 8724.0, 8693.0, 8756.0, 8745.0, 8701.0, 8711.0, 8684.0, 8661.0, 8687.0, 8651.0, 8737.0, 8764.0, 8690.0, 8708.0, 8684.0, 8705.0, 8673.0, 8714.0, 8651.0, 8697.0, 8743.0, 8691.0, 8680.0, 8717.0, 8663.0, 8701.0, 8651.0, 8696.0, 8715.0, 8658.0, 8689.0, 8712.0, 8660.0, 8682.0, 8652.0, 8693.0, 8713.0, 8648.0, 8677.0, 8685.0, 8680.0, 8687.0, 8669.0, 8699.0, 8733.0, 8648.0, 8696.0, 8703.0, 8676.0, 8688.0, 8651.0, 8698.0, 8722.0, 8649.0, 8685.0, 8705.0, 8648.0, 8693.0, 8632.0, 8669.0, 8703.0, 8688.0, 8735.0, 8739.0, 8702.0, 8723.0, 8668.0, 8712.0, 8735.0, 8665.0, 8712.0, 8735.0, 8679.0, 8689.0, 8656.0, 8694.0, 8677.0, 8724.0, 8743.0, 8705.0, 8716.0, 8676.0, 8715.0, 8681.0, 8739.0, 8768.0, 8696.0, 8698.0, 8723.0, 8662.0, 8661.0, 8630.0, 8650.0, 8708.0, 8715.0, 8676.0, 8706.0, 8711.0, 8676.0, 8681.0, 8649.0, 8693.0, 8717.0, 8647.0, 8679.0, 8700.0, 8644.0, 8674.0, 8630.0, 8651.0, 8694.0, 8647.0, 8668.0, 8709.0, 8652.0, 8694.0, 8658.0, 8697.0, 8682.0, 8727.0, 8753.0, 8698.0, 8700.0, 8732.0, 8692.0, 8664.0, 8686.0, 8632.0, 8676.0, 8704.0, 8639.0, 8646.0, 8704.0, 8631.0, 8667.0, 8702.0, 8668.0, 8712.0, 8734.0, 8647.0, 8682.0, 8704.0, 8647.0, 8680.0, 8672.0, 8653.0, 8706.0, 8655.0, 8716.0, 8744.0, 8712.0, 8737.0, 8688.0, 8703.0, 8681.0, 8686.0, 8729.0, 8736.0, 8698.0, 8711.0, 8717.0, 8692.0, 8689.0, 8680.0, 8646.0, 8686.0, 8651.0, 8702.0, 8711.0, 8702.0, 8714.0, 8660.0, 8706.0, 8725.0, 8705.0, 8740.0, 8743.0, 8706.0, 8728.0, 8692.0, 8715.0, 8680.0, 8742.0, 8764.0, 8703.0, 8716.0, 8655.0, 8687.0, 8724.0, 8689.0, 8738.0, 8744.0, 8717.0, 8725.0, 8673.0, 8711.0, 8692.0, 8737.0, 8766.0, 8714.0, 8696.0, 8704.0, 8665.0, 8690.0, 8635.0, 8683.0, 8724.0, 8667.0, 8684.0, 8720.0, 8650.0, 8691.0, 8640.0, 8684.0, 8712.0, 8663.0, 8684.0, 8709.0, 8652.0, 8681.0, 8638.0, 8672.0, 8718.0, 8722.0, 8687.0, 8728.0, 8651.0, 8687.0, 8707.0, 8672.0, 8715.0, 8670.0, 8706.0, 8746.0, 8671.0, 8716.0, 8656.0, 8676.0, 8748.0, 8720.0, 8681.0, 8730.0, 8736.0, 8680.0, 8705.0, 8633.0, 8682.0, 8707.0, 8684.0, 8715.0, 8741.0, 8707.0, 8735.0, 8740.0, 8685.0, 8712.0, 8634.0, 8652.0, 8707.0, 8656.0, 8703.0, 8711.0, 8708.0, 8730.0, 8695.0, 8738.0, 8748.0, 8680.0, 8699.0, 8709.0, 8669.0, 8716.0, 8642.0, 8691.0, 8731.0, 8653.0, 8690.0, 8732.0, 8654.0, 8686.0, 8723.0, 8690.0, 8718.0, 8661.0, 8710.0, 8753.0, 8696.0, 8736.0, 8664.0, 8707.0, 8665.0, 8712.0, 8766.0, 8715.0, 8763.0, 8766.0, 8721.0, 8714.0, 8654.0, 8687.0, 8727.0, 8662.0, 8684.0, 8712.0, 8700.0, 8663.0, 8700.0, 8651.0, 8697.0, 8677.0, 8674.0, 8740.0, 8677.0, 8712.0, 8684.0, 8716.0, 8689.0, 8737.0, 8803.0, 8744.0, 8711.0, 8666.0, 8694.0, 8680.0, 8713.0, 8774.0, 8750.0, 8714.0, 8700.0, 8719.0, 8680.0, 8706.0, 8657.0, 8646.0, 8705.0, 8731.0, 8677.0, 8704.0, 8633.0, 8650.0, 8701.0, 8666.0, 8696.0, 8720.0, 8687.0, 8716.0, 8663.0, 8671.0, 8706.0, 8673.0, 8714.0, 8735.0, 8684.0, 8729.0, 8734.0, 8695.0, 8703.0, 8655.0, 8700.0, 8736.0, 8690.0, 8730.0, 8640.0, 8703.0, 8658.0, 8692.0, 8751.0, 8741.0, 8686.0, 8718.0, 8718.0, 8687.0, 8706.0, 8674.0, 8732.0, 8737.0, 8685.0, 8731.0, 8735.0, 8687.0, 8707.0, 8678.0, 8714.0, 8665.0, 8741.0, 8753.0, 8700.0, 8705.0, 8726.0, 8646.0, 8649.0, 8705.0, 8638.0, 8670.0, 8709.0, 8665.0, 8680.0, 8638.0, 8673.0, 8716.0, 8652.0, 8672.0, 8725.0, 8688.0, 8712.0, 8678.0, 8716.0, 8680.0, 8742.0, 8774.0, 8740.0, 8713.0, 8706.0, 8654.0, 8659.0, 8689.0, 8711.0, 8682.0, 8712.0, 8632.0, 8647.0, 8636.0, 8671.0, 8642.0, 8692.0, 8758.0, 8747.0, 8717.0, 8707.0, 8675.0, 8715.0, 8743.0, 8682.0, 8680.0, 8701.0, 8659.0, 8685.0, 8649.0, 8679.0, 8693.0, 8737.0, 8750.0, 8698.0, 8706.0, 8726.0, 8685.0, 8691.0, 8673.0, 8714.0, 8695.0, 8732.0, 8729.0, 8776.0, 8767.0, 8698.0, 8692.0, 8709.0, 8640.0, 8671.0, 8713.0, 8658.0, 8666.0, 8633.0, 8687.0, 8656.0, 8699.0, 8736.0, 8664.0, 8696.0, 8687.0, 8682.0, 8689.0, 8674.0, 8696.0, 8679.0, 8724.0, 8750.0, 8700.0, 8716.0, 8720.0, 8666.0, 8690.0, 8648.0, 8683.0, 8704.0, 8696.0, 8705.0, 8653.0, 8713.0, 8739.0, 8695.0, 8708.0, 8714.0, 8644.0, 8680.0, 8635.0, 8673.0, 8655.0, 8718.0, 8747.0, 8703.0, 8698.0, 8679.0, 8668.0, 8653.0, 8688.0, 8732.0, 8722.0, 8690.0, 8711.0, 8718.0, 8676.0, 8698.0, 8665.0, 8691.0, 8684.0, 8730.0, 8740.0, 8698.0, 8693.0, 8656.0, 8690.0, 8673.0, 8718.0, 8745.0, 8698.0, 8681.0, 8691.0, 8659.0, 8673.0, 8631.0, 8661.0, 8663.0, 8656.0, 8670.0, 8690.0, 8746.0, 8721.0, 8771.0, 8745.0, 8707.0, 8670.0, 8636.0, 8653.0, 8668.0, 8652.0, 8662.0, 8669.0, 8649.0, 8687.0, 8670.0, 8701.0, 8720.0, 8654.0, 8698.0, 8705.0, 8672.0, 8709.0, 8674.0, 8718.0, 8741.0, 8697.0, 8694.0, 8663.0, 8666.0, 8679.0, 8670.0, 8729.0, 8734.0, 8693.0, 8706.0, 8712.0, 8644.0, 8685.0, 8665.0, 8695.0, 8714.0, 8676.0, 8706.0, 8713.0, 8660.0, 8682.0, 8652.0, 8694.0, 8715.0, 8647.0, 8691.0, 8699.0, 8661.0, 8666.0, 8635.0, 8682.0, 8724.0, 8661.0, 8692.0, 8616.0, 8666.0, 8695.0, 8700.0, 8658.0, 8708.0, 8646.0, 8648.0, 8631.0, 8653.0, 8706.0, 8653.0, 8716.0, 8740.0, 8688.0, 8713.0, 8660.0, 8718.0, 8741.0, 8687.0, 8712.0, 8721.0, 8666.0, 8690.0, 8653.0, 8696.0, 8719.0, 8667.0, 8710.0, 8660.0, 8666.0, 8693.0, 8660.0, 8717.0, 8725.0, 8684.0, 8718.0, 8740.0, 8674.0, 8711.0, 8676.0, 8720.0, 8739.0, 8652.0, 8696.0, 8710.0, 8670.0, 8696.0, 8657.0, 8673.0, 8672.0, 8692.0, 8750.0, 8744.0, 8697.0, 8709.0, 8644.0, 8666.0, 8672.0, 8670.0, 8715.0, 8724.0, 8697.0, 8672.0, 8647.0, 8675.0, 8656.0, 8702.0, 8734.0, 8691.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.0022378185907046483</td></tr>
<tr><td colspan=3>aqi</td><td>0.02563086844077961</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.23713165832707</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2440702056489132</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0395963756864197</td></tr>
<tr><td colspan=3>efc</td><td>0.4591</td></tr>
<tr><td colspan=3>fber</td><td>5350.4438</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1035642238164866</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.4212893553223385</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.565761775600965</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5744644840745288</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.636098664423238</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4867221783051283</td></tr>
<tr><td colspan=3>gcor</td><td>0.0110566</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009554206393659115</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01797555759549141</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.960539985988685</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>25.0971</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5621</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.6379</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305917.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>682.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.7584</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8149</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>451.6156</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3147.7933</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3338.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>842.8084</td></tr>
<tr><td colspan=3>tsnr</td><td>40.67976146831643</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>