<?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-0035_ses-02_task-narratives_acq-mb8_run-03_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-0035_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0035_suffix-bold_task-narratives" 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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0035_suffix-bold_task-narratives" 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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0035_suffix-bold_task-narratives" 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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0035_suffix-bold_task-narratives" 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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0035_suffix-bold_task-narratives" 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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-03_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-0035/ses-02/func/sub-0035_ses-02_task-narratives_acq-mb8_run-03_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>84223c6444b3b07ab33a2d5d116a39b9</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>15:47:32.370000</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_VE11C_LATEST_20160120</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.994463, -0.019767, 0.103215, 0.00468632, 0.989515, 0.144352]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_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.0974392</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7760, -7297, 686, -51, -144, 138, 45]</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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.959</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fbdc5d60-4f24-4136-91e7-378c12653c9b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6680705547332764, 0.0125730624422431, 0.28346341848373413, 105.33180236816406], [0.05303337424993515, 2.654797077178955, 0.386287122964859, -109.35382843017578], [0.2769189178943634, -0.3872867822647095, 2.657147169113159, -79.59841918945312], [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, 1298]</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], 'AcquisitionTime': ['154732.370000', '154732.830000', '154733.290000', '154733.750000', '154734.210000', '154734.670000', '154735.130000', '154735.590000', '154736.050000', '154736.510000', '154736.970000', '154737.430000', '154737.890000', '154738.350000', '154738.810000', '154739.270000', '154739.730000', '154740.190000', '154740.650000', '154741.110000', '154741.570000', '154742.030000', '154742.490000', '154742.950000', '154743.410000', '154743.870000', '154744.330000', '154744.790000', '154745.250000', '154745.710000', '154746.170000', '154746.630000', '154747.090000', '154747.550000', '154748.010000', '154748.470000', '154748.930000', '154749.390000', '154749.850000', '154750.310000', '154750.770000', '154751.230000', '154751.690000', '154752.150000', '154752.610000', '154753.070000', '154753.530000', '154753.990000', '154754.450000', '154754.910000', '154755.370000', '154755.830000', '154756.290000', '154756.750000', '154757.210000', '154757.670000', '154758.130000', '154758.590000', '154759.050000', '154759.510000', '154759.970000', '154800.430000', '154800.890000', '154801.350000', '154801.810000', '154802.270000', '154802.730000', '154803.190000', '154803.650000', '154804.110000', '154804.570000', '154805.030000', '154805.490000', '154805.950000', '154806.410000', '154806.870000', '154807.330000', '154807.790000', '154808.250000', '154808.710000', '154809.170000', '154809.630000', '154810.090000', '154810.550000', '154811.010000', '154811.470000', '154811.930000', '154812.390000', '154812.850000', '154813.310000', '154813.770000', '154814.230000', '154814.690000', '154815.150000', '154815.610000', '154816.070000', '154816.530000', '154816.990000', '154817.450000', '154817.910000', '154818.370000', '154818.830000', '154819.290000', '154819.750000', '154820.210000', '154820.670000', '154821.130000', '154821.590000', '154822.050000', '154822.510000', '154822.970000', '154823.430000', '154823.890000', '154824.350000', '154824.810000', '154825.270000', '154825.730000', '154826.190000', '154826.650000', '154827.110000', '154827.570000', '154828.030000', '154828.490000', '154828.950000', '154829.410000', '154829.870000', '154830.330000', '154830.790000', '154831.250000', '154831.710000', '154832.170000', '154832.630000', '154833.090000', '154833.550000', '154834.010000', '154834.470000', '154834.930000', '154835.390000', '154835.850000', '154836.310000', '154836.770000', '154837.230000', '154837.690000', '154838.150000', '154838.610000', '154839.070000', '154839.530000', '154839.990000', '154840.450000', '154840.910000', '154841.370000', '154841.830000', '154842.290000', '154842.750000', '154843.210000', '154843.670000', '154844.130000', '154844.590000', '154845.050000', '154845.510000', '154845.970000', '154846.430000', '154846.890000', '154847.350000', '154847.810000', '154848.270000', '154848.730000', '154849.190000', '154849.650000', '154850.110000', '154850.570000', '154851.030000', '154851.490000', '154851.950000', '154852.410000', '154852.870000', '154853.330000', '154853.790000', '154854.250000', '154854.710000', '154855.170000', '154855.630000', '154856.090000', '154856.550000', '154857.010000', '154857.470000', '154857.930000', '154858.390000', '154858.850000', '154859.310000', '154859.770000', '154900.230000', '154900.690000', '154901.150000', '154901.610000', '154902.070000', '154902.530000', '154902.990000', '154903.450000', '154903.910000', '154904.370000', '154904.830000', '154905.290000', '154905.750000', '154906.210000', '154906.670000', '154907.130000', '154907.590000', '154908.050000', '154908.510000', '154908.970000', '154909.430000', '154909.890000', '154910.350000', '154910.810000', '154911.270000', '154911.730000', '154912.190000', '154912.650000', '154913.110000', '154913.570000', '154914.030000', '154914.490000', '154914.950000', '154915.410000', '154915.870000', '154916.330000', '154916.790000', '154917.250000', '154917.710000', '154918.170000', '154918.630000', '154919.090000', '154919.550000', '154920.010000', '154920.470000', '154920.930000', '154921.390000', '154921.850000', '154922.310000', '154922.770000', '154923.230000', '154923.690000', '154924.150000', '154924.610000', '154925.070000', '154925.530000', '154925.990000', '154926.450000', '154926.910000', '154927.370000', '154927.830000', '154928.290000', '154928.750000', '154929.210000', '154929.670000', '154930.130000', '154930.590000', '154931.050000', '154931.510000', '154931.970000', '154932.430000', '154932.890000', '154933.350000', '154933.810000', '154934.270000', '154934.730000', '154935.190000', '154935.650000', '154936.110000', '154936.570000', '154937.030000', '154937.490000', '154937.950000', '154938.410000', '154938.870000', '154939.330000', '154939.790000', '154940.250000', '154940.710000', '154941.170000', '154941.630000', '154942.090000', '154942.550000', '154943.010000', '154943.470000', '154943.930000', '154944.390000', '154944.850000', '154945.310000', '154945.770000', '154946.230000', '154946.690000', '154947.150000', '154947.610000', '154948.070000', '154948.530000', '154948.990000', '154949.450000', '154949.910000', '154950.370000', '154950.830000', '154951.290000', '154951.750000', '154952.210000', '154952.670000', '154953.130000', '154953.590000', '154954.050000', '154954.510000', '154954.970000', '154955.430000', '154955.890000', '154956.350000', '154956.810000', '154957.270000', '154957.730000', '154958.190000', '154958.650000', '154959.110000', '154959.570000', '155000.030000', '155000.490000', '155000.950000', '155001.410000', '155001.870000', '155002.330000', '155002.790000', '155003.250000', '155003.710000', '155004.170000', '155004.630000', '155005.090000', '155005.550000', '155006.010000', '155006.470000', '155006.930000', '155007.390000', '155007.850000', '155008.310000', '155008.770000', '155009.230000', '155009.690000', '155010.150000', '155010.610000', '155011.070000', '155011.530000', '155011.990000', '155012.450000', '155012.910000', '155013.370000', '155013.830000', '155014.290000', '155014.750000', '155015.210000', '155015.670000', '155016.130000', '155016.590000', '155017.050000', '155017.510000', '155017.970000', '155018.430000', '155018.890000', '155019.350000', '155019.810000', '155020.270000', '155020.730000', '155021.190000', '155021.650000', '155022.110000', '155022.570000', '155023.030000', '155023.490000', '155023.950000', '155024.410000', '155024.870000', '155025.330000', '155025.790000', '155026.250000', '155026.710000', '155027.170000', '155027.630000', '155028.090000', '155028.550000', '155029.010000', '155029.470000', '155029.930000', '155030.390000', '155030.850000', '155031.310000', '155031.770000', '155032.230000', '155032.690000', '155033.150000', '155033.610000', '155034.070000', '155034.530000', '155034.990000', '155035.450000', '155035.910000', '155036.370000', '155036.830000', '155037.290000', '155037.750000', '155038.210000', '155038.670000', '155039.130000', '155039.590000', '155040.050000', '155040.510000', '155040.970000', '155041.430000', '155041.890000', '155042.350000', '155042.810000', '155043.270000', '155043.730000', '155044.190000', '155044.650000', '155045.110000', '155045.570000', '155046.030000', '155046.490000', '155046.950000', '155047.410000', '155047.870000', '155048.330000', '155048.790000', '155049.250000', '155049.710000', '155050.170000', '155050.630000', '155051.090000', '155051.550000', '155052.010000', '155052.470000', '155052.930000', '155053.390000', '155053.850000', '155054.310000', '155054.770000', '155055.230000', '155055.690000', '155056.150000', '155056.610000', '155057.070000', '155057.530000', '155057.990000', '155058.450000', '155058.910000', '155059.370000', '155059.830000', '155100.290000', '155100.750000', '155101.210000', '155101.670000', '155102.130000', '155102.590000', '155103.050000', '155103.510000', '155103.970000', '155104.430000', '155104.890000', '155105.350000', '155105.810000', '155106.270000', '155106.730000', '155107.190000', '155107.650000', '155108.110000', '155108.570000', '155109.030000', '155109.490000', '155109.950000', '155110.410000', '155110.870000', '155111.330000', '155111.790000', '155112.250000', '155112.710000', '155113.170000', '155113.630000', '155114.090000', '155114.550000', '155115.010000', '155115.470000', '155115.930000', '155116.390000', '155116.850000', '155117.310000', '155117.770000', '155118.230000', '155118.690000', '155119.150000', '155119.610000', '155120.070000', '155120.530000', '155120.990000', '155121.450000', '155121.910000', '155122.370000', '155122.830000', '155123.290000', '155123.750000', '155124.210000', '155124.670000', '155125.130000', '155125.590000', '155126.050000', '155126.510000', '155126.970000', '155127.430000', '155127.890000', '155128.350000', '155128.810000', '155129.270000', '155129.730000', '155130.190000', '155130.650000', '155131.110000', '155131.570000', '155132.030000', '155132.490000', '155132.950000', '155133.410000', '155133.870000', '155134.330000', '155134.790000', '155135.250000', '155135.710000', '155136.170000', '155136.630000', '155137.090000', '155137.550000', '155138.010000', '155138.470000', '155138.930000', '155139.390000', '155139.850000', '155140.310000', '155140.770000', '155141.230000', '155141.690000', '155142.150000', '155142.610000', '155143.070000', '155143.530000', '155143.990000', '155144.450000', '155144.910000', '155145.370000', '155145.830000', '155146.290000', '155146.750000', '155147.210000', '155147.670000', '155148.130000', '155148.590000', '155149.050000', '155149.510000', '155149.970000', '155150.430000', '155150.890000', '155151.350000', '155151.810000', '155152.270000', '155152.730000', '155153.190000', '155153.650000', '155154.110000', '155154.570000', '155155.030000', '155155.490000', '155155.950000', '155156.410000', '155156.870000', '155157.330000', '155157.790000', '155158.250000', '155158.710000', '155159.170000', '155159.630000', '155200.090000', '155200.550000', '155201.010000', '155201.470000', '155201.930000', '155202.390000', '155202.850000', '155203.310000', '155203.770000', '155204.230000', '155204.690000', '155205.150000', '155205.610000', '155206.070000', '155206.530000', '155206.990000', '155207.450000', '155207.910000', '155208.370000', '155208.830000', '155209.290000', '155209.750000', '155210.210000', '155210.670000', '155211.130000', '155211.590000', '155212.050000', '155212.510000', '155212.970000', '155213.430000', '155213.890000', '155214.350000', '155214.810000', '155215.270000', '155215.730000', '155216.190000', '155216.650000', '155217.110000', '155217.570000', '155218.030000', '155218.490000', '155218.950000', '155219.410000', '155219.870000', '155220.330000', '155220.790000', '155221.250000', '155221.710000', '155222.170000', '155222.630000', '155223.090000', '155223.550000', '155224.010000', '155224.470000', '155224.930000', '155225.390000', '155225.850000', '155226.310000', '155226.770000', '155227.230000', '155227.690000', '155228.150000', '155228.610000', '155229.070000', '155229.530000', '155229.990000', '155230.450000', '155230.910000', '155231.370000', '155231.830000', '155232.290000', '155232.750000', '155233.210000', '155233.670000', '155234.130000', '155234.590000', '155235.050000', '155235.510000', '155235.970000', '155236.430000', '155236.890000', '155237.350000', '155237.810000', '155238.270000', '155238.730000', '155239.190000', '155239.650000', '155240.110000', '155240.570000', '155241.030000', '155241.490000', '155241.950000', '155242.410000', '155242.870000', '155243.330000', '155243.790000', '155244.250000', '155244.710000', '155245.170000', '155245.630000', '155246.090000', '155246.550000', '155247.010000', '155247.470000', '155247.930000', '155248.390000', '155248.850000', '155249.310000', '155249.770000', '155250.230000', '155250.690000', '155251.150000', '155251.610000', '155252.070000', '155252.530000', '155252.990000', '155253.450000', '155253.910000', '155254.370000', '155254.830000', '155255.290000', '155255.750000', '155256.210000', '155256.670000', '155257.130000', '155257.590000', '155258.050000', '155258.510000', '155258.970000', '155259.430000', '155259.890000', '155300.350000', '155300.810000', '155301.270000', '155301.730000', '155302.190000', '155302.650000', '155303.110000', '155303.570000', '155304.030000', '155304.490000', '155304.950000', '155305.410000', '155305.870000', '155306.330000', '155306.790000', '155307.250000', '155307.710000', '155308.170000', '155308.630000', '155309.090000', '155309.550000', '155310.010000', '155310.470000', '155310.930000', '155311.390000', '155311.850000', '155312.310000', '155312.770000', '155313.230000', '155313.690000', '155314.150000', '155314.610000', '155315.070000', '155315.530000', '155315.990000', '155316.450000', '155316.910000', '155317.370000', '155317.830000', '155318.290000', '155318.750000', '155319.210000', '155319.670000', '155320.130000', '155320.590000', '155321.050000', '155321.510000', '155321.970000', '155322.430000', '155322.890000', '155323.350000', '155323.810000', '155324.270000', '155324.730000', '155325.190000', '155325.650000', '155326.110000', '155326.570000', '155327.030000', '155327.490000', '155327.950000', '155328.410000', '155328.870000', '155329.330000', '155329.790000', '155330.250000', '155330.710000', '155331.170000', '155331.630000', '155332.090000', '155332.550000', '155333.010000', '155333.470000', '155333.930000', '155334.390000', '155334.850000', '155335.310000', '155335.770000', '155336.230000', '155336.690000', '155337.150000', '155337.610000', '155338.070000', '155338.530000', '155338.990000', '155339.450000', '155339.910000', '155340.370000', '155340.830000', '155341.290000', '155341.750000', '155342.210000', '155342.670000', '155343.130000', '155343.590000', '155344.050000', '155344.510000', '155344.970000', '155345.430000', '155345.890000', '155346.350000', '155346.810000', '155347.270000', '155347.730000', '155348.190000', '155348.650000', '155349.110000', '155349.570000', '155350.030000', '155350.490000', '155350.950000', '155351.410000', '155351.870000', '155352.330000', '155352.790000', '155353.250000', '155353.710000', '155354.170000', '155354.630000', '155355.090000', '155355.550000', '155356.010000', '155356.470000', '155356.930000', '155357.390000', '155357.850000', '155358.310000', '155358.770000', '155359.230000', '155359.690000', '155400.150000', '155400.610000', '155401.070000', '155401.530000', '155401.990000', '155402.450000', '155402.910000', '155403.370000', '155403.830000', '155404.290000', '155404.750000', '155405.210000', '155405.670000', '155406.130000', '155406.590000', '155407.050000', '155407.510000', '155407.970000', '155408.430000', '155408.890000', '155409.350000', '155409.810000', '155410.270000', '155410.730000', '155411.190000', '155411.650000', '155412.110000', '155412.570000', '155413.030000', '155413.490000', '155413.950000', '155414.410000', '155414.870000', '155415.330000', '155415.790000', '155416.250000', '155416.710000', '155417.170000', '155417.630000', '155418.090000', '155418.550000', '155419.010000', '155419.470000', '155419.930000', '155420.390000', '155420.850000', '155421.310000', '155421.770000', '155422.230000', '155422.690000', '155423.150000', '155423.610000', '155424.070000', '155424.530000', '155424.990000', '155425.450000', '155425.910000', '155426.370000', '155426.830000', '155427.290000', '155427.750000', '155428.210000', '155428.670000', '155429.130000', '155429.590000', '155430.050000', '155430.510000', '155430.970000', '155431.430000', '155431.890000', '155432.350000', '155432.810000', '155433.270000', '155433.730000', '155434.190000', '155434.650000', '155435.110000', '155435.570000', '155436.030000', '155436.490000', '155436.950000', '155437.410000', '155437.870000', '155438.330000', '155438.790000', '155439.250000', '155439.710000', '155440.170000', '155440.630000', '155441.090000', '155441.550000', '155442.010000', '155442.470000', '155442.930000', '155443.390000', '155443.850000', '155444.310000', '155444.770000', '155445.230000', '155445.690000', '155446.150000', '155446.610000', '155447.070000', '155447.530000', '155447.990000', '155448.450000', '155448.910000', '155449.370000', '155449.830000', '155450.290000', '155450.750000', '155451.210000', '155451.670000', '155452.130000', '155452.590000', '155453.050000', '155453.510000', '155453.970000', '155454.430000', '155454.890000', '155455.350000', '155455.810000', '155456.270000', '155456.730000', '155457.190000', '155457.650000', '155458.110000', '155458.570000', '155459.030000', '155459.490000', '155459.950000', '155500.410000', '155500.870000', '155501.330000', '155501.790000', '155502.250000', '155502.710000', '155503.170000', '155503.630000', '155504.090000', '155504.550000', '155505.010000', '155505.470000', '155505.930000', '155506.390000', '155506.850000', '155507.310000', '155507.770000', '155508.230000', '155508.690000', '155509.150000', '155509.610000', '155510.070000', '155510.530000', '155510.990000', '155511.450000', '155511.910000', '155512.370000', '155512.830000', '155513.290000', '155513.750000', '155514.210000', '155514.670000', '155515.130000', '155515.590000', '155516.050000', '155516.510000', '155516.970000', '155517.430000', '155517.890000', '155518.350000', '155518.810000', '155519.270000', '155519.730000', '155520.190000', '155520.650000', '155521.110000', '155521.570000', '155522.030000', '155522.490000', '155522.950000', '155523.410000', '155523.870000', '155524.330000', '155524.790000', '155525.250000', '155525.710000', '155526.170000', '155526.630000', '155527.090000', '155527.550000', '155528.010000', '155528.470000', '155528.930000', '155529.390000', '155529.850000', '155530.310000', '155530.770000', '155531.230000', '155531.690000', '155532.150000', '155532.610000', '155533.070000', '155533.530000', '155533.990000', '155534.450000', '155534.910000', '155535.370000', '155535.830000', '155536.290000', '155536.750000', '155537.210000', '155537.670000', '155538.130000', '155538.590000', '155539.050000', '155539.510000', '155539.970000', '155540.430000', '155540.890000', '155541.350000', '155541.810000', '155542.270000', '155542.730000', '155543.190000', '155543.650000', '155544.110000', '155544.570000', '155545.030000', '155545.490000', '155545.950000', '155546.410000', '155546.870000', '155547.330000', '155547.790000', '155548.250000', '155548.710000', '155549.170000', '155549.630000', '155550.090000', '155550.550000', '155551.010000', '155551.470000', '155551.930000', '155552.390000', '155552.850000', '155553.310000', '155553.770000', '155554.230000', '155554.690000', '155555.150000', '155555.610000', '155556.070000', '155556.530000', '155556.990000', '155557.450000', '155557.910000', '155558.370000', '155558.830000', '155559.290000', '155559.750000', '155600.210000', '155600.670000', '155601.130000', '155601.590000', '155602.050000', '155602.510000', '155602.970000', '155603.430000', '155603.890000', '155604.350000', '155604.810000', '155605.270000', '155605.730000', '155606.190000', '155606.650000', '155607.110000', '155607.570000', '155608.030000', '155608.490000', '155608.950000', '155609.410000', '155609.870000', '155610.330000', '155610.790000', '155611.250000', '155611.710000', '155612.170000', '155612.630000', '155613.090000', '155613.550000', '155614.010000', '155614.470000', '155614.930000', '155615.390000', '155615.850000', '155616.310000', '155616.770000', '155617.230000', '155617.690000', '155618.150000', '155618.610000', '155619.070000', '155619.530000', '155619.990000', '155620.450000', '155620.910000', '155621.370000', '155621.830000', '155622.290000', '155622.750000', '155623.210000', '155623.670000', '155624.130000', '155624.590000', '155625.050000', '155625.510000', '155625.970000', '155626.430000', '155626.890000', '155627.350000', '155627.810000', '155628.270000', '155628.730000', '155629.190000', '155629.650000', '155630.110000', '155630.570000', '155631.030000', '155631.490000', '155631.950000', '155632.410000', '155632.870000', '155633.330000', '155633.790000', '155634.250000', '155634.710000', '155635.170000', '155635.630000', '155636.090000', '155636.550000', '155637.010000', '155637.470000', '155637.930000', '155638.390000', '155638.850000', '155639.310000', '155639.770000', '155640.230000', '155640.690000', '155641.150000', '155641.610000', '155642.070000', '155642.530000', '155642.990000', '155643.450000', '155643.910000', '155644.370000', '155644.830000', '155645.290000', '155645.750000', '155646.210000', '155646.670000', '155647.130000', '155647.590000', '155648.050000', '155648.510000', '155648.970000', '155649.430000', '155649.890000', '155650.350000', '155650.810000', '155651.270000', '155651.730000', '155652.190000', '155652.650000', '155653.110000', '155653.570000', '155654.030000', '155654.490000', '155654.950000', '155655.410000', '155655.870000', '155656.330000', '155656.790000', '155657.250000', '155657.710000', '155658.170000', '155658.630000', '155659.090000', '155659.550000', '155700.010000', '155700.470000', '155700.930000', '155701.390000', '155701.850000', '155702.310000', '155702.770000', '155703.230000', '155703.690000', '155704.150000', '155704.610000', '155705.070000', '155705.530000', '155705.990000', '155706.450000', '155706.910000', '155707.370000', '155707.830000', '155708.290000', '155708.750000', '155709.210000', '155709.670000', '155710.130000', '155710.590000', '155711.050000', '155711.510000', '155711.970000', '155712.430000', '155712.890000', '155713.350000', '155713.810000', '155714.270000', '155714.730000', '155715.190000', '155715.650000', '155716.110000', '155716.570000', '155717.030000', '155717.490000', '155717.950000', '155718.410000', '155718.870000', '155719.330000', '155719.790000', '155720.250000', '155720.710000', '155721.170000', '155721.630000', '155722.090000', '155722.550000', '155723.010000', '155723.470000', '155723.930000', '155724.390000', '155724.850000', '155725.310000', '155725.770000', '155726.230000', '155726.690000', '155727.150000', '155727.610000', '155728.070000', '155728.530000', '155728.990000'], 'ContentTime': ['154758.374000', '154758.378000', '154758.381000', '154758.384000', '154758.387000', '154758.390000', '154758.393000', '154758.396000', '154758.399000', '154758.402000', '154758.405000', '154758.408000', '154758.411000', '154758.414000', '154758.417000', '154758.420000', '154758.423000', '154758.426000', '154758.429000', '154758.436000', '154758.439000', '154758.442000', '154758.445000', '154758.448000', '154758.451000', '154758.454000', '154758.457000', '154758.460000', '154758.463000', '154758.466000', '154758.469000', '154758.472000', '154758.475000', '154758.478000', '154758.481000', '154758.485000', '154758.488000', '154758.491000', '154758.494000', '154758.497000', '154758.500000', '154758.503000', '154758.506000', '154758.509000', '154758.512000', '154758.515000', '154758.518000', '154758.521000', '154758.524000', '154758.527000', '154758.530000', '154758.533000', '154758.536000', '154758.539000', '154758.542000', '154758.546000', '154818.338000', '154818.341000', '154818.344000', '154818.346000', '154818.349000', '154818.352000', '154818.355000', '154818.358000', '154818.361000', '154818.370000', '154818.373000', '154818.376000', '154818.379000', '154818.382000', '154818.384000', '154818.387000', '154818.390000', '154818.393000', '154818.396000', '154818.399000', '154818.402000', '154818.404000', '154818.407000', '154818.410000', '154818.413000', '154818.416000', '154818.419000', '154818.421000', '154818.424000', '154818.427000', '154818.430000', '154818.433000', '154818.436000', '154818.439000', '154818.442000', '154818.444000', '154818.447000', '154818.450000', '154818.453000', '154818.456000', '154818.459000', '154818.461000', '154818.464000', '154838.338000', '154838.341000', '154838.344000', '154838.346000', '154838.349000', '154838.352000', '154838.355000', '154838.358000', '154838.361000', '154838.363000', '154838.366000', '154838.369000', '154838.372000', '154838.375000', '154838.378000', '154838.381000', '154838.384000', '154838.386000', '154838.389000', '154838.392000', '154838.395000', '154838.398000', '154838.401000', '154838.404000', '154838.406000', '154838.409000', '154838.412000', '154838.415000', '154838.418000', '154838.421000', '154838.424000', '154838.426000', '154838.429000', '154838.432000', '154838.435000', '154838.438000', '154838.441000', '154838.444000', '154838.446000', '154838.449000', '154838.452000', '154838.455000', '154838.458000', '154838.461000', '154858.338000', '154858.341000', '154858.344000', '154858.346000', '154858.349000', '154858.352000', '154858.355000', '154858.358000', '154858.361000', '154858.364000', '154858.367000', '154858.369000', '154858.372000', '154858.375000', '154858.378000', '154858.381000', '154858.384000', '154858.387000', '154858.390000', '154858.393000', '154858.395000', '154858.398000', '154858.401000', '154858.404000', '154858.407000', '154858.410000', '154858.412000', '154858.415000', '154858.418000', '154858.421000', '154858.424000', '154858.427000', '154858.430000', '154858.433000', '154858.435000', '154858.438000', '154858.441000', '154858.444000', '154858.447000', '154858.450000', '154858.453000', '154858.456000', '154858.459000', '154918.337000', '154918.340000', '154918.343000', '154918.346000', '154918.348000', '154918.351000', '154918.354000', '154918.357000', '154918.360000', '154918.363000', '154918.366000', '154918.369000', '154918.371000', '154918.374000', '154918.377000', '154918.380000', '154918.383000', '154918.385000', '154918.388000', '154918.391000', '154918.394000', '154918.397000', '154918.400000', '154918.403000', '154918.405000', '154918.426000', '154918.429000', '154918.432000', '154918.435000', '154918.438000', '154918.441000', '154918.444000', '154918.447000', '154918.449000', '154918.452000', '154918.455000', '154918.458000', '154918.461000', '154918.464000', '154918.466000', '154918.469000', '154918.472000', '154918.475000', '154918.478000', '154938.337000', '154938.340000', '154938.343000', '154938.346000', '154938.349000', '154938.352000', '154938.355000', '154938.357000', '154938.360000', '154938.363000', '154938.366000', '154938.369000', '154938.372000', '154938.375000', '154938.378000', '154938.380000', '154938.383000', '154938.386000', '154938.389000', '154938.392000', '154938.395000', '154938.398000', '154938.401000', '154938.404000', '154938.406000', '154938.409000', '154938.412000', '154938.415000', '154938.418000', '154938.421000', '154938.424000', '154938.427000', '154938.429000', '154938.432000', '154938.435000', '154938.438000', '154938.441000', '154938.444000', '154938.447000', '154938.450000', '154938.452000', '154938.455000', '154938.458000', '154958.338000', '154958.341000', '154958.344000', '154958.347000', '154958.349000', '154958.352000', '154958.355000', '154958.358000', '154958.361000', '154958.364000', '154958.367000', '154958.370000', '154958.373000', '154958.375000', '154958.378000', '154958.381000', '154958.384000', '154958.387000', '154958.390000', '154958.393000', '154958.395000', '154958.398000', '154958.401000', '154958.404000', '154958.407000', '154958.410000', '154958.413000', '154958.415000', '154958.418000', '154958.421000', '154958.424000', '154958.427000', '154958.430000', '154958.433000', '154958.435000', '154958.438000', '154958.441000', '154958.444000', '154958.447000', '154958.450000', '154958.453000', '154958.456000', '154958.459000', '154958.461000', '155018.338000', '155018.341000', '155018.344000', '155018.347000', '155018.350000', '155018.353000', '155018.355000', '155018.358000', '155018.361000', '155018.364000', '155018.367000', '155018.370000', '155018.381000', '155018.383000', '155018.386000', '155018.389000', '155018.392000', '155018.395000', '155018.398000', '155018.401000', '155018.403000', '155018.406000', '155018.409000', '155018.412000', '155018.415000', '155018.418000', '155018.421000', '155018.424000', '155018.426000', '155018.429000', '155018.432000', '155018.435000', '155018.438000', '155018.441000', '155018.443000', '155018.446000', '155018.449000', '155018.452000', '155018.455000', '155018.458000', '155018.461000', '155018.464000', '155018.466000', '155038.338000', '155038.341000', '155038.344000', '155038.347000', '155038.350000', '155038.353000', '155038.355000', '155038.358000', '155038.361000', '155038.364000', '155038.367000', '155038.370000', '155038.373000', '155038.376000', '155038.379000', '155038.382000', '155038.384000', '155038.387000', '155038.390000', '155038.393000', '155038.396000', '155038.399000', '155038.402000', '155038.405000', '155038.407000', '155038.410000', '155038.413000', '155038.416000', '155038.419000', '155038.422000', '155038.425000', '155038.427000', '155038.430000', '155038.433000', '155038.436000', '155038.439000', '155038.442000', '155038.445000', '155038.448000', '155038.451000', '155038.453000', '155038.456000', '155038.459000', '155058.338000', '155058.341000', '155058.344000', '155058.347000', '155058.349000', '155058.352000', '155058.355000', '155058.358000', '155058.361000', '155058.364000', '155058.367000', '155058.370000', '155058.372000', '155058.375000', '155058.378000', '155058.381000', '155058.384000', '155058.387000', '155058.390000', '155058.392000', '155058.395000', '155058.398000', '155058.414000', '155058.417000', '155058.420000', '155058.423000', '155058.425000', '155058.428000', '155058.431000', '155058.434000', '155058.437000', '155058.440000', '155058.443000', '155058.445000', '155058.448000', '155058.451000', '155058.454000', '155058.457000', '155058.460000', '155058.463000', '155058.466000', '155058.469000', '155058.472000', '155058.475000', '155118.338000', '155118.341000', '155118.344000', '155118.347000', '155118.350000', '155118.353000', '155118.356000', '155118.359000', '155118.362000', '155118.365000', '155118.368000', '155118.371000', '155118.374000', '155118.376000', '155118.379000', '155118.382000', '155118.385000', '155118.388000', '155118.391000', '155118.394000', '155118.397000', '155118.400000', '155118.403000', '155118.405000', '155118.408000', '155118.411000', '155118.414000', '155118.417000', '155118.420000', '155118.423000', '155118.426000', '155118.428000', '155118.431000', '155118.434000', '155118.437000', '155118.440000', '155118.443000', '155118.446000', '155118.449000', '155118.452000', '155118.454000', '155118.457000', '155118.460000', '155138.337000', '155138.340000', '155138.343000', '155138.346000', '155138.349000', '155138.352000', '155138.355000', '155138.357000', '155138.360000', '155138.363000', '155138.366000', '155138.369000', '155138.372000', '155138.375000', '155138.377000', '155138.380000', '155138.383000', '155138.386000', '155138.389000', '155138.392000', '155138.395000', '155138.398000', '155138.401000', '155138.403000', '155138.406000', '155138.409000', '155138.412000', '155138.415000', '155138.418000', '155138.421000', '155138.424000', '155138.426000', '155138.429000', '155138.432000', '155138.435000', '155138.438000', '155138.441000', '155138.444000', '155138.447000', '155138.450000', '155138.452000', '155138.455000', '155138.458000', '155138.461000', '155158.337000', '155158.340000', '155158.343000', '155158.346000', '155158.349000', '155158.352000', '155158.355000', '155158.358000', '155158.360000', '155158.363000', '155158.366000', '155158.369000', '155158.372000', '155158.375000', '155158.378000', '155158.381000', '155158.384000', '155158.387000', '155158.390000', '155158.393000', '155158.396000', '155158.399000', '155158.401000', '155158.404000', '155158.407000', '155158.410000', '155158.413000', '155158.416000', '155158.419000', '155158.422000', '155158.425000', '155158.427000', '155158.430000', '155158.433000', '155158.436000', '155158.439000', '155158.442000', '155158.445000', '155158.448000', '155158.451000', '155158.453000', '155158.456000', '155158.459000', '155218.338000', '155218.341000', '155218.344000', '155218.347000', '155218.350000', '155218.353000', '155218.355000', '155218.358000', '155218.361000', '155218.364000', '155218.367000', '155218.370000', '155218.372000', '155218.375000', '155218.378000', '155218.381000', '155218.384000', '155218.387000', '155218.390000', '155218.393000', '155218.395000', '155218.398000', '155218.401000', '155218.404000', '155218.407000', '155218.410000', '155218.413000', '155218.416000', '155218.418000', '155218.421000', '155218.424000', '155218.427000', '155218.430000', '155218.433000', '155218.436000', '155218.438000', '155218.441000', '155218.444000', '155218.447000', '155218.450000', '155218.453000', '155218.456000', '155218.459000', '155218.461000', '155238.338000', '155238.341000', '155238.344000', '155238.347000', '155238.350000', '155238.353000', '155238.356000', '155238.358000', '155238.361000', '155238.364000', '155238.367000', '155238.370000', '155238.373000', '155238.376000', '155238.379000', '155238.382000', '155238.384000', '155238.387000', '155238.391000', '155238.394000', '155238.399000', '155238.402000', '155238.405000', '155238.408000', '155238.411000', '155238.414000', '155238.417000', '155238.420000', '155238.423000', '155238.426000', '155238.429000', '155238.431000', '155238.434000', '155238.437000', '155238.440000', '155238.443000', '155238.446000', '155238.449000', '155238.452000', '155238.454000', '155238.457000', '155238.460000', '155238.463000', '155258.338000', '155258.341000', '155258.344000', '155258.347000', '155258.350000', '155258.353000', '155258.355000', '155258.358000', '155258.361000', '155258.364000', '155258.367000', '155258.370000', '155258.373000', '155258.376000', '155258.379000', '155258.381000', '155258.384000', '155258.387000', '155258.390000', '155258.393000', '155258.396000', '155258.399000', '155258.402000', '155258.404000', '155258.407000', '155258.410000', '155258.413000', '155258.416000', '155258.419000', '155258.422000', '155258.425000', '155258.428000', '155258.430000', '155258.433000', '155258.436000', '155258.439000', '155258.442000', '155258.445000', '155258.448000', '155258.450000', '155258.453000', '155258.456000', '155258.459000', '155258.462000', '155318.338000', '155318.341000', '155318.344000', '155318.347000', '155318.350000', '155318.353000', '155318.355000', '155318.358000', '155318.361000', '155318.364000', '155318.367000', '155318.370000', '155318.372000', '155318.375000', '155318.378000', '155318.381000', '155318.384000', '155318.387000', '155318.390000', '155318.393000', '155318.395000', '155318.398000', '155318.401000', '155318.404000', '155318.407000', '155318.410000', '155318.414000', '155318.419000', '155318.422000', '155318.425000', '155318.428000', '155318.430000', '155318.433000', '155318.436000', '155318.439000', '155318.442000', '155318.445000', '155318.448000', '155318.451000', '155318.453000', '155318.456000', '155318.459000', '155318.462000', '155338.338000', '155338.341000', '155338.344000', '155338.347000', '155338.350000', '155338.353000', '155338.356000', '155338.358000', '155338.361000', '155338.364000', '155338.367000', '155338.370000', '155338.373000', '155338.376000', '155338.379000', '155338.382000', '155338.385000', '155338.387000', '155338.390000', '155338.395000', '155338.397000', '155338.400000', '155338.403000', '155338.406000', '155338.409000', '155338.412000', '155338.415000', '155338.418000', '155338.420000', '155338.423000', '155338.426000', '155338.429000', '155338.432000', '155338.435000', '155338.438000', '155338.441000', '155338.444000', '155338.446000', '155338.449000', '155338.452000', '155338.455000', '155338.458000', '155338.461000', '155338.464000', '155358.337000', '155358.340000', '155358.343000', '155358.346000', '155358.349000', '155358.351000', '155358.354000', '155358.357000', '155358.360000', '155358.363000', '155358.366000', '155358.368000', '155358.372000', '155358.376000', '155358.379000', '155358.381000', '155358.384000', '155358.387000', '155358.390000', '155358.393000', '155358.396000', '155358.399000', '155358.402000', '155358.404000', '155358.407000', '155358.410000', '155358.413000', '155358.416000', '155358.419000', '155358.422000', '155358.427000', '155358.431000', '155358.434000', '155358.437000', '155358.440000', '155358.443000', '155358.446000', '155358.448000', '155358.451000', '155358.454000', '155358.457000', '155358.460000', '155358.463000', '155418.337000', '155418.340000', '155418.343000', '155418.346000', '155418.349000', '155418.352000', '155418.355000', '155418.357000', '155418.360000', '155418.363000', '155418.366000', '155418.369000', '155418.372000', '155418.375000', '155418.377000', '155418.380000', '155418.383000', '155418.386000', '155418.389000', '155418.392000', '155418.394000', '155418.397000', '155418.400000', '155418.403000', '155418.406000', '155418.409000', '155418.411000', '155418.414000', '155418.417000', '155418.420000', '155418.423000', '155418.426000', '155418.429000', '155418.432000', '155418.435000', '155418.438000', '155418.440000', '155418.443000', '155418.446000', '155418.449000', '155418.452000', '155418.455000', '155418.458000', '155418.460000', '155438.338000', '155438.341000', '155438.344000', '155438.347000', '155438.350000', '155438.353000', '155438.355000', '155438.358000', '155438.361000', '155438.364000', '155438.367000', '155438.370000', '155438.373000', '155438.376000', '155438.379000', '155438.381000', '155438.384000', '155438.387000', '155438.390000', '155438.393000', '155438.396000', '155438.399000', '155438.401000', '155438.404000', '155438.407000', '155438.410000', '155438.413000', '155438.416000', '155438.419000', '155438.422000', '155438.424000', '155438.427000', '155438.430000', '155438.433000', '155438.436000', '155438.439000', '155438.442000', '155438.445000', '155438.448000', '155438.450000', '155438.453000', '155438.456000', '155438.459000', '155458.338000', '155458.341000', '155458.344000', '155458.347000', '155458.350000', '155458.352000', '155458.355000', '155458.358000', '155458.361000', '155458.364000', '155458.367000', '155458.370000', '155458.372000', '155458.375000', '155458.378000', '155458.381000', '155458.384000', '155458.387000', '155458.390000', '155458.393000', '155458.396000', '155458.398000', '155458.401000', '155458.404000', '155458.407000', '155458.410000', '155458.413000', '155458.416000', '155458.419000', '155458.422000', '155458.425000', '155458.427000', '155458.430000', '155458.433000', '155458.436000', '155458.439000', '155458.442000', '155458.445000', '155458.447000', '155458.450000', '155458.453000', '155458.456000', '155458.459000', '155458.462000', '155518.338000', '155518.341000', '155518.344000', '155518.347000', '155518.350000', '155518.352000', '155518.355000', '155518.358000', '155518.361000', '155518.364000', '155518.380000', '155518.383000', '155518.385000', '155518.388000', '155518.391000', '155518.394000', '155518.397000', '155518.400000', '155518.402000', '155518.405000', '155518.409000', '155518.412000', '155518.415000', '155518.418000', '155518.421000', '155518.424000', '155518.427000', '155518.430000', '155518.433000', '155518.436000', '155518.439000', '155518.441000', '155518.444000', '155518.447000', '155518.450000', '155518.453000', '155518.456000', '155518.459000', '155518.461000', '155518.465000', '155518.469000', '155518.473000', '155518.476000', '155538.338000', '155538.341000', '155538.344000', '155538.347000', '155538.350000', '155538.353000', '155538.355000', '155538.358000', '155538.361000', '155538.364000', '155538.367000', '155538.370000', '155538.373000', '155538.376000', '155538.379000', '155538.382000', '155538.384000', '155538.387000', '155538.390000', '155538.393000', '155538.396000', '155538.399000', '155538.402000', '155538.405000', '155538.407000', '155538.410000', '155538.413000', '155538.416000', '155538.419000', '155538.422000', '155538.425000', '155538.427000', '155538.430000', '155538.433000', '155538.436000', '155538.439000', '155538.442000', '155538.445000', '155538.448000', '155538.451000', '155538.454000', '155538.456000', '155538.459000', '155538.462000', '155558.338000', '155558.341000', '155558.344000', '155558.347000', '155558.350000', '155558.352000', '155558.355000', '155558.358000', '155558.361000', '155558.364000', '155558.367000', '155558.370000', '155558.373000', '155558.376000', '155558.379000', '155558.381000', '155558.384000', '155558.387000', '155558.390000', '155558.393000', '155558.396000', '155558.399000', '155558.402000', '155558.404000', '155558.407000', '155558.410000', '155558.413000', '155558.416000', '155558.419000', '155558.422000', '155558.425000', '155558.434000', '155558.437000', '155558.440000', '155558.443000', '155558.446000', '155558.449000', '155558.452000', '155558.455000', '155558.458000', '155558.460000', '155558.463000', '155558.466000', '155618.337000', '155618.340000', '155618.343000', '155618.346000', '155618.349000', '155618.352000', '155618.355000', '155618.358000', '155618.360000', '155618.363000', '155618.366000', '155618.369000', '155618.372000', '155618.375000', '155618.378000', '155618.381000', '155618.384000', '155618.386000', '155618.389000', '155618.392000', '155618.395000', '155618.398000', '155618.401000', '155618.404000', '155618.407000', '155618.410000', '155618.413000', '155618.415000', '155618.418000', '155618.421000', '155618.424000', '155618.427000', '155618.430000', '155618.433000', '155618.436000', '155618.439000', '155618.441000', '155618.444000', '155618.447000', '155618.450000', '155618.453000', '155618.456000', '155618.459000', '155618.462000', '155638.337000', '155638.340000', '155638.343000', '155638.346000', '155638.349000', '155638.351000', '155638.363000', '155638.366000', '155638.369000', '155638.371000', '155638.374000', '155638.377000', '155638.380000', '155638.383000', '155638.386000', '155638.389000', '155638.392000', '155638.395000', '155638.397000', '155638.400000', '155638.403000', '155638.406000', '155638.409000', '155638.412000', '155638.415000', '155638.418000', '155638.421000', '155638.423000', '155638.426000', '155638.429000', '155638.432000', '155638.435000', '155638.438000', '155638.441000', '155638.444000', '155638.447000', '155638.451000', '155638.453000', '155638.457000', '155638.459000', '155638.462000', '155638.465000', '155638.468000', '155658.338000', '155658.341000', '155658.344000', '155658.347000', '155658.350000', '155658.352000', '155658.355000', '155658.358000', '155658.361000', '155658.364000', '155658.367000', '155658.370000', '155658.373000', '155658.376000', '155658.379000', '155658.381000', '155658.384000', '155658.387000', '155658.390000', '155658.393000', '155658.396000', '155658.399000', '155658.402000', '155658.404000', '155658.407000', '155658.410000', '155658.413000', '155658.416000', '155658.419000', '155658.422000', '155658.424000', '155658.427000', '155658.430000', '155658.433000', '155658.436000', '155658.439000', '155658.442000', '155658.445000', '155658.448000', '155658.450000', '155658.453000', '155658.456000', '155658.459000', '155658.462000', '155718.338000', '155718.341000', '155718.344000', '155718.347000', '155718.350000', '155718.353000', '155718.355000', '155718.358000', '155718.361000', '155718.364000', '155718.367000', '155718.370000', '155718.373000', '155718.375000', '155718.378000', '155718.381000', '155718.384000', '155718.387000', '155718.390000', '155718.393000', '155718.395000', '155718.398000', '155718.401000', '155718.404000', '155718.407000', '155718.410000', '155718.413000', '155718.416000', '155718.418000', '155718.421000', '155718.424000', '155718.427000', '155718.430000', '155718.433000', '155718.436000', '155718.439000', '155718.442000', '155718.444000', '155718.447000', '155718.450000', '155718.453000', '155718.456000', '155718.459000', '155729.640000', '155729.644000', '155729.647000', '155729.651000', '155729.654000', '155729.657000', '155729.661000', '155729.664000', '155729.667000', '155729.671000', '155729.674000', '155729.677000', '155729.680000', '155729.683000', '155729.686000', '155729.689000', '155729.693000', '155729.696000', '155729.699000', '155729.702000', '155729.705000', '155729.708000', '155729.711000', '155729.714000', '155729.717000'], 'InstanceCreationTime': ['154758.374000', '154758.378000', '154758.381000', '154758.384000', '154758.387000', '154758.390000', '154758.393000', '154758.396000', '154758.399000', '154758.402000', '154758.405000', '154758.408000', '154758.411000', '154758.414000', '154758.417000', '154758.420000', '154758.423000', '154758.426000', '154758.429000', '154758.436000', '154758.439000', '154758.442000', '154758.445000', '154758.448000', '154758.451000', '154758.454000', '154758.457000', '154758.460000', '154758.463000', '154758.466000', '154758.469000', '154758.472000', '154758.475000', '154758.478000', '154758.481000', '154758.485000', '154758.488000', '154758.491000', '154758.494000', '154758.497000', '154758.500000', '154758.503000', '154758.506000', '154758.509000', '154758.512000', '154758.515000', '154758.518000', '154758.521000', '154758.524000', '154758.527000', '154758.530000', '154758.533000', '154758.536000', '154758.539000', '154758.542000', '154758.546000', '154818.338000', '154818.341000', '154818.344000', '154818.346000', '154818.349000', '154818.352000', '154818.355000', '154818.358000', '154818.361000', '154818.370000', '154818.373000', '154818.376000', '154818.379000', '154818.382000', '154818.384000', '154818.387000', '154818.390000', '154818.393000', '154818.396000', '154818.399000', '154818.402000', '154818.404000', '154818.407000', '154818.410000', '154818.413000', '154818.416000', '154818.419000', '154818.421000', '154818.424000', '154818.427000', '154818.430000', '154818.433000', '154818.436000', '154818.439000', '154818.442000', '154818.444000', '154818.447000', '154818.450000', '154818.453000', '154818.456000', '154818.459000', '154818.461000', '154818.464000', '154838.338000', '154838.341000', '154838.344000', '154838.346000', '154838.349000', '154838.352000', '154838.355000', '154838.358000', '154838.361000', '154838.363000', '154838.366000', '154838.369000', '154838.372000', '154838.375000', '154838.378000', '154838.381000', '154838.384000', '154838.386000', '154838.389000', '154838.392000', '154838.395000', '154838.398000', '154838.401000', '154838.404000', '154838.406000', '154838.409000', '154838.412000', '154838.415000', '154838.418000', '154838.421000', '154838.424000', '154838.426000', '154838.429000', '154838.432000', '154838.435000', '154838.438000', '154838.441000', '154838.444000', '154838.446000', '154838.449000', '154838.452000', '154838.455000', '154838.458000', '154838.461000', '154858.338000', '154858.341000', '154858.344000', '154858.346000', '154858.349000', '154858.352000', '154858.355000', '154858.358000', '154858.361000', '154858.364000', '154858.367000', '154858.369000', '154858.372000', '154858.375000', '154858.378000', '154858.381000', '154858.384000', '154858.387000', '154858.390000', '154858.393000', '154858.395000', '154858.398000', '154858.401000', '154858.404000', '154858.407000', '154858.410000', '154858.412000', '154858.415000', '154858.418000', '154858.421000', '154858.424000', '154858.427000', '154858.430000', '154858.433000', '154858.435000', '154858.438000', '154858.441000', '154858.444000', '154858.447000', '154858.450000', '154858.453000', '154858.456000', '154858.459000', '154918.337000', '154918.340000', '154918.343000', '154918.346000', '154918.348000', '154918.351000', '154918.354000', '154918.357000', '154918.360000', '154918.363000', '154918.366000', '154918.369000', '154918.371000', '154918.374000', '154918.377000', '154918.380000', '154918.383000', '154918.385000', '154918.388000', '154918.391000', '154918.394000', '154918.397000', '154918.400000', '154918.403000', '154918.405000', '154918.426000', '154918.429000', '154918.432000', '154918.435000', '154918.438000', '154918.441000', '154918.444000', '154918.447000', '154918.449000', '154918.452000', '154918.455000', '154918.458000', '154918.461000', '154918.464000', '154918.466000', '154918.469000', '154918.472000', '154918.475000', '154918.478000', '154938.337000', '154938.340000', '154938.343000', '154938.346000', '154938.349000', '154938.352000', '154938.355000', '154938.357000', '154938.360000', '154938.363000', '154938.366000', '154938.369000', '154938.372000', '154938.375000', '154938.378000', '154938.380000', '154938.383000', '154938.386000', '154938.389000', '154938.392000', '154938.395000', '154938.398000', '154938.401000', '154938.404000', '154938.406000', '154938.409000', '154938.412000', '154938.415000', '154938.418000', '154938.421000', '154938.424000', '154938.427000', '154938.429000', '154938.432000', '154938.435000', '154938.438000', '154938.441000', '154938.444000', '154938.447000', '154938.450000', '154938.452000', '154938.455000', '154938.458000', '154958.338000', '154958.341000', '154958.344000', '154958.347000', '154958.349000', '154958.352000', '154958.355000', '154958.358000', '154958.361000', '154958.364000', '154958.367000', '154958.370000', '154958.373000', '154958.375000', '154958.378000', '154958.381000', '154958.384000', '154958.387000', '154958.390000', '154958.393000', '154958.395000', '154958.398000', '154958.401000', '154958.404000', '154958.407000', '154958.410000', '154958.413000', '154958.415000', '154958.418000', '154958.421000', '154958.424000', '154958.427000', '154958.430000', '154958.433000', '154958.435000', '154958.438000', '154958.441000', '154958.444000', '154958.447000', '154958.450000', '154958.453000', '154958.456000', '154958.459000', '154958.461000', '155018.338000', '155018.341000', '155018.344000', '155018.347000', '155018.350000', '155018.353000', '155018.355000', '155018.358000', '155018.361000', '155018.364000', '155018.367000', '155018.370000', '155018.381000', '155018.383000', '155018.386000', '155018.389000', '155018.392000', '155018.395000', '155018.398000', '155018.401000', '155018.403000', '155018.406000', '155018.409000', '155018.412000', '155018.415000', '155018.418000', '155018.421000', '155018.424000', '155018.426000', '155018.429000', '155018.432000', '155018.435000', '155018.438000', '155018.441000', '155018.443000', '155018.446000', '155018.449000', '155018.452000', '155018.455000', '155018.458000', '155018.461000', '155018.464000', '155018.466000', '155038.338000', '155038.341000', '155038.344000', '155038.347000', '155038.350000', '155038.353000', '155038.355000', '155038.358000', '155038.361000', '155038.364000', '155038.367000', '155038.370000', '155038.373000', '155038.376000', '155038.379000', '155038.382000', '155038.384000', '155038.387000', '155038.390000', '155038.393000', '155038.396000', '155038.399000', '155038.402000', '155038.405000', '155038.407000', '155038.410000', '155038.413000', '155038.416000', '155038.419000', '155038.422000', '155038.425000', '155038.427000', '155038.430000', '155038.433000', '155038.436000', '155038.439000', '155038.442000', '155038.445000', '155038.448000', '155038.451000', '155038.453000', '155038.456000', '155038.459000', '155058.338000', '155058.341000', '155058.344000', '155058.347000', '155058.349000', '155058.352000', '155058.355000', '155058.358000', '155058.361000', '155058.364000', '155058.367000', '155058.370000', '155058.372000', '155058.375000', '155058.378000', '155058.381000', '155058.384000', '155058.387000', '155058.390000', '155058.392000', '155058.395000', '155058.398000', '155058.414000', '155058.417000', '155058.420000', '155058.423000', '155058.425000', '155058.428000', '155058.431000', '155058.434000', '155058.437000', '155058.440000', '155058.443000', '155058.445000', '155058.448000', '155058.451000', '155058.454000', '155058.457000', '155058.460000', '155058.463000', '155058.466000', '155058.469000', '155058.472000', '155058.475000', '155118.338000', '155118.341000', '155118.344000', '155118.347000', '155118.350000', '155118.353000', '155118.356000', '155118.359000', '155118.362000', '155118.365000', '155118.368000', '155118.371000', '155118.374000', '155118.376000', '155118.379000', '155118.382000', '155118.385000', '155118.388000', '155118.391000', '155118.394000', '155118.397000', '155118.400000', '155118.403000', '155118.405000', '155118.408000', '155118.411000', '155118.414000', '155118.417000', '155118.420000', '155118.423000', '155118.426000', '155118.428000', '155118.431000', '155118.434000', '155118.437000', '155118.440000', '155118.443000', '155118.446000', '155118.449000', '155118.452000', '155118.454000', '155118.457000', '155118.460000', '155138.337000', '155138.340000', '155138.343000', '155138.346000', '155138.349000', '155138.352000', '155138.355000', '155138.357000', '155138.360000', '155138.363000', '155138.366000', '155138.369000', '155138.372000', '155138.375000', '155138.377000', '155138.380000', '155138.383000', '155138.386000', '155138.389000', '155138.392000', '155138.395000', '155138.398000', '155138.401000', '155138.403000', '155138.406000', '155138.409000', '155138.412000', '155138.415000', '155138.418000', '155138.421000', '155138.424000', '155138.426000', '155138.429000', '155138.432000', '155138.435000', '155138.438000', '155138.441000', '155138.444000', '155138.447000', '155138.450000', '155138.452000', '155138.455000', '155138.458000', '155138.461000', '155158.337000', '155158.340000', '155158.343000', '155158.346000', '155158.349000', '155158.352000', '155158.355000', '155158.358000', '155158.360000', '155158.363000', '155158.366000', '155158.369000', '155158.372000', '155158.375000', '155158.378000', '155158.381000', '155158.384000', '155158.387000', '155158.390000', '155158.393000', '155158.396000', '155158.399000', '155158.401000', '155158.404000', '155158.407000', '155158.410000', '155158.413000', '155158.416000', '155158.419000', '155158.422000', '155158.425000', '155158.427000', '155158.430000', '155158.433000', '155158.436000', '155158.439000', '155158.442000', '155158.445000', '155158.448000', '155158.451000', '155158.453000', '155158.456000', '155158.459000', '155218.338000', '155218.341000', '155218.344000', '155218.347000', '155218.350000', '155218.353000', '155218.355000', '155218.358000', '155218.361000', '155218.364000', '155218.367000', '155218.370000', '155218.372000', '155218.375000', '155218.378000', '155218.381000', '155218.384000', '155218.387000', '155218.390000', '155218.393000', '155218.395000', '155218.398000', '155218.401000', '155218.404000', '155218.407000', '155218.410000', '155218.413000', '155218.416000', '155218.418000', '155218.421000', '155218.424000', '155218.427000', '155218.430000', '155218.433000', '155218.436000', '155218.438000', '155218.441000', '155218.444000', '155218.447000', '155218.450000', '155218.453000', '155218.456000', '155218.459000', '155218.461000', '155238.338000', '155238.341000', '155238.344000', '155238.347000', '155238.350000', '155238.353000', '155238.356000', '155238.358000', '155238.361000', '155238.364000', '155238.367000', '155238.370000', '155238.373000', '155238.376000', '155238.379000', '155238.382000', '155238.384000', '155238.387000', '155238.391000', '155238.394000', '155238.399000', '155238.402000', '155238.405000', '155238.408000', '155238.411000', '155238.414000', '155238.417000', '155238.420000', '155238.423000', '155238.426000', '155238.429000', '155238.431000', '155238.434000', '155238.437000', '155238.440000', '155238.443000', '155238.446000', '155238.449000', '155238.452000', '155238.454000', '155238.457000', '155238.460000', '155238.463000', '155258.338000', '155258.341000', '155258.344000', '155258.347000', '155258.350000', '155258.353000', '155258.355000', '155258.358000', '155258.361000', '155258.364000', '155258.367000', '155258.370000', '155258.373000', '155258.376000', '155258.379000', '155258.381000', '155258.384000', '155258.387000', '155258.390000', '155258.393000', '155258.396000', '155258.399000', '155258.402000', '155258.404000', '155258.407000', '155258.410000', '155258.413000', '155258.416000', '155258.419000', '155258.422000', '155258.425000', '155258.428000', '155258.430000', '155258.433000', '155258.436000', '155258.439000', '155258.442000', '155258.445000', '155258.448000', '155258.450000', '155258.453000', '155258.456000', '155258.459000', '155258.462000', '155318.338000', '155318.341000', '155318.344000', '155318.347000', '155318.350000', '155318.353000', '155318.355000', '155318.358000', '155318.361000', '155318.364000', '155318.367000', '155318.370000', '155318.372000', '155318.375000', '155318.378000', '155318.381000', '155318.384000', '155318.387000', '155318.390000', '155318.393000', '155318.395000', '155318.398000', '155318.401000', '155318.404000', '155318.407000', '155318.410000', '155318.414000', '155318.419000', '155318.422000', '155318.425000', '155318.428000', '155318.430000', '155318.433000', '155318.436000', '155318.439000', '155318.442000', '155318.445000', '155318.448000', '155318.451000', '155318.453000', '155318.456000', '155318.459000', '155318.462000', '155338.338000', '155338.341000', '155338.344000', '155338.347000', '155338.350000', '155338.353000', '155338.356000', '155338.358000', '155338.361000', '155338.364000', '155338.367000', '155338.370000', '155338.373000', '155338.376000', '155338.379000', '155338.382000', '155338.385000', '155338.387000', '155338.390000', '155338.395000', '155338.397000', '155338.400000', '155338.403000', '155338.406000', '155338.409000', '155338.412000', '155338.415000', '155338.418000', '155338.420000', '155338.423000', '155338.426000', '155338.429000', '155338.432000', '155338.435000', '155338.438000', '155338.441000', '155338.444000', '155338.446000', '155338.449000', '155338.452000', '155338.455000', '155338.458000', '155338.461000', '155338.464000', '155358.337000', '155358.340000', '155358.343000', '155358.346000', '155358.349000', '155358.351000', '155358.354000', '155358.357000', '155358.360000', '155358.363000', '155358.366000', '155358.368000', '155358.372000', '155358.376000', '155358.379000', '155358.381000', '155358.384000', '155358.387000', '155358.390000', '155358.393000', '155358.396000', '155358.399000', '155358.402000', '155358.404000', '155358.407000', '155358.410000', '155358.413000', '155358.416000', '155358.419000', '155358.422000', '155358.427000', '155358.431000', '155358.434000', '155358.437000', '155358.440000', '155358.443000', '155358.446000', '155358.448000', '155358.451000', '155358.454000', '155358.457000', '155358.460000', '155358.463000', '155418.337000', '155418.340000', '155418.343000', '155418.346000', '155418.349000', '155418.352000', '155418.355000', '155418.357000', '155418.360000', '155418.363000', '155418.366000', '155418.369000', '155418.372000', '155418.375000', '155418.377000', '155418.380000', '155418.383000', '155418.386000', '155418.389000', '155418.392000', '155418.394000', '155418.397000', '155418.400000', '155418.403000', '155418.406000', '155418.409000', '155418.411000', '155418.414000', '155418.417000', '155418.420000', '155418.423000', '155418.426000', '155418.429000', '155418.432000', '155418.435000', '155418.438000', '155418.440000', '155418.443000', '155418.446000', '155418.449000', '155418.452000', '155418.455000', '155418.458000', '155418.460000', '155438.338000', '155438.341000', '155438.344000', '155438.347000', '155438.350000', '155438.353000', '155438.355000', '155438.358000', '155438.361000', '155438.364000', '155438.367000', '155438.370000', '155438.373000', '155438.376000', '155438.379000', '155438.381000', '155438.384000', '155438.387000', '155438.390000', '155438.393000', '155438.396000', '155438.399000', '155438.401000', '155438.404000', '155438.407000', '155438.410000', '155438.413000', '155438.416000', '155438.419000', '155438.422000', '155438.424000', '155438.427000', '155438.430000', '155438.433000', '155438.436000', '155438.439000', '155438.442000', '155438.445000', '155438.448000', '155438.450000', '155438.453000', '155438.456000', '155438.459000', '155458.338000', '155458.341000', '155458.344000', '155458.347000', '155458.350000', '155458.352000', '155458.355000', '155458.358000', '155458.361000', '155458.364000', '155458.367000', '155458.370000', '155458.372000', '155458.375000', '155458.378000', '155458.381000', '155458.384000', '155458.387000', '155458.390000', '155458.393000', '155458.396000', '155458.398000', '155458.401000', '155458.404000', '155458.407000', '155458.410000', '155458.413000', '155458.416000', '155458.419000', '155458.422000', '155458.425000', '155458.427000', '155458.430000', '155458.433000', '155458.436000', '155458.439000', '155458.442000', '155458.445000', '155458.447000', '155458.450000', '155458.453000', '155458.456000', '155458.459000', '155458.462000', '155518.338000', '155518.341000', '155518.344000', '155518.347000', '155518.350000', '155518.352000', '155518.355000', '155518.358000', '155518.361000', '155518.364000', '155518.380000', '155518.383000', '155518.385000', '155518.388000', '155518.391000', '155518.394000', '155518.397000', '155518.400000', '155518.402000', '155518.405000', '155518.409000', '155518.412000', '155518.415000', '155518.418000', '155518.421000', '155518.424000', '155518.427000', '155518.430000', '155518.433000', '155518.436000', '155518.439000', '155518.441000', '155518.444000', '155518.447000', '155518.450000', '155518.453000', '155518.456000', '155518.459000', '155518.461000', '155518.465000', '155518.469000', '155518.473000', '155518.476000', '155538.338000', '155538.341000', '155538.344000', '155538.347000', '155538.350000', '155538.353000', '155538.355000', '155538.358000', '155538.361000', '155538.364000', '155538.367000', '155538.370000', '155538.373000', '155538.376000', '155538.379000', '155538.382000', '155538.384000', '155538.387000', '155538.390000', '155538.393000', '155538.396000', '155538.399000', '155538.402000', '155538.405000', '155538.407000', '155538.410000', '155538.413000', '155538.416000', '155538.419000', '155538.422000', '155538.425000', '155538.427000', '155538.430000', '155538.433000', '155538.436000', '155538.439000', '155538.442000', '155538.445000', '155538.448000', '155538.451000', '155538.454000', '155538.456000', '155538.459000', '155538.462000', '155558.338000', '155558.341000', '155558.344000', '155558.347000', '155558.350000', '155558.352000', '155558.355000', '155558.358000', '155558.361000', '155558.364000', '155558.367000', '155558.370000', '155558.373000', '155558.376000', '155558.379000', '155558.381000', '155558.384000', '155558.387000', '155558.390000', '155558.393000', '155558.396000', '155558.399000', '155558.402000', '155558.404000', '155558.407000', '155558.410000', '155558.413000', '155558.416000', '155558.419000', '155558.422000', '155558.425000', '155558.434000', '155558.437000', '155558.440000', '155558.443000', '155558.446000', '155558.449000', '155558.452000', '155558.455000', '155558.458000', '155558.460000', '155558.463000', '155558.466000', '155618.337000', '155618.340000', '155618.343000', '155618.346000', '155618.349000', '155618.352000', '155618.355000', '155618.358000', '155618.360000', '155618.363000', '155618.366000', '155618.369000', '155618.372000', '155618.375000', '155618.378000', '155618.381000', '155618.384000', '155618.386000', '155618.389000', '155618.392000', '155618.395000', '155618.398000', '155618.401000', '155618.404000', '155618.407000', '155618.410000', '155618.413000', '155618.415000', '155618.418000', '155618.421000', '155618.424000', '155618.427000', '155618.430000', '155618.433000', '155618.436000', '155618.439000', '155618.441000', '155618.444000', '155618.447000', '155618.450000', '155618.453000', '155618.456000', '155618.459000', '155618.462000', '155638.337000', '155638.340000', '155638.343000', '155638.346000', '155638.349000', '155638.351000', '155638.363000', '155638.366000', '155638.369000', '155638.371000', '155638.374000', '155638.377000', '155638.380000', '155638.383000', '155638.386000', '155638.389000', '155638.392000', '155638.395000', '155638.397000', '155638.400000', '155638.403000', '155638.406000', '155638.409000', '155638.412000', '155638.415000', '155638.418000', '155638.421000', '155638.423000', '155638.426000', '155638.429000', '155638.432000', '155638.435000', '155638.438000', '155638.441000', '155638.444000', '155638.447000', '155638.451000', '155638.453000', '155638.457000', '155638.459000', '155638.462000', '155638.465000', '155638.468000', '155658.338000', '155658.341000', '155658.344000', '155658.347000', '155658.350000', '155658.352000', '155658.355000', '155658.358000', '155658.361000', '155658.364000', '155658.367000', '155658.370000', '155658.373000', '155658.376000', '155658.379000', '155658.381000', '155658.384000', '155658.387000', '155658.390000', '155658.393000', '155658.396000', '155658.399000', '155658.402000', '155658.404000', '155658.407000', '155658.410000', '155658.413000', '155658.416000', '155658.419000', '155658.422000', '155658.424000', '155658.427000', '155658.430000', '155658.433000', '155658.436000', '155658.439000', '155658.442000', '155658.445000', '155658.448000', '155658.450000', '155658.453000', '155658.456000', '155658.459000', '155658.462000', '155718.338000', '155718.341000', '155718.344000', '155718.347000', '155718.350000', '155718.353000', '155718.355000', '155718.358000', '155718.361000', '155718.364000', '155718.367000', '155718.370000', '155718.373000', '155718.375000', '155718.378000', '155718.381000', '155718.384000', '155718.387000', '155718.390000', '155718.393000', '155718.395000', '155718.398000', '155718.401000', '155718.404000', '155718.407000', '155718.410000', '155718.413000', '155718.416000', '155718.418000', '155718.421000', '155718.424000', '155718.427000', '155718.430000', '155718.433000', '155718.436000', '155718.439000', '155718.442000', '155718.444000', '155718.447000', '155718.450000', '155718.453000', '155718.456000', '155718.459000', '155729.640000', '155729.644000', '155729.647000', '155729.651000', '155729.654000', '155729.657000', '155729.661000', '155729.664000', '155729.667000', '155729.671000', '155729.674000', '155729.677000', '155729.680000', '155729.683000', '155729.686000', '155729.689000', '155729.693000', '155729.696000', '155729.699000', '155729.702000', '155729.705000', '155729.708000', '155729.711000', '155729.714000', '155729.717000'], '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], 'LargestImagePixelValue': [11815, 9022, 13225, 9965, 11009, 10768, 8930, 12989, 10197, 9080, 11175, 9453, 13869, 10423, 8801, 13371, 9771, 8119, 11932, 9087, 11116, 10740, 9489, 13428, 9545, 11310, 10703, 8925, 13337, 10299, 7922, 11592, 8509, 10175, 10283, 8970, 11642, 10388, 8687, 12197, 11045, 9445, 9119, 12346, 9091, 8234, 14392, 11058, 8486, 14520, 7948, 8286, 14047, 11824, 8649, 10961, 9081, 7407, 6803, 12790, 7190, 7620, 8092, 10140, 8025, 7463, 12215, 8294, 7710, 12900, 10511, 9733, 9683, 13639, 9318, 9870, 15189, 9828, 8434, 10853, 12668, 9521, 8020, 13316, 9177, 8445, 11435, 12720, 8398, 7973, 12354, 9517, 8830, 9497, 10444, 8156, 7951, 8830, 9733, 8223, 8062, 11392, 9164, 8667, 9608, 10420, 8596, 8269, 11189, 10249, 8904, 8092, 12628, 13441, 9102, 8172, 8300, 11763, 11906, 8806, 8365, 13833, 9658, 8910, 15441, 11996, 8898, 8882, 10617, 8489, 10387, 9985, 8372, 8872, 10382, 8459, 13215, 10135, 8288, 9466, 9961, 8267, 13664, 9055, 8235, 9771, 9538, 8821, 12078, 9578, 8445, 7814, 11065, 8738, 7990, 11550, 8540, 8300, 11267, 8324, 7972, 12549, 8427, 8544, 12880, 8913, 8409, 12844, 8499, 8426, 11846, 9031, 8705, 9287, 9467, 8186, 7720, 11009, 8842, 8260, 13129, 8673, 8602, 12976, 9250, 9119, 11639, 8449, 12510, 9657, 8693, 13344, 8939, 8701, 13290, 8662, 8222, 12700, 8912, 8507, 10908, 8720, 8389, 13107, 9007, 7855, 11068, 8298, 7844, 12119, 8547, 8110, 12018, 8566, 7779, 12196, 8415, 8222, 11814, 8820, 8265, 11164, 8587, 8297, 10701, 8352, 12957, 9251, 7967, 11176, 8594, 10041, 10825, 8490, 13268, 9325, 8592, 13693, 9195, 8797, 13779, 8376, 8519, 11652, 8739, 10347, 10834, 8677, 15973, 9349, 9398, 10394, 8658, 7510, 9741, 8112, 10478, 8621, 8573, 11907, 8054, 7724, 10057, 8737, 13349, 8734, 7829, 10734, 8310, 7544, 10030, 8281, 7461, 9623, 8191, 12862, 8896, 8827, 11670, 8365, 8116, 10537, 8303, 9608, 9993, 8036, 7391, 11189, 8732, 7823, 12387, 8803, 8384, 11834, 8687, 8541, 11825, 8760, 8502, 8430, 9925, 8558, 8284, 12159, 8620, 8869, 13096, 9599, 8843, 13970, 10715, 8604, 11509, 10081, 8620, 12504, 10694, 8643, 10550, 9803, 8803, 14159, 8824, 8380, 10572, 8420, 8093, 10763, 8591, 11368, 10277, 8567, 8144, 10600, 8901, 12300, 11125, 9206, 15696, 9201, 9744, 9962, 8684, 7390, 9796, 8390, 7441, 10786, 8624, 7558, 11051, 8885, 10168, 10557, 9242, 14599, 9372, 12824, 9966, 13940, 10534, 13490, 11650, 8981, 11653, 8637, 13049, 8955, 8405, 9932, 8716, 12049, 8792, 8538, 10135, 9067, 12942, 9115, 8518, 11390, 9165, 12007, 9566, 9018, 11658, 9321, 13882, 9684, 8667, 10992, 8744, 8684, 8843, 8505, 11467, 9063, 12268, 8789, 8576, 11033, 8539, 10500, 9241, 8861, 13139, 8536, 8143, 10872, 8394, 10063, 10380, 8168, 8045, 10154, 8201, 10894, 9968, 8310, 11193, 9723, 9471, 12071, 9067, 15978, 10510, 8987, 12947, 8591, 8197, 10136, 8545, 13642, 10478, 8840, 15746, 10640, 12408, 10324, 9014, 13542, 9233, 9026, 11744, 8848, 8892, 11330, 9128, 8673, 9868, 9145, 8688, 13281, 9327, 8715, 11623, 8876, 8413, 11289, 8924, 8723, 9294, 9139, 8397, 8337, 10103, 8431, 8456, 9415, 8794, 13455, 9031, 9113, 13240, 9005, 8746, 12484, 9239, 10495, 12125, 8990, 8156, 10678, 8759, 9528, 10112, 8628, 8814, 9467, 8680, 12661, 8660, 8144, 11013, 8604, 7938, 9945, 8883, 10856, 9332, 8873, 10914, 8694, 8737, 11877, 8918, 8777, 8100, 10090, 8798, 7913, 12281, 9521, 8657, 11873, 9166, 8838, 12714, 9749, 8974, 11433, 9270, 9246, 12371, 10470, 9379, 12262, 10869, 9047, 12276, 11569, 9752, 15850, 13270, 9077, 14053, 9767, 13973, 10506, 8687, 12180, 9055, 9130, 10379, 8665, 11516, 9068, 8515, 12152, 8747, 8741, 12010, 9093, 8187, 11305, 8844, 8066, 11701, 9082, 8673, 11493, 9054, 8727, 13424, 10022, 8574, 12158, 8991, 8502, 12014, 10114, 10816, 13860, 8982, 12346, 13998, 10621, 13203, 9609, 17043, 8812, 8147, 10572, 8716, 11253, 8715, 8144, 10457, 8716, 11823, 8712, 12514, 9451, 12759, 9953, 8542, 11746, 8783, 8663, 9812, 8771, 12599, 8867, 8193, 10866, 8979, 12237, 9420, 14592, 9098, 8415, 10864, 8688, 13812, 8972, 8262, 10677, 8277, 8449, 9648, 8679, 11604, 9115, 14320, 9171, 8668, 10172, 8537, 10171, 9648, 8713, 10060, 8817, 8722, 13074, 9411, 8266, 11295, 8708, 13712, 9341, 13632, 10064, 8809, 10164, 9406, 9058, 8585, 11015, 8668, 7809, 11019, 8646, 9097, 11496, 10458, 13332, 10081, 8733, 16846, 12340, 13433, 13633, 8848, 8237, 10381, 8972, 11611, 10646, 8950, 8647, 10212, 8218, 13343, 8672, 7966, 12862, 8585, 7767, 11687, 8691, 9269, 11384, 8488, 7987, 10954, 8599, 14358, 9771, 8310, 11155, 8329, 14276, 8999, 9314, 11026, 8604, 9798, 8802, 8324, 11906, 8868, 8135, 10796, 8255, 9884, 10658, 8530, 12626, 9215, 13429, 9260, 13081, 11855, 13900, 9681, 7551, 9530, 9179, 7049, 6804, 10812, 8661, 7784, 11348, 8844, 7956, 10857, 11184, 11131, 17365, 13442, 13360, 13589, 15408, 15123, 13301, 14666, 13390, 16986, 13225, 12006, 10469, 9115, 12057, 8914, 8670, 10329, 8990, 12469, 8858, 9005, 10424, 9028, 12701, 8637, 8330, 11319, 8182, 8182, 10320, 8386, 8846, 10266, 8688, 12791, 8809, 8031, 11458, 8398, 11647, 9741, 8355, 12173, 8662, 7696, 11375, 8418, 13260, 8917, 7890, 11461, 8574, 14278, 8239, 8772, 9259, 7431, 10954, 8137, 7158, 10031, 8273, 7533, 10388, 7919, 13701, 9273, 7720, 11278, 8254, 14028, 9233, 9239, 10957, 8327, 16076, 10476, 8141, 10757, 8265, 12920, 9030, 12718, 10145, 8278, 11833, 8858, 14158, 9293, 8178, 10757, 8130, 12136, 8734, 13515, 8849, 7284, 11029, 8012, 10893, 10785, 10823, 15201, 9381, 13001, 9343, 9217, 10121, 7944, 10651, 8872, 13760, 9067, 12537, 9758, 12649, 11012, 8348, 13574, 9166, 7725, 11307, 9065, 13813, 9173, 12775, 10808, 10758, 11493, 8303, 11998, 8928, 13287, 8974, 12684, 10242, 12026, 10896, 8427, 11934, 8589, 12130, 8928, 12746, 9893, 7881, 11927, 8823, 13711, 8995, 11401, 10820, 8612, 12882, 9795, 7636, 11471, 8812, 13015, 9045, 9069, 10683, 8540, 12082, 9276, 12791, 9760, 8219, 11843, 8617, 8156, 10797, 8263, 13368, 9060, 11921, 10057, 9419, 11400, 8369, 13204, 9278, 7469, 11294, 8575, 7254, 11551, 8739, 7249, 11428, 8771, 7231, 11409, 8570, 7430, 10948, 8768, 10054, 10039, 7959, 15512, 9647, 7717, 14472, 8589, 7333, 11782, 8790, 8819, 11432, 10323, 16814, 10988, 16763, 12039, 14610, 14098, 8627, 11451, 8517, 11808, 8558, 10626, 10200, 8277, 11399, 8725, 7913, 10856, 7674, 11749, 8523, 9439, 9810, 7478, 11318, 8390, 7715, 11248, 8106, 8555, 10575, 8272, 12883, 9033, 7644, 11558, 8878, 13767, 10005, 12876, 10225, 8191, 11706, 8836, 10764, 10377, 8405, 13844, 8683, 7127, 11491, 8318, 9741, 10755, 7867, 13527, 9058, 7843, 11743, 11217, 17197, 12926, 13369, 13074, 10350, 11182, 10241, 8774, 13682, 9605, 12658, 10682, 10002, 11067, 8554, 12813, 8669, 13960, 9755, 10879, 11335, 8613, 12782, 9282, 11034, 11721, 9010, 13702, 9331, 14824, 10537, 10751, 11467, 8170, 13046, 9176, 13153, 9399, 8179, 11458, 8949, 9023, 11437, 9076, 10540, 11826, 8745, 13906, 9966, 11377, 12054, 9237, 11909, 11285, 9151, 13950, 10385, 8365, 12756, 9256, 8696, 11724, 9566, 7903, 11904, 9223, 10631, 11135, 10361, 13926, 12242, 10005, 8124, 7928, 10566, 9111, 7613, 14647, 9944, 8847, 10646, 11838, 9662, 13367, 12181, 9302, 16212, 11336, 10752, 11553, 9274, 16348, 9295, 7425, 11899, 9173, 13220, 10407, 8610, 12805, 9130, 9763, 11769, 8216, 11942, 9183, 9140, 11046, 8695, 12664, 9616, 8244, 13058, 9076, 11523, 10461, 9494, 11854, 9019, 12308, 8763, 14213, 9056, 7904, 11258, 8727, 13558, 9331, 7494, 11914, 8520, 7361, 11565, 8974, 12461, 8971, 9625, 11385, 9149, 14217, 10224, 14536, 11685, 8956, 12870, 9126, 14273, 9524, 12750, 10564, 8152, 12214, 8958, 12637, 9264, 13559, 9382, 13662, 9839, 10065, 10997, 7775, 12018, 9044, 13080, 9096, 9075, 10284, 7925, 12301, 9547, 12043, 10575, 8073, 12315, 9488, 13599, 9917, 9900, 11772, 8268, 12509, 9266, 12570, 10400, 7891, 12565, 9338, 12553, 9228, 8653, 11303, 8550, 12737, 8663, 7656, 10725, 8396, 12562, 8852, 13204, 9574, 12555, 10429, 9263, 11432, 7973, 12212, 9407, 13189, 9128, 7910, 10763, 8293, 12537, 8957, 8184, 11045, 8553, 12394, 10117, 8864, 14793, 10328, 7832, 11528, 7797, 7255, 11834, 8273, 7744, 8502, 11442, 10052, 11536, 10712, 7419, 13584, 12345, 12965, 10112, 12048, 11156, 9518, 9824, 16082, 13900, 15100, 15747, 12800, 13517, 10982, 9587, 15521, 12268, 13462, 10839, 8550, 13198, 9187, 7647, 11584, 9160, 7385, 11914, 9083, 12039, 10602, 9688, 14964, 9554, 7935, 11921, 8954, 13750, 9597, 7586, 11754, 8554, 7823, 10540, 8713, 8616, 11154, 8862, 13022, 9995, 9455, 15091, 9319, 8158, 12698, 9038, 13198, 11345, 9055, 15173], 'WindowCenter': [4316.0, 4275.0, 4301.0, 4264.0, 4260.0, 4268.0, 4247.0, 4278.0, 4255.0, 4238.0, 4265.0, 4247.0, 4277.0, 4250.0, 4241.0, 4278.0, 4248.0, 4239.0, 4276.0, 4237.0, 4267.0, 4260.0, 4252.0, 4288.0, 4248.0, 4267.0, 4245.0, 4238.0, 4291.0, 4259.0, 4238.0, 4266.0, 4248.0, 4261.0, 4267.0, 4257.0, 4266.0, 4245.0, 4225.0, 4278.0, 4278.0, 4262.0, 4258.0, 4281.0, 4245.0, 4227.0, 4288.0, 4267.0, 4236.0, 4290.0, 4234.0, 4227.0, 4284.0, 4262.0, 4231.0, 4262.0, 4256.0, 4174.0, 4213.0, 4274.0, 4191.0, 4197.0, 4209.0, 4218.0, 4219.0, 4196.0, 4248.0, 4216.0, 4209.0, 4273.0, 4257.0, 4252.0, 4241.0, 4267.0, 4226.0, 4234.0, 4270.0, 4229.0, 4217.0, 4248.0, 4256.0, 4228.0, 4219.0, 4260.0, 4217.0, 4208.0, 4240.0, 4264.0, 4210.0, 4209.0, 4266.0, 4231.0, 4224.0, 4242.0, 4247.0, 4220.0, 4211.0, 4230.0, 4231.0, 4231.0, 4233.0, 4274.0, 4244.0, 4234.0, 4254.0, 4258.0, 4245.0, 4236.0, 4253.0, 4255.0, 4244.0, 4235.0, 4284.0, 4289.0, 4251.0, 4236.0, 4234.0, 4268.0, 4266.0, 4234.0, 4222.0, 4272.0, 4233.0, 4218.0, 4277.0, 4239.0, 4217.0, 4217.0, 4228.0, 4216.0, 4240.0, 4228.0, 4207.0, 4219.0, 4228.0, 4218.0, 4260.0, 4238.0, 4218.0, 4229.0, 4242.0, 4211.0, 4263.0, 4227.0, 4218.0, 4229.0, 4225.0, 4227.0, 4256.0, 4229.0, 4223.0, 4209.0, 4249.0, 4228.0, 4211.0, 4261.0, 4231.0, 4231.0, 4252.0, 4223.0, 4225.0, 4263.0, 4231.0, 4222.0, 4263.0, 4232.0, 4222.0, 4264.0, 4222.0, 4210.0, 4261.0, 4221.0, 4232.0, 4235.0, 4252.0, 4222.0, 4219.0, 4251.0, 4224.0, 4222.0, 4272.0, 4222.0, 4222.0, 4262.0, 4226.0, 4232.0, 4260.0, 4210.0, 4258.0, 4228.0, 4217.0, 4265.0, 4222.0, 4221.0, 4261.0, 4216.0, 4207.0, 4260.0, 4220.0, 4220.0, 4241.0, 4208.0, 4220.0, 4280.0, 4235.0, 4220.0, 4260.0, 4212.0, 4233.0, 4263.0, 4231.0, 4221.0, 4270.0, 4231.0, 4222.0, 4274.0, 4225.0, 4224.0, 4262.0, 4221.0, 4209.0, 4262.0, 4222.0, 4212.0, 4243.0, 4212.0, 4254.0, 4219.0, 4211.0, 4240.0, 4217.0, 4231.0, 4239.0, 4219.0, 4263.0, 4227.0, 4229.0, 4263.0, 4227.0, 4210.0, 4270.0, 4218.0, 4219.0, 4248.0, 4217.0, 4230.0, 4241.0, 4218.0, 4280.0, 4226.0, 4221.0, 4228.0, 4207.0, 4209.0, 4227.0, 4207.0, 4229.0, 4208.0, 4223.0, 4255.0, 4213.0, 4209.0, 4240.0, 4214.0, 4260.0, 4217.0, 4208.0, 4241.0, 4211.0, 4207.0, 4237.0, 4213.0, 4203.0, 4239.0, 4220.0, 4260.0, 4220.0, 4231.0, 4261.0, 4220.0, 4199.0, 4248.0, 4232.0, 4243.0, 4236.0, 4207.0, 4210.0, 4250.0, 4229.0, 4220.0, 4275.0, 4232.0, 4222.0, 4252.0, 4231.0, 4223.0, 4255.0, 4222.0, 4236.0, 4223.0, 4242.0, 4223.0, 4227.0, 4268.0, 4232.0, 4233.0, 4272.0, 4220.0, 4219.0, 4272.0, 4232.0, 4229.0, 4243.0, 4217.0, 4208.0, 4236.0, 4234.0, 4217.0, 4228.0, 4220.0, 4216.0, 4257.0, 4209.0, 4199.0, 4236.0, 4205.0, 4203.0, 4229.0, 4215.0, 4241.0, 4228.0, 4207.0, 4207.0, 4228.0, 4215.0, 4239.0, 4252.0, 4229.0, 4267.0, 4217.0, 4226.0, 4226.0, 4218.0, 4191.0, 4226.0, 4207.0, 4209.0, 4240.0, 4237.0, 4212.0, 4262.0, 4232.0, 4231.0, 4230.0, 4231.0, 4280.0, 4231.0, 4259.0, 4218.0, 4257.0, 4227.0, 4245.0, 4238.0, 4193.0, 4234.0, 4194.0, 4235.0, 4196.0, 4195.0, 4216.0, 4217.0, 4236.0, 4196.0, 4196.0, 4229.0, 4209.0, 4258.0, 4217.0, 4208.0, 4239.0, 4208.0, 4241.0, 4216.0, 4229.0, 4239.0, 4208.0, 4249.0, 4219.0, 4208.0, 4228.0, 4206.0, 4212.0, 4206.0, 4216.0, 4240.0, 4229.0, 4254.0, 4230.0, 4230.0, 4252.0, 4221.0, 4237.0, 4220.0, 4223.0, 4274.0, 4230.0, 4210.0, 4251.0, 4213.0, 4249.0, 4246.0, 4224.0, 4233.0, 4252.0, 4234.0, 4251.0, 4242.0, 4224.0, 4256.0, 4235.0, 4241.0, 4252.0, 4211.0, 4280.0, 4230.0, 4231.0, 4262.0, 4219.0, 4212.0, 4219.0, 4208.0, 4270.0, 4238.0, 4210.0, 4279.0, 4227.0, 4240.0, 4226.0, 4213.0, 4250.0, 4214.0, 4206.0, 4236.0, 4198.0, 4217.0, 4239.0, 4208.0, 4217.0, 4218.0, 4216.0, 4217.0, 4255.0, 4213.0, 4209.0, 4248.0, 4206.0, 4206.0, 4226.0, 4209.0, 4209.0, 4211.0, 4217.0, 4198.0, 4200.0, 4231.0, 4220.0, 4211.0, 4229.0, 4209.0, 4253.0, 4211.0, 4225.0, 4261.0, 4213.0, 4209.0, 4248.0, 4210.0, 4228.0, 4242.0, 4217.0, 4208.0, 4237.0, 4195.0, 4217.0, 4215.0, 4212.0, 4208.0, 4218.0, 4218.0, 4252.0, 4214.0, 4208.0, 4232.0, 4213.0, 4201.0, 4227.0, 4219.0, 4228.0, 4228.0, 4211.0, 4229.0, 4212.0, 4211.0, 4263.0, 4232.0, 4231.0, 4216.0, 4246.0, 4224.0, 4213.0, 4252.0, 4256.0, 4236.0, 4269.0, 4243.0, 4233.0, 4275.0, 4244.0, 4226.0, 4266.0, 4244.0, 4232.0, 4252.0, 4243.0, 4225.0, 4264.0, 4243.0, 4225.0, 4250.0, 4244.0, 4232.0, 4275.0, 4254.0, 4213.0, 4260.0, 4228.0, 4249.0, 4240.0, 4207.0, 4249.0, 4197.0, 4204.0, 4219.0, 4206.0, 4231.0, 4197.0, 4199.0, 4246.0, 4207.0, 4207.0, 4251.0, 4219.0, 4214.0, 4240.0, 4211.0, 4209.0, 4243.0, 4211.0, 4223.0, 4255.0, 4232.0, 4211.0, 4262.0, 4232.0, 4214.0, 4255.0, 4224.0, 4221.0, 4250.0, 4232.0, 4253.0, 4271.0, 4219.0, 4242.0, 4251.0, 4219.0, 4240.0, 4214.0, 4259.0, 4197.0, 4185.0, 4217.0, 4205.0, 4235.0, 4196.0, 4196.0, 4226.0, 4199.0, 4238.0, 4206.0, 4242.0, 4220.0, 4252.0, 4217.0, 4200.0, 4238.0, 4203.0, 4205.0, 4221.0, 4220.0, 4253.0, 4231.0, 4221.0, 4232.0, 4220.0, 4246.0, 4211.0, 4266.0, 4211.0, 4199.0, 4239.0, 4218.0, 4256.0, 4219.0, 4202.0, 4236.0, 4222.0, 4219.0, 4222.0, 4222.0, 4241.0, 4221.0, 4274.0, 4222.0, 4220.0, 4229.0, 4220.0, 4241.0, 4232.0, 4223.0, 4244.0, 4223.0, 4222.0, 4269.0, 4243.0, 4235.0, 4260.0, 4233.0, 4264.0, 4226.0, 4275.0, 4234.0, 4233.0, 4232.0, 4232.0, 4235.0, 4222.0, 4248.0, 4232.0, 4227.0, 4268.0, 4230.0, 4235.0, 4257.0, 4256.0, 4277.0, 4255.0, 4235.0, 4296.0, 4262.0, 4262.0, 4266.0, 4224.0, 4220.0, 4222.0, 4219.0, 4240.0, 4241.0, 4220.0, 4233.0, 4245.0, 4216.0, 4274.0, 4213.0, 4222.0, 4255.0, 4212.0, 4202.0, 4244.0, 4210.0, 4223.0, 4242.0, 4221.0, 4200.0, 4232.0, 4209.0, 4265.0, 4234.0, 4212.0, 4243.0, 4220.0, 4260.0, 4217.0, 4208.0, 4233.0, 4209.0, 4221.0, 4211.0, 4208.0, 4240.0, 4230.0, 4202.0, 4254.0, 4215.0, 4242.0, 4230.0, 4213.0, 4262.0, 4225.0, 4268.0, 4247.0, 4283.0, 4257.0, 4266.0, 4232.0, 4212.0, 4235.0, 4236.0, 4220.0, 4226.0, 4266.0, 4239.0, 4226.0, 4277.0, 4247.0, 4240.0, 4280.0, 4282.0, 4292.0, 4332.0, 4289.0, 4286.0, 4277.0, 4288.0, 4276.0, 4264.0, 4265.0, 4262.0, 4272.0, 4248.0, 4247.0, 4224.0, 4203.0, 4232.0, 4204.0, 4194.0, 4213.0, 4204.0, 4236.0, 4215.0, 4205.0, 4238.0, 4217.0, 4246.0, 4196.0, 4197.0, 4229.0, 4207.0, 4200.0, 4230.0, 4213.0, 4230.0, 4233.0, 4221.0, 4289.0, 4236.0, 4213.0, 4264.0, 4223.0, 4259.0, 4235.0, 4214.0, 4265.0, 4222.0, 4223.0, 4254.0, 4224.0, 4268.0, 4235.0, 4213.0, 4255.0, 4227.0, 4290.0, 4250.0, 4246.0, 4246.0, 4216.0, 4266.0, 4236.0, 4218.0, 4242.0, 4236.0, 4227.0, 4256.0, 4239.0, 4289.0, 4247.0, 4227.0, 4271.0, 4236.0, 4287.0, 4245.0, 4247.0, 4268.0, 4224.0, 4300.0, 4245.0, 4213.0, 4254.0, 4224.0, 4266.0, 4222.0, 4264.0, 4242.0, 4210.0, 4253.0, 4224.0, 4259.0, 4224.0, 4210.0, 4242.0, 4199.0, 4253.0, 4221.0, 4271.0, 4222.0, 4202.0, 4238.0, 4220.0, 4256.0, 4254.0, 4243.0, 4301.0, 4247.0, 4292.0, 4251.0, 4271.0, 4272.0, 4241.0, 4268.0, 4250.0, 4307.0, 4248.0, 4272.0, 4248.0, 4276.0, 4268.0, 4228.0, 4280.0, 4249.0, 4230.0, 4265.0, 4237.0, 4289.0, 4248.0, 4278.0, 4270.0, 4269.0, 4257.0, 4223.0, 4266.0, 4244.0, 4273.0, 4231.0, 4263.0, 4246.0, 4253.0, 4254.0, 4224.0, 4265.0, 4222.0, 4264.0, 4234.0, 4273.0, 4243.0, 4226.0, 4264.0, 4234.0, 4275.0, 4233.0, 4268.0, 4253.0, 4223.0, 4279.0, 4246.0, 4213.0, 4267.0, 4236.0, 4264.0, 4224.0, 4223.0, 4246.0, 4222.0, 4256.0, 4232.0, 4264.0, 4231.0, 4214.0, 4255.0, 4236.0, 4212.0, 4264.0, 4222.0, 4273.0, 4233.0, 4265.0, 4247.0, 4235.0, 4255.0, 4224.0, 4265.0, 4232.0, 4218.0, 4252.0, 4236.0, 4218.0, 4269.0, 4235.0, 4229.0, 4279.0, 4251.0, 4230.0, 4282.0, 4247.0, 4238.0, 4271.0, 4235.0, 4272.0, 4261.0, 4240.0, 4300.0, 4245.0, 4215.0, 4292.0, 4234.0, 4215.0, 4268.0, 4227.0, 4236.0, 4257.0, 4246.0, 4298.0, 4244.0, 4286.0, 4263.0, 4274.0, 4270.0, 4219.0, 4242.0, 4209.0, 4249.0, 4208.0, 4230.0, 4230.0, 4212.0, 4241.0, 4212.0, 4199.0, 4241.0, 4201.0, 4244.0, 4221.0, 4222.0, 4232.0, 4204.0, 4240.0, 4211.0, 4216.0, 4265.0, 4235.0, 4224.0, 4256.0, 4228.0, 4269.0, 4236.0, 4218.0, 4257.0, 4247.0, 4279.0, 4235.0, 4277.0, 4243.0, 4224.0, 4255.0, 4235.0, 4246.0, 4243.0, 4224.0, 4276.0, 4221.0, 4208.0, 4265.0, 4228.0, 4245.0, 4255.0, 4241.0, 4278.0, 4244.0, 4228.0, 4268.0, 4270.0, 4315.0, 4281.0, 4282.0, 4283.0, 4271.0, 4273.0, 4264.0, 4265.0, 4306.0, 4275.0, 4298.0, 4271.0, 4264.0, 4271.0, 4241.0, 4280.0, 4253.0, 4290.0, 4252.0, 4269.0, 4267.0, 4237.0, 4286.0, 4238.0, 4246.0, 4255.0, 4248.0, 4275.0, 4246.0, 4275.0, 4245.0, 4245.0, 4253.0, 4227.0, 4266.0, 4228.0, 4274.0, 4224.0, 4215.0, 4251.0, 4223.0, 4235.0, 4256.0, 4237.0, 4255.0, 4269.0, 4236.0, 4280.0, 4246.0, 4256.0, 4266.0, 4237.0, 4268.0, 4254.0, 4235.0, 4290.0, 4247.0, 4227.0, 4264.0, 4245.0, 4240.0, 4269.0, 4248.0, 4238.0, 4267.0, 4247.0, 4281.0, 4283.0, 4283.0, 4313.0, 4303.0, 4272.0, 4239.0, 4251.0, 4271.0, 4247.0, 4228.0, 4298.0, 4269.0, 4250.0, 4258.0, 4266.0, 4256.0, 4278.0, 4268.0, 4238.0, 4285.0, 4241.0, 4241.0, 4251.0, 4224.0, 4283.0, 4220.0, 4211.0, 4252.0, 4223.0, 4260.0, 4243.0, 4220.0, 4265.0, 4220.0, 4231.0, 4254.0, 4211.0, 4252.0, 4223.0, 4222.0, 4243.0, 4220.0, 4263.0, 4235.0, 4222.0, 4275.0, 4234.0, 4252.0, 4245.0, 4233.0, 4268.0, 4227.0, 4255.0, 4222.0, 4276.0, 4222.0, 4212.0, 4249.0, 4233.0, 4284.0, 4236.0, 4216.0, 4269.0, 4237.0, 4218.0, 4267.0, 4238.0, 4280.0, 4272.0, 4268.0, 4280.0, 4257.0, 4291.0, 4245.0, 4274.0, 4269.0, 4236.0, 4263.0, 4235.0, 4275.0, 4235.0, 4266.0, 4242.0, 4214.0, 4253.0, 4224.0, 4251.0, 4219.0, 4265.0, 4222.0, 4264.0, 4243.0, 4233.0, 4249.0, 4202.0, 4253.0, 4221.0, 4264.0, 4234.0, 4223.0, 4231.0, 4210.0, 4253.0, 4235.0, 4264.0, 4245.0, 4215.0, 4256.0, 4243.0, 4268.0, 4235.0, 4233.0, 4253.0, 4209.0, 4265.0, 4223.0, 4263.0, 4241.0, 4211.0, 4251.0, 4222.0, 4254.0, 4220.0, 4224.0, 4252.0, 4223.0, 4265.0, 4222.0, 4213.0, 4258.0, 4227.0, 4279.0, 4239.0, 4278.0, 4256.0, 4264.0, 4257.0, 4235.0, 4257.0, 4224.0, 4254.0, 4223.0, 4265.0, 4235.0, 4212.0, 4252.0, 4224.0, 4265.0, 4236.0, 4227.0, 4257.0, 4235.0, 4276.0, 4247.0, 4239.0, 4288.0, 4268.0, 4231.0, 4283.0, 4241.0, 4239.0, 4270.0, 4240.0, 4248.0, 4259.0, 4304.0, 4273.0, 4292.0, 4172.0, 4237.0, 4330.0, 4292.0, 4315.0, 4284.0, 4293.0, 4280.0, 4270.0, 4259.0, 4312.0, 4290.0, 4302.0, 4302.0, 4289.0, 4279.0, 4244.0, 4241.0, 4281.0, 4253.0, 4261.0, 4241.0, 4230.0, 4272.0, 4219.0, 4212.0, 4252.0, 4234.0, 4215.0, 4266.0, 4243.0, 4265.0, 4245.0, 4248.0, 4295.0, 4243.0, 4214.0, 4255.0, 4234.0, 4278.0, 4247.0, 4223.0, 4253.0, 4234.0, 4213.0, 4245.0, 4241.0, 4246.0, 4265.0, 4249.0, 4281.0, 4250.0, 4248.0, 4300.0, 4250.0, 4243.0, 4293.0, 4249.0, 4279.0, 4271.0, 4235.0, 4288.0], 'WindowWidth': [9553.0, 9482.0, 9508.0, 9447.0, 9436.0, 9446.0, 9416.0, 9458.0, 9425.0, 9400.0, 9438.0, 9416.0, 9453.0, 9416.0, 9405.0, 9455.0, 9413.0, 9409.0, 9456.0, 9397.0, 9443.0, 9431.0, 9423.0, 9476.0, 9413.0, 9443.0, 9406.0, 9400.0, 9484.0, 9434.0, 9404.0, 9439.0, 9423.0, 9436.0, 9446.0, 9432.0, 9436.0, 9407.0, 9380.0, 9457.0, 9462.0, 9442.0, 9436.0, 9465.0, 9415.0, 9385.0, 9473.0, 9441.0, 9396.0, 9478.0, 9399.0, 9385.0, 9463.0, 9428.0, 9386.0, 9436.0, 9434.0, 9292.0, 9372.0, 9446.0, 9328.0, 9333.0, 9349.0, 9355.0, 9369.0, 9333.0, 9403.0, 9359.0, 9354.0, 9447.0, 9425.0, 9421.0, 9398.0, 9434.0, 9376.0, 9385.0, 9433.0, 9374.0, 9363.0, 9406.0, 9419.0, 9379.0, 9370.0, 9420.0, 9357.0, 9347.0, 9390.0, 9430.0, 9353.0, 9351.0, 9431.0, 9384.0, 9377.0, 9405.0, 9409.0, 9374.0, 9359.0, 9386.0, 9385.0, 9390.0, 9394.0, 9453.0, 9407.0, 9394.0, 9424.0, 9432.0, 9414.0, 9399.0, 9417.0, 9424.0, 9414.0, 9401.0, 9471.0, 9477.0, 9426.0, 9403.0, 9394.0, 9442.0, 9441.0, 9393.0, 9371.0, 9445.0, 9386.0, 9361.0, 9448.0, 9392.0, 9363.0, 9362.0, 9373.0, 9360.0, 9397.0, 9375.0, 9347.0, 9362.0, 9375.0, 9367.0, 9420.0, 9395.0, 9368.0, 9378.0, 9402.0, 9355.0, 9427.0, 9379.0, 9368.0, 9375.0, 9373.0, 9376.0, 9419.0, 9377.0, 9374.0, 9356.0, 9411.0, 9381.0, 9357.0, 9431.0, 9391.0, 9389.0, 9415.0, 9375.0, 9381.0, 9433.0, 9392.0, 9373.0, 9432.0, 9391.0, 9373.0, 9432.0, 9370.0, 9353.0, 9428.0, 9366.0, 9392.0, 9394.0, 9420.0, 9372.0, 9371.0, 9414.0, 9374.0, 9376.0, 9449.0, 9372.0, 9370.0, 9428.0, 9378.0, 9389.0, 9428.0, 9351.0, 9420.0, 9379.0, 9364.0, 9433.0, 9372.0, 9368.0, 9423.0, 9360.0, 9346.0, 9426.0, 9366.0, 9366.0, 9396.0, 9348.0, 9372.0, 9462.0, 9394.0, 9374.0, 9427.0, 9358.0, 9394.0, 9433.0, 9389.0, 9376.0, 9446.0, 9389.0, 9381.0, 9453.0, 9382.0, 9380.0, 9433.0, 9371.0, 9353.0, 9436.0, 9372.0, 9356.0, 9398.0, 9358.0, 9417.0, 9364.0, 9355.0, 9393.0, 9364.0, 9379.0, 9390.0, 9369.0, 9426.0, 9378.0, 9382.0, 9428.0, 9378.0, 9352.0, 9439.0, 9367.0, 9366.0, 9409.0, 9365.0, 9378.0, 9397.0, 9366.0, 9455.0, 9374.0, 9364.0, 9373.0, 9344.0, 9354.0, 9377.0, 9350.0, 9377.0, 9347.0, 9372.0, 9420.0, 9359.0, 9357.0, 9398.0, 9359.0, 9423.0, 9365.0, 9353.0, 9394.0, 9351.0, 9350.0, 9391.0, 9361.0, 9345.0, 9398.0, 9372.0, 9425.0, 9366.0, 9388.0, 9430.0, 9371.0, 9336.0, 9407.0, 9392.0, 9408.0, 9394.0, 9348.0, 9359.0, 9413.0, 9383.0, 9372.0, 9455.0, 9391.0, 9373.0, 9415.0, 9388.0, 9376.0, 9421.0, 9375.0, 9398.0, 9375.0, 9404.0, 9373.0, 9384.0, 9444.0, 9392.0, 9388.0, 9444.0, 9366.0, 9361.0, 9441.0, 9384.0, 9382.0, 9395.0, 9356.0, 9344.0, 9380.0, 9386.0, 9363.0, 9372.0, 9359.0, 9355.0, 9417.0, 9345.0, 9330.0, 9386.0, 9342.0, 9338.0, 9372.0, 9355.0, 9391.0, 9373.0, 9343.0, 9346.0, 9368.0, 9354.0, 9384.0, 9416.0, 9378.0, 9426.0, 9359.0, 9371.0, 9371.0, 9363.0, 9326.0, 9373.0, 9343.0, 9354.0, 9391.0, 9397.0, 9358.0, 9431.0, 9385.0, 9381.0, 9379.0, 9384.0, 9454.0, 9384.0, 9419.0, 9359.0, 9413.0, 9374.0, 9393.0, 9390.0, 9316.0, 9377.0, 9318.0, 9377.0, 9322.0, 9321.0, 9352.0, 9358.0, 9378.0, 9324.0, 9324.0, 9372.0, 9346.0, 9419.0, 9360.0, 9341.0, 9386.0, 9344.0, 9390.0, 9356.0, 9380.0, 9389.0, 9343.0, 9401.0, 9359.0, 9342.0, 9370.0, 9344.0, 9351.0, 9339.0, 9359.0, 9387.0, 9379.0, 9412.0, 9385.0, 9384.0, 9414.0, 9369.0, 9390.0, 9366.0, 9372.0, 9448.0, 9384.0, 9356.0, 9410.0, 9359.0, 9415.0, 9409.0, 9377.0, 9395.0, 9417.0, 9396.0, 9414.0, 9403.0, 9377.0, 9418.0, 9389.0, 9400.0, 9411.0, 9350.0, 9451.0, 9379.0, 9384.0, 9429.0, 9368.0, 9352.0, 9359.0, 9343.0, 9434.0, 9391.0, 9347.0, 9450.0, 9373.0, 9383.0, 9369.0, 9353.0, 9398.0, 9350.0, 9336.0, 9382.0, 9325.0, 9356.0, 9392.0, 9342.0, 9359.0, 9357.0, 9356.0, 9359.0, 9415.0, 9352.0, 9345.0, 9403.0, 9336.0, 9341.0, 9365.0, 9345.0, 9346.0, 9349.0, 9358.0, 9329.0, 9332.0, 9376.0, 9367.0, 9353.0, 9378.0, 9347.0, 9412.0, 9352.0, 9373.0, 9422.0, 9354.0, 9345.0, 9404.0, 9346.0, 9371.0, 9396.0, 9358.0, 9347.0, 9387.0, 9322.0, 9357.0, 9349.0, 9352.0, 9343.0, 9356.0, 9361.0, 9408.0, 9354.0, 9350.0, 9381.0, 9353.0, 9336.0, 9372.0, 9362.0, 9371.0, 9376.0, 9350.0, 9374.0, 9351.0, 9352.0, 9432.0, 9388.0, 9389.0, 9366.0, 9404.0, 9374.0, 9358.0, 9410.0, 9429.0, 9395.0, 9442.0, 9404.0, 9389.0, 9449.0, 9408.0, 9377.0, 9440.0, 9406.0, 9388.0, 9409.0, 9403.0, 9376.0, 9432.0, 9399.0, 9374.0, 9406.0, 9397.0, 9385.0, 9442.0, 9410.0, 9353.0, 9423.0, 9372.0, 9398.0, 9394.0, 9344.0, 9403.0, 9323.0, 9336.0, 9354.0, 9342.0, 9375.0, 9325.0, 9330.0, 9397.0, 9345.0, 9344.0, 9408.0, 9364.0, 9358.0, 9387.0, 9348.0, 9348.0, 9397.0, 9351.0, 9370.0, 9416.0, 9385.0, 9352.0, 9423.0, 9383.0, 9357.0, 9420.0, 9370.0, 9366.0, 9409.0, 9378.0, 9413.0, 9439.0, 9364.0, 9389.0, 9403.0, 9354.0, 9386.0, 9353.0, 9413.0, 9321.0, 9304.0, 9348.0, 9337.0, 9379.0, 9322.0, 9327.0, 9370.0, 9329.0, 9386.0, 9343.0, 9391.0, 9359.0, 9401.0, 9352.0, 9331.0, 9386.0, 9336.0, 9341.0, 9362.0, 9369.0, 9410.0, 9383.0, 9369.0, 9380.0, 9366.0, 9401.0, 9349.0, 9430.0, 9349.0, 9332.0, 9389.0, 9360.0, 9414.0, 9362.0, 9337.0, 9388.0, 9373.0, 9367.0, 9365.0, 9371.0, 9394.0, 9370.0, 9448.0, 9366.0, 9365.0, 9372.0, 9365.0, 9395.0, 9386.0, 9374.0, 9405.0, 9371.0, 9374.0, 9437.0, 9403.0, 9394.0, 9426.0, 9390.0, 9430.0, 9375.0, 9448.0, 9389.0, 9386.0, 9384.0, 9388.0, 9396.0, 9373.0, 9406.0, 9387.0, 9389.0, 9443.0, 9388.0, 9393.0, 9421.0, 9425.0, 9447.0, 9425.0, 9395.0, 9482.0, 9424.0, 9424.0, 9433.0, 9369.0, 9366.0, 9365.0, 9362.0, 9389.0, 9396.0, 9367.0, 9389.0, 9406.0, 9363.0, 9444.0, 9359.0, 9374.0, 9415.0, 9353.0, 9338.0, 9398.0, 9347.0, 9368.0, 9396.0, 9370.0, 9334.0, 9378.0, 9345.0, 9426.0, 9384.0, 9352.0, 9397.0, 9369.0, 9419.0, 9359.0, 9343.0, 9382.0, 9350.0, 9362.0, 9348.0, 9348.0, 9388.0, 9380.0, 9339.0, 9420.0, 9363.0, 9398.0, 9377.0, 9356.0, 9429.0, 9372.0, 9438.0, 9412.0, 9467.0, 9421.0, 9432.0, 9388.0, 9357.0, 9388.0, 9396.0, 9383.0, 9394.0, 9441.0, 9407.0, 9387.0, 9462.0, 9419.0, 9411.0, 9473.0, 9470.0, 9491.0, 9561.0, 9481.0, 9474.0, 9454.0, 9475.0, 9454.0, 9434.0, 9444.0, 9431.0, 9444.0, 9401.0, 9398.0, 9365.0, 9335.0, 9378.0, 9337.0, 9319.0, 9343.0, 9338.0, 9379.0, 9353.0, 9336.0, 9389.0, 9363.0, 9399.0, 9324.0, 9328.0, 9371.0, 9344.0, 9335.0, 9378.0, 9357.0, 9385.0, 9385.0, 9370.0, 9478.0, 9396.0, 9361.0, 9435.0, 9378.0, 9423.0, 9389.0, 9361.0, 9434.0, 9371.0, 9382.0, 9416.0, 9375.0, 9441.0, 9394.0, 9360.0, 9419.0, 9383.0, 9478.0, 9426.0, 9415.0, 9415.0, 9371.0, 9443.0, 9402.0, 9379.0, 9405.0, 9400.0, 9389.0, 9427.0, 9406.0, 9477.0, 9414.0, 9388.0, 9450.0, 9399.0, 9469.0, 9410.0, 9414.0, 9447.0, 9380.0, 9492.0, 9407.0, 9361.0, 9419.0, 9376.0, 9439.0, 9372.0, 9432.0, 9400.0, 9353.0, 9414.0, 9374.0, 9420.0, 9375.0, 9352.0, 9397.0, 9336.0, 9413.0, 9368.0, 9442.0, 9368.0, 9343.0, 9388.0, 9371.0, 9424.0, 9421.0, 9401.0, 9496.0, 9416.0, 9481.0, 9425.0, 9458.0, 9456.0, 9416.0, 9449.0, 9422.0, 9507.0, 9417.0, 9449.0, 9417.0, 9454.0, 9448.0, 9387.0, 9462.0, 9417.0, 9396.0, 9439.0, 9400.0, 9475.0, 9415.0, 9453.0, 9450.0, 9445.0, 9428.0, 9376.0, 9439.0, 9411.0, 9445.0, 9386.0, 9428.0, 9406.0, 9412.0, 9422.0, 9376.0, 9434.0, 9373.0, 9436.0, 9392.0, 9443.0, 9403.0, 9381.0, 9433.0, 9391.0, 9451.0, 9390.0, 9440.0, 9417.0, 9376.0, 9456.0, 9410.0, 9364.0, 9441.0, 9397.0, 9437.0, 9376.0, 9374.0, 9407.0, 9372.0, 9422.0, 9386.0, 9430.0, 9383.0, 9361.0, 9419.0, 9396.0, 9361.0, 9439.0, 9375.0, 9444.0, 9389.0, 9433.0, 9412.0, 9392.0, 9422.0, 9377.0, 9433.0, 9386.0, 9375.0, 9416.0, 9397.0, 9373.0, 9445.0, 9398.0, 9396.0, 9461.0, 9426.0, 9396.0, 9469.0, 9418.0, 9411.0, 9453.0, 9399.0, 9459.0, 9443.0, 9409.0, 9492.0, 9410.0, 9368.0, 9482.0, 9393.0, 9369.0, 9441.0, 9384.0, 9394.0, 9426.0, 9411.0, 9487.0, 9404.0, 9462.0, 9431.0, 9441.0, 9438.0, 9366.0, 9395.0, 9345.0, 9409.0, 9345.0, 9376.0, 9380.0, 9356.0, 9394.0, 9355.0, 9335.0, 9395.0, 9342.0, 9400.0, 9368.0, 9369.0, 9380.0, 9346.0, 9394.0, 9355.0, 9371.0, 9439.0, 9399.0, 9378.0, 9423.0, 9386.0, 9444.0, 9396.0, 9371.0, 9424.0, 9418.0, 9462.0, 9392.0, 9453.0, 9402.0, 9375.0, 9419.0, 9391.0, 9407.0, 9403.0, 9378.0, 9449.0, 9369.0, 9361.0, 9436.0, 9386.0, 9407.0, 9420.0, 9411.0, 9456.0, 9412.0, 9387.0, 9445.0, 9451.0, 9521.0, 9468.0, 9469.0, 9470.0, 9455.0, 9455.0, 9443.0, 9454.0, 9506.0, 9468.0, 9497.0, 9454.0, 9444.0, 9448.0, 9409.0, 9459.0, 9429.0, 9480.0, 9425.0, 9447.0, 9443.0, 9402.0, 9473.0, 9398.0, 9405.0, 9420.0, 9418.0, 9451.0, 9411.0, 9449.0, 9405.0, 9403.0, 9412.0, 9381.0, 9432.0, 9380.0, 9448.0, 9376.0, 9362.0, 9408.0, 9373.0, 9396.0, 9422.0, 9397.0, 9419.0, 9441.0, 9398.0, 9460.0, 9409.0, 9423.0, 9437.0, 9395.0, 9438.0, 9417.0, 9396.0, 9473.0, 9412.0, 9382.0, 9432.0, 9410.0, 9406.0, 9443.0, 9414.0, 9404.0, 9439.0, 9412.0, 9471.0, 9473.0, 9482.0, 9517.0, 9510.0, 9459.0, 9410.0, 9432.0, 9452.0, 9417.0, 9392.0, 9488.0, 9450.0, 9421.0, 9428.0, 9440.0, 9428.0, 9454.0, 9446.0, 9401.0, 9467.0, 9397.0, 9395.0, 9413.0, 9375.0, 9461.0, 9366.0, 9359.0, 9410.0, 9371.0, 9418.0, 9402.0, 9365.0, 9434.0, 9366.0, 9381.0, 9414.0, 9356.0, 9414.0, 9371.0, 9370.0, 9397.0, 9365.0, 9425.0, 9392.0, 9372.0, 9448.0, 9390.0, 9414.0, 9405.0, 9389.0, 9444.0, 9380.0, 9419.0, 9369.0, 9451.0, 9371.0, 9357.0, 9405.0, 9393.0, 9464.0, 9396.0, 9371.0, 9445.0, 9398.0, 9374.0, 9438.0, 9400.0, 9466.0, 9464.0, 9450.0, 9467.0, 9433.0, 9473.0, 9407.0, 9444.0, 9444.0, 9394.0, 9431.0, 9391.0, 9451.0, 9389.0, 9430.0, 9399.0, 9362.0, 9414.0, 9376.0, 9411.0, 9365.0, 9435.0, 9372.0, 9430.0, 9403.0, 9384.0, 9406.0, 9341.0, 9411.0, 9370.0, 9429.0, 9391.0, 9372.0, 9380.0, 9353.0, 9413.0, 9390.0, 9429.0, 9402.0, 9362.0, 9421.0, 9404.0, 9443.0, 9390.0, 9386.0, 9413.0, 9350.0, 9432.0, 9372.0, 9431.0, 9396.0, 9356.0, 9410.0, 9369.0, 9418.0, 9367.0, 9374.0, 9415.0, 9372.0, 9430.0, 9372.0, 9360.0, 9426.0, 9385.0, 9456.0, 9403.0, 9454.0, 9427.0, 9432.0, 9428.0, 9392.0, 9423.0, 9381.0, 9417.0, 9372.0, 9436.0, 9390.0, 9360.0, 9416.0, 9377.0, 9433.0, 9398.0, 9385.0, 9425.0, 9393.0, 9454.0, 9412.0, 9402.0, 9473.0, 9448.0, 9398.0, 9475.0, 9412.0, 9411.0, 9445.0, 9411.0, 9426.0, 9441.0, 9510.0, 9463.0, 9487.0, 9265.0, 9417.0, 9557.0, 9495.0, 9526.0, 9480.0, 9489.0, 9470.0, 9456.0, 9436.0, 9519.0, 9482.0, 9502.0, 9502.0, 9482.0, 9457.0, 9406.0, 9402.0, 9456.0, 9416.0, 9423.0, 9394.0, 9384.0, 9444.0, 9364.0, 9360.0, 9415.0, 9391.0, 9367.0, 9435.0, 9407.0, 9433.0, 9407.0, 9415.0, 9481.0, 9408.0, 9364.0, 9420.0, 9391.0, 9453.0, 9412.0, 9380.0, 9415.0, 9394.0, 9365.0, 9408.0, 9411.0, 9418.0, 9437.0, 9423.0, 9463.0, 9420.0, 9418.0, 9493.0, 9422.0, 9418.0, 9488.0, 9422.0, 9459.0, 9451.0, 9396.0, 9473.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.006960447876447877</td></tr>
<tr><td colspan=3>aqi</td><td>0.05241488625482625</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.94495418687009</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2389448360819175</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0457065354945898</td></tr>
<tr><td colspan=3>efc</td><td>0.5093</td></tr>
<tr><td colspan=3>fber</td><td>4204.9517</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1542689445365462</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>141</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.888030888030888</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5130379843441175</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3543131256869825</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.768819388531656</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.415981438813714</td></tr>
<tr><td colspan=3>gcor</td><td>0.00798591</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021536806598305702</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05351165309548378</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</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.139305985509758</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>13.8666</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.8196</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.5938</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294096.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1067.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.6662</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6776</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.2538</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3424.5663</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3576.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82448.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4465.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.9077</td></tr>
<tr><td colspan=3>tsnr</td><td>26.379180656629615</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>