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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0132_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0132/figures/sub-0132_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-04_task-fractional_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-0132/figures/sub-0132_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-fractional_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-0132/ses-04/func/sub-0132_ses-04_task-fractional_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>1df8031e2690cea1c18d4ed3ca61a0ec</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>17:19:32.740000</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.998387, 0.055141, -0.0135254, -0.0551194, 0.998478, 0.00196478]</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-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0831994</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-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7735, -7255, 334, -107, -21, 98, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.349</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>571e1742-ce25-4e9a-b233-845138382913||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.6785993576049805, -0.14788125455379486, -0.036755383014678955, 119.82816314697266], [-0.14793920516967773, 2.6788430213928223, 0.0032834799494594336, -102.79147338867188], [-0.03628753125667572, -0.005271366331726313, 2.6997478008270264, -68.75568389892578], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['171932.740000', '171933.200000', '171933.660000', '171934.120000', '171934.580000', '171935.040000', '171935.500000', '171935.960000', '171936.420000', '171936.880000', '171937.340000', '171937.800000', '171938.260000', '171938.720000', '171939.180000', '171939.640000', '171940.100000', '171940.560000', '171941.020000', '171941.480000', '171941.940000', '171942.400000', '171942.860000', '171943.320000', '171943.780000', '171944.240000', '171944.700000', '171945.160000', '171945.620000', '171946.080000', '171946.540000', '171947.000000', '171947.460000', '171947.920000', '171948.380000', '171948.840000', '171949.300000', '171949.760000', '171950.220000', '171950.680000', '171951.140000', '171951.600000', '171952.060000', '171952.520000', '171952.980000', '171953.440000', '171953.900000', '171954.360000', '171954.820000', '171955.280000', '171955.740000', '171956.200000', '171956.660000', '171957.120000', '171957.580000', '171958.040000', '171958.500000', '171958.960000', '171959.420000', '171959.880000', '172000.340000', '172000.800000', '172001.260000', '172001.720000', '172002.180000', '172002.640000', '172003.100000', '172003.560000', '172004.020000', '172004.480000', '172004.940000', '172005.400000', '172005.860000', '172006.320000', '172006.780000', '172007.240000', '172007.700000', '172008.160000', '172008.620000', '172009.080000', '172009.540000', '172010.000000', '172010.460000', '172010.920000', '172011.380000', '172011.840000', '172012.300000', '172012.760000', '172013.220000', '172013.680000', '172014.140000', '172014.600000', '172015.060000', '172015.520000', '172015.980000', '172016.440000', '172016.900000', '172017.360000', '172017.820000', '172018.280000', '172018.740000', '172019.200000', '172019.660000', '172020.120000', '172020.580000', '172021.040000', '172021.500000', '172021.960000', '172022.420000', '172022.880000', '172023.340000', '172023.800000', '172024.260000', '172024.720000', '172025.180000', '172025.640000', '172026.100000', '172026.560000', '172027.020000', '172027.480000', '172027.940000', '172028.400000', '172028.860000', '172029.320000', '172029.780000', '172030.240000', '172030.700000', '172031.160000', '172031.620000', '172032.080000', '172032.540000', '172033.000000', '172033.460000', '172033.920000', '172034.380000', '172034.840000', '172035.300000', '172035.760000', '172036.220000', '172036.680000', '172037.140000', '172037.600000', '172038.060000', '172038.520000', '172038.980000', '172039.440000', '172039.900000', '172040.360000', '172040.820000', '172041.280000', '172041.740000', '172042.200000', '172042.660000', '172043.120000', '172043.580000', '172044.040000', '172044.500000', '172044.960000', '172045.420000', '172045.880000', '172046.340000', '172046.800000', '172047.260000', '172047.720000', '172048.180000', '172048.640000', '172049.100000', '172049.560000', '172050.020000', '172050.480000', '172050.940000', '172051.400000', '172051.860000', '172052.320000', '172052.780000', '172053.240000', '172053.700000', '172054.160000', '172054.620000', '172055.080000', '172055.540000', '172056.000000', '172056.460000', '172056.920000', '172057.380000', '172057.840000', '172058.300000', '172058.760000', '172059.220000', '172059.680000', '172100.140000', '172100.600000', '172101.060000', '172101.520000', '172101.980000', '172102.440000', '172102.900000', '172103.360000', '172103.820000', '172104.280000', '172104.740000', '172105.200000', '172105.660000', '172106.120000', '172106.580000', '172107.040000', '172107.500000', '172107.960000', '172108.420000', '172108.880000', '172109.340000', '172109.800000', '172110.260000', '172110.720000', '172111.180000', '172111.640000', '172112.100000', '172112.560000', '172113.020000', '172113.480000', '172113.940000', '172114.400000', '172114.860000', '172115.320000', '172115.780000', '172116.240000', '172116.700000', '172117.160000', '172117.620000', '172118.080000', '172118.540000', '172119.000000', '172119.460000', '172119.920000', '172120.380000', '172120.840000', '172121.300000', '172121.760000', '172122.220000', '172122.680000', '172123.140000', '172123.600000', '172124.060000', '172124.520000', '172124.980000', '172125.440000', '172125.900000', '172126.360000', '172126.820000', '172127.280000', '172127.740000', '172128.200000', '172128.660000', '172129.120000', '172129.580000', '172130.040000', '172130.500000', '172130.960000', '172131.420000', '172131.880000', '172132.340000', '172132.800000', '172133.260000', '172133.720000', '172134.180000', '172134.640000', '172135.100000', '172135.560000', '172136.020000', '172136.480000', '172136.940000', '172137.400000', '172137.860000', '172138.320000', '172138.780000', '172139.240000', '172139.700000', '172140.160000', '172140.620000', '172141.080000', '172141.540000', '172142.000000', '172142.460000', '172142.920000', '172143.380000', '172143.840000', '172144.300000', '172144.760000', '172145.220000', '172145.680000', '172146.140000', '172146.600000', '172147.060000', '172147.520000', '172147.980000', '172148.440000', '172148.900000', '172149.360000', '172149.820000', '172150.280000', '172150.740000', '172151.200000', '172151.660000', '172152.120000', '172152.580000', '172153.040000', '172153.500000', '172153.960000', '172154.420000', '172154.880000', '172155.340000', '172155.800000', '172156.260000', '172156.720000', '172157.180000', '172157.640000', '172158.100000', '172158.560000', '172159.020000', '172159.480000', '172159.940000', '172200.400000', '172200.860000', '172201.320000', '172201.780000', '172202.240000', '172202.700000', '172203.160000', '172203.620000', '172204.080000', '172204.540000', '172205.000000', '172205.460000', '172205.920000', '172206.380000', '172206.840000', '172207.300000', '172207.760000', '172208.220000', '172208.680000', '172209.140000', '172209.600000', '172210.060000', '172210.520000', '172210.980000', '172211.440000', '172211.900000', '172212.360000', '172212.820000', '172213.280000', '172213.740000', '172214.200000', '172214.660000', '172215.120000', '172215.580000', '172216.040000', '172216.500000', '172216.960000', '172217.420000', '172217.880000', '172218.340000', '172218.800000', '172219.260000', '172219.720000', '172220.180000', '172220.640000', '172221.100000', '172221.560000', '172222.020000', '172222.480000', '172222.940000', '172223.400000', '172223.860000', '172224.320000', '172224.780000', '172225.240000', '172225.700000', '172226.160000', '172226.620000', '172227.080000', '172227.540000', '172228.000000', '172228.460000', '172228.920000', '172229.380000', '172229.840000', '172230.300000', '172230.760000', '172231.220000', '172231.680000', '172232.140000', '172232.600000', '172233.060000', '172233.520000', '172233.980000', '172234.440000', '172234.900000', '172235.360000', '172235.820000', '172236.280000', '172236.740000', '172237.200000', '172237.660000', '172238.120000', '172238.580000', '172239.040000', '172239.500000', '172239.960000', '172240.420000', '172240.880000', '172241.340000', '172241.800000', '172242.260000', '172242.720000', '172243.180000', '172243.640000', '172244.100000', '172244.560000', '172245.020000', '172245.480000', '172245.940000', '172246.400000', '172246.860000', '172247.320000', '172247.780000', '172248.240000', '172248.700000', '172249.160000', '172249.620000', '172250.080000', '172250.540000', '172251.000000', '172251.460000', '172251.920000', '172252.380000', '172252.840000', '172253.300000', '172253.760000', '172254.220000', '172254.680000', '172255.140000', '172255.600000', '172256.060000', '172256.520000', '172256.980000', '172257.440000', '172257.900000', '172258.360000', '172258.820000', '172259.280000', '172259.740000', '172300.200000', '172300.660000', '172301.120000', '172301.580000', '172302.040000', '172302.500000', '172302.960000', '172303.420000', '172303.880000', '172304.340000', '172304.800000', '172305.260000', '172305.720000', '172306.180000', '172306.640000', '172307.100000', '172307.560000', '172308.020000', '172308.480000', '172308.940000', '172309.400000', '172309.860000', '172310.320000', '172310.780000', '172311.240000', '172311.700000', '172312.160000', '172312.620000', '172313.080000', '172313.540000', '172314.000000', '172314.460000', '172314.920000', '172315.380000', '172315.840000', '172316.300000', '172316.760000', '172317.220000', '172317.680000', '172318.140000', '172318.600000', '172319.060000', '172319.520000', '172319.980000', '172320.440000', '172320.900000', '172321.360000', '172321.820000', '172322.280000', '172322.740000', '172323.200000', '172323.660000', '172324.120000', '172324.580000', '172325.040000', '172325.500000', '172325.960000', '172326.420000', '172326.880000', '172327.340000', '172327.800000', '172328.260000', '172328.720000', '172329.180000', '172329.640000', '172330.100000', '172330.560000', '172331.020000', '172331.480000', '172331.940000', '172332.400000', '172332.860000', '172333.320000', '172333.780000', '172334.240000', '172334.700000', '172335.160000', '172335.620000', '172336.080000', '172336.540000', '172337.000000', '172337.460000', '172337.920000', '172338.380000', '172338.840000', '172339.300000', '172339.760000', '172340.220000', '172340.680000', '172341.140000', '172341.600000', '172342.060000', '172342.520000', '172342.980000', '172343.440000', '172343.900000', '172344.360000', '172344.820000', '172345.280000', '172345.740000', '172346.200000', '172346.660000', '172347.120000', '172347.580000', '172348.040000', '172348.500000', '172348.960000', '172349.420000', '172349.880000', '172350.340000', '172350.800000', '172351.260000', '172351.720000', '172352.180000', '172352.640000', '172353.100000', '172353.560000', '172354.020000', '172354.480000', '172354.940000', '172355.400000', '172355.860000', '172356.320000', '172356.780000', '172357.240000', '172357.700000', '172358.160000', '172358.620000', '172359.080000', '172359.540000', '172400.000000', '172400.460000', '172400.920000', '172401.380000', '172401.840000', '172402.300000', '172402.760000', '172403.220000', '172403.680000', '172404.140000', '172404.600000', '172405.060000', '172405.520000', '172405.980000', '172406.440000', '172406.900000', '172407.360000', '172407.820000', '172408.280000', '172408.740000', '172409.200000', '172409.660000', '172410.120000', '172410.580000', '172411.040000', '172411.500000', '172411.960000', '172412.420000', '172412.880000', '172413.340000', '172413.800000', '172414.260000', '172414.720000', '172415.180000', '172415.640000', '172416.100000', '172416.560000', '172417.020000', '172417.480000', '172417.940000', '172418.400000', '172418.860000', '172419.320000', '172419.780000', '172420.240000', '172420.700000', '172421.160000', '172421.620000', '172422.080000', '172422.540000', '172423.000000', '172423.460000', '172423.920000', '172424.380000', '172424.840000', '172425.300000', '172425.760000', '172426.220000', '172426.680000', '172427.140000', '172427.600000', '172428.060000', '172428.520000', '172428.980000', '172429.440000', '172429.900000', '172430.360000', '172430.820000', '172431.280000', '172431.740000', '172432.200000', '172432.660000', '172433.120000', '172433.580000', '172434.040000', '172434.500000', '172434.960000', '172435.420000', '172435.880000', '172436.340000', '172436.800000', '172437.260000', '172437.720000', '172438.180000', '172438.640000', '172439.100000', '172439.560000', '172440.020000', '172440.480000', '172440.940000', '172441.400000', '172441.860000', '172442.320000', '172442.780000', '172443.240000', '172443.700000', '172444.160000', '172444.620000', '172445.080000', '172445.540000', '172446.000000', '172446.460000', '172446.920000', '172447.380000', '172447.840000', '172448.300000', '172448.760000', '172449.220000', '172449.680000', '172450.140000', '172450.600000', '172451.060000', '172451.520000', '172451.980000', '172452.440000', '172452.900000', '172453.360000', '172453.820000', '172454.280000', '172454.740000', '172455.200000', '172455.660000', '172456.120000', '172456.580000', '172457.040000', '172457.500000', '172457.960000', '172458.420000', '172458.880000', '172459.340000', '172459.800000', '172500.260000', '172500.720000', '172501.180000', '172501.640000', '172502.100000', '172502.560000', '172503.020000', '172503.480000', '172503.940000', '172504.400000', '172504.860000', '172505.320000', '172505.780000', '172506.240000', '172506.700000', '172507.160000', '172507.620000', '172508.080000', '172508.540000', '172509.000000', '172509.460000', '172509.920000', '172510.380000', '172510.840000', '172511.300000', '172511.760000', '172512.220000', '172512.680000', '172513.140000', '172513.600000', '172514.060000', '172514.520000', '172514.980000', '172515.440000', '172515.900000', '172516.360000', '172516.820000', '172517.280000', '172517.740000', '172518.200000', '172518.660000', '172519.120000', '172519.580000', '172520.040000', '172520.500000', '172520.960000', '172521.420000', '172521.880000', '172522.340000', '172522.800000', '172523.260000', '172523.720000', '172524.180000', '172524.640000', '172525.100000', '172525.560000', '172526.020000', '172526.480000', '172526.940000', '172527.400000', '172527.860000', '172528.320000', '172528.780000', '172529.240000', '172529.700000', '172530.160000', '172530.620000', '172531.080000', '172531.540000', '172532.000000', '172532.460000', '172532.920000', '172533.380000', '172533.840000', '172534.300000', '172534.760000', '172535.220000', '172535.680000', '172536.140000', '172536.600000', '172537.060000', '172537.520000', '172537.980000', '172538.440000', '172538.900000', '172539.360000', '172539.820000', '172540.280000', '172540.740000', '172541.200000', '172541.660000', '172542.120000', '172542.580000', '172543.040000', '172543.500000', '172543.960000', '172544.420000', '172544.880000', '172545.340000', '172545.800000', '172546.260000', '172546.720000', '172547.180000', '172547.640000', '172548.100000', '172548.560000', '172549.020000', '172549.480000', '172549.940000', '172550.400000', '172550.860000', '172551.320000', '172551.780000', '172552.240000', '172552.700000', '172553.160000', '172553.620000', '172554.080000', '172554.540000', '172555.000000', '172555.460000', '172555.920000', '172556.380000', '172556.840000', '172557.300000', '172557.760000', '172558.220000', '172558.680000', '172559.140000', '172559.600000', '172600.060000', '172600.520000', '172600.980000', '172601.440000', '172601.900000', '172602.360000', '172602.820000', '172603.280000', '172603.740000', '172604.200000', '172604.660000', '172605.120000', '172605.580000', '172606.040000', '172606.500000', '172606.960000', '172607.420000', '172607.880000', '172608.340000', '172608.800000', '172609.260000', '172609.720000', '172610.180000', '172610.640000', '172611.100000', '172611.560000', '172612.020000', '172612.480000', '172612.940000', '172613.400000', '172613.860000', '172614.320000', '172614.780000', '172615.240000', '172615.700000', '172616.160000', '172616.620000', '172617.080000', '172617.540000', '172618.000000', '172618.460000', '172618.920000', '172619.380000', '172619.840000', '172620.300000', '172620.760000', '172621.220000', '172621.680000', '172622.140000', '172622.600000', '172623.060000', '172623.520000', '172623.980000', '172624.440000', '172624.900000', '172625.360000', '172625.820000', '172626.280000', '172626.740000', '172627.200000', '172627.660000', '172628.120000', '172628.580000', '172629.040000', '172629.500000', '172629.960000', '172630.420000', '172630.880000', '172631.340000', '172631.800000', '172632.260000', '172632.720000', '172633.180000', '172633.640000', '172634.100000', '172634.560000', '172635.020000', '172635.480000', '172635.940000', '172636.400000', '172636.860000', '172637.320000', '172637.780000', '172638.240000', '172638.700000', '172639.160000', '172639.620000', '172640.080000', '172640.540000', '172641.000000', '172641.460000', '172641.920000', '172642.380000', '172642.840000', '172643.300000', '172643.760000', '172644.220000', '172644.680000', '172645.140000', '172645.600000', '172646.060000', '172646.520000', '172646.980000', '172647.440000', '172647.900000', '172648.360000', '172648.820000', '172649.280000', '172649.740000', '172650.200000', '172650.660000', '172651.120000', '172651.580000', '172652.040000', '172652.500000', '172652.960000', '172653.420000', '172653.880000', '172654.340000', '172654.800000', '172655.260000', '172655.720000', '172656.180000', '172656.640000', '172657.100000', '172657.560000', '172658.020000', '172658.480000', '172658.940000', '172659.400000', '172659.860000', '172700.320000', '172700.780000', '172701.240000', '172701.700000', '172702.160000', '172702.620000', '172703.080000', '172703.540000', '172704.000000', '172704.460000', '172704.920000', '172705.380000', '172705.840000', '172706.300000', '172706.760000', '172707.220000', '172707.680000', '172708.140000', '172708.600000', '172709.060000', '172709.520000', '172709.980000', '172710.440000', '172710.900000', '172711.360000', '172711.820000', '172712.280000', '172712.740000', '172713.200000', '172713.660000', '172714.120000', '172714.580000', '172715.040000', '172715.500000', '172715.960000', '172716.420000', '172716.880000', '172717.340000', '172717.800000', '172718.260000', '172718.720000', '172719.180000', '172719.640000', '172720.100000', '172720.560000', '172721.020000', '172721.480000', '172721.940000', '172722.400000', '172722.860000', '172723.320000', '172723.780000', '172724.240000', '172724.700000', '172725.160000', '172725.620000', '172726.080000', '172726.540000', '172727.000000', '172727.460000', '172727.920000', '172728.380000', '172728.840000', '172729.300000', '172729.760000', '172730.220000', '172730.680000', '172731.140000', '172731.600000', '172732.060000', '172732.520000', '172732.980000', '172733.440000', '172733.900000', '172734.360000', '172734.820000', '172735.280000', '172735.740000', '172736.200000', '172736.660000', '172737.120000', '172737.580000', '172738.040000', '172738.500000', '172738.960000', '172739.420000', '172739.880000', '172740.340000', '172740.800000', '172741.260000', '172741.720000', '172742.180000', '172742.640000', '172743.100000', '172743.560000', '172744.020000', '172744.480000', '172744.940000', '172745.400000', '172745.860000', '172746.320000', '172746.780000', '172747.240000', '172747.700000', '172748.160000', '172748.620000', '172749.080000', '172749.540000', '172750.000000', '172750.460000', '172750.920000', '172751.380000', '172751.840000', '172752.300000', '172752.760000', '172753.220000', '172753.680000', '172754.140000', '172754.600000', '172755.060000', '172755.520000', '172755.980000', '172756.440000', '172756.900000', '172757.360000', '172757.820000', '172758.280000', '172758.740000', '172759.200000', '172759.660000', '172800.120000', '172800.580000', '172801.040000', '172801.500000', '172801.960000', '172802.420000', '172802.880000', '172803.340000', '172803.800000', '172804.260000', '172804.720000', '172805.180000', '172805.640000', '172806.100000', '172806.560000', '172807.020000', '172807.480000', '172807.940000', '172808.400000', '172808.860000', '172809.320000', '172809.780000', '172810.240000', '172810.700000', '172811.160000', '172811.620000', '172812.080000', '172812.540000', '172813.000000', '172813.460000', '172813.920000', '172814.380000', '172814.840000', '172815.300000', '172815.760000', '172816.220000', '172816.680000', '172817.140000', '172817.600000', '172818.060000', '172818.520000', '172818.980000', '172819.440000', '172819.900000', '172820.360000', '172820.820000', '172821.280000', '172821.740000', '172822.200000', '172822.660000', '172823.120000', '172823.580000', '172824.040000', '172824.500000', '172824.960000', '172825.420000', '172825.880000', '172826.340000', '172826.800000', '172827.260000', '172827.720000', '172828.180000', '172828.640000', '172829.100000', '172829.560000', '172830.020000', '172830.480000', '172830.940000', '172831.400000', '172831.860000', '172832.320000', '172832.780000', '172833.240000', '172833.700000', '172834.160000', '172834.620000', '172835.080000', '172835.540000', '172836.000000', '172836.460000', '172836.920000', '172837.380000', '172837.840000', '172838.300000', '172838.760000', '172839.220000', '172839.680000', '172840.140000', '172840.600000', '172841.060000', '172841.520000', '172841.980000', '172842.440000', '172842.900000', '172843.360000', '172843.820000', '172844.280000', '172844.740000', '172845.200000', '172845.660000', '172846.120000', '172846.580000', '172847.040000', '172847.500000', '172847.960000', '172848.420000', '172848.880000', '172849.340000', '172849.800000', '172850.260000', '172850.720000', '172851.180000', '172851.640000', '172852.100000', '172852.560000', '172853.020000', '172853.480000', '172853.940000', '172854.400000', '172854.860000', '172855.320000', '172855.780000', '172856.240000', '172856.700000', '172857.160000', '172857.620000', '172858.080000', '172858.540000', '172859.000000', '172859.460000', '172859.920000', '172900.380000', '172900.840000', '172901.300000', '172901.760000', '172902.220000', '172902.680000', '172903.140000', '172903.600000', '172904.060000', '172904.520000', '172904.980000', '172905.440000', '172905.900000', '172906.360000', '172906.820000', '172907.280000', '172907.740000', '172908.200000', '172908.660000', '172909.120000', '172909.580000', '172910.040000', '172910.500000', '172910.960000', '172911.420000', '172911.880000', '172912.340000', '172912.800000', '172913.260000', '172913.720000', '172914.180000', '172914.640000', '172915.100000', '172915.560000', '172916.020000', '172916.480000', '172916.940000', '172917.400000', '172917.860000', '172918.320000', '172918.780000', '172919.240000', '172919.700000', '172920.160000', '172920.620000', '172921.080000', '172921.540000', '172922.000000', '172922.460000', '172922.920000', '172923.380000', '172923.840000', '172924.300000', '172924.760000', '172925.220000', '172925.680000', '172926.140000', '172926.600000', '172927.060000', '172927.520000', '172927.980000', '172928.440000', '172928.900000', '172929.360000', '172929.820000', '172930.280000', '172930.740000', '172931.200000', '172931.660000', '172932.120000', '172932.580000', '172933.040000', '172933.500000', '172933.960000', '172934.420000', '172934.880000', '172935.340000', '172935.800000', '172936.260000', '172936.720000', '172937.180000', '172937.640000', '172938.100000', '172938.560000', '172939.020000', '172939.480000', '172939.940000', '172940.400000'], 'ContentTime': ['171959.684000', '171959.687000', '171959.690000', '171959.692000', '171959.695000', '171959.697000', '171959.700000', '171959.702000', '171959.705000', '171959.707000', '171959.710000', '171959.713000', '171959.715000', '171959.718000', '171959.720000', '171959.726000', '171959.728000', '171959.731000', '171959.734000', '171959.736000', '171959.739000', '171959.741000', '171959.744000', '171959.746000', '171959.749000', '171959.751000', '171959.754000', '171959.757000', '171959.759000', '171959.762000', '171959.764000', '171959.767000', '171959.769000', '171959.772000', '171959.775000', '171959.777000', '171959.780000', '171959.782000', '171959.785000', '171959.787000', '171959.790000', '171959.793000', '171959.795000', '171959.798000', '171959.801000', '171959.803000', '171959.806000', '171959.808000', '171959.811000', '171959.813000', '171959.816000', '171959.819000', '171959.822000', '171959.825000', '171959.828000', '172019.633000', '172019.636000', '172019.639000', '172019.641000', '172019.644000', '172019.646000', '172019.649000', '172019.651000', '172019.654000', '172019.656000', '172019.659000', '172019.662000', '172019.664000', '172019.667000', '172019.669000', '172019.672000', '172019.674000', '172019.677000', '172019.680000', '172019.682000', '172019.685000', '172019.687000', '172019.690000', '172019.692000', '172019.695000', '172019.697000', '172019.700000', '172019.702000', '172019.717000', '172019.720000', '172019.722000', '172019.725000', '172019.727000', '172019.730000', '172019.733000', '172019.735000', '172019.738000', '172019.741000', '172019.743000', '172019.746000', '172019.748000', '172019.751000', '172019.753000', '172039.647000', '172039.650000', '172039.653000', '172039.655000', '172039.658000', '172039.660000', '172039.663000', '172039.665000', '172039.668000', '172039.671000', '172039.673000', '172039.676000', '172039.678000', '172039.681000', '172039.684000', '172039.686000', '172039.689000', '172039.691000', '172039.694000', '172039.696000', '172039.699000', '172039.701000', '172039.704000', '172039.707000', '172039.709000', '172039.712000', '172039.714000', '172039.717000', '172039.719000', '172039.722000', '172039.724000', '172039.727000', '172039.730000', '172039.732000', '172039.735000', '172039.737000', '172039.740000', '172039.742000', '172039.745000', '172039.747000', '172039.750000', '172039.752000', '172039.755000', '172039.758000', '172059.634000', '172059.637000', '172059.645000', '172059.648000', '172059.651000', '172059.653000', '172059.656000', '172059.659000', '172059.661000', '172059.664000', '172059.666000', '172059.669000', '172059.671000', '172059.674000', '172059.677000', '172059.679000', '172059.682000', '172059.684000', '172059.687000', '172059.690000', '172059.692000', '172059.695000', '172059.697000', '172059.700000', '172059.702000', '172059.705000', '172059.708000', '172059.710000', '172059.713000', '172059.716000', '172059.718000', '172059.721000', '172059.723000', '172059.726000', '172059.728000', '172059.731000', '172059.733000', '172059.736000', '172059.738000', '172059.741000', '172059.744000', '172059.746000', '172059.749000', '172119.633000', '172119.636000', '172119.639000', '172119.641000', '172119.644000', '172119.647000', '172119.649000', '172119.652000', '172119.654000', '172119.657000', '172119.659000', '172119.662000', '172119.665000', '172119.667000', '172119.670000', '172119.672000', '172119.675000', '172119.678000', '172119.680000', '172119.683000', '172119.685000', '172119.688000', '172119.690000', '172119.693000', '172119.696000', '172119.698000', '172119.701000', '172119.708000', '172119.711000', '172119.713000', '172119.716000', '172119.718000', '172119.721000', '172119.724000', '172119.726000', '172119.729000', '172119.740000', '172119.743000', '172119.746000', '172119.748000', '172119.751000', '172119.753000', '172119.756000', '172119.759000', '172139.632000', '172139.635000', '172139.638000', '172139.640000', '172139.643000', '172139.646000', '172139.648000', '172139.651000', '172139.653000', '172139.656000', '172139.659000', '172139.661000', '172139.664000', '172139.666000', '172139.669000', '172139.671000', '172139.674000', '172139.677000', '172139.679000', '172139.682000', '172139.684000', '172139.687000', '172139.689000', '172139.692000', '172139.695000', '172139.697000', '172139.700000', '172139.702000', '172139.705000', '172139.707000', '172139.721000', '172139.724000', '172139.727000', '172139.729000', '172139.732000', '172139.734000', '172139.737000', '172139.740000', '172139.742000', '172139.745000', '172139.747000', '172139.750000', '172139.752000', '172159.633000', '172159.635000', '172159.638000', '172159.640000', '172159.643000', '172159.646000', '172159.648000', '172159.651000', '172159.653000', '172159.656000', '172159.658000', '172159.661000', '172159.664000', '172159.666000', '172159.669000', '172159.671000', '172159.674000', '172159.676000', '172159.679000', '172159.682000', '172159.684000', '172159.687000', '172159.689000', '172159.692000', '172159.694000', '172159.697000', '172159.700000', '172159.702000', '172159.705000', '172159.707000', '172159.710000', '172159.712000', '172159.715000', '172159.718000', '172159.720000', '172159.723000', '172159.726000', '172159.728000', '172159.731000', '172159.747000', '172159.750000', '172159.752000', '172159.755000', '172159.758000', '172219.633000', '172219.636000', '172219.639000', '172219.642000', '172219.645000', '172219.648000', '172219.651000', '172219.654000', '172219.657000', '172219.659000', '172219.662000', '172219.664000', '172219.682000', '172219.684000', '172219.687000', '172219.690000', '172219.692000', '172219.695000', '172219.697000', '172219.700000', '172219.703000', '172219.705000', '172219.708000', '172219.710000', '172219.713000', '172219.716000', '172219.718000', '172219.721000', '172219.723000', '172219.726000', '172219.729000', '172219.731000', '172219.734000', '172219.736000', '172219.739000', '172219.741000', '172219.744000', '172219.747000', '172219.749000', '172219.752000', '172219.755000', '172219.757000', '172219.760000', '172239.633000', '172239.636000', '172239.639000', '172239.641000', '172239.644000', '172239.647000', '172239.649000', '172239.652000', '172239.654000', '172239.657000', '172239.660000', '172239.662000', '172239.665000', '172239.668000', '172239.670000', '172239.673000', '172239.675000', '172239.678000', '172239.680000', '172239.683000', '172239.686000', '172239.688000', '172239.691000', '172239.693000', '172239.696000', '172239.698000', '172239.701000', '172239.704000', '172239.706000', '172239.709000', '172239.711000', '172239.714000', '172239.717000', '172239.719000', '172239.722000', '172239.724000', '172239.727000', '172239.730000', '172239.732000', '172239.735000', '172239.737000', '172239.740000', '172239.742000', '172239.745000', '172259.633000', '172259.636000', '172259.639000', '172259.641000', '172259.644000', '172259.647000', '172259.649000', '172259.652000', '172259.654000', '172259.657000', '172259.659000', '172259.662000', '172259.665000', '172259.667000', '172259.670000', '172259.672000', '172259.675000', '172259.677000', '172259.680000', '172259.682000', '172259.685000', '172259.688000', '172259.691000', '172259.694000', '172259.696000', '172259.699000', '172259.701000', '172259.704000', '172259.706000', '172259.709000', '172259.711000', '172259.714000', '172259.717000', '172259.719000', '172259.722000', '172259.724000', '172259.727000', '172259.730000', '172259.732000', '172259.735000', '172259.737000', '172259.740000', '172259.742000', '172319.634000', '172319.636000', '172319.639000', '172319.642000', '172319.644000', '172319.647000', '172319.649000', '172319.652000', '172319.654000', '172319.657000', '172319.659000', '172319.662000', '172319.665000', '172319.667000', '172319.670000', '172319.672000', '172319.675000', '172319.678000', '172319.680000', '172319.683000', '172319.685000', '172319.688000', '172319.690000', '172319.693000', '172319.695000', '172319.698000', '172319.701000', '172319.704000', '172319.706000', '172319.709000', '172319.711000', '172319.714000', '172319.716000', '172319.719000', '172319.722000', '172319.724000', '172319.727000', '172319.730000', '172319.732000', '172319.735000', '172319.738000', '172319.740000', '172319.743000', '172319.745000', '172339.634000', '172339.637000', '172339.639000', '172339.642000', '172339.644000', '172339.647000', '172339.682000', '172339.685000', '172339.688000', '172339.690000', '172339.693000', '172339.695000', '172339.698000', '172339.700000', '172339.703000', '172339.706000', '172339.709000', '172339.713000', '172339.716000', '172339.719000', '172339.722000', '172339.725000', '172339.727000', '172339.730000', '172339.732000', '172339.735000', '172339.738000', '172339.740000', '172339.743000', '172339.745000', '172339.748000', '172339.750000', '172339.753000', '172339.755000', '172339.758000', '172339.761000', '172339.763000', '172339.766000', '172339.769000', '172339.771000', '172339.774000', '172339.776000', '172339.779000', '172359.633000', '172359.635000', '172359.638000', '172359.640000', '172359.643000', '172359.646000', '172359.648000', '172359.651000', '172359.653000', '172359.656000', '172359.659000', '172359.661000', '172359.664000', '172359.666000', '172359.669000', '172359.672000', '172359.674000', '172359.677000', '172359.679000', '172359.682000', '172359.685000', '172359.687000', '172359.690000', '172359.692000', '172359.695000', '172359.697000', '172359.700000', '172359.703000', '172359.705000', '172359.708000', '172359.710000', '172359.713000', '172359.715000', '172359.718000', '172359.721000', '172359.723000', '172359.726000', '172359.729000', '172359.731000', '172359.734000', '172359.736000', '172359.739000', '172359.741000', '172359.744000', '172419.633000', '172419.636000', '172419.639000', '172419.642000', '172419.645000', '172419.647000', '172419.650000', '172419.652000', '172419.655000', '172419.658000', '172419.660000', '172419.663000', '172419.665000', '172419.668000', '172419.671000', '172419.673000', '172419.676000', '172419.678000', '172419.681000', '172419.684000', '172419.686000', '172419.689000', '172419.691000', '172419.694000', '172419.697000', '172419.699000', '172419.702000', '172419.704000', '172419.707000', '172419.710000', '172419.712000', '172419.715000', '172419.725000', '172419.727000', '172419.730000', '172419.732000', '172419.735000', '172419.738000', '172419.740000', '172419.743000', '172419.745000', '172419.748000', '172419.750000', '172439.634000', '172439.636000', '172439.639000', '172439.642000', '172439.644000', '172439.647000', '172439.649000', '172439.652000', '172439.654000', '172439.657000', '172439.660000', '172439.662000', '172439.665000', '172439.668000', '172439.670000', '172439.673000', '172439.675000', '172439.678000', '172439.681000', '172439.683000', '172439.686000', '172439.688000', '172439.691000', '172439.694000', '172439.696000', '172439.699000', '172439.701000', '172439.704000', '172439.707000', '172439.709000', '172439.712000', '172439.714000', '172439.717000', '172439.720000', '172439.722000', '172439.725000', '172439.728000', '172439.730000', '172439.733000', '172439.735000', '172439.738000', '172439.740000', '172439.743000', '172439.746000', '172459.634000', '172459.636000', '172459.639000', '172459.642000', '172459.645000', '172459.647000', '172459.650000', '172459.652000', '172459.655000', '172459.657000', '172459.660000', '172459.663000', '172459.665000', '172459.668000', '172459.670000', '172459.673000', '172459.676000', '172459.678000', '172459.681000', '172459.683000', '172459.686000', '172459.689000', '172459.691000', '172459.694000', '172459.696000', '172459.699000', '172459.702000', '172459.704000', '172459.707000', '172459.709000', '172459.712000', '172459.723000', '172459.725000', '172459.728000', '172459.731000', '172459.733000', '172459.736000', '172459.738000', '172459.741000', '172459.744000', '172459.747000', '172459.750000', '172459.753000', '172519.633000', '172519.636000', '172519.639000', '172519.642000', '172519.644000', '172519.647000', '172519.649000', '172519.652000', '172519.654000', '172519.657000', '172519.660000', '172519.662000', '172519.665000', '172519.667000', '172519.670000', '172519.672000', '172519.675000', '172519.678000', '172519.681000', '172519.683000', '172519.686000', '172519.688000', '172519.691000', '172519.693000', '172519.696000', '172519.699000', '172519.701000', '172519.704000', '172519.706000', '172519.709000', '172519.712000', '172519.714000', '172519.717000', '172519.720000', '172519.722000', '172519.725000', '172519.728000', '172519.730000', '172519.733000', '172519.735000', '172519.738000', '172519.740000', '172519.743000', '172519.746000', '172539.634000', '172539.636000', '172539.639000', '172539.641000', '172539.644000', '172539.647000', '172539.649000', '172539.652000', '172539.654000', '172539.657000', '172539.659000', '172539.662000', '172539.664000', '172539.667000', '172539.670000', '172539.672000', '172539.675000', '172539.677000', '172539.680000', '172539.682000', '172539.685000', '172539.688000', '172539.690000', '172539.693000', '172539.695000', '172539.698000', '172539.701000', '172539.703000', '172539.706000', '172539.710000', '172539.712000', '172539.715000', '172539.717000', '172539.720000', '172539.723000', '172539.725000', '172539.728000', '172539.730000', '172539.733000', '172539.736000', '172539.738000', '172539.741000', '172539.743000', '172559.634000', '172559.636000', '172559.639000', '172559.642000', '172559.644000', '172559.647000', '172559.649000', '172559.652000', '172559.655000', '172559.657000', '172559.660000', '172559.662000', '172559.665000', '172559.668000', '172559.670000', '172559.673000', '172559.675000', '172559.678000', '172559.681000', '172559.683000', '172559.686000', '172559.688000', '172559.691000', '172559.694000', '172559.696000', '172559.699000', '172559.701000', '172559.704000', '172559.707000', '172559.709000', '172559.712000', '172559.714000', '172559.717000', '172559.720000', '172559.722000', '172559.725000', '172559.727000', '172559.730000', '172559.733000', '172559.735000', '172559.738000', '172559.740000', '172559.743000', '172559.746000', '172619.632000', '172619.635000', '172619.638000', '172619.659000', '172619.661000', '172619.664000', '172619.666000', '172619.669000', '172619.671000', '172619.674000', '172619.677000', '172619.679000', '172619.682000', '172619.684000', '172619.687000', '172619.690000', '172619.692000', '172619.695000', '172619.698000', '172619.700000', '172619.703000', '172619.705000', '172619.708000', '172619.711000', '172619.713000', '172619.716000', '172619.718000', '172619.721000', '172619.724000', '172619.726000', '172619.729000', '172619.731000', '172619.734000', '172619.737000', '172619.739000', '172619.746000', '172619.748000', '172619.751000', '172619.753000', '172619.756000', '172619.758000', '172619.796000', '172619.799000', '172639.633000', '172639.635000', '172639.638000', '172639.641000', '172639.643000', '172639.646000', '172639.648000', '172639.651000', '172639.653000', '172639.656000', '172639.659000', '172639.661000', '172639.664000', '172639.666000', '172639.669000', '172639.672000', '172639.674000', '172639.677000', '172639.679000', '172639.682000', '172639.685000', '172639.687000', '172639.690000', '172639.692000', '172639.695000', '172639.698000', '172639.700000', '172639.703000', '172639.706000', '172639.708000', '172639.711000', '172639.714000', '172639.716000', '172639.719000', '172639.721000', '172639.724000', '172639.727000', '172639.729000', '172639.732000', '172639.735000', '172639.737000', '172639.740000', '172639.742000', '172639.745000', '172659.634000', '172659.636000', '172659.639000', '172659.641000', '172659.644000', '172659.647000', '172659.649000', '172659.652000', '172659.654000', '172659.657000', '172659.660000', '172659.662000', '172659.665000', '172659.668000', '172659.670000', '172659.673000', '172659.675000', '172659.678000', '172659.681000', '172659.683000', '172659.686000', '172659.688000', '172659.691000', '172659.693000', '172659.696000', '172659.699000', '172659.701000', '172659.704000', '172659.707000', '172659.709000', '172659.712000', '172659.714000', '172659.717000', '172659.719000', '172659.722000', '172659.725000', '172659.727000', '172659.730000', '172659.732000', '172659.735000', '172659.738000', '172659.740000', '172659.743000', '172719.634000', '172719.637000', '172719.639000', '172719.642000', '172719.644000', '172719.647000', '172719.650000', '172719.652000', '172719.655000', '172719.657000', '172719.660000', '172719.663000', '172719.665000', '172719.668000', '172719.670000', '172719.673000', '172719.676000', '172719.678000', '172719.681000', '172719.683000', '172719.686000', '172719.688000', '172719.691000', '172719.694000', '172719.696000', '172719.699000', '172719.701000', '172719.704000', '172719.707000', '172719.709000', '172719.712000', '172719.714000', '172719.717000', '172719.720000', '172719.722000', '172719.725000', '172719.727000', '172719.730000', '172719.733000', '172719.735000', '172719.738000', '172719.740000', '172719.743000', '172719.746000', '172739.634000', '172739.636000', '172739.639000', '172739.642000', '172739.644000', '172739.647000', '172739.650000', '172739.652000', '172739.655000', '172739.658000', '172739.660000', '172739.663000', '172739.665000', '172739.668000', '172739.670000', '172739.673000', '172739.675000', '172739.678000', '172739.681000', '172739.683000', '172739.686000', '172739.689000', '172739.691000', '172739.694000', '172739.696000', '172739.699000', '172739.702000', '172739.704000', '172739.707000', '172739.710000', '172739.712000', '172739.715000', '172739.717000', '172739.720000', '172739.722000', '172739.725000', '172739.727000', '172739.730000', '172739.754000', '172739.757000', '172739.759000', '172739.762000', '172739.764000', '172759.634000', '172759.636000', '172759.639000', '172759.642000', '172759.644000', '172759.647000', '172759.649000', '172759.652000', '172759.654000', '172759.657000', '172759.660000', '172759.662000', '172759.665000', '172759.667000', '172759.670000', '172759.673000', '172759.675000', '172759.678000', '172759.680000', '172759.683000', '172759.686000', '172759.688000', '172759.691000', '172759.693000', '172759.696000', '172759.699000', '172759.701000', '172759.704000', '172759.706000', '172759.709000', '172759.711000', '172759.714000', '172759.717000', '172759.719000', '172759.722000', '172759.724000', '172759.727000', '172759.730000', '172759.732000', '172759.735000', '172759.737000', '172759.740000', '172759.743000', '172819.634000', '172819.636000', '172819.639000', '172819.642000', '172819.644000', '172819.647000', '172819.649000', '172819.652000', '172819.654000', '172819.657000', '172819.660000', '172819.662000', '172819.665000', '172819.667000', '172819.670000', '172819.673000', '172819.675000', '172819.678000', '172819.680000', '172819.683000', '172819.685000', '172819.694000', '172819.697000', '172819.700000', '172819.702000', '172819.705000', '172819.707000', '172819.710000', '172819.712000', '172819.715000', '172819.718000', '172819.720000', '172819.723000', '172819.725000', '172819.728000', '172819.731000', '172819.733000', '172819.736000', '172819.738000', '172819.741000', '172819.744000', '172819.746000', '172819.749000', '172819.751000', '172839.633000', '172839.636000', '172839.638000', '172839.641000', '172839.644000', '172839.646000', '172839.649000', '172839.651000', '172839.654000', '172839.657000', '172839.659000', '172839.662000', '172839.664000', '172839.667000', '172839.669000', '172839.672000', '172839.674000', '172839.677000', '172839.680000', '172839.682000', '172839.685000', '172839.688000', '172839.690000', '172839.693000', '172839.696000', '172839.698000', '172839.701000', '172839.703000', '172839.706000', '172839.708000', '172839.711000', '172839.714000', '172839.716000', '172839.719000', '172839.721000', '172839.724000', '172839.727000', '172839.729000', '172839.732000', '172839.734000', '172839.737000', '172839.739000', '172839.742000', '172839.745000', '172859.633000', '172859.636000', '172859.638000', '172859.641000', '172859.643000', '172859.646000', '172859.649000', '172859.651000', '172859.654000', '172859.656000', '172859.659000', '172859.662000', '172859.664000', '172859.667000', '172859.669000', '172859.672000', '172859.674000', '172859.677000', '172859.680000', '172859.682000', '172859.685000', '172859.687000', '172859.690000', '172859.693000', '172859.695000', '172859.698000', '172859.700000', '172859.703000', '172859.706000', '172859.708000', '172859.711000', '172859.713000', '172859.716000', '172859.719000', '172859.731000', '172859.733000', '172859.736000', '172859.738000', '172859.741000', '172859.744000', '172859.746000', '172859.749000', '172859.751000', '172919.634000', '172919.637000', '172919.640000', '172919.643000', '172919.645000', '172919.648000', '172919.651000', '172919.653000', '172919.656000', '172919.658000', '172919.661000', '172919.664000', '172919.666000', '172919.669000', '172919.671000', '172919.674000', '172919.676000', '172919.679000', '172919.682000', '172919.684000', '172919.687000', '172919.689000', '172919.692000', '172919.694000', '172919.697000', '172919.700000', '172919.702000', '172919.705000', '172919.707000', '172919.710000', '172919.713000', '172919.715000', '172919.718000', '172919.720000', '172919.723000', '172919.725000', '172919.728000', '172919.731000', '172919.733000', '172919.736000', '172919.738000', '172919.741000', '172919.744000', '172939.633000', '172939.636000', '172939.639000', '172939.642000', '172939.644000', '172939.647000', '172939.649000', '172939.652000', '172939.655000', '172939.657000', '172939.660000', '172939.662000', '172939.665000', '172939.668000', '172939.670000', '172939.673000', '172939.675000', '172939.678000', '172939.681000', '172939.683000', '172939.686000', '172939.688000', '172939.691000', '172939.694000', '172939.696000', '172939.699000', '172939.701000', '172939.704000', '172939.707000', '172939.709000', '172939.712000', '172939.714000', '172939.717000', '172939.720000', '172939.722000', '172939.725000', '172939.728000', '172939.730000', '172939.733000', '172939.735000', '172939.738000', '172939.741000', '172939.743000', '172939.746000', '172942.141000', '172942.144000', '172942.147000', '172942.149000', '172942.152000', '172942.154000'], 'InstanceCreationTime': ['171959.684000', '171959.687000', '171959.690000', '171959.692000', '171959.695000', '171959.697000', '171959.700000', '171959.702000', '171959.705000', '171959.707000', '171959.710000', '171959.713000', '171959.715000', '171959.718000', '171959.720000', '171959.726000', '171959.728000', '171959.731000', '171959.734000', '171959.736000', '171959.739000', '171959.741000', '171959.744000', '171959.746000', '171959.749000', '171959.751000', '171959.754000', '171959.757000', '171959.759000', '171959.762000', '171959.764000', '171959.767000', '171959.769000', '171959.772000', '171959.775000', '171959.777000', '171959.780000', '171959.782000', '171959.785000', '171959.787000', '171959.790000', '171959.793000', '171959.795000', '171959.798000', '171959.801000', '171959.803000', '171959.806000', '171959.808000', '171959.811000', '171959.813000', '171959.816000', '171959.819000', '171959.822000', '171959.825000', '171959.828000', '172019.633000', '172019.636000', '172019.639000', '172019.641000', '172019.644000', '172019.646000', '172019.649000', '172019.651000', '172019.654000', '172019.656000', '172019.659000', '172019.662000', '172019.664000', '172019.667000', '172019.669000', '172019.672000', '172019.674000', '172019.677000', '172019.680000', '172019.682000', '172019.685000', '172019.687000', '172019.690000', '172019.692000', '172019.695000', '172019.697000', '172019.700000', '172019.702000', '172019.717000', '172019.720000', '172019.722000', '172019.725000', '172019.727000', '172019.730000', '172019.733000', '172019.735000', '172019.738000', '172019.741000', '172019.743000', '172019.746000', '172019.748000', '172019.751000', '172019.753000', '172039.647000', '172039.650000', '172039.653000', '172039.655000', '172039.658000', '172039.660000', '172039.663000', '172039.665000', '172039.668000', '172039.671000', '172039.673000', '172039.676000', '172039.678000', '172039.681000', '172039.684000', '172039.686000', '172039.689000', '172039.691000', '172039.694000', '172039.696000', '172039.699000', '172039.701000', '172039.704000', '172039.707000', '172039.709000', '172039.712000', '172039.714000', '172039.717000', '172039.719000', '172039.722000', '172039.724000', '172039.727000', '172039.730000', '172039.732000', '172039.735000', '172039.737000', '172039.740000', '172039.742000', '172039.745000', '172039.747000', '172039.750000', '172039.752000', '172039.755000', '172039.758000', '172059.634000', '172059.637000', '172059.645000', '172059.648000', '172059.651000', '172059.653000', '172059.656000', '172059.659000', '172059.661000', '172059.664000', '172059.666000', '172059.669000', '172059.671000', '172059.674000', '172059.677000', '172059.679000', '172059.682000', '172059.684000', '172059.687000', '172059.690000', '172059.692000', '172059.695000', '172059.697000', '172059.700000', '172059.702000', '172059.705000', '172059.708000', '172059.710000', '172059.713000', '172059.716000', '172059.718000', '172059.721000', '172059.723000', '172059.726000', '172059.728000', '172059.731000', '172059.733000', '172059.736000', '172059.738000', '172059.741000', '172059.744000', '172059.746000', '172059.749000', '172119.633000', '172119.636000', '172119.639000', '172119.641000', '172119.644000', '172119.647000', '172119.649000', '172119.652000', '172119.654000', '172119.657000', '172119.659000', '172119.662000', '172119.665000', '172119.667000', '172119.670000', '172119.672000', '172119.675000', '172119.678000', '172119.680000', '172119.683000', '172119.685000', '172119.688000', '172119.690000', '172119.693000', '172119.696000', '172119.698000', '172119.701000', '172119.708000', '172119.711000', '172119.713000', '172119.716000', '172119.718000', '172119.721000', '172119.724000', '172119.726000', '172119.729000', '172119.740000', '172119.743000', '172119.746000', '172119.748000', '172119.751000', '172119.753000', '172119.756000', '172119.759000', '172139.632000', '172139.635000', '172139.638000', '172139.640000', '172139.643000', '172139.646000', '172139.648000', '172139.651000', '172139.653000', '172139.656000', '172139.659000', '172139.661000', '172139.664000', '172139.666000', '172139.669000', '172139.671000', '172139.674000', '172139.677000', '172139.679000', '172139.682000', '172139.684000', '172139.687000', '172139.689000', '172139.692000', '172139.695000', '172139.697000', '172139.700000', '172139.702000', '172139.705000', '172139.707000', '172139.721000', '172139.724000', '172139.727000', '172139.729000', '172139.732000', '172139.734000', '172139.737000', '172139.740000', '172139.742000', '172139.745000', '172139.747000', '172139.750000', '172139.752000', '172159.633000', '172159.635000', '172159.638000', '172159.640000', '172159.643000', '172159.646000', '172159.648000', '172159.651000', '172159.653000', '172159.656000', '172159.658000', '172159.661000', '172159.664000', '172159.666000', '172159.669000', '172159.671000', '172159.674000', '172159.676000', '172159.679000', '172159.682000', '172159.684000', '172159.687000', '172159.689000', '172159.692000', '172159.694000', '172159.697000', '172159.700000', '172159.702000', '172159.705000', '172159.707000', '172159.710000', '172159.712000', '172159.715000', '172159.718000', '172159.720000', '172159.723000', '172159.726000', '172159.728000', '172159.731000', '172159.747000', '172159.750000', '172159.752000', '172159.755000', '172159.758000', '172219.633000', '172219.636000', '172219.639000', '172219.642000', '172219.645000', '172219.648000', '172219.651000', '172219.654000', '172219.657000', '172219.659000', '172219.662000', '172219.664000', '172219.682000', '172219.684000', '172219.687000', '172219.690000', '172219.692000', '172219.695000', '172219.697000', '172219.700000', '172219.703000', '172219.705000', '172219.708000', '172219.710000', '172219.713000', '172219.716000', '172219.718000', '172219.721000', '172219.723000', '172219.726000', '172219.729000', '172219.731000', '172219.734000', '172219.736000', '172219.739000', '172219.741000', '172219.744000', '172219.747000', '172219.749000', '172219.752000', '172219.755000', '172219.757000', '172219.760000', '172239.633000', '172239.636000', '172239.639000', '172239.641000', '172239.644000', '172239.647000', '172239.649000', '172239.652000', '172239.654000', '172239.657000', '172239.660000', '172239.662000', '172239.665000', '172239.668000', '172239.670000', '172239.673000', '172239.675000', '172239.678000', '172239.680000', '172239.683000', '172239.686000', '172239.688000', '172239.691000', '172239.693000', '172239.696000', '172239.698000', '172239.701000', '172239.704000', '172239.706000', '172239.709000', '172239.711000', '172239.714000', '172239.717000', '172239.719000', '172239.722000', '172239.724000', '172239.727000', '172239.730000', '172239.732000', '172239.735000', '172239.737000', '172239.740000', '172239.742000', '172239.745000', '172259.633000', '172259.636000', '172259.639000', '172259.641000', '172259.644000', '172259.647000', '172259.649000', '172259.652000', '172259.654000', '172259.657000', '172259.659000', '172259.662000', '172259.665000', '172259.667000', '172259.670000', '172259.672000', '172259.675000', '172259.677000', '172259.680000', '172259.682000', '172259.685000', '172259.688000', '172259.691000', '172259.694000', '172259.696000', '172259.699000', '172259.701000', '172259.704000', '172259.706000', '172259.709000', '172259.711000', '172259.714000', '172259.717000', '172259.719000', '172259.722000', '172259.724000', '172259.727000', '172259.730000', '172259.732000', '172259.735000', '172259.737000', '172259.740000', '172259.742000', '172319.634000', '172319.636000', '172319.639000', '172319.642000', '172319.644000', '172319.647000', '172319.649000', '172319.652000', '172319.654000', '172319.657000', '172319.659000', '172319.662000', '172319.665000', '172319.667000', '172319.670000', '172319.672000', '172319.675000', '172319.678000', '172319.680000', '172319.683000', '172319.685000', '172319.688000', '172319.690000', '172319.693000', '172319.695000', '172319.698000', '172319.701000', '172319.704000', '172319.706000', '172319.709000', '172319.711000', '172319.714000', '172319.716000', '172319.719000', '172319.722000', '172319.724000', '172319.727000', '172319.730000', '172319.732000', '172319.735000', '172319.738000', '172319.740000', '172319.743000', '172319.745000', '172339.634000', '172339.637000', '172339.639000', '172339.642000', '172339.644000', '172339.647000', '172339.682000', '172339.685000', '172339.688000', '172339.690000', '172339.693000', '172339.695000', '172339.698000', '172339.700000', '172339.703000', '172339.706000', '172339.709000', '172339.713000', '172339.716000', '172339.719000', '172339.722000', '172339.725000', '172339.727000', '172339.730000', '172339.732000', '172339.735000', '172339.738000', '172339.740000', '172339.743000', '172339.745000', '172339.748000', '172339.750000', '172339.753000', '172339.755000', '172339.758000', '172339.761000', '172339.763000', '172339.766000', '172339.769000', '172339.771000', '172339.774000', '172339.776000', '172339.779000', '172359.633000', '172359.635000', '172359.638000', '172359.640000', '172359.643000', '172359.646000', '172359.648000', '172359.651000', '172359.653000', '172359.656000', '172359.659000', '172359.661000', '172359.664000', '172359.666000', '172359.669000', '172359.672000', '172359.674000', '172359.677000', '172359.679000', '172359.682000', '172359.685000', '172359.687000', '172359.690000', '172359.692000', '172359.695000', '172359.697000', '172359.700000', '172359.703000', '172359.705000', '172359.708000', '172359.710000', '172359.713000', '172359.715000', '172359.718000', '172359.721000', '172359.723000', '172359.726000', '172359.729000', '172359.731000', '172359.734000', '172359.736000', '172359.739000', '172359.741000', '172359.744000', '172419.633000', '172419.636000', '172419.639000', '172419.642000', '172419.645000', '172419.647000', '172419.650000', '172419.652000', '172419.655000', '172419.658000', '172419.660000', '172419.663000', '172419.665000', '172419.668000', '172419.671000', '172419.673000', '172419.676000', '172419.678000', '172419.681000', '172419.684000', '172419.686000', '172419.689000', '172419.691000', '172419.694000', '172419.697000', '172419.699000', '172419.702000', '172419.704000', '172419.707000', '172419.710000', '172419.712000', '172419.715000', '172419.725000', '172419.727000', '172419.730000', '172419.732000', '172419.735000', '172419.738000', '172419.740000', '172419.743000', '172419.745000', '172419.748000', '172419.750000', '172439.634000', '172439.636000', '172439.639000', '172439.642000', '172439.644000', '172439.647000', '172439.649000', '172439.652000', '172439.654000', '172439.657000', '172439.660000', '172439.662000', '172439.665000', '172439.668000', '172439.670000', '172439.673000', '172439.675000', '172439.678000', '172439.681000', '172439.683000', '172439.686000', '172439.688000', '172439.691000', '172439.694000', '172439.696000', '172439.699000', '172439.701000', '172439.704000', '172439.707000', '172439.709000', '172439.712000', '172439.714000', '172439.717000', '172439.720000', '172439.722000', '172439.725000', '172439.728000', '172439.730000', '172439.733000', '172439.735000', '172439.738000', '172439.740000', '172439.743000', '172439.746000', '172459.634000', '172459.636000', '172459.639000', '172459.642000', '172459.645000', '172459.647000', '172459.650000', '172459.652000', '172459.655000', '172459.657000', '172459.660000', '172459.663000', '172459.665000', '172459.668000', '172459.670000', '172459.673000', '172459.676000', '172459.678000', '172459.681000', '172459.683000', '172459.686000', '172459.689000', '172459.691000', '172459.694000', '172459.696000', '172459.699000', '172459.702000', '172459.704000', '172459.707000', '172459.709000', '172459.712000', '172459.723000', '172459.725000', '172459.728000', '172459.731000', '172459.733000', '172459.736000', '172459.738000', '172459.741000', '172459.744000', '172459.747000', '172459.750000', '172459.753000', '172519.633000', '172519.636000', '172519.639000', '172519.642000', '172519.644000', '172519.647000', '172519.649000', '172519.652000', '172519.654000', '172519.657000', '172519.660000', '172519.662000', '172519.665000', '172519.667000', '172519.670000', '172519.672000', '172519.675000', '172519.678000', '172519.681000', '172519.683000', '172519.686000', '172519.688000', '172519.691000', '172519.693000', '172519.696000', '172519.699000', '172519.701000', '172519.704000', '172519.706000', '172519.709000', '172519.712000', '172519.714000', '172519.717000', '172519.720000', '172519.722000', '172519.725000', '172519.728000', '172519.730000', '172519.733000', '172519.735000', '172519.738000', '172519.740000', '172519.743000', '172519.746000', '172539.634000', '172539.636000', '172539.639000', '172539.641000', '172539.644000', '172539.647000', '172539.649000', '172539.652000', '172539.654000', '172539.657000', '172539.659000', '172539.662000', '172539.664000', '172539.667000', '172539.670000', '172539.672000', '172539.675000', '172539.677000', '172539.680000', '172539.682000', '172539.685000', '172539.688000', '172539.690000', '172539.693000', '172539.695000', '172539.698000', '172539.701000', '172539.703000', '172539.706000', '172539.710000', '172539.712000', '172539.715000', '172539.717000', '172539.720000', '172539.723000', '172539.725000', '172539.728000', '172539.730000', '172539.733000', '172539.736000', '172539.738000', '172539.741000', '172539.743000', '172559.634000', '172559.636000', '172559.639000', '172559.642000', '172559.644000', '172559.647000', '172559.649000', '172559.652000', '172559.655000', '172559.657000', '172559.660000', '172559.662000', '172559.665000', '172559.668000', '172559.670000', '172559.673000', '172559.675000', '172559.678000', '172559.681000', '172559.683000', '172559.686000', '172559.688000', '172559.691000', '172559.694000', '172559.696000', '172559.699000', '172559.701000', '172559.704000', '172559.707000', '172559.709000', '172559.712000', '172559.714000', '172559.717000', '172559.720000', '172559.722000', '172559.725000', '172559.727000', '172559.730000', '172559.733000', '172559.735000', '172559.738000', '172559.740000', '172559.743000', '172559.746000', '172619.632000', '172619.635000', '172619.638000', '172619.659000', '172619.661000', '172619.664000', '172619.666000', '172619.669000', '172619.671000', '172619.674000', '172619.677000', '172619.679000', '172619.682000', '172619.684000', '172619.687000', '172619.690000', '172619.692000', '172619.695000', '172619.698000', '172619.700000', '172619.703000', '172619.705000', '172619.708000', '172619.711000', '172619.713000', '172619.716000', '172619.718000', '172619.721000', '172619.724000', '172619.726000', '172619.729000', '172619.731000', '172619.734000', '172619.737000', '172619.739000', '172619.746000', '172619.748000', '172619.751000', '172619.753000', '172619.756000', '172619.758000', '172619.796000', '172619.799000', '172639.633000', '172639.635000', '172639.638000', '172639.641000', '172639.643000', '172639.646000', '172639.648000', '172639.651000', '172639.653000', '172639.656000', '172639.659000', '172639.661000', '172639.664000', '172639.666000', '172639.669000', '172639.672000', '172639.674000', '172639.677000', '172639.679000', '172639.682000', '172639.685000', '172639.687000', '172639.690000', '172639.692000', '172639.695000', '172639.698000', '172639.700000', '172639.703000', '172639.706000', '172639.708000', '172639.711000', '172639.714000', '172639.716000', '172639.719000', '172639.721000', '172639.724000', '172639.727000', '172639.729000', '172639.732000', '172639.735000', '172639.737000', '172639.740000', '172639.742000', '172639.745000', '172659.634000', '172659.636000', '172659.639000', '172659.641000', '172659.644000', '172659.647000', '172659.649000', '172659.652000', '172659.654000', '172659.657000', '172659.660000', '172659.662000', '172659.665000', '172659.668000', '172659.670000', '172659.673000', '172659.675000', '172659.678000', '172659.681000', '172659.683000', '172659.686000', '172659.688000', '172659.691000', '172659.693000', '172659.696000', '172659.699000', '172659.701000', '172659.704000', '172659.707000', '172659.709000', '172659.712000', '172659.714000', '172659.717000', '172659.719000', '172659.722000', '172659.725000', '172659.727000', '172659.730000', '172659.732000', '172659.735000', '172659.738000', '172659.740000', '172659.743000', '172719.634000', '172719.637000', '172719.639000', '172719.642000', '172719.644000', '172719.647000', '172719.650000', '172719.652000', '172719.655000', '172719.657000', '172719.660000', '172719.663000', '172719.665000', '172719.668000', '172719.670000', '172719.673000', '172719.676000', '172719.678000', '172719.681000', '172719.683000', '172719.686000', '172719.688000', '172719.691000', '172719.694000', '172719.696000', '172719.699000', '172719.701000', '172719.704000', '172719.707000', '172719.709000', '172719.712000', '172719.714000', '172719.717000', '172719.720000', '172719.722000', '172719.725000', '172719.727000', '172719.730000', '172719.733000', '172719.735000', '172719.738000', '172719.740000', '172719.743000', '172719.746000', '172739.634000', '172739.636000', '172739.639000', '172739.642000', '172739.644000', '172739.647000', '172739.650000', '172739.652000', '172739.655000', '172739.658000', '172739.660000', '172739.663000', '172739.665000', '172739.668000', '172739.670000', '172739.673000', '172739.675000', '172739.678000', '172739.681000', '172739.683000', '172739.686000', '172739.689000', '172739.691000', '172739.694000', '172739.696000', '172739.699000', '172739.702000', '172739.704000', '172739.707000', '172739.710000', '172739.712000', '172739.715000', '172739.717000', '172739.720000', '172739.722000', '172739.725000', '172739.727000', '172739.730000', '172739.754000', '172739.757000', '172739.759000', '172739.762000', '172739.764000', '172759.634000', '172759.636000', '172759.639000', '172759.642000', '172759.644000', '172759.647000', '172759.649000', '172759.652000', '172759.654000', '172759.657000', '172759.660000', '172759.662000', '172759.665000', '172759.667000', '172759.670000', '172759.673000', '172759.675000', '172759.678000', '172759.680000', '172759.683000', '172759.686000', '172759.688000', '172759.691000', '172759.693000', '172759.696000', '172759.699000', '172759.701000', '172759.704000', '172759.706000', '172759.709000', '172759.711000', '172759.714000', '172759.717000', '172759.719000', '172759.722000', '172759.724000', '172759.727000', '172759.730000', '172759.732000', '172759.735000', '172759.737000', '172759.740000', '172759.743000', '172819.634000', '172819.636000', '172819.639000', '172819.642000', '172819.644000', '172819.647000', '172819.649000', '172819.652000', '172819.654000', '172819.657000', '172819.660000', '172819.662000', '172819.665000', '172819.667000', '172819.670000', '172819.673000', '172819.675000', '172819.678000', '172819.680000', '172819.683000', '172819.685000', '172819.694000', '172819.697000', '172819.700000', '172819.702000', '172819.705000', '172819.707000', '172819.710000', '172819.712000', '172819.715000', '172819.718000', '172819.720000', '172819.723000', '172819.725000', '172819.728000', '172819.731000', '172819.733000', '172819.736000', '172819.738000', '172819.741000', '172819.744000', '172819.746000', '172819.749000', '172819.751000', '172839.633000', '172839.636000', '172839.638000', '172839.641000', '172839.644000', '172839.646000', '172839.649000', '172839.651000', '172839.654000', '172839.657000', '172839.659000', '172839.662000', '172839.664000', '172839.667000', '172839.669000', '172839.672000', '172839.674000', '172839.677000', '172839.680000', '172839.682000', '172839.685000', '172839.688000', '172839.690000', '172839.693000', '172839.696000', '172839.698000', '172839.701000', '172839.703000', '172839.706000', '172839.708000', '172839.711000', '172839.714000', '172839.716000', '172839.719000', '172839.721000', '172839.724000', '172839.727000', '172839.729000', '172839.732000', '172839.734000', '172839.737000', '172839.739000', '172839.742000', '172839.745000', '172859.633000', '172859.636000', '172859.638000', '172859.641000', '172859.643000', '172859.646000', '172859.649000', '172859.651000', '172859.654000', '172859.656000', '172859.659000', '172859.662000', '172859.664000', '172859.667000', '172859.669000', '172859.672000', '172859.674000', '172859.677000', '172859.680000', '172859.682000', '172859.685000', '172859.687000', '172859.690000', '172859.693000', '172859.695000', '172859.698000', '172859.700000', '172859.703000', '172859.706000', '172859.708000', '172859.711000', '172859.713000', '172859.716000', '172859.719000', '172859.731000', '172859.733000', '172859.736000', '172859.738000', '172859.741000', '172859.744000', '172859.746000', '172859.749000', '172859.751000', '172919.634000', '172919.637000', '172919.640000', '172919.643000', '172919.645000', '172919.648000', '172919.651000', '172919.653000', '172919.656000', '172919.658000', '172919.661000', '172919.664000', '172919.666000', '172919.669000', '172919.671000', '172919.674000', '172919.676000', '172919.679000', '172919.682000', '172919.684000', '172919.687000', '172919.689000', '172919.692000', '172919.694000', '172919.697000', '172919.700000', '172919.702000', '172919.705000', '172919.707000', '172919.710000', '172919.713000', '172919.715000', '172919.718000', '172919.720000', '172919.723000', '172919.725000', '172919.728000', '172919.731000', '172919.733000', '172919.736000', '172919.738000', '172919.741000', '172919.744000', '172939.633000', '172939.636000', '172939.639000', '172939.642000', '172939.644000', '172939.647000', '172939.649000', '172939.652000', '172939.655000', '172939.657000', '172939.660000', '172939.662000', '172939.665000', '172939.668000', '172939.670000', '172939.673000', '172939.675000', '172939.678000', '172939.681000', '172939.683000', '172939.686000', '172939.688000', '172939.691000', '172939.694000', '172939.696000', '172939.699000', '172939.701000', '172939.704000', '172939.707000', '172939.709000', '172939.712000', '172939.714000', '172939.717000', '172939.720000', '172939.722000', '172939.725000', '172939.728000', '172939.730000', '172939.733000', '172939.735000', '172939.738000', '172939.741000', '172939.743000', '172939.746000', '172942.141000', '172942.144000', '172942.147000', '172942.149000', '172942.152000', '172942.154000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [17171, 9952, 15374, 11071, 13819, 16812, 12539, 20102, 9022, 13777, 9827, 11551, 11111, 10439, 12494, 8187, 13519, 9334, 12916, 8767, 12275, 9328, 12633, 10300, 10813, 8225, 10942, 9929, 10608, 14644, 11778, 14445, 9394, 10946, 9297, 10425, 15132, 9353, 12993, 7985, 10119, 8074, 9163, 12931, 8524, 12589, 7829, 10278, 7813, 9131, 12510, 8213, 12166, 7980, 10623, 10299, 10062, 7621, 8741, 11860, 8676, 13129, 8824, 13097, 9027, 11004, 14544, 9319, 14384, 9630, 12406, 8027, 10386, 10099, 9512, 9270, 9644, 13005, 9338, 13908, 11741, 14113, 9421, 11779, 9830, 11461, 13499, 10842, 12126, 9532, 15104, 9579, 14154, 9291, 13361, 7727, 11165, 10045, 9984, 8390, 10375, 8217, 11591, 8393, 14111, 11141, 11868, 8412, 9974, 16096, 9515, 14053, 10074, 12921, 8419, 10076, 10365, 8654, 12198, 7936, 12106, 7829, 10892, 7644, 9462, 13495, 8506, 12825, 8681, 10565, 8033, 8445, 13099, 8010, 13275, 9505, 10888, 8721, 8570, 14558, 8635, 14450, 9116, 15171, 9817, 11543, 8728, 11821, 10149, 16623, 9623, 15225, 12376, 11826, 17709, 10538, 16439, 12821, 13292, 12459, 10021, 15015, 8349, 14170, 8692, 12058, 8649, 9447, 12764, 8978, 16097, 9923, 12801, 10049, 9137, 16899, 10519, 13701, 10120, 9748, 17395, 8809, 13669, 13419, 9658, 16258, 8629, 11568, 14294, 9051, 15309, 8936, 11437, 10983, 8223, 14691, 9978, 10631, 13422, 9022, 14772, 8772, 12283, 8615, 10669, 8850, 10519, 11248, 9503, 17174, 11702, 14970, 9421, 10525, 16491, 10816, 15651, 15157, 12425, 18270, 8703, 13183, 9558, 11803, 12963, 12856, 11606, 10422, 8260, 10622, 8588, 12236, 19253, 11826, 13101, 18724, 10062, 14720, 9083, 9965, 17844, 11094, 11631, 18385, 10608, 15461, 10048, 8387, 15547, 8409, 12460, 8835, 8371, 16596, 8829, 12855, 8537, 8800, 16878, 9387, 13511, 11539, 8976, 16469, 9989, 10930, 8505, 13997, 8708, 14332, 8758, 16062, 11014, 16336, 9105, 14829, 12828, 10810, 17867, 11422, 14446, 9866, 10524, 13042, 9283, 13815, 8538, 14609, 9177, 14556, 9254, 11943, 8077, 13281, 8613, 14423, 8982, 16789, 11772, 16562, 9468, 14593, 10993, 11170, 18186, 11419, 13185, 8218, 8978, 15618, 8661, 14448, 8781, 11981, 7875, 9510, 7530, 9880, 8101, 9654, 16441, 9072, 13638, 14832, 10020, 14923, 8709, 11803, 9161, 10210, 15614, 10109, 14565, 8623, 12825, 8694, 10343, 17542, 10823, 13735, 8291, 10938, 12289, 8612, 15929, 9985, 11805, 7693, 8630, 15580, 8825, 13938, 9011, 10441, 10274, 8349, 15198, 9411, 13406, 8391, 13204, 9314, 10180, 17808, 11856, 15480, 9031, 11849, 12941, 10048, 16973, 10994, 13843, 15692, 8742, 15482, 10086, 11568, 9864, 8431, 15265, 8883, 11362, 12110, 9056, 14667, 8614, 11606, 11615, 9068, 15071, 8803, 12688, 8739, 10744, 8971, 9846, 7994, 9989, 8395, 10370, 8769, 14803, 8983, 15310, 9759, 16160, 11065, 11939, 15787, 10121, 15519, 11262, 13290, 8614, 9666, 9487, 9977, 13936, 9077, 13585, 9157, 13141, 9757, 13568, 8713, 10883, 11687, 9677, 15174, 8742, 14595, 9299, 10948, 18568, 10811, 14116, 8082, 10459, 9058, 9632, 10497, 9356, 12793, 8472, 14996, 10124, 13366, 8691, 9481, 16691, 10531, 11424, 15560, 9805, 15207, 8531, 12227, 8891, 9573, 8207, 12196, 8481, 12315, 8899, 10422, 11200, 10326, 10592, 16248, 11684, 16701, 12709, 15499, 9598, 11420, 18551, 11161, 15089, 9026, 13057, 8948, 13378, 9174, 10951, 8615, 10034, 7641, 10438, 12877, 10424, 14558, 8897, 14872, 9275, 14411, 9374, 10529, 15096, 8337, 15059, 9915, 13265, 8531, 12937, 8059, 12953, 9248, 11811, 8500, 11235, 8530, 9781, 16857, 11551, 13861, 8787, 10784, 8384, 9306, 7643, 14835, 9865, 11514, 13539, 11403, 7711, 10147, 10534, 12546, 8795, 13693, 9593, 15880, 9238, 13858, 14026, 11722, 15971, 9221, 11840, 9109, 10674, 17226, 9290, 15550, 9273, 10353, 9226, 9472, 8662, 9056, 8091, 9304, 11622, 9460, 11677, 8735, 9923, 15303, 9508, 13690, 10305, 10584, 17357, 8833, 11072, 10515, 9283, 12456, 9002, 10429, 8488, 9560, 11905, 9208, 10254, 8937, 9673, 13270, 9499, 11085, 9203, 10220, 8974, 10648, 9031, 12012, 8488, 11302, 9386, 10803, 11816, 11013, 16584, 9265, 14930, 12504, 13241, 8626, 10172, 14758, 10090, 16205, 10056, 11141, 8494, 8880, 11464, 9416, 13301, 8714, 12842, 8780, 11158, 9187, 11835, 9338, 11317, 8434, 9915, 14454, 9246, 15096, 10950, 10055, 15388, 8672, 11799, 8739, 9181, 8018, 8978, 11660, 8976, 10579, 8997, 9152, 8739, 9345, 8300, 9352, 12688, 9477, 11761, 8728, 10580, 8876, 10854, 8414, 10058, 8296, 11481, 9405, 10753, 9264, 11743, 9218, 14037, 10625, 14395, 12479, 9408, 16868, 9486, 14614, 10902, 9726, 19045, 9323, 10909, 8929, 9488, 8306, 8922, 11274, 9673, 9952, 9082, 9703, 8201, 9497, 11582, 9405, 12201, 9037, 11689, 8922, 10383, 12711, 9106, 13354, 9037, 11687, 9043, 10627, 8724, 9518, 8792, 10897, 9315, 9122, 8413, 8937, 11724, 9487, 12696, 9381, 12834, 8884, 12976, 9597, 12137, 8811, 11798, 8897, 12913, 10478, 9475, 8538, 10628, 8728, 8620, 8735, 11348, 8961, 13849, 9187, 13834, 9286, 14795, 9308, 13629, 9345, 12944, 9474, 12598, 9025, 11722, 9859, 12663, 10121, 11419, 9016, 12731, 9246, 12795, 10369, 11919, 8735, 12371, 8365, 11069, 15011, 9329, 12320, 8604, 10681, 9531, 8757, 11023, 9026, 9697, 8568, 9011, 8572, 8819, 10386, 8907, 13063, 9203, 9029, 11656, 9141, 9463, 8210, 8574, 10637, 9332, 12305, 9486, 8953, 12627, 8832, 10275, 9097, 9431, 7985, 9415, 11650, 8979, 11138, 12053, 9113, 14691, 9075, 10756, 8598, 10532, 9123, 10530, 8975, 10238, 9353, 10378, 14848, 8884, 15561, 8897, 11078, 15640, 8931, 12771, 8888, 8790, 12056, 8779, 10356, 8317, 8468, 9310, 8586, 11015, 9258, 10702, 8181, 8279, 11170, 9562, 11544, 8514, 11061, 8777, 9187, 12988, 8834, 11729, 10527, 8591, 11483, 9004, 10284, 8608, 9346, 8681, 9536, 8233, 9859, 8332, 10971, 15541, 10537, 12558, 8832, 10504, 9485, 8640, 9660, 11386, 8729, 8711, 9115, 10986, 9377, 16248, 9485, 11053, 18309, 9503, 16128, 9494, 9784, 11514, 9188, 10972, 9200, 10782, 7995, 8789, 10465, 9047, 11059, 12282, 8698, 11051, 8385, 8464, 11393, 8806, 9315, 8537, 10608, 8654, 8579, 10981, 8760, 11936, 8332, 8578, 11985, 9014, 9642, 8645, 9169, 11757, 8994, 12398, 9277, 9199, 8454, 9129, 11538, 9348, 12810, 9451, 10848, 12767, 9042, 14888, 10634, 13500, 8725, 10813, 8557, 10924, 17469, 10044, 14811, 8791, 12377, 10712, 9406, 17230, 11194, 13221, 8492, 8538, 11972, 8770, 11810, 8597, 8535, 11145, 9400, 11238, 8780, 8687, 11223, 9268, 11200, 8911, 8587, 11304, 9274, 10819, 9074, 9106, 8461, 8648, 10834, 9040, 12018, 8747, 9956, 15340, 8738, 10891, 9809, 8846, 8377, 8357, 8578, 11422, 9000, 11044, 9528, 11663, 9047, 13257, 18639, 14186, 15811, 11072, 10563, 15215, 9223, 14407, 10143, 10484, 7796, 8511, 10918, 8834, 9581, 7974, 8512, 10528, 8584, 11806, 9326, 8520, 13537, 8244, 12204, 9310, 8509, 13052, 8513, 10874, 8909, 9090, 8779, 8035, 10714, 8894, 10463, 9478, 9621, 8284, 8962, 11770, 10190, 11582, 8383, 9487, 16502, 9409, 11879, 15951, 8274, 12476, 8267, 8505, 11480, 8757, 9189, 8394, 8169, 9353, 8858, 10733, 8371, 10520, 8603, 8129, 9506, 9182, 11105, 8645, 13080, 13463, 13496, 17587, 12944, 16193, 9050, 11484, 15004, 10482, 12512, 8351, 9089, 8380, 8638, 11837, 8484, 11757, 8622, 9131, 9358, 8720, 12778, 8766, 10977, 9007, 9992, 15636, 9319, 12976, 8566, 8429, 11869, 9106, 12220, 8602, 9280, 8205, 8367, 11636, 9024, 12971, 8613, 9097, 12226, 9326, 13652, 9265, 13187, 8507, 10592, 9183, 10815, 8641, 10081, 12721, 8862, 13818, 10236, 13646, 8911, 13487, 9726, 15076, 8694, 11861, 9481, 10600, 18581, 8831, 15892, 8336, 9990, 9654, 8667, 12418, 8655, 10178, 9004, 8881, 8648, 8692, 12178, 9081, 12072, 9569, 9363, 13061, 8947, 9363, 14381, 9641, 13734, 9190, 9371, 14621, 9124, 10922, 8948, 8932, 8386, 9166, 11106, 9261, 9867, 13430, 8722, 13834, 9077, 9225, 10832, 9098, 13216, 9036, 10958, 9344, 12415, 9482, 12538, 8698, 9462, 9282, 8880, 16456, 8779, 14727, 9953, 10815, 10535, 9465, 8223, 9992, 10149, 10881, 9835, 9343, 8550, 9287, 8927, 14265, 11786, 12604, 16849, 8524, 12373, 8782, 12201, 8935, 9249, 15945, 8922, 11084, 8914, 8738, 10534, 8924, 9626, 8962, 9056, 8759, 8919, 10673, 9361, 9378, 9237, 9430, 12240, 9383, 10992, 8889, 9560, 13706, 9623, 12833, 8949, 9130, 13129, 9344, 12372, 8666, 9334, 13127, 9150, 13577, 9097, 9696, 13742, 9117, 11341, 9009, 9332, 9265, 9851, 8555, 9121, 7905, 9862, 7190, 11653, 16879, 11249, 12828, 13852, 9546, 14224, 10439, 13881, 12962, 11076, 18300, 11571, 15802, 16793, 11716, 16802, 12175, 10914, 15349, 9083, 12016, 9014, 9588, 13911, 8185, 10674, 8332, 8530, 13220, 8063, 11620, 8294, 9730, 7394, 8583, 13731, 8350, 12197, 8789, 10405, 8065, 9420, 8966, 9811, 14245, 10868, 13834, 8306, 10376, 9005, 11027, 8420, 10893, 9191, 9805, 7949, 11534, 8252, 10607, 16420, 9058, 14221, 8300, 12917, 9562, 10493, 8012, 8574, 12251, 9167, 12584, 8324, 10582, 8179], 'WindowCenter': [4417.0, 4340.0, 4366.0, 4332.0, 4340.0, 4347.0, 4316.0, 4345.0, 4283.0, 4324.0, 4292.0, 4302.0, 4290.0, 4289.0, 4287.0, 4258.0, 4308.0, 4280.0, 4311.0, 4283.0, 4311.0, 4282.0, 4313.0, 4291.0, 4291.0, 4259.0, 4291.0, 4280.0, 4291.0, 4321.0, 4302.0, 4312.0, 4270.0, 4290.0, 4268.0, 4290.0, 4309.0, 4269.0, 4298.0, 4247.0, 4278.0, 4257.0, 4279.0, 4309.0, 4269.0, 4299.0, 4248.0, 4290.0, 4248.0, 4281.0, 4310.0, 4271.0, 4312.0, 4271.0, 4302.0, 4290.0, 4292.0, 4261.0, 4272.0, 4325.0, 4283.0, 4325.0, 4283.0, 4314.0, 4282.0, 4305.0, 4322.0, 4282.0, 4323.0, 4282.0, 4302.0, 4260.0, 4293.0, 4292.0, 4293.0, 4283.0, 4293.0, 4312.0, 4282.0, 4323.0, 4314.0, 4324.0, 4284.0, 4303.0, 4283.0, 4304.0, 4324.0, 4317.0, 4312.0, 4293.0, 4331.0, 4281.0, 4320.0, 4281.0, 4309.0, 4249.0, 4302.0, 4279.0, 4290.0, 4272.0, 4291.0, 4271.0, 4300.0, 4270.0, 4321.0, 4289.0, 4300.0, 4257.0, 4279.0, 4319.0, 4269.0, 4310.0, 4279.0, 4288.0, 4245.0, 4277.0, 4264.0, 4257.0, 4286.0, 4258.0, 4298.0, 4259.0, 4290.0, 4260.0, 4295.0, 4309.0, 4270.0, 4310.0, 4284.0, 4303.0, 4261.0, 4271.0, 4312.0, 4273.0, 4337.0, 4293.0, 4302.0, 4271.0, 4284.0, 4323.0, 4283.0, 4337.0, 4283.0, 4347.0, 4304.0, 4313.0, 4283.0, 4314.0, 4306.0, 4344.0, 4293.0, 4335.0, 4312.0, 4315.0, 4332.0, 4291.0, 4321.0, 4310.0, 4310.0, 4297.0, 4279.0, 4306.0, 4269.0, 4319.0, 4268.0, 4301.0, 4270.0, 4292.0, 4310.0, 4281.0, 4331.0, 4291.0, 4311.0, 4279.0, 4281.0, 4330.0, 4289.0, 4322.0, 4289.0, 4281.0, 4329.0, 4270.0, 4323.0, 4298.0, 4278.0, 4318.0, 4268.0, 4299.0, 4309.0, 4268.0, 4319.0, 4269.0, 4299.0, 4286.0, 4270.0, 4333.0, 4280.0, 4291.0, 4310.0, 4282.0, 4323.0, 4283.0, 4312.0, 4282.0, 4303.0, 4293.0, 4315.0, 4314.0, 4321.0, 4358.0, 4315.0, 4333.0, 4281.0, 4303.0, 4334.0, 4302.0, 4335.0, 4322.0, 4302.0, 4328.0, 4268.0, 4312.0, 4280.0, 4300.0, 4298.0, 4300.0, 4302.0, 4290.0, 4284.0, 4302.0, 4281.0, 4324.0, 4354.0, 4300.0, 4309.0, 4328.0, 4276.0, 4308.0, 4254.0, 4265.0, 4316.0, 4273.0, 4273.0, 4302.0, 4261.0, 4292.0, 4239.0, 4230.0, 4290.0, 4240.0, 4271.0, 4240.0, 4242.0, 4302.0, 4253.0, 4283.0, 4253.0, 4255.0, 4315.0, 4264.0, 4296.0, 4272.0, 4266.0, 4316.0, 4277.0, 4288.0, 4268.0, 4319.0, 4281.0, 4331.0, 4293.0, 4333.0, 4303.0, 4344.0, 4293.0, 4337.0, 4312.0, 4302.0, 4332.0, 4300.0, 4310.0, 4266.0, 4289.0, 4299.0, 4281.0, 4310.0, 4270.0, 4322.0, 4281.0, 4322.0, 4282.0, 4313.0, 4284.0, 4333.0, 4295.0, 4334.0, 4296.0, 4345.0, 4327.0, 4346.0, 4294.0, 4335.0, 4290.0, 4304.0, 4333.0, 4299.0, 4312.0, 4259.0, 4281.0, 4329.0, 4270.0, 4319.0, 4268.0, 4287.0, 4257.0, 4280.0, 4260.0, 4304.0, 4284.0, 4304.0, 4344.0, 4282.0, 4323.0, 4312.0, 4282.0, 4334.0, 4285.0, 4315.0, 4282.0, 4293.0, 4334.0, 4294.0, 4322.0, 4282.0, 4313.0, 4272.0, 4305.0, 4330.0, 4301.0, 4322.0, 4272.0, 4313.0, 4312.0, 4285.0, 4331.0, 4290.0, 4300.0, 4248.0, 4270.0, 4320.0, 4280.0, 4323.0, 4283.0, 4317.0, 4302.0, 4283.0, 4332.0, 4282.0, 4319.0, 4271.0, 4323.0, 4281.0, 4302.0, 4342.0, 4312.0, 4322.0, 4270.0, 4312.0, 4310.0, 4291.0, 4331.0, 4289.0, 4310.0, 4306.0, 4257.0, 4306.0, 4276.0, 4287.0, 4276.0, 4258.0, 4318.0, 4268.0, 4301.0, 4297.0, 4269.0, 4320.0, 4269.0, 4301.0, 4298.0, 4281.0, 4320.0, 4280.0, 4311.0, 4283.0, 4305.0, 4283.0, 4305.0, 4277.0, 4304.0, 4284.0, 4306.0, 4298.0, 4347.0, 4296.0, 4348.0, 4307.0, 4348.0, 4304.0, 4315.0, 4333.0, 4305.0, 4334.0, 4303.0, 4312.0, 4273.0, 4293.0, 4281.0, 4293.0, 4323.0, 4296.0, 4334.0, 4294.0, 4323.0, 4295.0, 4322.0, 4281.0, 4304.0, 4301.0, 4291.0, 4321.0, 4281.0, 4335.0, 4292.0, 4314.0, 4342.0, 4291.0, 4308.0, 4257.0, 4288.0, 4267.0, 4293.0, 4289.0, 4282.0, 4310.0, 4283.0, 4345.0, 4303.0, 4325.0, 4270.0, 4292.0, 4321.0, 4289.0, 4302.0, 4319.0, 4280.0, 4318.0, 4270.0, 4313.0, 4282.0, 4306.0, 4284.0, 4314.0, 4284.0, 4323.0, 4295.0, 4317.0, 4328.0, 4318.0, 4317.0, 4345.0, 4314.0, 4335.0, 4311.0, 4321.0, 4267.0, 4300.0, 4329.0, 4288.0, 4318.0, 4269.0, 4297.0, 4269.0, 4309.0, 4267.0, 4289.0, 4268.0, 4278.0, 4259.0, 4291.0, 4310.0, 4289.0, 4308.0, 4268.0, 4308.0, 4269.0, 4310.0, 4267.0, 4289.0, 4318.0, 4281.0, 4319.0, 4278.0, 4297.0, 4268.0, 4298.0, 4271.0, 4321.0, 4291.0, 4313.0, 4283.0, 4314.0, 4282.0, 4303.0, 4343.0, 4314.0, 4322.0, 4281.0, 4302.0, 4284.0, 4306.0, 4274.0, 4337.0, 4295.0, 4305.0, 4325.0, 4316.0, 4272.0, 4319.0, 4315.0, 4325.0, 4282.0, 4362.0, 4307.0, 4347.0, 4295.0, 4349.0, 4348.0, 4330.0, 4347.0, 4307.0, 4326.0, 4295.0, 4303.0, 4331.0, 4279.0, 4318.0, 4279.0, 4304.0, 4293.0, 4304.0, 4293.0, 4295.0, 4283.0, 4306.0, 4315.0, 4294.0, 4314.0, 4282.0, 4305.0, 4333.0, 4294.0, 4324.0, 4307.0, 4316.0, 4343.0, 4281.0, 4302.0, 4291.0, 4282.0, 4310.0, 4280.0, 4301.0, 4282.0, 4294.0, 4311.0, 4294.0, 4302.0, 4293.0, 4304.0, 4323.0, 4293.0, 4315.0, 4296.0, 4305.0, 4295.0, 4319.0, 4307.0, 4339.0, 4298.0, 4329.0, 4306.0, 4318.0, 4327.0, 4318.0, 4346.0, 4297.0, 4347.0, 4324.0, 4326.0, 4283.0, 4304.0, 4333.0, 4303.0, 4333.0, 4293.0, 4301.0, 4281.0, 4293.0, 4312.0, 4294.0, 4335.0, 4294.0, 4321.0, 4281.0, 4299.0, 4292.0, 4313.0, 4292.0, 4313.0, 4272.0, 4304.0, 4332.0, 4293.0, 4332.0, 4290.0, 4290.0, 4318.0, 4268.0, 4298.0, 4269.0, 4282.0, 4259.0, 4281.0, 4301.0, 4282.0, 4289.0, 4281.0, 4291.0, 4281.0, 4294.0, 4283.0, 4306.0, 4335.0, 4304.0, 4324.0, 4294.0, 4314.0, 4295.0, 4316.0, 4296.0, 4318.0, 4295.0, 4325.0, 4305.0, 4316.0, 4306.0, 4325.0, 4306.0, 4350.0, 4316.0, 4336.0, 4324.0, 4294.0, 4343.0, 4292.0, 4333.0, 4300.0, 4291.0, 4341.0, 4279.0, 4291.0, 4267.0, 4280.0, 4257.0, 4278.0, 4298.0, 4279.0, 4290.0, 4280.0, 4290.0, 4269.0, 4291.0, 4311.0, 4291.0, 4312.0, 4280.0, 4312.0, 4291.0, 4314.0, 4322.0, 4292.0, 4320.0, 4294.0, 4324.0, 4297.0, 4301.0, 4295.0, 4304.0, 4292.0, 4315.0, 4292.0, 4293.0, 4281.0, 4294.0, 4314.0, 4306.0, 4326.0, 4296.0, 4323.0, 4294.0, 4324.0, 4306.0, 4326.0, 4297.0, 4314.0, 4295.0, 4325.0, 4304.0, 4293.0, 4297.0, 4316.0, 4293.0, 4295.0, 4296.0, 4325.0, 4306.0, 4335.0, 4294.0, 4333.0, 4294.0, 4334.0, 4306.0, 4336.0, 4296.0, 4322.0, 4294.0, 4312.0, 4283.0, 4311.0, 4293.0, 4322.0, 4304.0, 4312.0, 4294.0, 4322.0, 4295.0, 4323.0, 4292.0, 4300.0, 4270.0, 4312.0, 4259.0, 4300.0, 4319.0, 4279.0, 4298.0, 4269.0, 4289.0, 4276.0, 4268.0, 4289.0, 4269.0, 4280.0, 4280.0, 4292.0, 4281.0, 4292.0, 4304.0, 4293.0, 4335.0, 4291.0, 4283.0, 4313.0, 4293.0, 4295.0, 4282.0, 4295.0, 4315.0, 4305.0, 4326.0, 4304.0, 4297.0, 4315.0, 4295.0, 4305.0, 4296.0, 4320.0, 4299.0, 4308.0, 4327.0, 4296.0, 4326.0, 4327.0, 4307.0, 4345.0, 4295.0, 4315.0, 4284.0, 4314.0, 4296.0, 4314.0, 4295.0, 4317.0, 4308.0, 4318.0, 4347.0, 4297.0, 4335.0, 4281.0, 4302.0, 4332.0, 4282.0, 4324.0, 4281.0, 4282.0, 4309.0, 4269.0, 4289.0, 4269.0, 4270.0, 4281.0, 4281.0, 4301.0, 4281.0, 4302.0, 4270.0, 4283.0, 4302.0, 4292.0, 4311.0, 4282.0, 4314.0, 4295.0, 4306.0, 4323.0, 4294.0, 4314.0, 4301.0, 4282.0, 4314.0, 4294.0, 4293.0, 4285.0, 4304.0, 4294.0, 4306.0, 4296.0, 4317.0, 4284.0, 4316.0, 4348.0, 4305.0, 4323.0, 4294.0, 4315.0, 4304.0, 4297.0, 4307.0, 4324.0, 4283.0, 4283.0, 4296.0, 4314.0, 4295.0, 4345.0, 4293.0, 4315.0, 4343.0, 4281.0, 4332.0, 4292.0, 4291.0, 4288.0, 4279.0, 4288.0, 4268.0, 4290.0, 4257.0, 4269.0, 4288.0, 4278.0, 4301.0, 4311.0, 4282.0, 4290.0, 4256.0, 4269.0, 4299.0, 4281.0, 4279.0, 4282.0, 4302.0, 4294.0, 4309.0, 4326.0, 4296.0, 4326.0, 4283.0, 4294.0, 4315.0, 4284.0, 4295.0, 4284.0, 4294.0, 4312.0, 4293.0, 4325.0, 4295.0, 4295.0, 4285.0, 4295.0, 4314.0, 4295.0, 4337.0, 4295.0, 4315.0, 4323.0, 4283.0, 4333.0, 4304.0, 4322.0, 4284.0, 4303.0, 4282.0, 4303.0, 4343.0, 4293.0, 4321.0, 4271.0, 4322.0, 4303.0, 4280.0, 4330.0, 4300.0, 4309.0, 4257.0, 4269.0, 4298.0, 4268.0, 4299.0, 4266.0, 4267.0, 4288.0, 4267.0, 4297.0, 4266.0, 4267.0, 4287.0, 4278.0, 4299.0, 4267.0, 4279.0, 4299.0, 4290.0, 4301.0, 4281.0, 4293.0, 4283.0, 4294.0, 4314.0, 4295.0, 4325.0, 4284.0, 4293.0, 4333.0, 4284.0, 4304.0, 4293.0, 4295.0, 4285.0, 4309.0, 4309.0, 4338.0, 4306.0, 4327.0, 4306.0, 4314.0, 4294.0, 4336.0, 4345.0, 4336.0, 4334.0, 4301.0, 4292.0, 4319.0, 4281.0, 4320.0, 4278.0, 4289.0, 4247.0, 4268.0, 4288.0, 4269.0, 4278.0, 4258.0, 4270.0, 4289.0, 4280.0, 4311.0, 4279.0, 4281.0, 4309.0, 4271.0, 4311.0, 4280.0, 4281.0, 4309.0, 4280.0, 4299.0, 4269.0, 4280.0, 4281.0, 4285.0, 4312.0, 4294.0, 4302.0, 4290.0, 4291.0, 4269.0, 4283.0, 4313.0, 4304.0, 4324.0, 4284.0, 4294.0, 4341.0, 4282.0, 4311.0, 4320.0, 4269.0, 4310.0, 4258.0, 4270.0, 4299.0, 4269.0, 4281.0, 4269.0, 4283.0, 4290.0, 4293.0, 4313.0, 4310.0, 4315.0, 4296.0, 4298.0, 4319.0, 4309.0, 4329.0, 4299.0, 4340.0, 4336.0, 4337.0, 4346.0, 4326.0, 4335.0, 4282.0, 4313.0, 4321.0, 4291.0, 4310.0, 4270.0, 4292.0, 4283.0, 4281.0, 4310.0, 4280.0, 4310.0, 4278.0, 4291.0, 4279.0, 4281.0, 4311.0, 4281.0, 4302.0, 4293.0, 4303.0, 4331.0, 4292.0, 4322.0, 4270.0, 4271.0, 4300.0, 4280.0, 4309.0, 4270.0, 4280.0, 4270.0, 4283.0, 4312.0, 4282.0, 4322.0, 4281.0, 4295.0, 4312.0, 4293.0, 4333.0, 4294.0, 4335.0, 4283.0, 4304.0, 4292.0, 4314.0, 4284.0, 4304.0, 4323.0, 4295.0, 4333.0, 4303.0, 4321.0, 4282.0, 4322.0, 4293.0, 4332.0, 4281.0, 4314.0, 4291.0, 4303.0, 4342.0, 4279.0, 4329.0, 4269.0, 4289.0, 4278.0, 4269.0, 4298.0, 4270.0, 4300.0, 4281.0, 4281.0, 4280.0, 4283.0, 4311.0, 4293.0, 4323.0, 4280.0, 4291.0, 4310.0, 4279.0, 4291.0, 4319.0, 4291.0, 4321.0, 4279.0, 4291.0, 4320.0, 4280.0, 4300.0, 4278.0, 4280.0, 4269.0, 4291.0, 4311.0, 4293.0, 4306.0, 4322.0, 4282.0, 4323.0, 4282.0, 4294.0, 4303.0, 4295.0, 4326.0, 4309.0, 4316.0, 4306.0, 4337.0, 4307.0, 4327.0, 4284.0, 4306.0, 4295.0, 4295.0, 4344.0, 4284.0, 4323.0, 4292.0, 4314.0, 4302.0, 4294.0, 4282.0, 4306.0, 4303.0, 4303.0, 4293.0, 4292.0, 4283.0, 4292.0, 4295.0, 4337.0, 4313.0, 4326.0, 4358.0, 4283.0, 4312.0, 4269.0, 4301.0, 4268.0, 4269.0, 4318.0, 4268.0, 4288.0, 4267.0, 4269.0, 4276.0, 4268.0, 4277.0, 4267.0, 4280.0, 4269.0, 4281.0, 4289.0, 4281.0, 4292.0, 4290.0, 4293.0, 4312.0, 4292.0, 4315.0, 4295.0, 4305.0, 4334.0, 4305.0, 4323.0, 4282.0, 4294.0, 4323.0, 4293.0, 4323.0, 4283.0, 4294.0, 4323.0, 4294.0, 4334.0, 4294.0, 4295.0, 4322.0, 4294.0, 4315.0, 4284.0, 4293.0, 4294.0, 4307.0, 4297.0, 4307.0, 4297.0, 4317.0, 4289.0, 4339.0, 4346.0, 4316.0, 4324.0, 4322.0, 4294.0, 4333.0, 4301.0, 4324.0, 4309.0, 4299.0, 4329.0, 4287.0, 4319.0, 4316.0, 4285.0, 4306.0, 4283.0, 4273.0, 4293.0, 4251.0, 4271.0, 4240.0, 4251.0, 4280.0, 4241.0, 4273.0, 4240.0, 4252.0, 4292.0, 4254.0, 4285.0, 4266.0, 4277.0, 4247.0, 4280.0, 4319.0, 4280.0, 4311.0, 4281.0, 4302.0, 4283.0, 4306.0, 4294.0, 4316.0, 4346.0, 4326.0, 4335.0, 4296.0, 4328.0, 4306.0, 4327.0, 4298.0, 4340.0, 4319.0, 4320.0, 4301.0, 4356.0, 4299.0, 4319.0, 4357.0, 4297.0, 4348.0, 4311.0, 4353.0, 4335.0, 4318.0, 4285.0, 4297.0, 4351.0, 4333.0, 4350.0, 4298.0, 4328.0, 4297.0], 'WindowWidth': [9718.0, 9595.0, 9622.0, 9567.0, 9574.0, 9576.0, 9531.0, 9570.0, 9479.0, 9542.0, 9491.0, 9504.0, 9484.0, 9479.0, 9473.0, 9436.0, 9503.0, 9469.0, 9512.0, 9478.0, 9513.0, 9477.0, 9520.0, 9486.0, 9486.0, 9438.0, 9487.0, 9469.0, 9487.0, 9528.0, 9501.0, 9515.0, 9456.0, 9482.0, 9451.0, 9481.0, 9507.0, 9452.0, 9489.0, 9419.0, 9464.0, 9433.0, 9466.0, 9507.0, 9454.0, 9492.0, 9426.0, 9483.0, 9423.0, 9472.0, 9511.0, 9459.0, 9520.0, 9461.0, 9505.0, 9484.0, 9489.0, 9444.0, 9463.0, 9542.0, 9482.0, 9538.0, 9482.0, 9523.0, 9476.0, 9513.0, 9530.0, 9475.0, 9532.0, 9476.0, 9501.0, 9443.0, 9493.0, 9489.0, 9492.0, 9479.0, 9495.0, 9517.0, 9478.0, 9533.0, 9521.0, 9536.0, 9479.0, 9506.0, 9476.0, 9507.0, 9538.0, 9536.0, 9520.0, 9495.0, 9545.0, 9473.0, 9526.0, 9475.0, 9507.0, 9424.0, 9503.0, 9469.0, 9486.0, 9465.0, 9488.0, 9460.0, 9498.0, 9456.0, 9528.0, 9480.0, 9497.0, 9433.0, 9465.0, 9520.0, 9449.0, 9508.0, 9465.0, 9475.0, 9412.0, 9458.0, 9437.0, 9432.0, 9469.0, 9436.0, 9490.0, 9442.0, 9484.0, 9445.0, 9500.0, 9510.0, 9458.0, 9510.0, 9482.0, 9507.0, 9446.0, 9462.0, 9516.0, 9469.0, 9561.0, 9493.0, 9505.0, 9460.0, 9481.0, 9535.0, 9481.0, 9562.0, 9477.0, 9577.0, 9512.0, 9520.0, 9480.0, 9522.0, 9518.0, 9568.0, 9493.0, 9554.0, 9517.0, 9525.0, 9547.0, 9485.0, 9530.0, 9509.0, 9509.0, 9488.0, 9467.0, 9499.0, 9454.0, 9523.0, 9452.0, 9500.0, 9456.0, 9490.0, 9511.0, 9475.0, 9542.0, 9486.0, 9514.0, 9467.0, 9476.0, 9540.0, 9482.0, 9531.0, 9480.0, 9472.0, 9535.0, 9455.0, 9534.0, 9491.0, 9463.0, 9517.0, 9448.0, 9493.0, 9508.0, 9451.0, 9519.0, 9452.0, 9494.0, 9471.0, 9457.0, 9549.0, 9469.0, 9488.0, 9510.0, 9475.0, 9531.0, 9477.0, 9518.0, 9477.0, 9510.0, 9496.0, 9530.0, 9526.0, 9550.0, 9592.0, 9526.0, 9550.0, 9472.0, 9506.0, 9554.0, 9503.0, 9557.0, 9531.0, 9501.0, 9534.0, 9453.0, 9517.0, 9468.0, 9496.0, 9491.0, 9498.0, 9505.0, 9486.0, 9485.0, 9505.0, 9478.0, 9540.0, 9585.0, 9496.0, 9508.0, 9536.0, 9458.0, 9504.0, 9423.0, 9440.0, 9512.0, 9447.0, 9445.0, 9487.0, 9426.0, 9470.0, 9391.0, 9383.0, 9464.0, 9398.0, 9441.0, 9397.0, 9404.0, 9487.0, 9420.0, 9462.0, 9420.0, 9427.0, 9508.0, 9439.0, 9482.0, 9443.0, 9443.0, 9512.0, 9459.0, 9478.0, 9454.0, 9522.0, 9475.0, 9543.0, 9497.0, 9549.0, 9510.0, 9564.0, 9495.0, 9562.0, 9516.0, 9504.0, 9548.0, 9497.0, 9513.0, 9443.0, 9480.0, 9493.0, 9470.0, 9509.0, 9457.0, 9530.0, 9476.0, 9533.0, 9478.0, 9521.0, 9485.0, 9549.0, 9500.0, 9553.0, 9503.0, 9571.0, 9548.0, 9570.0, 9496.0, 9555.0, 9483.0, 9509.0, 9550.0, 9494.0, 9516.0, 9440.0, 9476.0, 9538.0, 9456.0, 9522.0, 9449.0, 9472.0, 9432.0, 9471.0, 9446.0, 9511.0, 9485.0, 9513.0, 9566.0, 9477.0, 9536.0, 9515.0, 9473.0, 9550.0, 9486.0, 9527.0, 9477.0, 9492.0, 9549.0, 9493.0, 9531.0, 9477.0, 9520.0, 9461.0, 9510.0, 9541.0, 9500.0, 9529.0, 9465.0, 9524.0, 9521.0, 9487.0, 9544.0, 9486.0, 9498.0, 9425.0, 9457.0, 9524.0, 9471.0, 9532.0, 9481.0, 9533.0, 9506.0, 9482.0, 9548.0, 9478.0, 9525.0, 9461.0, 9534.0, 9473.0, 9504.0, 9562.0, 9516.0, 9532.0, 9457.0, 9516.0, 9510.0, 9489.0, 9544.0, 9480.0, 9510.0, 9499.0, 9432.0, 9500.0, 9457.0, 9475.0, 9456.0, 9436.0, 9520.0, 9452.0, 9502.0, 9490.0, 9454.0, 9524.0, 9453.0, 9501.0, 9491.0, 9473.0, 9526.0, 9473.0, 9517.0, 9480.0, 9512.0, 9481.0, 9514.0, 9479.0, 9511.0, 9486.0, 9516.0, 9508.0, 9572.0, 9504.0, 9577.0, 9520.0, 9580.0, 9511.0, 9528.0, 9547.0, 9515.0, 9552.0, 9506.0, 9518.0, 9466.0, 9493.0, 9475.0, 9494.0, 9536.0, 9505.0, 9553.0, 9496.0, 9534.0, 9500.0, 9532.0, 9473.0, 9509.0, 9501.0, 9487.0, 9529.0, 9474.0, 9555.0, 9492.0, 9524.0, 9562.0, 9487.0, 9504.0, 9433.0, 9477.0, 9446.0, 9491.0, 9482.0, 9476.0, 9512.0, 9482.0, 9567.0, 9508.0, 9539.0, 9457.0, 9489.0, 9529.0, 9478.0, 9499.0, 9520.0, 9468.0, 9518.0, 9457.0, 9518.0, 9478.0, 9518.0, 9486.0, 9522.0, 9483.0, 9537.0, 9503.0, 9536.0, 9553.0, 9541.0, 9536.0, 9569.0, 9523.0, 9557.0, 9513.0, 9529.0, 9447.0, 9495.0, 9534.0, 9478.0, 9520.0, 9452.0, 9486.0, 9451.0, 9507.0, 9448.0, 9480.0, 9451.0, 9465.0, 9442.0, 9488.0, 9509.0, 9480.0, 9505.0, 9450.0, 9505.0, 9451.0, 9510.0, 9447.0, 9480.0, 9521.0, 9477.0, 9521.0, 9464.0, 9487.0, 9449.0, 9489.0, 9463.0, 9529.0, 9489.0, 9520.0, 9483.0, 9527.0, 9478.0, 9510.0, 9562.0, 9521.0, 9530.0, 9476.0, 9505.0, 9484.0, 9521.0, 9471.0, 9561.0, 9495.0, 9509.0, 9541.0, 9529.0, 9464.0, 9542.0, 9530.0, 9542.0, 9478.0, 9607.0, 9521.0, 9575.0, 9502.0, 9582.0, 9579.0, 9556.0, 9576.0, 9523.0, 9546.0, 9503.0, 9510.0, 9542.0, 9467.0, 9519.0, 9467.0, 9511.0, 9497.0, 9512.0, 9498.0, 9503.0, 9484.0, 9519.0, 9528.0, 9499.0, 9526.0, 9480.0, 9516.0, 9550.0, 9497.0, 9540.0, 9522.0, 9533.0, 9561.0, 9476.0, 9505.0, 9487.0, 9476.0, 9511.0, 9472.0, 9502.0, 9477.0, 9497.0, 9517.0, 9498.0, 9506.0, 9494.0, 9513.0, 9536.0, 9495.0, 9525.0, 9503.0, 9516.0, 9504.0, 9542.0, 9525.0, 9568.0, 9510.0, 9555.0, 9520.0, 9538.0, 9548.0, 9536.0, 9573.0, 9508.0, 9578.0, 9539.0, 9544.0, 9482.0, 9513.0, 9549.0, 9509.0, 9551.0, 9494.0, 9503.0, 9476.0, 9496.0, 9519.0, 9501.0, 9559.0, 9500.0, 9531.0, 9478.0, 9498.0, 9495.0, 9524.0, 9493.0, 9523.0, 9464.0, 9511.0, 9548.0, 9495.0, 9548.0, 9486.0, 9485.0, 9519.0, 9450.0, 9492.0, 9453.0, 9478.0, 9442.0, 9472.0, 9501.0, 9478.0, 9483.0, 9477.0, 9489.0, 9475.0, 9500.0, 9485.0, 9517.0, 9556.0, 9514.0, 9543.0, 9502.0, 9531.0, 9503.0, 9535.0, 9508.0, 9540.0, 9505.0, 9545.0, 9518.0, 9533.0, 9520.0, 9546.0, 9522.0, 9588.0, 9533.0, 9561.0, 9540.0, 9496.0, 9562.0, 9490.0, 9550.0, 9498.0, 9488.0, 9557.0, 9471.0, 9487.0, 9451.0, 9470.0, 9436.0, 9465.0, 9493.0, 9471.0, 9485.0, 9471.0, 9489.0, 9458.0, 9491.0, 9515.0, 9490.0, 9518.0, 9475.0, 9520.0, 9494.0, 9528.0, 9536.0, 9495.0, 9526.0, 9498.0, 9544.0, 9509.0, 9505.0, 9503.0, 9516.0, 9495.0, 9528.0, 9495.0, 9498.0, 9479.0, 9499.0, 9525.0, 9517.0, 9546.0, 9505.0, 9537.0, 9499.0, 9537.0, 9519.0, 9544.0, 9507.0, 9526.0, 9503.0, 9543.0, 9511.0, 9497.0, 9508.0, 9532.0, 9498.0, 9506.0, 9507.0, 9544.0, 9522.0, 9556.0, 9499.0, 9549.0, 9499.0, 9554.0, 9521.0, 9559.0, 9505.0, 9533.0, 9500.0, 9519.0, 9482.0, 9514.0, 9494.0, 9532.0, 9512.0, 9521.0, 9498.0, 9532.0, 9503.0, 9535.0, 9492.0, 9500.0, 9460.0, 9519.0, 9443.0, 9499.0, 9524.0, 9470.0, 9492.0, 9453.0, 9482.0, 9460.0, 9453.0, 9480.0, 9455.0, 9472.0, 9474.0, 9493.0, 9476.0, 9495.0, 9512.0, 9499.0, 9558.0, 9491.0, 9482.0, 9522.0, 9495.0, 9501.0, 9482.0, 9503.0, 9529.0, 9517.0, 9548.0, 9513.0, 9505.0, 9525.0, 9502.0, 9515.0, 9508.0, 9549.0, 9515.0, 9528.0, 9554.0, 9509.0, 9547.0, 9552.0, 9524.0, 9573.0, 9505.0, 9530.0, 9488.0, 9528.0, 9507.0, 9528.0, 9505.0, 9538.0, 9526.0, 9540.0, 9577.0, 9509.0, 9556.0, 9476.0, 9507.0, 9546.0, 9479.0, 9540.0, 9477.0, 9478.0, 9510.0, 9457.0, 9483.0, 9455.0, 9460.0, 9476.0, 9478.0, 9502.0, 9477.0, 9506.0, 9459.0, 9481.0, 9504.0, 9495.0, 9518.0, 9482.0, 9527.0, 9504.0, 9521.0, 9538.0, 9499.0, 9524.0, 9501.0, 9481.0, 9527.0, 9499.0, 9495.0, 9487.0, 9515.0, 9500.0, 9521.0, 9510.0, 9539.0, 9488.0, 9532.0, 9581.0, 9517.0, 9537.0, 9502.0, 9531.0, 9514.0, 9509.0, 9521.0, 9543.0, 9484.0, 9483.0, 9505.0, 9526.0, 9504.0, 9573.0, 9495.0, 9526.0, 9564.0, 9476.0, 9546.0, 9493.0, 9489.0, 9478.0, 9467.0, 9478.0, 9452.0, 9483.0, 9436.0, 9455.0, 9481.0, 9468.0, 9502.0, 9518.0, 9480.0, 9483.0, 9434.0, 9460.0, 9494.0, 9477.0, 9471.0, 9479.0, 9508.0, 9500.0, 9530.0, 9548.0, 9508.0, 9546.0, 9483.0, 9501.0, 9530.0, 9485.0, 9502.0, 9487.0, 9500.0, 9521.0, 9497.0, 9544.0, 9501.0, 9502.0, 9489.0, 9502.0, 9525.0, 9503.0, 9560.0, 9501.0, 9529.0, 9536.0, 9482.0, 9549.0, 9513.0, 9535.0, 9486.0, 9509.0, 9479.0, 9509.0, 9564.0, 9495.0, 9529.0, 9463.0, 9533.0, 9508.0, 9475.0, 9543.0, 9499.0, 9511.0, 9435.0, 9456.0, 9491.0, 9453.0, 9495.0, 9447.0, 9450.0, 9479.0, 9451.0, 9492.0, 9448.0, 9453.0, 9476.0, 9465.0, 9497.0, 9452.0, 9472.0, 9495.0, 9486.0, 9503.0, 9476.0, 9498.0, 9484.0, 9501.0, 9527.0, 9505.0, 9543.0, 9485.0, 9497.0, 9548.0, 9482.0, 9509.0, 9496.0, 9502.0, 9490.0, 9530.0, 9531.0, 9567.0, 9521.0, 9548.0, 9517.0, 9528.0, 9499.0, 9561.0, 9573.0, 9559.0, 9550.0, 9501.0, 9492.0, 9523.0, 9474.0, 9526.0, 9465.0, 9481.0, 9420.0, 9453.0, 9480.0, 9456.0, 9466.0, 9440.0, 9459.0, 9483.0, 9473.0, 9515.0, 9470.0, 9476.0, 9511.0, 9463.0, 9517.0, 9471.0, 9477.0, 9508.0, 9472.0, 9498.0, 9456.0, 9476.0, 9480.0, 9491.0, 9524.0, 9500.0, 9507.0, 9487.0, 9488.0, 9457.0, 9481.0, 9522.0, 9514.0, 9542.0, 9486.0, 9498.0, 9558.0, 9478.0, 9517.0, 9526.0, 9456.0, 9512.0, 9439.0, 9458.0, 9495.0, 9457.0, 9475.0, 9457.0, 9481.0, 9488.0, 9497.0, 9525.0, 9535.0, 9532.0, 9507.0, 9513.0, 9545.0, 9529.0, 9556.0, 9516.0, 9573.0, 9559.0, 9561.0, 9577.0, 9544.0, 9558.0, 9476.0, 9521.0, 9530.0, 9489.0, 9513.0, 9458.0, 9494.0, 9484.0, 9479.0, 9514.0, 9474.0, 9512.0, 9469.0, 9490.0, 9471.0, 9476.0, 9515.0, 9478.0, 9507.0, 9499.0, 9512.0, 9544.0, 9492.0, 9534.0, 9458.0, 9463.0, 9498.0, 9474.0, 9510.0, 9461.0, 9474.0, 9460.0, 9483.0, 9521.0, 9480.0, 9533.0, 9475.0, 9502.0, 9519.0, 9496.0, 9548.0, 9499.0, 9556.0, 9485.0, 9511.0, 9494.0, 9527.0, 9486.0, 9513.0, 9538.0, 9506.0, 9552.0, 9510.0, 9531.0, 9481.0, 9533.0, 9499.0, 9547.0, 9477.0, 9526.0, 9489.0, 9508.0, 9560.0, 9471.0, 9536.0, 9454.0, 9482.0, 9466.0, 9457.0, 9492.0, 9459.0, 9501.0, 9478.0, 9476.0, 9475.0, 9485.0, 9517.0, 9497.0, 9537.0, 9473.0, 9490.0, 9512.0, 9471.0, 9489.0, 9523.0, 9488.0, 9530.0, 9471.0, 9489.0, 9526.0, 9474.0, 9498.0, 9466.0, 9474.0, 9456.0, 9490.0, 9517.0, 9497.0, 9520.0, 9533.0, 9481.0, 9534.0, 9478.0, 9500.0, 9508.0, 9502.0, 9541.0, 9526.0, 9533.0, 9521.0, 9564.0, 9521.0, 9548.0, 9487.0, 9521.0, 9504.0, 9504.0, 9569.0, 9485.0, 9536.0, 9491.0, 9526.0, 9505.0, 9497.0, 9480.0, 9519.0, 9508.0, 9508.0, 9495.0, 9492.0, 9481.0, 9493.0, 9501.0, 9559.0, 9523.0, 9544.0, 9594.0, 9481.0, 9517.0, 9456.0, 9500.0, 9451.0, 9453.0, 9519.0, 9452.0, 9477.0, 9447.0, 9453.0, 9459.0, 9452.0, 9463.0, 9451.0, 9473.0, 9455.0, 9474.0, 9483.0, 9476.0, 9494.0, 9487.0, 9496.0, 9520.0, 9494.0, 9528.0, 9501.0, 9515.0, 9552.0, 9514.0, 9539.0, 9480.0, 9498.0, 9535.0, 9496.0, 9534.0, 9483.0, 9500.0, 9537.0, 9498.0, 9553.0, 9497.0, 9500.0, 9531.0, 9499.0, 9527.0, 9483.0, 9497.0, 9498.0, 9521.0, 9511.0, 9523.0, 9511.0, 9536.0, 9506.0, 9570.0, 9576.0, 9529.0, 9540.0, 9532.0, 9498.0, 9549.0, 9505.0, 9538.0, 9509.0, 9495.0, 9541.0, 9475.0, 9523.0, 9512.0, 9468.0, 9500.0, 9461.0, 9449.0, 9477.0, 9417.0, 9443.0, 9398.0, 9416.0, 9454.0, 9402.0, 9450.0, 9401.0, 9422.0, 9472.0, 9429.0, 9471.0, 9447.0, 9464.0, 9424.0, 9473.0, 9526.0, 9476.0, 9519.0, 9479.0, 9508.0, 9486.0, 9522.0, 9501.0, 9534.0, 9575.0, 9549.0, 9558.0, 9506.0, 9555.0, 9521.0, 9549.0, 9514.0, 9575.0, 9543.0, 9545.0, 9521.0, 9607.0, 9516.0, 9541.0, 9589.0, 9507.0, 9578.0, 9537.0, 9595.0, 9573.0, 9540.0, 9490.0, 9508.0, 9589.0, 9570.0, 9586.0, 9515.0, 9555.0, 9510.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.005924563401670462</td></tr>
<tr><td colspan=3>aqi</td><td>0.0772689032649962</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.378354504566836</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1110649523936187</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9272156769528891</td></tr>
<tr><td colspan=3>efc</td><td>0.4499</td></tr>
<tr><td colspan=3>fber</td><td>8440.6426</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13577244818584955</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>175</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.287775246772968</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4563216849067295</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3184493083602247</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6364639371418015</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.414051809218163</td></tr>
<tr><td colspan=3>gcor</td><td>0.00806048</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01980488747358322</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026723714545369148</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1317</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.188713463827007</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>29.3666</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.7666</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.2735</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307905.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>773.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.5804</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5929</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.2251</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3569.5914</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68639.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4610.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.0177</td></tr>
<tr><td colspan=3>tsnr</td><td>26.749428780167364</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>